This page contains a CSS stylesheet which may be used to change the appearance of the wiki.
/*
* This is a modified version of the Clean style sheet with
* smaller fonts and hover effects on the menu in the page header.
*
* The styles have also been reorganized and reformatted, which
* seems to have only made them harder to read. Oh well.
*
* It looks good in Mozilla, but I may have missed a few
* things. I haven't tested it in IE at all, but a quick
* glance shows that it looks okay (although the fonts are
* still larger than in Mozilla)
* - Brant
*/
@import '/translations.css';
a:link { color: #0000FF; }
a.wikiexternal:link { color: #007700; }
a:visited, a:active { color: #000077; }
a:hover {
background-color: #DDDDDD;
}
a.wikiexternal:visited, a.wikiexternal:active { color: #004400; }
a.wikipageedit, dt { font-weight: bold; }
h2 a:link { color: #ddf; }
h2 a:visited { color: #bbf; }
blockquote {
border: solid;
border-collapse: collapse;
border-width: thin;
margin-left: 5%;
margin-right: 5%;
padding: 1ex 1ex 1ex 1ex;
}
body {
background-color: #FFFFFF;
border-color: #000000;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
body, table { font-size: 1.75ex; }
div.wikifooter { margin-top: 0px; }
div.wikiheader a:hover, div.wikifooter a:hover, div.wikirc a:hover, div.wikitext a {
text-decoration: underline;
}
div.wikiheader h1 {
border-bottom: medium solid;
clear: left;
font-size: large;
font-weight: bold;
margin-bottom: 0.5ex;
margin-top: 1ex;
padding-left: 0px;
}
div.wikiheader h1 a {
color: #000000;
text-decoration: none;
}
div.wikiheader h1 a:hover {
background-color: #DDDDDD;
text-decoration: none;
}
div.wikitestwarning {
background-color: #FF0000;
color: #FFFFFF;
text-align: center;
}
div.wikitext a:hover {
background-color: #DDDDDD;
text-decoration: underline;
}
div.wikitext h3 a:hover, div.wikiheader a, div.wikifooter a, div.wikirc a, div.wikitext h3 a { text-decoration: none; }
h2 {
background-color: #000099;
color: #FFFFFF;
font-size: medium;
font-weight: bold;
padding: 0.5ex 1ex 0.5ex 1ex;
}
h3 {
border-bottom: solid;
border-width: thin;
font-weight: bold;
}
h4 {
font-weight: bold;
margin-bottom: 0;
font-size: 115%;
}
hr.wikiline {
border: 1px solid #888888;
}
hr.wikilinefooter {
border: 1px solid #000000;
clear: both;
margin-bottom: 5px;
}
span.topsearch { float: right; }
table.wikidiffnew {
background-color: #CFFFCF;
}
table.wikidiffold {
background-color: #FFAF9F;
}
table.wikitable {
border: 1px solid;
border-collapse: collapse;
border-color: #000000;
}
td.wikiborderlesstable { padding-right: 2em; }
td.wikitable {
border: 1px solid;
border-color: #000000;
padding-left: 1ex;
padding-right: 1ex;
}
textarea { font-family: monospace; }
.diff-header { font-weight: bold } /* headers displaying paragraph indices */
.diff-para-ident { } /* unchanged complete paragraphs */
.diff-span-ident { } /* unchanged words in changed paragraphs */
.diff-para-changed { } /* changed paragraphs */
.diff-para-added { color: green } /* added complete paragraphs */
.diff-span-added { color: green } /* added words in changed paragraphs */
.diff-para-deleted { color: red } /* deleted complete paragraphs */
.diff-span-deleted { color: red } /* deleted words in changed paragraphs */
th.wiki_attach {
text-align: left;
font-weight: bold;
padding-right: 1em;
}
td.wiki_attach {
text-align: left;
padding-right: 1em;
}