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

aus Chaos FreewarWiki, der Referenz für Freewar
Zur Navigation springen Zur Suche springen
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
#REDIRECT [[Benutzer:Bwoebi/monobook.js]]
/* 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 by
setting the background color for all #content areas to light blue and then
overriding it for any #content enclosed in a .ns-0 (main namespace). I then
do the same for the "tab" background colors. */
div#content,
#p-cactions li.selected a {
background-color: #f3f3ff; /* ein leichtes blau */
}
.ns-0 div#content,
.ns-0 #p-cactions li.selected a {
background-color: white;
}

Version vom 2. August 2010, 19:26 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 by
setting the background color for all #content areas to light blue and then
overriding it for any #content enclosed in a .ns-0 (main namespace). I then
do the same for the "tab" background colors. */
div#content,
#p-cactions li.selected a {
	background-color: #f3f3ff; /* ein leichtes blau */
}
.ns-0 div#content,
.ns-0 #p-cactions li.selected a {
	background-color: white;
}