“MediaWiki:Common.css”的版本间的差异
第2行: | 第2行: | ||
/* 上栏相关 */ | /* 上栏相关 */ | ||
+ | |||
+ | /* 为vector皮肤添加上方背景 */ | ||
body.skin-vector { | body.skin-vector { | ||
background: url(//hima.aimo.moe:82/images/bgimg1.jpg) no-repeat top left #f6f6f6; | background: url(//hima.aimo.moe:82/images/bgimg1.jpg) no-repeat top left #f6f6f6; | ||
} | } | ||
+ | /* 去除vector皮肤上方留白 */ | ||
+ | div#mw-page-base { | ||
+ | background: none; | ||
+ | height: 100px; | ||
+ | } | ||
+ | |||
+ | /* 用户添加边框 */ | ||
div#p-personal { | div#p-personal { | ||
background-color: rgba(255, 255, 255, 0.8); | background-color: rgba(255, 255, 255, 0.8); | ||
第12行: | 第21行: | ||
} | } | ||
− | div#mw- | + | div#mw-head div.vectorMenu h4 { |
− | + | height: 1.9em; | |
− | + | margin-bottom: 0; | |
+ | padding-top: 1.25em; | ||
+ | padding-bottom: 0; | ||
+ | padding-right: .5em; | ||
} | } |
2019年2月18日 (一) 13:51的版本
/* 这里放置的CSS将应用于所有皮肤 */
/* 上栏相关 */
/* 为vector皮肤添加上方背景 */
body.skin-vector {
background: url(//hima.aimo.moe:82/images/bgimg1.jpg) no-repeat top left #f6f6f6;
}
/* 去除vector皮肤上方留白 */
div#mw-page-base {
background: none;
height: 100px;
}
/* 用户添加边框 */
div#p-personal {
background-color: rgba(255, 255, 255, 0.8);
padding: 5px 10px 5px 0;
box-shadow: #666 0 1px 5px;
}
div#mw-head div.vectorMenu h4 {
height: 1.9em;
margin-bottom: 0;
padding-top: 1.25em;
padding-bottom: 0;
padding-right: .5em;
}