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

来自Kanade
(MSUPLOAD)
第19行: 第19行:
 
}
 
}
 
/* MsUpLoad */
 
/* MsUpLoad */
.ns-subject #msupload-div {
+
.ns-8 #msupload-div {
 
display: none;
 
display: none;
 
}
 
}

2021年5月23日 (日) 23:03的版本

/* 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;
}