“MediaWiki:Vector.css”的版本间的差异

来自中文乐谱库
第19行: 第19行:
  
 
.tabs-tabbox, .tabs-togglebox {
 
.tabs-tabbox, .tabs-togglebox {
     background-color: #f6f6f6;
+
     background-color: #fff;
 
     padding-top: 10px;
 
     padding-top: 10px;
 
     border-width: 1px;
 
     border-width: 1px;
第25行: 第25行:
 
     border-style: solid;
 
     border-style: solid;
 
     display: flow-root;
 
     display: flow-root;
    padding: 5px;
 
 
     margin: 0px 0;
 
     margin: 0px 0;
 +
}
 +
 +
.tabs-tabbox > .tabs-container {
 +
background-color: #f6f6f6;
 
}
 
}

2020年7月11日 (六) 16:20的版本

.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: #fff;
    padding-top: 10px;
    border-width: 1px;
    border-color: #d4d1be;
    border-style: solid;
    display: flow-root;
    margin: 0px 0;
}

.tabs-tabbox > .tabs-container {
	background-color: #f6f6f6;
}