This page contains a CSS stylesheet which may be used to change the appearance of the wiki.
/* Stylesheet created by Chichis. Proof of concept, to show how far customization of the wiki can go. -- still under construction -- Non-IE browsers may have issues, though I have put in some hacks to overcome most of the problems */ body { font-family: Tahoma; font-size: 10pt; margin: 40px; background-color: #BBBBBB; } p, pre, ul { margin-bottom: 0; } form, h1 { margin: 0; } hr { background-color: black; color: black; height: 1px; width: 90%; } input { border: 1px solid black; } a { text-decoration: none; color: #005500; } a:hover { color: #00AA00; } h1, h2, h3, h4, h5, h6, h7, h8 { font-weight: normal; font-family: Arial Black; } .wikiheader { background-color: #949494; padding-bottom: 0; position: relative; border: 1px solid black; color: black; } .wikiheader a { background-color: #949494; padding: 5px 7px 5px 7px; display: -moz-inline-box; display: inline-block; margin-right: -14px; color: white; position: relative; z-index: 1; } .wikiheader a:hover { background-color: #6A6A6A; color: #D4D4D4; } .wikiheader h1 { font-size: 16pt; background-color: #008000; border-top: 1px solid black; padding: 2px; padding-left: 10px; } .wikiheader h1 a { display: inline; padding: 0; background: none; border: none; margin: 0; } .wikiheader h1 a:hover { background: none; } .wikiloginheader { background-color: #949494; display: block; position: absolute; height: 18px; top: -29px; right: 30px; padding: 5px; border: 1px solid black; border-bottom: none; } * html .wikiloginheader { height: 30px; right: 70px; } .wikiloginheader a { display: inline; padding: 0; background: none; border: none; margin: 0; } .wikiloginheader a:hover { background: none; } .topsearch { position: absolute; right: 2px; top: 2px; } * html .topsearch { right: 42px; } .wikitext { border-left: 1px solid black; border-right: 1px solid black; background-color: #E9E9E9; padding: 10px; position: relative; } .wikifooter { border: 1px solid black; background-color: #949494; padding: 10px; } .wikilinefooter { display: none; } /********************/ /*** Translations ***/ /********************/ .translations { position: absolute; top: 0px; left: -10px; } * html .translations { left: -20px; } .translations em { display: none; } .translations ul { list-style: none; padding: 0; margin: 0; } .translations a { display: block; margin-top: 5px; width: 0px; height: 11px; padding-left: 17px; overflow: hidden; background-repeat: no-repeat; } * html .translations a { margin: 0; width: 17px; } .translations .de a { background-image: url('http://wiki.atitd.net/attach/tale2/F/Flags$de.gif'); } .translations .en a { background-image: url('http://wiki.atitd.net/attach/tale2/F/Flags$en.gif'); } .translations .es a { background-image: url('http://wiki.atitd.net/attach/tale2/F/Flags$es.gif'); } .translations .fr a { background-image: url('http://wiki.atitd.net/attach/tale2/F/Flags$fr.gif'); } .translations .it a { background-image: url('http://wiki.atitd.net/attach/tale2/F/Flags$it.gif'); } .translations .kr a { background-image: url('http://wiki.atitd.net/attach/tale2/F/Flags$kr.gif'); }