Benutzer:Tera/monobook.css: Unterschied zwischen den Versionen

Aus GuildWiki
Wechseln zu:Navigation, Suche
(bah, weg)
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
/*
 +
* Komische Diskussionsseiten wegmachen
 +
*/
 +
 
.ns-1 dl,
 
.ns-1 dl,
 
.ns-3 dl,
 
.ns-3 dl,
Zeile 36: Zeile 40:
 
.ns-15 * #p-cactions li a {
 
.ns-15 * #p-cactions li a {
 
   background: white;
 
   background: white;
 +
}
 +
 +
/*
 +
* Mach mal schönere Galerien
 +
*/
 +
 +
table.gallery td, div.gallerybox, .gallerybox .thumb {
 +
background-color:#fff!important;
 +
}
 +
 +
table.gallery, .gallerybox .thumb {
 +
border:1px solid #f0f0f0!important;
 +
}
 +
 +
.gallerytext {
 +
background-color:#f0f0f0!important;
 +
margin:-2px 1px 1px 2px!important;
 +
}
 +
 +
* {
 +
  text-shadow:none!important;
 
}
 
}

Aktuelle Version vom 1. April 2012, 10:04 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 
 */

table.gallery td, div.gallerybox, .gallerybox .thumb {
	background-color:#fff!important;
}

table.gallery, .gallerybox .thumb {
	border:1px solid #f0f0f0!important;
}

.gallerytext {
	background-color:#f0f0f0!important;
	margin:-2px 1px 1px 2px!important;
}

* {
   text-shadow:none!important;
}