“MediaWiki:Vector.css”的版本间的差异
来自中文乐谱库
第7行: | 第7行: | ||
font-family: 微软雅黑; | font-family: 微软雅黑; | ||
font-weight: bold; | font-weight: bold; | ||
+ | } | ||
+ | .mw-body-content h2 { | ||
+ | font-size: 1.5em; | ||
+ | margin-top: 1em; | ||
+ | font-family: 微软雅黑; | ||
+ | font-weight: normal; | ||
} | } | ||
.infobox{ | .infobox{ |
2020年7月10日 (五) 18:48的版本
.body{
font-family: 微软雅黑;
}
.mw-body .firstHeading {
overflow: visible;
font-family: 微软雅黑;
font-weight: bold;
}
.mw-body-content h2 {
font-size: 1.5em;
margin-top: 1em;
font-family: 微软雅黑;
font-weight: normal;
}
.infobox{
background-color:#f6f6f6;
}
.tabs-tabbox, .tabs-togglebox {
background-color: #ebeae4;
padding-top: 10px;
display: flow-root;
margin: 0px 0;
}