MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus OKAPI Geschichte
K |
|||
Zeile 8: | Zeile 8: | ||
/* Inhalts-Tabellen */ | /* Inhalts-Tabellen */ | ||
− | tabelle_inhalt { border: 1px solid | + | tabelle_inhalt { border: 1px solid; |
border-collapse: collapse; | border-collapse: collapse; | ||
+ | color: black; | ||
margin: 1em 1em 1em 0; | margin: 1em 1em 1em 0; | ||
} | } |
Version vom 6. Mai 2012, 21:49 Uhr
#p-logo { display:none; } <!-- HAUPTSEITENFORMATIERUNG --> /* Überschrift verbergen */ body.page-Hauptseite h1.firstHeading { display:none; } /* Inhalts-Tabellen */ tabelle_inhalt { border: 1px solid; border-collapse: collapse; color: black; margin: 1em 1em 1em 0; } <!-- ABSATZFORMATIERUNGEN FÜR LITERATURLISTEN --> /* Literaturangabe (normal) */ .lit { line-height: 1.2; margin-top: 1em; margin-bottom: 0em; } /* Literatur: Untereinträge oder Kommentarzeilen */ .lit_schmal { line-height: 1.1; margin-top: 0em; margin-botton: 0em;}