MediaWiki:Radreise.css

Aus Radreise-Wiki
Version vom 6. August 2006, 17:08 Uhr von Maze (Diskussion | Beiträge) (css Änderungen)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Beachte: Nach dem Speichern musst Du Deinem Browser mitteilen, die neue Version zu laden: Mozilla/Firefox: Strg-Shift-R, IE: Strg-F5, Safari: Cmd-Shift-R, Konqueror: F5.

/* namespace backgrounds: main->white project->green other->blue */
.ns-0 * #content, .ns-1 * #content, .ns-100 * #content {
        background: white;
}
.ns-4 * #content, .ns-5 * #content {
        background: #f5fff5;
}
#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
        background-color: #f5f5ff;
}
.ns-0 * #p-cactions li a:hover, .ns-0 * #p-cactions li.selected a, .ns-0 * div.thumb,
.ns-100 * #p-cactions li a:hover, .ns-100 * #p-cactions li.selected a, .ns-100 * div.thumb {
        background-color: white;
}
.ns-4 * #p-cactions li a:hover, .ns-4 * #p-cactions li.selected a, .ns-4 * div.thumb,
.ns-5 * #p-cactions li a:hover, .ns-5 * #p-cactions li.selected a, .ns-5 * div.thumb {
        background-color: #f5fff5;
}