MediaWiki:Common.css: Unterschied zwischen den Versionen

KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 16: Zeile 16:
table.diff a[title="Benutzer:SVG Bot"], ul#pagehistory li a[title="Benutzer:SVG Bot"], ul.special li a[title="Benutzer:SVG Bot"] { font-weight: bold; color:#800; }
table.diff a[title="Benutzer:SVG Bot"], ul#pagehistory li a[title="Benutzer:SVG Bot"], ul.special li a[title="Benutzer:SVG Bot"] { font-weight: bold; color:#800; }


/* Reiter ausblendung auf der Hauptseite /*
/* Reiter ausblendung auf der Hauptseite */
body.page-Hauptseite #ca-delete,
body.page-Hauptseite #ca-delete,
body.page-Hauptseite #ca-move,
body.page-Hauptseite #ca-move,

Version vom 5. Juni 2011, 08:47 Uhr

/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Farbeneinteilung von Bestimmten User */

/* Admins */
table.diff a[title="Benutzer:Diamond"], ul#pagehistory li a[title="Benutzer:Diamond"], ul.special li a[title="Benutzer:Diamond"],
table.diff a[title="Benutzer:Binchen"], ul#pagehistory li a[title="Benutzer:Binchen"], ul.special li a[title="Benutzer:Binchen"] { font-weight: bold; color:#FFA500;}


/* Globale Rechte - System Admins/Bürokraten */
table.diff a[title="Benutzer:Yuuki"], ul#pagehistory li a[title="Benutzer:Yuuki"], ul.special li a[title="Benutzer:Yuuki"],
table.diff a[title="Benutzer:SVG"], ul#pagehistory li a[title="Benutzer:SVG"], ul.special li a[title="Benutzer:SVG"] { font-weight: bold; color:#800080; }

/* BOTS */
table.diff a[title="Benutzer:YuukiBot"], ul#pagehistory li a[title="Benutzer:YuukiBot"], ul.special li a[title="Benutzer:YuukiBot"],
table.diff a[title="Benutzer:SVG Bot"], ul#pagehistory li a[title="Benutzer:SVG Bot"], ul.special li a[title="Benutzer:SVG Bot"] { font-weight: bold; color:#800; }

/* Reiter ausblendung auf der Hauptseite */
body.page-Hauptseite #ca-delete,
body.page-Hauptseite #ca-move,
body.page-Hauptseite #ca-unprotect, 
.page-Hauptseite #catlinks { 
display: none !important; 
}

/* Externer-Link-Pfeil ausblenden /
#bodyContent a.external[href^="http://forum.finalfantasy-wiki.de"],
#bodyContent a.external[href^="http://ffxi.finalfantasy-wiki.de"],
#bodyContent a.external[href^="http://ffxiii.finalfantasy-wiki.de"],
#bodyContent a.external[href^="http://meta.finalfantasy-wiki.de"],
#bodyContent a.external[href^="http://lodestone.finalfantasyxiv.com"] {
	background: none !important;
	padding-right: 0 !important;
}


 /* Markierung von Weiterleitungen in [[Special:Allpages]]  */
 
 .allpagesredirect {
     background-color:#F5F5F5;
     font-style: italic;
 }

/*** (± Zahl) wird in den letzen Änderungen bei minus rot dargestellt, bei plus grün ***/
 span.mw-plusminus-pos {color: #006400; font-weight: bold;} 
 span.mw-plusminus-neg {color: #8B0000; font-weight: bold;}

/*** font class für 'hellklick' in Balkennavigation ***/

.hellklick a, .hellklick a:visited { 
     text-decoration: underline; color: #fefefe !important;
}
.hellklick a:hover, .hellklick a:active { 
     color: #9ad9ff !important;
}

/*** font class für 'hellklick2' in Tutorial ***/

.hellklick2 a, .hellklick2 a:visited { 
     text-decoration: none; color: #fefefe !important;
}
.hellklick2 a:hover, .hellklick2 a:active { 
     color: #9ad9ff !important; text-decoration: underline;
}

/*** News-Box für Hauptseite by Yuuki ***/

.head{
margin:0 0 0 0;
font-size:100%;
padding:0.6em 1.0em;
}

.aktuellbg{
margin:0 0 0 0;
background-color: transparent;
background-image: url(http://ffxiv.finalfantasy-wiki.de/w/images/6/62/Aktuell-background.png);
background-repeat: repeat-y;
font-size:100%;
padding:1.0em 1.4em;
}


/* Logo ($wgLogo didn't work) */
#p-logo a { background: url(http://ffxiv.finalfantasy-wiki.de/w/images/b/bc/Wiki.png) 35% 50% no-repeat !important; }