/*
SuikaWiki 3 HTML 出力用スタイル・シート
「つくりかけ1」(仮)
License: Public Domain
*/
/* Structure */
html {
display: block;
}
head {
display: none;
margin: 0;
border-style: none;
padding: 0;
}
body, body.wiki-section {
display: block;
margin: 0;
border-style: none;
padding: 0.5em 1.5em;
background-color: transparent;
background-image: url(http://suika.fam.cx/~wakaba/-temp/2004/sw);
background-position: right bottom;
background-attachment: fixed;
background-repeat: no-repeat;
color: inherit;
line-height: 2.0;
font-size: 100%;
}
.section, .wiki-section {
display: block;
margin: 2em 0;
border-style: none groove none none;
border-width: 2px;
border-color: #804040;
padding: 0.5em 1.5em;
}
body .section .section, body .wiki-section .wiki-section {
margin: 1em 0;
border-style: none;
}
/* Heading */
h1 {
display: block;
margin: 0 0 1em 0;
border-style: outset;
border-width: 2px;
border-color: #004182;
padding: 0.2em;
font-size: 150%;
font-weight: bolder;
font-family: sans-serif;
background-color: #004182;
color: #ffffb9;
letter-spacing: 0.2em;
-moz-border-radius: 0.6em 0;
}
h2, h3, h4, h5, h6 {
display: block;
margin: -1em -1.5em 0 -1.5em;
border-style: none;
padding: 0.2em 0.5em;
color: #006699;
background-color: transparent;
font-size: 100%;
font-weight: bolder;
font-family: sans-serif;
}
h2 {
border: outset 2px #804040;
-moz-border-radius: 0 0.7em 0 0;
background-color: #804040;
color: #ffdddd;
font-size: 120%;
}
/* Special Structure */
#footer {
display: block;
margin: 2em 0 0 0;
border-style: solid none none none;
border-color: gray;
border-width: 1px;
padding: 0.3em 0 0 0;
font-size: 85%;
}
#last-modified {
display: block;
text-align: right;
font-size: 85%;
}
/* Paragraph-level structure */
p {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
text-indent: 1em;
text-align: justify;
}
blockquote {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
border-style: none none none solid;
border-width: 1em;
border-color: #ddddff;
padding-left: 1em;
}
pre {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
border: 1px dotted #ccccff;
max-width: 95%; overflow: auto;
background-color:#eeeeff;
color: black;
font-size: 100%;
}
/* List and Table */
ul, ol, dl {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
li, dt, dd {
text-align: justify;
}
li, dt {
display: list-item;
margin: 0.3em 0;
border-style: none;
padding: 0 0 0 0.5em;
}
dd {
display: block;
margin: 0 0 0 3em;
border-style: none;
padding: 0;
}
/* Anchor */
a:link {
border-style: none none solid none;
border-color: #0000CC;
border-width: 1px;
padding-bottom: 0.1em;
text-decoration: none;
color: inherit;
background-color: transparent;
}
a:visited {
border-style: none none solid none;
border-color: #000080;
border-width: 1px;
padding-bottom: 0.1em;
text-decoration: none;
color: inherit;
background-color: transparent;
}
a.wiki:link, a.wiki:visited {
border-bottom-style: dashed;
}
a.wiki .mark {
vertical-align: super;
font-size: xx-small;
line-height: 1.0;
text-decoration: none;
color: red;
}
a.wiki-anchor {
border-style: none;
text-decoration: none;
}
a[href^="#"]:link, a[href^="#"]:visited {
border-style: none;
text-decoration: none;
}
a.wiki:link:hover {
border-bottom-color: red;
}
a.wiki:visited:hover {
border-bottom-color: purple;
}
a:hover {
background-color: #FFA;
color: #000080;
}
a.wiki:hover {
border-bottom-style: solid;
}
a.wiki-cmd:link, a.wiki-cmd:visited {
border: 2px groove ButtonFace;
color: ButtonText;
background-color: ButtonFace;
}