“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…”的新页面
(没有差异)

2021年4月13日 (二) 22:18的版本

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