MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K |
|||
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
+ | |||
+ | /* Hide "Versionsgeschichte" (view history) */ | ||
+ | #ca-history { display:none!important; } | ||
body { | body { | ||
Zeile 27: | Zeile 30: | ||
.mw-body h2 { | .mw-body h2 { | ||
− | margin-top: | + | margin-top: 36px; margin-bottom: 12px; |
color: #008080; | color: #008080; | ||
font-size: 1.4em; | font-size: 1.4em; | ||
Zeile 34: | Zeile 37: | ||
.mw-body h3 { | .mw-body h3 { | ||
+ | margin-top: 18px; | ||
font-size: 1.00em; | font-size: 1.00em; | ||
color: #008080; | color: #008080; |
Aktuelle Version vom 25. September 2019, 13:25 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /* Hide "Versionsgeschichte" (view history) */ #ca-history { display:none!important; } body { /* background-color: #008080; */ background: url('images/bg_body_gradient.png') repeat-x fixed left top #F2F9F9; } /* HEADER (top range with tabs and search field) */ div#mw-head { background-color: #F2F9F9; } /* CONTENT */ .mw-body { /* background-color: #008080; */ background: url('images/bg_body_gradient.png') repeat-x fixed left top #F2F9F9; border-color: #008080; } .mw-body h1 { margin-top: 28px; color: #F2F9F9; /* font-weight: bold; */ border-bottom: none; } .mw-body h2 { margin-top: 36px; margin-bottom: 12px; color: #008080; font-size: 1.4em; border-bottom: 1px solid #008080; } .mw-body h3 { margin-top: 18px; font-size: 1.00em; color: #008080; } #toc, .toc { background-color: transparent; border: 1px solid #F2F9F9; } li { margin-top:6px; } div#footer { /* background-color: #008080; background: url('images/bg_body_gradient.png') repeat-x fixed left top #F2F9F9; */ }