MediaWiki:Common.css
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/* 此 CSS 會套用至所有的介面外觀 */
body {
font-family: sans-serif;
}
.mw-body-content {
font-size: 0.938em;
}
.mw-body-content p:first-child {
margin-top: 2.5em;
}
.mw-body-content .mw-parser-output > h2 {
font-family: sans-serif;
font-weight: bold;
border: none;
background-color: #f4f4f4;
padding: .3em;
margin-top: 2em;
}
.mw-body-content .mw-parser-output #toc + h2 {
margin-top: 1.5em;
}
.mw-body-content .mw-parser-output > h3 {
border-bottom: 1px solid #a2a9b1;
}
.mw-body h2 {
overflow:hidden;
}
#mw-content-text > blockquote {
border-left: 2px solid #e9e9e9;
padding-left: .5em;
}
ol.references {
font-size: 90%;
}
/***** Links *****/
a:visited {
color:#0645ad;
}
.mw-body-content a.extiw {
color: #00af89;
}
.mw-body-content a.extiw:visited {
color: #00af89;
}
.mw-body-content a.extiw:active {
color: #00af89;
}
/*****For Template:Quote*****/
.templatequote {
font-family:SimSun;
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;
}