MediaWiki:Common.css: Unterschied zwischen den Versionen

K (+ Ansicht der Bots)
Keine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:


/* BOTS */
/* BOTS */
table.diff a[title="Benutzer:YuukiBot"], ul#pagehistory li a[title="Benutzer:Yuuki"], ul.special li a[title="Benutzer:Yuuki"],
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"], ul.special li a[title="Benutzer:SVG"] { 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; }





Version vom 25. Mai 2011, 21:13 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; }




/*Test --> WIRD DAS BENÖTIGT?
color2 {
background: -moz-linear-gradient(left center, #C80000 0%, #00FF00 42%, #0000FF 100%);
}
color1 {
background: -moz-linear-gradient(left center, #C80000 0%, #00FF00 42%, #0000FF 100%);
}

wikia_header {
background: -moz-linear-gradient(left center, #C80000 0%, #00FF00 42%, #0000FF 100%);
}


*/

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

/* plainlinks */
#bodyContent a[href *=".finalfantasy-wiki.de"] {
  background: inherit !important;
  padding-right: inherit !important;
}