User:Sh~enwiki/standard.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
Documentation for this user script can be added at User:Sh~enwiki/standard. |
/* 基本 */
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%;
}