Benutzer:Bwoebi/vector.css: Unterschied zwischen den Versionen

aus Chaos FreewarWiki, der Referenz für Freewar
Zur Navigation springen Zur Suche springen
(so geht das ando, kürzer und schlichter - mit :not(.ns-0)!)
Keine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:
.mw-plusminus-null { color: #aaa; } /* gray */
.mw-plusminus-null { color: #aaa; } /* gray */


/* Make all non-namespace pages have a light blue content area. This is done by
/* Make all non-namespace pages have a light blue content area. This is done bysetting the background color for all #content areas to light blue and thenoverriding it for any #content enclosed in a .ns-0 (main namespace). I then do the same for the "tab" background colors. */
setting the background color for all #content areas to light blue and then
body:not(.ns-0) div#content, body:not(.ns-0) #p-cactions li.selected a { background-color: #f3f3ff; /* ein leichtes blau */ }
overriding it for any #content enclosed in a .ns-0 (main namespace). I then
 
do the same for the "tab" background colors. */
/* Lösche die Werbung */
body:not(.ns-0) div#content,
#p-ad2games { display: none; }
body:not(.ns-0) #p-cactions li.selected a {
background-color: #f3f3ff; /* ein leichtes blau */
}

Version vom 2. August 2010, 19:31 Uhr

/* Von Ando "gestohlen" */

/* Colored watchlist and recent changes numbers */
.mw-plusminus-pos { color: #006400; } /* dark green */
.mw-plusminus-neg { color: #8b0000; } /* dark red */
.mw-plusminus-null { color: #aaa; } /* gray */

/* Make all non-namespace pages have a light blue content area. This is done bysetting the background color for all #content areas to light blue and thenoverriding it for any #content enclosed in a .ns-0 (main namespace). I then do the same for the "tab" background colors. */
body:not(.ns-0) div#content, body:not(.ns-0) #p-cactions li.selected a { background-color: #f3f3ff; /* ein leichtes blau */ }

/* Lösche die Werbung */
#p-ad2games { display: none; }