KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* page content */ | |||
div#content, div#bodyContent { | div#content, div#bodyContent { | ||
background: #000000; | background: #000000; | ||
color: #F5B905; | color: #F5B905; | ||
} | } | ||
/* heading */ | |||
div#content h1, | div#content h1, | ||
div#content h2, | div#content h2, | ||
Zeile 12: | Zeile 14: | ||
} | } | ||
/* links */ | |||
div#content a, | div#content a, | ||
div#content a:link, | div#content a:link, | ||
Zeile 27: | Zeile 30: | ||
div#content a:hover { | div#content a:hover { | ||
text-decoration: none; | text-decoration: none; | ||
} | |||
/* lists */ | |||
ul { | |||
list-style-type: none; | |||
padding: 0px; | |||
margin: 0px; | |||
} | |||
ul li | |||
{ | |||
background-image: url(/wiki/images/c/c0/Tetris_z.png); | |||
background-repeat: no-repeat; | |||
background-position: 0px 5px; | |||
padding-left: 10px; | |||
} | } | ||
/* navbar */ | |||
div.NavHead { | div.NavHead { | ||
background: #000000; | background: #000000; | ||
} | } | ||
/* categories */ | |||
div.catlinks, div#catlinks{ | div.catlinks, div#catlinks{ | ||
background: #000000; | background: #000000; | ||
} | } |
Version vom 10. April 2013, 20:01 Uhr
/* page content */ div#content, div#bodyContent { background: #000000; color: #F5B905; }
/* heading */ div#content h1, div#content h2, div#content h3, div#content h4, div#content h5 { color: #F5B905; } /* 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 */ ul { list-style-type: none; padding: 0px; margin: 0px; }
ul li { background-image: url(/wiki/images/c/c0/Tetris_z.png); background-repeat: no-repeat; background-position: 0px 5px; padding-left: 10px; } /* navbar */ div.NavHead { background: #000000; } /* categories */ div.catlinks, div#catlinks{ background: #000000; }