“MediaWiki:Common.css”的版本间的差异

来自UtaWiki
跳转至: 导航搜索
第14行: 第14行:
 
.poem+h2, .lyric+h2 {
 
.poem+h2, .lyric+h2 {
 
clear: both;
 
clear: both;
 +
}
 +
 +
#mw-content-text > h2 {
 +
margin-top: 1.5em;
 
}
 
}

2014年5月30日 (五) 01:03的版本

/* 此处的 CSS 将应用于所有的皮肤 */

.lyric {
	float: left;
	margin-right: 20px;
}

.poem {
	float: left;
	padding: 0.6em 1em 0.5em;
	background: #EEE;
	border-radius: 3px;
}
.poem+h2, .lyric+h2 {
	clear: both;
}

#mw-content-text > h2 {
	margin-top: 1.5em;
}