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

来自中文乐谱库
(创建页面,内容为“→‎这里放置的CSS将影响使用Vector皮肤的用户 .header .branding-box h1 span, .header .branding-box a span { line-height: 1; font-size: inherit…”
 
 
(未显示同一用户的198个中间版本)
第1行: 第1行:
/* 这里放置的CSS将影响使用Vector皮肤的用户 */
+
.body{
.header .branding-box h1 span, .header .branding-box a span {
+
    font-family: 微软雅黑;
    line-height: 1;
+
}
     font-size: inherit;
+
.mw-body .firstHeading {
     font-family: "微软雅黑";
+
     overflow: visible;
 +
     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{
 +
background-color:#f6f6f6;
 +
}
 +
.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label {
 +
    z-index: 2;
 +
    background-color: #f5faff;
 +
}
 +
 +
.tabs-tabbox, .tabs-togglebox {
 +
    background-color: #cedff2;
 +
    padding-top: 10px;
 +
    border-width: 1px;
 +
    border-color:#cedff2;
 +
    border-style: solid;
 +
    display: flow-root;
 +
    margin: 0px 0;
 +
    margin-bottom:5px;
 +
}
 +
 +
.tabs-tabbox > .tabs-container {
 +
background-color: #f5faff;
 +
}
 +
.tabs-label {
 +
    cursor: pointer;
 +
    padding: 1px 6px;
 +
    background-color: #bdcbda;
 +
    border: 1px solid #AAA;
 +
}
 +
 +
.mw-body .mw-indicators {
 +
    float: right;
 +
    line-height: 1.6;
 +
    font-size: 0.875em;
 +
    position: relative;
 +
    z-index: 1;
 +
    display:none;
 
}
 
}

2021年12月14日 (二) 15:57的最新版本

.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-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label {
    z-index: 2;
    background-color: #f5faff;
}

.tabs-tabbox, .tabs-togglebox {
    background-color: #cedff2;
    padding-top: 10px;
    border-width: 1px;
    border-color:#cedff2;
    border-style: solid;
    display: flow-root;
    margin: 0px 0;
    margin-bottom:5px;
}

.tabs-tabbox > .tabs-container {
	background-color: #f5faff;
}
.tabs-label {
    cursor: pointer;
    padding: 1px 6px;
    background-color: #bdcbda;
    border: 1px solid #AAA;
}

.mw-body .mw-indicators {
    float: right;
    line-height: 1.6;
    font-size: 0.875em;
    position: relative;
    z-index: 1;
    display:none;
}