User:Sh~enwiki/standard.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* 基本 */
em {
	font-style:italic;
	font-weight:normal;
	color:#009900;
	background-color:transparent;
}
strong {
	color:#006600;
	background-color:transparent;
}
em strong,strong em {
	font-style:italic;
	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;
}

/* 註 */
.toctoggle strong,.editsection strong {
	font-weight:normal;
	font-size:200%;
	line-height:110%;
}