MediaWiki:Vector.css: Unterschied zwischen den Versionen
Aus Gronkh-Wiki
(Die Seite wurde neu angelegt: „/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common…“) |
|||
Zeile 57: | Zeile 57: | ||
line-height: 1em !important; | line-height: 1em !important; | ||
display: block !important; | display: block !important; | ||
+ | } | ||
+ | |||
+ | .vectorTabs li a:hover { | ||
+ | background:#ccc; | ||
} | } | ||
Zeile 87: | Zeile 91: | ||
color:#000 !important; | color:#000 !important; | ||
padding-top:6px !important; | padding-top:6px !important; | ||
+ | } | ||
+ | |||
+ | #mw-panel { | ||
+ | top:175px !important; | ||
} | } | ||
#mw-panel, #p-logo a { | #mw-panel, #p-logo a { | ||
width:176px !important; | width:176px !important; | ||
+ | height:165px !important; | ||
} | } | ||
#mw-panel .portal { | #mw-panel .portal { | ||
background:#fff !important; | background:#fff !important; | ||
− | margin | + | margin: 0 0 1em 0.9em !important; |
border-radius:5px; | border-radius:5px; | ||
-moz-border-radius:5px; | -moz-border-radius:5px; |
Version vom 10. März 2012, 15:07 Uhr
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */ body { color:#222 !important; font-family:Arial, sans-serif !important; } a:link, a:visited, .vectorTabs li a span { color:#0645AD; } #content { background-image:none !important; border-top-left-radius:5px; border-bottom-left-radius:5px; -moz-border-radius-topleft:5px; -moz-border-radius-bottomleft:5px; margin-left:12em !important; } #simpleSearch { border:1px solid #888 !important; border-radius:10px; -moz-border-radius:10px; } #simpleSearch input { margin-top:1px !important; padding-left:8px !important; } #simpleSearch button { margin-top:-4px !important; } #left-navigation { left:200px !important; } #mw-head-base, #mw-page-base, #footer, .vectorTabs, .vectorTabs ul, .vectorMenu a, #mw-panel .portal .body { background:none !important; } #mw-page-base { background-color:transparent !important; } .vectorTabs ul { margin-top:12px !important; } .vectorTabs li { background:none !important; line-height: 1em !important; display: block !important; } .vectorTabs li a:hover { background:#ccc; } #p-cactions { text-decoration:none !important; margin:0 2px !important; } .vectorTabs li a { text-decoration:none !important; padding:6px 12px !important; height:auto !important; margin-left:0; border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; } .vectorTabs span { background:none !important; } .vectorTabs li.selected a { color:#000 !important; background:#fff; } .vectorTabs li.selected a span { color:#000 !important; padding-top:6px !important; } #mw-panel { top:175px !important; } #mw-panel, #p-logo a { width:176px !important; height:165px !important; } #mw-panel .portal { background:#fff !important; margin: 0 0 1em 0.9em !important; border-radius:5px; -moz-border-radius:5px; } #mw-panel .portal .body { margin-left:10px !important; margin-right:10px !important; padding:6px 8px !important; } #mw-panel .portal h5 { color:#666 !important; font-weight:bold !important; } #footer { margin-left:12em !important; }