“MediaWiki:Timeless.css”的版本间差异
来自Kanade
(建立内容为“→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 Sett…”的新页面) |
(MSUPLOAD) |
||
第17行: | 第17行: | ||
#mw-content h5 { | #mw-content h5 { | ||
border-bottom: solid 1px #d44; | border-bottom: solid 1px #d44; | ||
+ | } | ||
+ | /* MsUpLoad */ | ||
+ | .ns-subject #msupload-div { | ||
+ | display: none; | ||
} | } |
2021年5月23日 (日) 22:56的版本
/* 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-subject #msupload-div {
display: none;
}