<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p>html, body, td {<pre>  line-height: 200%;
}
dl, ol, ul, p, blockquote {
  line-height: inherit;
}
pre {
  line-height: 100%;
}
#side-menu, .tools, #toc {
  line-height: 130%;
}
#side-menu h1, #side-menu h2, #side-menu h3 {
  font-size: 110%;
}</pre></p><p>.wiki-page-obsoleted {
}</p><p>h2:before {<pre>  content: &quot;★&quot;;
  color: #9face6;
  background-color: transparent;
}
#side-menu h2:before {
  content: &quot;&quot;;
}</pre></p><p>thead + tbody {<pre>  max-height: 95%;
  overflow: auto;
}
tr:hover /*, col:hover */ {
  background-color: #EEEEEE;
  color: #555555;
} /* CSS2 によれば col には color は指定できない。また、 Moz でも IE でも  col
     への指定は反映されない。 */
td {
  empty-cells: show;
}</pre></p><p>blockquote {<pre>  margin-left: 0.2em;
  border-left: #d0e8e8 1em solid;
  padding-left: 0.5em;
}</pre></p><p>dt {<pre>  margin-bottom: 0;
  border-bottom: #dadff5 0.3em solid;
  padding-bottom: 0.1em;
}
dd {
  margin-left: 2em; margin-top: 0; margin-bottom: 0.1em;
  border-left-style: none;
  border-bottom: #dadff5 0.3em solid;
  padding-left: 0.5em; padding-bottom: 0.1em;
}</pre></p><p>a.anchor {<pre>  color: #0080ff;
  background-color: transparent;
}</pre></p><p>#toc {<pre>  width: 120px;
}
#toc ul {
  margin: 0;
  border-style: none;
  padding: 0;
}
#toc &gt; ul {
  display: block;
  min-width: 75%;
}
#toc ul ul {
  margin: 0 0.5em 0 0.5em;
  border-style: 0;
  padding: 0;
}
#toc li {
  display: block;
  margin: 0.1em;
  border: #EEEEEE groove thin;
  padding: 0.1em;
  list-style: none;
  text-align: center;
}
#toc li:active {
  border-style: ridge;
}
/* アンカーを active にすると(ボタンを押したように) ridge にしたいけど、
   CSS だけでは無理ぽ。 (XHTML2 で li/@href を使い、 li/a は無くしたらよさげ) */
#toc li a {
  display: block;
}
#toc h2 {
  display: none;
}</pre></p><p>#toc, #tools1 {<pre>  background-color: #EEEEEE;
  color: #555555;
  -moz-opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(enable=true,opacity=30);
}
#toc:hover, #tools1:hover, #toc.MSIE.HOVER, #tools1.MSIE.HOVER {
  -moz-opacity: 0.99;
  filter: progid:DXImageTransform.Microsoft.Alpha(enable=false);
}
#toc.DRAGING, #tools1.DRAGING {
  cursor: move;
}</pre></p><p>samp, code {<pre>  font-family: &quot;Courier New&quot;, &quot;Courier&quot;, monospace;
  font-size: 100%;
  background-color: #f0e1ff;
  color: #4d4d4d;
}</pre></p><p>strong {<pre>  background-color: #f1f1fe;
  color: #ff0080;
  font-weight: normal;
}
em {
  background-color: #fdfdff;
  color: #c60000;
  font-style: normal;
}</pre></p><p>textarea<pre>	{line-height: 1.5;
	margin-left: 1.5%; margin-right: 1.5%}</pre></p><p>#edit textarea /* WinIE 対策 [name=we--content] */
/* page content in edit-form */ {<pre>  height: 95%;
  width: 95%;
}</pre></p><p>/* License: GNU GPL2 */ </p></body></html>