「MediaWiki:Vector.css」の版間の差分

(Nijcadmin (トーク) による編集を WikiSysop による直前の版へ差し戻しました)
編集の要約なし
 
(2人の利用者による、間の4版が非表示)
9行目: 9行目:
border-bottom: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
}
h1 { font-size: 300%; }
#content h1 { font-size: 200% !important; }
h1 .editsection { font-size: 53%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 200%; }
#content h2 { font-size: 180% !important; }
h2 .editsection { font-size: 67%; }
h2 .editsection { font-size: 67%; }
h1, h2 {
h1, h2 {
20行目: 20行目:
font-weight: bold;
font-weight: bold;
}
}
h3 { font-size: 180%; }
#content h3 { font-size: 160% !important; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 150%; }
#content h4 { font-size: 120% !important; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 125%; }
#content h5 { font-size: 100% !important; }
h5 .editsection { font-weight: normal; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 100%; }
#content h6 { font-size: 100% !important; }
h6 .editsection { font-size: 125%; font-weight: normal; }
h6 .editsection { font-size: 125%; font-weight: normal; }

2016年3月3日 (木) 18:54時点における最新版

/* ここに記述したCSSはベクター外装の利用者に影響します */
h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
#content h1 { font-size: 200% !important; }
h1 .editsection { font-size: 53%; }
#content h2 { font-size: 180% !important; }
h2 .editsection { font-size: 67%; }
h1, h2 {
	margin-bottom: 0.6em;
}
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
#content h3 { font-size: 160%  !important; }
h3 .editsection { font-size: 76%; font-weight: normal; }
#content h4 { font-size: 120%  !important; }
h4 .editsection { font-size: 86%; font-weight: normal; }
#content h5 { font-size: 100%  !important; }
h5 .editsection { font-weight: normal; }
#content h6 { font-size: 100%  !important; }
h6 .editsection { font-size: 125%; font-weight: normal; }