MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus OKAPI Geschichte
K |
|||
| Zeile 6: | Zeile 6: | ||
body.page-Hauptseite h1.firstHeading { display:none; | body.page-Hauptseite h1.firstHeading { display:none; | ||
} | } | ||
| − | + | ||
| + | /* Inhalts-Tabellen */ | ||
| + | .tabelle_inhalt { border: 1px solid #aaa; | ||
| + | border-collapse: collapse; | ||
| + | margin: 1em 1em 1em 0; | ||
| + | } | ||
<!-- ABSATZFORMATIERUNGEN FÜR LITERATURLISTEN --> | <!-- ABSATZFORMATIERUNGEN FÜR LITERATURLISTEN --> | ||
Version vom 6. Mai 2012, 21:47 Uhr
#p-logo { display:none; }
<!-- HAUPTSEITENFORMATIERUNG -->
/* Überschrift verbergen */
body.page-Hauptseite h1.firstHeading { display:none;
}
/* Inhalts-Tabellen */
.tabelle_inhalt { border: 1px solid #aaa;
border-collapse: collapse;
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;}