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

提供:社内wiki
編集の要約なし
編集の要約なし
4行目: 4行目:
}
}
h3 {
h3 {
margin-left:1em;
margin-left:1.2em;
}
}
h3:before {
h3:before {
10行目: 10行目:
}
}
h4 {
h4 {
margin-left:1em;
margin-left:1.2em;
}
}
h4:before {
h4:before {
content:"▷";
content:"▷";
}
h5 {
margin-left:1.2em;
}
h5:before {
content:"§";
}
}
.mw-content-ltr ol {
.mw-content-ltr ol {
margin-left:2.0em;
margin-left:2.0em;
}
}

2024年10月24日 (木) 15:43時点における版

/* ここに記述したCSSはすべての外装に反映されます */
h2 {
	font-weight:bold;
}
h3 {
	margin-left:1.2em;
}
h3:before {
	content:"●";
}
h4 {
	margin-left:1.2em;
}
h4:before {
	content:"▷";
}
h5 {
	margin-left:1.2em;
}
h5:before {
	content:"§";
}
.mw-content-ltr ol {
	margin-left:2.0em;
}