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

提供:社内wiki
編集の要約なし
編集の要約なし
8行目: 8行目:
h3:before {
h3:before {
content:"●";
content:"●";
}
h4 {
margin-left:1em;
}
h4:before {
content:"▷";
}
}

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

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