MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Created page with '→CSS placed here will affect users of the Monobook skin: →Table Of Contents TOC rechtsbündig:: #toc, .toc { border: 1px solid #aaa; background-color: #f9f9f9; padding…') |
Keine Bearbeitungszusammenfassung |
||
Zeile 16: | Zeile 16: | ||
#bodyContent h1, h2, h3, h4, h5 { | #bodyContent h1, h2, h3, h4, h5 { | ||
font-weight: bold; | font-weight: bold; | ||
color: | color: tan; | ||
} | } |
Version vom 24. September 2010, 09:46 Uhr
/* CSS placed here will affect users of the Monobook skin */ /* Table Of Contents TOC rechtsbündig: */ #toc, .toc { border: 1px solid #aaa; background-color: #f9f9f9; padding: 5px; font-size: 95%; margin-left: 40px; margin-bottom: 40px; float: right; } /*Alle Überschriften fett machen, dafür in dunkelgrau : */ #bodyContent h1, h2, h3, h4, h5 { font-weight: bold; color: tan; }