Bat (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Bat (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 88: | Zeile 88: | ||
/* DPL Tabellen formatierung */ | /* DPL Tabellen formatierung #EODO87s*/ | ||
table.monster-kat { background-color: transparent; } | table.monster-kat { background-color: transparent; } | ||
table.monster-kat th, table.datatable td { padding: 4px; } | table.monster-kat th, table.datatable td { padding: 4px; } | ||
table.monster-kat th { text-align: left; background-color: # | table.monster-kat th { text-align: left; background-color: #FFA54F; } | ||
table.monster-kat tr { background-color: #F0EBD1; } | table.monster-kat tr { background-color: #F0EBD1; } | ||
table.monster-kat tr:hover { background-color: #FFFAE1; } | table.monster-kat tr:hover { background-color: #FFFAE1; } | ||
Version vom 21. Juli 2011, 13:44 Uhr
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* Farbeneinteilung von Bestimmten User */
/* Admins */
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://www.finalfantasy-wiki.de"],
#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; }
/* DPL Tabellen formatierung #EODO87s*/
table.monster-kat { background-color: transparent; }
table.monster-kat th, table.datatable td { padding: 4px; }
table.monster-kat th { text-align: left; background-color: #FFA54F; }
table.monster-kat tr { background-color: #F0EBD1; }
table.monster-kat tr:hover { background-color: #FFFAE1; }
/*Copied from http://www.barelyfitz.com/projects/tabber/example.css used under mit license
see http://www.barelyfitz.com/projects/tabber/
*/
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
/*--------------------------------------------------
REQUIRED to hide the non-active tab content.
But do not hide them in the print stylesheet!
--------------------------------------------------*/
.tabberlive .tabbertabhide {
display:none;
}
/*--------------------------------------------------
.tabber = before the tabber interface is set up
.tabberlive = after the tabber interface is set up
--------------------------------------------------*/
.tabber {
}
.tabberlive {
margin-top:1em;
}
/*--------------------------------------------------
ul.tabbernav = the tab navigation list
li.tabberactive = the active tab
--------------------------------------------------*/
ul.tabbernav
{
margin:0;
padding: 3px 0;
border-bottom: 1px solid #CCC;
font: bold 12px Verdana, sans-serif;
}
ul.tabbernav li
{
list-style: none;
margin: 0;
display: inline;
}
ul.tabbernav li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #ccc;
border-bottom: none;
background: #f2f7ff;
text-decoration: none;
}
ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }
ul.tabbernav li a:hover
{
color: #000;
background: #fff9f2;
border-color: #CCC;
}
ul.tabbernav li.tabberactive a
{
background-color: #fff;
border-bottom: 1px solid #fff;
}
ul.tabbernav li.tabberactive a:hover
{
color: #000;
background: white;
border-bottom: 1px solid white;
}
/*--------------------------------------------------
.tabbertab = the tab content
Add style only after the tabber interface is set up (.tabberlive)
--------------------------------------------------*/
.tabberlive .tabbertab {
padding:5px;
border:1px solid #CCC;
border-top:0;
/* If you don't want the tab size changing whenever a tab is changed
you can set a fixed height */
/* height:200px; */
/* If you set a fix height set overflow to auto and you will get a
scrollbar when necessary */
/* overflow:auto; */
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
display:none;
}
.tabberlive .tabbertab h3 {
display:none;
}
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
height:200px;
overflow:auto;
}
/* </nowiki></pre> */
