/* ここに書いた CSS は全ての外装に反映されます */
<pre><nowiki>
/* Forum formatting -Algorithm & -Splaka */
.forumheader { border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; }
.forumlist td.forum_edited a { color: black; text-decoration: none }
.forumlist td.forum_title a { padding-left: 20px; }
.forumlist td.forum_title a.forum_new { font-weight: bold; background: url(/images/4/4e/Forum_new.gif) 
center left no-repeat; padding-left: 20px; }
.forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: none; padding-left: 20px; }
.forumlist th.forum_title { padding-left: 20px; }

h2{
border-left:10px groove white;
border-bottom:4px double #EEE9E9;
font-size:200%;
font-weght:bold;
}

.firstHeading {
text-shadow: 4px 4px #A2A2A2;
}

table.topguide{
border:1px solid #aaaaaa;
width:100%;
}

.topguide caption{
border:1px solid #aaaaaa;
background:#d1bdff;
color:black;
padding-bottom:3px;
border-bottom:none;
font-weight:bold;
font-size:100%;
}

.topguide td{
width:50%;
}table.wikitable,
table.prettytable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
}
table.wikitable tbody,
table.prettytable tbody {
	background: #fff;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
	border: 1px #aaa solid;
	padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
	background: #f2f2f2;
	text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
}


</nowiki></pre>