MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus OKAPI Geschichte
Zeile 6: | Zeile 6: | ||
body.page-Hauptseite h1.firstHeading { display:none; | body.page-Hauptseite h1.firstHeading { display:none; | ||
} | } | ||
+ | |||
+ | <!-- TEXTBOXEN --> | ||
+ | |||
+ | /* Default style for PrettyTextBox and InformationBox class of templates */ | ||
+ | .InformationBox { | ||
+ | width: 80%; | ||
+ | border: solid #999999 1px; | ||
+ | background: #F8F8F8; | ||
+ | margin: 0.5em auto; | ||
+ | clear: both; | ||
+ | color: #000000; | ||
+ | padding: 3px; | ||
+ | } | ||
<!-- ABSATZFORMATIERUNGEN FÜR LITERATURLISTEN --> | <!-- ABSATZFORMATIERUNGEN FÜR LITERATURLISTEN --> | ||
Zeile 20: | Zeile 33: | ||
margin-botton: 0em;} | margin-botton: 0em;} | ||
− | <!-- | + | <!-- SONSTIGES --> |
/* Prettytable (aus Wikipedia) */ | /* Prettytable (aus Wikipedia) */ |
Version vom 20. Mai 2012, 19:58 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 #999999 1px; background: #F8F8F8; 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: Untereinträge oder Kommentarzeilen */ .lit_schmal { line-height: 1.1; margin-top: 0em; margin-botton: 0em;} <!-- SONSTIGES --> /* Prettytable (aus Wikipedia) */ .prettytable { background: #f9f9f9; border: 1px solid #aaa; border-collapse: collapse; margin: 3em 3em 3em 0; }