Trollcon/2013/Stylesheet: Unterschied zwischen den Versionen
Aus RaumZeitLabor Wiki
Kisl (Diskussion | Beiträge) K (Zeigerhilfe) |
Kisl (Diskussion | Beiträge) (Tabs hervorheben) |
||
Zeile 5: | Zeile 5: | ||
*, * * { | *, * * { | ||
background-color: #E6007D !important; | background-color: #E6007D !important; | ||
+ | color: black !important; | ||
border-color: #E6007D !important; | border-color: #E6007D !important; | ||
cursor: help !important; | cursor: help !important; | ||
Zeile 10: | Zeile 11: | ||
#mw-panel div, #mw-head *, #content, #footer { background-image: none !important; } | #mw-panel div, #mw-head *, #content, #footer { background-image: none !important; } | ||
+ | |||
+ | .vectorTabs li { | ||
+ | background-color: black !important; | ||
+ | color: #E6007D !important; | ||
+ | margin-right: 2px; | ||
+ | } | ||
a { color: limegreen !important; } | a { color: limegreen !important; } |
Version vom 7. Februar 2013, 15:50 Uhr
/**/ *, * * { background-color: #E6007D !important; color: black !important; border-color: #E6007D !important; cursor: help !important; } #mw-panel div, #mw-head *, #content, #footer { background-image: none !important; } .vectorTabs li { background-color: black !important; color: #E6007D !important; margin-right: 2px; } a { color: limegreen !important; } a.new { color: lightpink !important; } /**/