News (06 Aug 2024): Das Wiki läuft jetzt auf einem neuen Server. Aufgrund eines Upgrades von PHP mussten die Wiki-Software und die DPL-Erweiterung aktualisiert werden. Bitte meldet Fehler auf der Hauptseiten-Diskussion.
Benutzer:Tera/monobook.css: Unterschied zwischen den Versionen
Aus GuildWiki
Zur Navigation springenZur Suche springen
Tera (Diskussion | Beiträge) (bah, weg) |
Tera (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* | |||
* Komische Diskussionsseiten wegmachen | |||
*/ | |||
.ns-1 dl, | .ns-1 dl, | ||
.ns-3 dl, | .ns-3 dl, | ||
Zeile 37: | Zeile 41: | ||
background: white; | background: white; | ||
} | } | ||
/* | |||
* Mach mal schönere Galerien | |||
*/ | |||
.gallerybox, .thumb, .gallerytext { | |||
background-color:#FFFFFF!important; | |||
border:0!important; | |||
} | |||
div.gallerytext { | |||
margin-left:3px!important; | |||
} | |||
div.thumb { | |||
padding:2px!important; | |||
} | |||
div.gallerytext { | |||
padding:0 3px 0 0!important; | |||
line-height:12px!important; | |||
} | |||
table.gallery td { | |||
border-color:#F5F4D7!important; | |||
background-color:#FFFFFF!important; | |||
} | |||
table.gallery { | |||
border:1px solid #F5F4D7!important; | |||
padding:0!important; | |||
} |
Version vom 17. Juni 2008, 08:02 Uhr
/* * Komische Diskussionsseiten wegmachen */ .ns-1 dl, .ns-3 dl, .ns-5 dl, .ns-7 dl, .ns-9 dl, .ns-11 dl, .ns-13 dl, .ns-15 dl { background: none !important; border: none; } .ns-1 * #content, .ns-1 * #p-cactions li, .ns-1 * #p-cactions li a, .ns-3 * #content, .ns-3 * #p-cactions li, .ns-3 * #p-cactions li a, .ns-5 * #content, .ns-5 * #p-cactions li, .ns-5 * #p-cactions li a, .ns-7 * #content, .ns-7 * #p-cactions li, .ns-7 * #p-cactions li a, .ns-9 * #content, .ns-9 * #p-cactions li, .ns-9 * #p-cactions li a, .ns-11 * #content, .ns-11 * #p-cactions li, .ns-11 * #p-cactions li a, .ns-13 * #content, .ns-13 * #p-cactions li, .ns-13 * #p-cactions li a, .ns-15 * #content, .ns-15 * #p-cactions li, .ns-15 * #p-cactions li a { background: white; } /* * Mach mal schönere Galerien */ .gallerybox, .thumb, .gallerytext { background-color:#FFFFFF!important; border:0!important; } div.gallerytext { margin-left:3px!important; } div.thumb { padding:2px!important; } div.gallerytext { padding:0 3px 0 0!important; line-height:12px!important; } table.gallery td { border-color:#F5F4D7!important; background-color:#FFFFFF!important; } table.gallery { border:1px solid #F5F4D7!important; padding:0!important; }