MediaWiki:Skin/Zombiepedia.css

aus Kamelopedia, der wüsten Enzyklopädie
Wechseln zu: Navigation, Suche

Hinweis: Leere nach dem Speichern 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
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Extras → Internetspuren löschen … → Individuelle Auswahl → Den kompletten Cache löschen
 /* Hintergrundbild */
 
 body {
    background: #587409 url("images/9/9e/ZombiHead.jpg") 0px 0px no-repeat !important;
    color: Black;
    margin: 0;
    padding: 0;
    }
 
 /* Zombie-Logo */
 
 #p-logo a { background-image: url("images/1/16/ZombiWiki.png") !important; }
 
 /* Seitennachricht rot */
 
 #siteNotice { color: #BA0000; }
 
 /* Seiteninhalt rot */
 
 #bodyContent {
    background: none; 
    color: #BA0000;
    }
 
 /* Seitenrahmen + Hintergrundfarbe */ 
 
 #content {
    border: 1px solid #08881A;
    background-color: #000000;
    color: #BA0000;
    }
 
 /* Überschriften */
 
 h1, h2, h3, h4, h5, h6 { 
    color: #BA0000; 
    border-bottom: 1px solid #08881A; }
 
  /* Hyperlinks Orange, besuchte Links Olivgrün,  */
 
 a { color: #FFD447; }
 a:visited { color: #FFD447; }
 
 /* rote Links türkis */
 
 a.new { color: #33DDFF !important; }
 
 /* externe Links in hässlichem braun */
 
 a.external { color: #FFD447; }
 #bodyContent a.extiw, #bodyContent a.extiw:active { color: #FFD447; }
 #bodyContent a.external { color: #FFD447; }
 
 /* Sidebar wech */
 
 #p-Navigation { display:none; }
 #p-Mitmachen { display:none; }
 #p-search { display:none; }
 #p-tb { display:none; } 
 
 /* Listenzeichen in der Sidebar */
 
 .sidebar ul {
    list-style-type: square;
    list-style-image: url("../images/0/00/Biohazard_klein.gif") !important;
    }
 
 .sidebar a { color:#BA0000; }
 
 /* Inaktive Bearbeitungs-Leiste */
 
 #p-cactions  ul li {
    border: 1px solid #08881A !important;
    }
 
 #p-cactions  ul li a {
    background-color: #000000;
    color: #FFD447;
    }
 
 #p-cactions  ul li a:hover {
    background-color: #000000;
    }
 
 /* Aktive Bearbeitungs-Leiste invertieren */
 
 #p-cactions li.selected {
    border: 1px solid #08881A !important;
    border-bottom: none !important;
    }
 
 #p-cactions li.selected a {
    background-color: #000000 !important;
    color: #FFD447 !important;
    }
 
 /* Benutzername und so */
 
 #p-personal a {
    color: #FFA769 !important;
    }
 
 /* Listenzeichen in ein weißes Kamel umwandeln */
 
 ul { 
    list-style-image: url("../images/f/f8/Neuro_logo.png") !important;
    }
 
 /* Hintergrund Boxen */
 
 .box {
    background: #587409 url("images/9/9e/ZombiHead.jpg") 0px 0px no-repeat !important;
    font-family:Chiller,Comic Sans MS,Comix,Bradley Hand ITC,sans-serif; 
    font-weight:bold;
    border: 1px solid #08881A;
    font-size:25px;
    -moz-border-radius:5px;
    color: #960C0C;
    padding:5px;
    margin: 0px; 
    margin-bottom:10px;
    }
 
 .box li {
    margin-bottom: -0.2em;
    }
 
 .catlinks a[href*='Kategorie:Gesungene_Kamelopedia'] {
     display:none!important;
 }
 
 span.klapp { color: #FFD447 !important; }