MediaWiki:Modern.css: Unterschied zwischen den Versionen

Aus dem IServ-Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: →‎Make all non-namespace pages have a light blue content area.: #mw_contentholder { background-color: #F3F3FF; →‎ein leichtes blau: } .ns-0 #mw_contenthol...)
 
 
Zeile 1: Zeile 1:
 
/* Make all non-namespace pages have a light blue content area. */
 
/* Make all non-namespace pages have a light blue content area. */
#mw_contentholder {
+
#mw_content {
 
         background-color: #F3F3FF; /* ein leichtes blau */
 
         background-color: #F3F3FF; /* ein leichtes blau */
 
}
 
}
.ns-0 #mw_contentholder {
+
.ns-0 #mw_content {
 
         background-color: white;
 
         background-color: white;
 
}
 
}

Aktuelle Version vom 10. Februar 2008, 21:08 Uhr

/* Make all non-namespace pages have a light blue content area. */
#mw_content {
        background-color: #F3F3FF; /* ein leichtes blau */
}
.ns-0 #mw_content {
        background-color: white;
}