MediaWiki:Common.css:修订间差异
小无编辑摘要 |
小无编辑摘要 |
||
第5行: | 第5行: | ||
} | } | ||
.mw- | .mw-parser-output h1 { | ||
border-bottom: none; | border-bottom: none; | ||
text-align: center; | text-align: center; |
2020年6月1日 (一) 16:25的版本
/* 这里放置的CSS将应用于所有皮肤 */
body {
font-family: sans-serif;
font-size: larger;
}
.mw-parser-output h1 {
border-bottom: none;
text-align: center;
font-weight: bold;
font-family: "Microsoft Yahei";
}
.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;
}
/* for template:a */
table.art tr:hover {
background-color: lightyellow;
}