This page contains a CSS stylesheet which may be used to change the appearance of the wiki.
/* This is simply a copy of the current default wiki stylesheet. */ /* $Id: wiki-style.css 40 2003-12-13 20:54:00Z neild $ */ @import '/translations.css'; body { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000; border-color: #000; background-color: #fff; margin: 0px; } a:link { color: #00f; } a:visited { color: #007; } a:active { color: #007; } h2 a:visited { color: #C7D0D9; } h2 a:link { color: #C0C0FF; } a.wikiexternal:link { color: #070; } a.wikiexternal:visited { color: #040; } a.wikiexternal:active { color: #040; } div.wikitext { margin-top: 30px; padding-top: 30px; margin-left: 5px; margin-right: 5px; margin-bottom: 30px; } div.wikiheader a, div.wikifooter a, div.wikirc a { text-decoration: none; } div.wikiheader a:hover, div.wikifooter a:hover, div.wikirc a:hover { text-decoration: underline; } div.wikitext a { text-decoration: underline; } div.wikitext a:hover { background-color: #ddd; text-decoration: underline; } div.wikiheader { position: fixed; height: 20px; z-index: 10; width: 100%; background-color: #C7D0D9; border-bottom: 1px solid #8CACBB; top: 0px; bottom: 12px; padding: 0px; padding-left: 5px; margin-right: 0px; overflow: hidden; //-moz-border-radius: 0px 0px 42px 42px; } div.wikiheader h1 { position: fixed; left: 600px; top: -12px; font-weight: bold; font-size: medium; color: red; //text-decoration: none; } div.wikiheader h1 a { color: red; } h2 { font-size: large; font-weight: bold; color: #fff; background-color: #009; padding: 0.5ex 1ex 0.5ex 1ex; } h3 { font-size: medium; font-weight: bold; border-bottom: solid; border-width: thin; } h4 { margin-bottom: 0; } div.wikitext h3 a { text-decoration: none; } div.wikitext h3 a:hover { text-decoration: none; } h4 { font-size: medium; font-weight: bold; } h5 { font-size: medium; font-weight: normal; } hr.wikiline { border-top: thin solid; border-bottom: 0px solid; border-left: 0px solid; border-right: 0px solid; border-color: #000; margin-top: 2ex; margin-bottom: 2ex; } hr.wikilinefooter { border-top: medium solid; border-bottom: 0px solid; border-left: 0px solid; border-right: 0px solid; border-color: #000; margin-bottom:5px; clear: both; visibility: hidden; } div.wikifooter { font-size: 12px; position: fixed; overflow: hidden; bottom: 0px; left: 0px; width: 100%; height: 30px; z-index: 10; background-color: #C7D0D9; border-top: 1px solid #8CACBB; //-moz-border-radius: 42px 42px 0px 0px; padding-left: 10px; padding-right: 10px; } div.wikifooter input { visibility: hidden; } a.wikipageedit { font-weight: bold; } dt { font-weight: bold; } table.wikidiffold { background-color: #FFAF9F; } table.wikidiffnew { background-color: #CFFFCF; } table.wikitable { border-collapse: collapse; border: 1px solid; border-color: #000; } td.wikiborderlesstable { padding-right: 2em; } td.wikitable { padding-left: 1ex; padding-right: 1ex; border: 1px solid; border-color: #000; } textarea { font-family: monospace //margin-top: 20px; padding-top: 32px; } blockquote { margin-left: 5%; margin-right: 5%; padding: 1ex 1ex 1ex 1ex; border-width: thin; border: solid; border-collapse: collapse; } span.topsearch { float: right; } div.wikitestwarning { background-color: #f00; color: #fff; text-align: center; } .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 */