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

aus Chaos FreewarWiki, der Referenz für Freewar
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „→‎Colored watchlist and recent changes numbers: .mw-plusminus-pos { color: #006400; } →‎dark green: .mw-plusminus-neg { color: #8b0000; } →‎dark red: .mw…“)
 
KKeine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 3: Zeile 3:
.mw-plusminus-neg { color: #8b0000; } /* dark red */
.mw-plusminus-neg { color: #8b0000; } /* dark red */
.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
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;
}
*/

Aktuelle Version vom 27. Mai 2011, 11:05 Uhr

/* 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;
}
*/