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;
font-size: larger;
}
.mw-body h2 {
font-weight:bold;
color:#000;
background-color:#e9e9e9;
text-indent:7px;
padding:2px 0 2px;
margin:42px 0 14px;
border-bottom: none;
overflow:hidden;
}
.mw-body h3 {
border-bottom:1px solid #aaa;
}
a:visited {
color:#0645ad;
}
#navbar ul {
margin-right:1em;
margin-top:0;
}
#navbar ul li {
float:left;
margin-right:1em;
}
.tocnumber {
display: none;
}
.mw-content-ltr .toc ul ul, .mw-content-ltr #toc ul ul, .mw-content-rtl .mw-content-ltr .toc ul ul, .mw-content-rtl .mw-content-ltr #toc ul ul {
margin-left: 1.5em;
padding-left: .5em;
border-left: 1px dashed #ccc;
}
#toc {
position: fixed;
right: 1.5em;
top: 170px;
width: 29em;
background-color: transparent;
border-left: 1px solid #f1f1f1;
border-top: none;
border-bottom: none;
border-right: none;
}
#toc #toctitle h2 {
background-color: transparent;
}
#toc>ul {
overflow: auto;
max-height: 300px;
}
body.action-view.ns-0 .mw-content-ltr {
margin-right: 30em;
}
.catlinks {
margin-right: 30em;
}