Trollcon/2013/Stylesheet: Unterschied zwischen den Versionen
Aus RaumZeitLabor Wiki
Kisl (Diskussion | Beiträge) K (bla) |
Kisl (Diskussion | Beiträge) (testing instant preview) |
||
(9 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | /* | + | /* |
− | + | {{#css:Trollcon/2013/Stylesheet}} | |
+ | == Vorschau == | ||
+ | Instant Preview! | ||
+ | <pre>*/ | ||
*, * * { | *, * * { | ||
Zeile 10: | Zeile 13: | ||
} | } | ||
− | #mw-panel div, #mw-head *, #content, #footer { background-image: none !important; } | + | html, body, #mw-panel div, #mw-head *, #content, #footer { background-image: none !important; } |
a { | a { | ||
color: black !important; | color: black !important; | ||
− | border: 0ex dashed black | + | border: 0ex dashed black !important; |
− | + | ||
} | } | ||
+ | |||
+ | #content a { border-bottom-width: 0.5ex !important; } | ||
+ | |||
+ | #content a:hover { | ||
+ | text-decoration: none !important; | ||
+ | border-style: dotted !important; | ||
+ | } | ||
+ | |||
a.new { text-decoration: line-through !important; } | a.new { text-decoration: line-through !important; } | ||
Zeile 24: | Zeile 34: | ||
margin-right: 2px !important; | margin-right: 2px !important; | ||
} | } | ||
− | |||
/*</pre>*/ | /*</pre>*/ |
Aktuelle Version vom 21. Oktober 2013, 18:41 Uhr
/*
Vorschau
Instant Preview!
*/ *, * * { background-color: #E6007D !important; color: black !important; border-color: #E6007D !important; cursor: help !important; } html, body, #mw-panel div, #mw-head *, #content, #footer { background-image: none !important; } a { color: black !important; border: 0ex dashed black !important; } #content a { border-bottom-width: 0.5ex !important; } #content a:hover { text-decoration: none !important; border-style: dotted !important; } a.new { text-decoration: line-through !important; } .vectorTabs li, .vectorTabs li * { background-color: black !important; color: #E6007D !important; margin-right: 2px !important; } /**/