<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p>/*
SuikaWiki 3 HTML 出力用スタイル・シート
「つくりかけ1」(仮)</p><p>License: Public Domain</p><section><h1>/</h1><p>/* Structure */
html {<pre>	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%;
}</pre></p><p>.section, .wiki-section {<pre>	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;
}</pre></p><p>/* Heading */</p><p>h1 {<pre>	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;
}</pre></p><p>h2, h3, h4, h5, h6 {<pre>	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;
}</pre></p><p>h2 {<pre>	border: outset 2px #804040;
	-moz-border-radius: 0 0.7em 0 0;
	background-color: #804040;
	color: #ffdddd;
	font-size: 120%;
}</pre></p><p>/* Special Structure */
#footer {<pre>	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%;
}</pre></p><p>#last-modified {<pre>	display: block;
	text-align: right;
	font-size: 85%;
}</pre></p><p>/* Paragraph-level structure */</p><p>p {<pre>	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-indent: 1em;
	text-align: justify;
}</pre></p><p>blockquote {<pre>	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></p><p>pre {<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%;
}</pre></p><p>/* List and Table */
ul, ol, dl {<pre>	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}</pre></p><p>li, dt, dd {<pre>	text-align: justify;
}</pre></p><p>li, dt {<pre>	display: list-item;
	margin: 0.3em 0;
	border-style: none;
	padding: 0 0 0 0.5em;
}</pre></p><p>dd {<pre>	display: block;
	margin: 0 0 0 3em;
	border-style: none;
	padding: 0;
}</pre></p><p>/* Anchor */
a:link {<pre>	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^=&quot;#&quot;]:link, a[href^=&quot;#&quot;]: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;
}</pre></p></section></body></html>