“MediaWiki:Timeless.css”的版本间差异
来自Kanade
小 |
(屏蔽多语言选项) |
||
第21行: | 第21行: | ||
.ns-8 #msupload-div { | .ns-8 #msupload-div { | ||
display: none; | display: none; | ||
+ | } | ||
+ | /* Multi-Language */ | ||
+ | li#ca-languages { | ||
+ | display: none; | ||
} | } |
2021年11月25日 (四) 11:04的版本
/* All CSS here will be loaded for users of the Timeless skin */
/* Les icônes de titres côte à côte */
.mw-indicator {
display: inline-block;
}
/* Font Settins */
body.skin-timeless, #mw-content h1, #mw-content h2, #mw-content h3, #mw-content h4, #mw-content h5 {
font-family: Arial, "Microsoft Yahei", "WenQuanYi Micro Hei", sans-serif;
}
/* H3-H5 Styles */
#mw-content h3 {
border-bottom: solid 2px #537;
}
#mw-content h4 {
border-bottom: solid 1px #3b7;
}
#mw-content h5 {
border-bottom: solid 1px #d44;
}
/* MsUpLoad */
.ns-8 #msupload-div {
display: none;
}
/* Multi-Language */
li#ca-languages {
display: none;
}