This page contains a CSS stylesheet which may be used to change the appearance of the wiki.
@import '/translations.css'; body { background-color:#d0c090; color: #000; border-color: #000; } a:link { color: #501000; } a:visited { color: #905000; } a:active { color: #007; } a.wikiexternal:link { color: #070; } a.wikiexternal:visited { color: #040; } a.wikiexternal:active { color: #040; } 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: #f8e8b8; text-decoration: underline; } .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 */ div.wikiheader h1 { margin-top: 1ex; margin-bottom: 0.5ex; font-weight: bold; font-size: x-large; border-bottom: medium solid; clear: left; padding-left: 0px; } div.wikiheader h1 a { text-decoration: none; color: #000; } div.wikiheader h1 a:hover { background-color: #f8e8b8; text-decoration: none; } h2 { font-size: large; font-weight: bold; background-color:#b79067; 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; } div.wikifooter { font-size: small; margin-top: 0px; } 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 } blockquote { margin-left: 5%; margin-right: 5%; padding: 1ex 1ex 1ex 1ex; border-width: thin; border: solid; border-collapse: collapse; background-color: #f8e8b8; } span.topsearch { float: right; } div.wikitestwarning { background-color: #f00; color: #fff; text-align: center; } th.wiki_attach { text-align: left; font-weight: bold; padding-right: 1em; } td.wiki_attach { text-align: left; padding-right: 1em; }