MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus OKAPI Geschichte
| Zeile 1: | Zeile 1: | ||
#p-logo { display:none; } | #p-logo { display:none; } | ||
| − | /* Absatzformatierungen für Literaturlisten | + | <!-- Hauptseitenformatierung --> |
| + | |||
| + | /* Überschrift verbergen */ | ||
| + | body.page-Hauptseite.action-view h1.firstHeading { display: none; | ||
| + | } | ||
| + | |||
| + | |||
| + | <!-- Absatzformatierungen für Literaturlisten --> | ||
| + | |||
/* Literaturangabe (normal) */ | /* Literaturangabe (normal) */ | ||
.lit { line-height: 1.2; | .lit { line-height: 1.2; | ||
Version vom 6. Mai 2012, 21:23 Uhr
#p-logo { display:none; }
<!-- Hauptseitenformatierung -->
/* Überschrift verbergen */
body.page-Hauptseite.action-view h1.firstHeading { display: none;
}
<!-- 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;}