MediaWiki:Radreise.css: Unterschied zwischen den Versionen

Aus Radreise-Wiki
(css Änderungen)
 
k
Zeile 1: Zeile 1:
/* namespace backgrounds: main->white project->green other->blue */
/* rounded look */
.ns-0 * #content, .ns-1 * #content, .ns-100 * #content {
#content {
        background: white;
-moz-border-radius-topleft: 1em;
}
-moz-border-radius-bottomleft: 1em;
.ns-4 * #content, .ns-5 * #content {
}
        background: #f5fff5;
 
}
/* namespace backgrounds: main->white project->green other->blue */
#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
#content {
        background-color: #f5f5ff;
background: #f5f5ff;
}
}
.ns-0 * #p-cactions li a:hover, .ns-0 * #p-cactions li.selected a, .ns-0 * div.thumb,
.ns-0 * #content, .ns-1 * #content, .ns-100 * #content {
.ns-100 * #p-cactions li a:hover, .ns-100 * #p-cactions li.selected a, .ns-100 * div.thumb {
background: white;
        background-color: white;
}
}
.ns-4 * #content, .ns-5 * #content {
.ns-4 * #p-cactions li a:hover, .ns-4 * #p-cactions li.selected a, .ns-4 * div.thumb,
background: #f5fff5;
.ns-5 * #p-cactions li a:hover, .ns-5 * #p-cactions li.selected a, .ns-5 * div.thumb {
}
        background-color: #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;
}

Version vom 6. August 2006, 17:13 Uhr

 /* rounded look */
 #content {
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomleft: 1em;
 }

 /* namespace backgrounds: main->white project->green other->blue */
 #content {
	background: #f5f5ff;
 }
 .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;
 }