MediaWiki:Common.css:修订间差异
Liulingbowen(留言 | 贡献) 小无编辑摘要 |
Liulingbowen(留言 | 贡献) 小无编辑摘要 |
||
第19行: | 第19行: | ||
.mw-body-content h2:nth-child(2) { | .mw-body-content h2:nth-child(2) { | ||
margin-top: | margin-top: 0; | ||
} | } | ||
2018年7月21日 (六) 15:23的版本
/* 此 CSS 會套用至所有的介面外觀 */
body {
font-family: sans-serif;
}
.mw-body-content {
font-size: 0.938em;
}
.mw-body-content h2 {
font-family: sans-serif;
font-weight: bold;
border: none;
background-color: #f4f4f4;
text-align: center;
padding: .3em;
margin-top: 3em;
}
.mw-body-content h2:nth-child(2) {
margin-top: 0;
}
.mw-body-content h3 {
border-bottom: 1px solid #a2a9b1;
}
.mw-body h2 {
overflow:hidden;
}
a:visited {
color:#0645ad;
}
#mw-content-text > blockquote {
border-left: 2px solid #e9e9e9;
padding-left: .5em;
}
ol.references {
font-size: 90%;
}
/*****For Template:Quote*****/
.templatequote {
font-family:SimSun;
font-size: large;
background: #f9f9f9;
border-left: 10px solid #ccc;
padding: 0.5em 10px;
}
/*****For Template:Sidebar*****/
.hlist ul {
list-style: none;
margin: 0;
}
.hlist ul li {
display: inline;
}
.hlist dd:after, .hlist li:after {
content: " ·";
font-weight: bold;
}
.hlist dd:last-child:after, .hlist li:last-child:after {
content: none;
}
.vlist ul {
list-style: none;
margin-left: 0;
}