MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus OKAPI Geschichte
(52 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
#p-logo { display:none; } | #p-logo { display:none; } | ||
− | lit { line-height: 1; | + | <!-- HAUPTSEITENFORMATIERUNG --> |
− | margin-top: | + | |
+ | /* Überschrift verbergen */ | ||
+ | body.page-Hauptseite h1.firstHeading { display:none; | ||
+ | } | ||
+ | |||
+ | <!-- TEXTBOXEN --> | ||
+ | |||
+ | /* Default style for PrettyTextBox and InformationBox class of templates */ | ||
+ | .InformationBox { | ||
+ | width: 80%; | ||
+ | border: solid #ccc 1px; | ||
+ | background: #f4f4f4; | ||
+ | margin: 0.5em auto; | ||
+ | clear: both; | ||
+ | color: #000000; | ||
+ | padding: 3px; | ||
+ | } | ||
+ | |||
+ | <!-- ABSATZFORMATIERUNGEN FÜR LITERATURLISTEN --> | ||
+ | |||
+ | /* Literaturangabe (normal) */ | ||
+ | .lit { line-height: 1.2; | ||
+ | margin-top: 1em; | ||
margin-bottom: 0em; | margin-bottom: 0em; | ||
− | + | } | |
− | . | + | /* Literatur: Normalformat ohne Bullet Point */ |
+ | .lit_text { line-height: 1.2; | ||
+ | margin-top: 0.5em; | ||
+ | margin-bottom: 0em; | ||
+ | list-style: none;} | ||
+ | |||
+ | /* Literatur: Untereinträge oder Kommentarzeilen */ | ||
+ | .lit_schmal { line-height: 1.1; | ||
margin-top: 0em; | margin-top: 0em; | ||
margin-botton: 0em;} | margin-botton: 0em;} | ||
+ | |||
+ | /* Literatur: Untereinträge/Kommentarzeilen mit Kapitälchen, ohne Bullet Point */ | ||
+ | .lit_komm { line-height: 1.1; | ||
+ | margin-top: 0em; | ||
+ | margin-botton: 0em; | ||
+ | margin-left: 12px; | ||
+ | font-variant: small-caps; | ||
+ | font-weight: bold; | ||
+ | text-transform: lowercase; | ||
+ | list-style: none;} | ||
+ | |||
+ | <!-- SONSTIGES --> | ||
+ | |||
+ | /* Prettytable (aus Wikipedia) */ | ||
+ | .prettytable { | ||
+ | background: #f9f9f9; | ||
+ | border: 1px solid #aaa; | ||
+ | border-collapse: collapse; | ||
+ | margin: 3em 3em 3em 0; | ||
+ | } |
Aktuelle Version vom 16. Juli 2012, 14:43 Uhr
#p-logo { display:none; } <!-- HAUPTSEITENFORMATIERUNG --> /* Überschrift verbergen */ body.page-Hauptseite h1.firstHeading { display:none; } <!-- TEXTBOXEN --> /* Default style for PrettyTextBox and InformationBox class of templates */ .InformationBox { width: 80%; border: solid #ccc 1px; background: #f4f4f4; margin: 0.5em auto; clear: both; color: #000000; padding: 3px; } <!-- ABSATZFORMATIERUNGEN FÜR LITERATURLISTEN --> /* Literaturangabe (normal) */ .lit { line-height: 1.2; margin-top: 1em; margin-bottom: 0em; } /* Literatur: Normalformat ohne Bullet Point */ .lit_text { line-height: 1.2; margin-top: 0.5em; margin-bottom: 0em; list-style: none;} /* Literatur: Untereinträge oder Kommentarzeilen */ .lit_schmal { line-height: 1.1; margin-top: 0em; margin-botton: 0em;} /* Literatur: Untereinträge/Kommentarzeilen mit Kapitälchen, ohne Bullet Point */ .lit_komm { line-height: 1.1; margin-top: 0em; margin-botton: 0em; margin-left: 12px; font-variant: small-caps; font-weight: bold; text-transform: lowercase; list-style: none;} <!-- SONSTIGES --> /* Prettytable (aus Wikipedia) */ .prettytable { background: #f9f9f9; border: 1px solid #aaa; border-collapse: collapse; margin: 3em 3em 3em 0; }