Benutzer:TheK/monobook.css

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

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
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
}

#content { 
  -moz-border-radius-topleft: .5em; 
  -moz-border-radius-bottomleft: .5em;
}

div.pBody {
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
}

#BodyContent *{position:static !important;font-family:FreeSans,sans-serif;}

/* Weblinks */
#BodyContent a[href].external{background-color:yellow;color:red;}

/* Benutzerseiten */
a[href*="/Benutzer:"]{color:green; font-weight:bold;}
a[href*="/Benutzer_Diskussion:"]{color:green;}
a[href*="/Benutzer%20Diskussion:"]{color:green;}

a[href*="/Wikipedia:Spielwiese"]{color:black;}

/* 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;}

/* recentchanges
#recentchangestable{height:20px;background-color:maroon;overflow:hidden;}
#recentchangestable:hover{height:auto;background-color:transparent;} */

/* BEGIN Diff rendering von fr.wiki :) */
table.diff {
  padding: 0.5em;
}
table.diff td { 
   vertical-align: top;
}
td.diff-addedline { 
   background:#D8E4F6; 
}
td.diff-addedline span.diffchange {
   background: #B0C0F0;
   color: #001040;
   font-weight: bold;
}
td.diff-deletedline {
   background:#E4F6D8;
}
td.diff-deletedline span.diffchange {
   background: #B0E897;
   color: #104000;
   font-weight: bold;
}
td.diff-context {
   background:#FEFEFE;
}
/* END Diff rendering */

div#mw-revisiontag {
   display:none;
}