跳转到内容

User:Sh~zhwiki/standard.css

维基百科,自由的百科全书

注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。

/* 基本 */
em {
	font-style:normal;
	font-weight:normal;
	color:#009900;
	background-color:transparent;
}
strong {
	color:#006600;
	background-color:transparent;
}
em strong {
	color:#006600;
	background-color:transparent;
	padding:0em 0.2em 0em 0.2em;
	border-width:thin;
	border-color:#66ff66;
	border-style:solid;
}
rt {
	font-style:normal;
	font-weight:normal;
	font-size:xx-small;
	text-decoration:none;
}

/* 表題・見出し */
div#article h1 {
	color:#000000;
	background-color:#bbffbb;
	line-height:100%;
	margin:1em 0em 0.5em 0em;
	padding:0.5em 0.2em 0.1em 0.2em;
	width:100%;
}
div#article h1.pagetitle {
	font-size:150%;
	color:inherit;
	background-color:transparent;
	line-height:96%;
	margin:0em;
	padding:0em;
	width:100%;
}
div#article h2 {
	font-family:serif;
	font-size:150%;
	color:#000000;
	background-color:#ddffdd;
	margin:1em 0em 0.5em 0em;
	padding:0.1em 0.3em 0.1em 0.3em;
	width:100%;
}
div#article h3 {
	font-size:125%;
	color:#000000;
	background-color:#eeeeee;
	margin:1em 0em 0.5em 0em;
	padding:0.1em 0.4em 0.1em 0.4em;
	width:100%;
}
div#article h4 {
	font-size:112%;
	margin:1em 0em 0.5em 0em;
	padding:0em;
	width:100%;
}
div#article h5,div#article h6 {
	margin:1em 0em 0.5em 0em;
	padding:0em;
	width:100%;
}

/* 本文 */
div#article p {
	line-height:130%;
	margin:0.5em 0em 1em 0em;
}
div#article dl {
	line-height:130%;
	margin:0.5em 0em 1em 0em;
}
div#article ul,div#article ol {
	margin:0.5em 0em 1em 0em;
	padding:0em 0em 0em 2em;
}
div#article ul ul,div#article ul ol,div#article ol ul,div#article ol ol {
	margin-top:0em;
	margin-bottom:0.2em;
}
div#article li {
	line-height:130%;
}

/* 目次 */
div#article table#toc p {
	line-height:110%;
	margin:0em;
}