Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* use browser prefs for text size and font */
@media screen{
body{font-size:medium;}
#globalWrapper{font-size:90%;}
#bodyContent{font-size:120%}
}
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
opacity:0.8;
}
#content {
-moz-border-radius-topleft: .5em;
-moz-border-radius-bottomleft: .5em;
# -moz-opacity:0.8;
}
div.pBody {
-moz-border-radius-topright: 0.5em;
-moz-border-radius-bottomright: 0.5em;
}
#BodyContent *{position:static !important;}
/* Benutzerseiten */
a[href*="/Benutzer:"]{color:green; font-weight:bold;}
a[href*="/Benutzer_Diskussion:"]{color:green;}
a[href*="/Benutzer%20Diskussion:"]{color:green;}
/* Problembenutzer */
a[href$="Benutzer:Togo"]{color:red;font-weight:bold;}
a[href$="Benutzer:Lln"]{color:red;font-weight:bold;}
a[href$="Benutzer:Rrr"]{color:red;font-weight:bold;}
a[href$="Benutzer:AshSert"]{color:red;font-weight:bold;}
a[href$="Benutzer:Willimczik"]{color:red;font-weight:bold;}
a[href$="Benutzer:Sascha_Br%C3%BCck"]{color:red;font-weight:bold;}
a[href$="Benutzer:John1401"]{color:red;font-weight:bold;}
a[href$="Benutzer:Mijobe"]{color:red;font-weight:bold;}
a[href$="Benutzer:Lysis"]{color:red;font-weight:bold;}
a[href$="Benutzer:Menexenos"]{color:red;font-weight:bold;}
a[href$="Benutzer:Knud_Klotz"]{color:red;font-weight:bold;}
a[href$="Benutzer:Thommess"]{color:red;font-weight:bold;}
a[href$="Benutzer:Thoken"]{color:red;font-weight:bold;}
a[href$="Benutzer:Grash%C3%BCpfer"]{color:red;font-weight:bold;}
/* IPs */
a[href*="Spezial:Contributions&target=0"]{color:red;font-weight:bold;}
a[href*="Spezial:Contributions&target=1"]{color:red;font-weight:bold;}
a[href*="Spezial:Contributions&target=2"]{color:red;font-weight:bold;}
a[href*="Spezial:Contributions&target=3"]{color:red;font-weight:bold;}
a[href*="Spezial:Contributions&target=4"]{color:red;font-weight:bold;}
a[href*="Spezial:Contributions&target=5"]{color:red;font-weight:bold;}
a[href*="Spezial:Contributions&target=6"]{color:red;font-weight:bold;}
a[href*="Spezial:Contributions&target=7"]{color:red;font-weight:bold;}
a[href*="Spezial:Contributions&target=8"]{color:red;font-weight:bold;}
a[href*="Spezial:Contributions&target=9"]{color:red;font-weight:bold;}
/* Diskussionsseiten */
a[href*="/Diskussion:"]{color:gray;}
a[href*="/Wikipedia_Diskussion:"]{color:gray;}
/* Löschseite (Test) */
body.ns-4 div.tocline > a[href*="erledigt"] {color:gray;}
body.ns-4 div.tocline > a[href*="bleibt"] {color:green;}
body.ns-4 div.tocline > a[href*="gel.C3.B6scht"] {color:red;}
/* tötet alle <u>! */
u{color:inherit !important;text-decoration:none;}