KKeine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
div#content, div#bodyContent { | div#content, div#bodyContent { | ||
background-color: #000000; | background-color: #000000; | ||
color: # | color: #7e7045; | ||
} | } | ||
Zeile 16: | Zeile 16: | ||
div#content h4, | div#content h4, | ||
div#content h5 { | div#content h5 { | ||
color: # | color: #87784c; | ||
} | } | ||
Version vom 13. April 2013, 22:10 Uhr
/* page content */ div#content, div#bodyContent { background-color: #000000; color: #7e7045; } /* toc */ #toc, .toc, .mw-warning { background-color: #050505; } /* heading */ div#content h1, div#content h2, div#content h3, div#content h4, div#content h5 { color: #87784c; } /* links */ div#content a, div#content a:link, div#content a:active, div#content a:visited { text-decoration: underline; color: #FFFFFF; } div#content a.new { text-decoration:line-through; color: #CCCCCC; } div#content a:hover { text-decoration: none; } /* lists */ div#content ul { list-style-type: none; list-style-image: none; padding: 0px; margin: 0px; } div#content ul li { background-image: url(/wiki/images/8/8e/Tetris_s.png); background-repeat: no-repeat; background-position: 0px 0px; padding-left: 25px; } /* navbar */ div.NavHead { background: #000000; } /* categories */ div.catlinks, div#catlinks{ background: #000000; }