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

aus Chaos FreewarWiki, der Referenz für Freewar
Zur Navigation springen Zur Suche springen
K (hat „Benutzer:Bwoebi/monobook.css“ nach „Benutzer:Bwoebi/vector.css“ verschoben)
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:


/* 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. */
/* 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 */ }
body:not(.ns-0) div#content, body:not(.ns-0) #p-cactions li.selected a, #mw-head li.selected { background-color: #f3f3ff; /* ein leichtes blau */ }


/* Lösche die Werbung */
/* Lösche die Werbung */
Zeile 14: Zeile 14:


/* Ich mag kein blinken! */
/* Ich mag kein blinken! */
*[style*="blink"] { text-decoration: none!important; }
*[style*="blink"] { text-decoration: none !important; }


/* Navigation spinnt bisschen rum */
/* Navigation spinnt bisschen rum */
#column-one { margin-top: 160px; position: absolute; top: -160px; width: 100%; }
#column-one { margin-top: 160px; position: absolute; top: -160px; width: 100%; }
/* Böses Mopfchen! */
div[id^="flake"] { display: none; }

Version vom 11. Dezember 2011, 20:30 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, #mw-head li.selected { background-color: #f3f3ff; /* ein leichtes blau */ }

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

/* Ich mag kein blinken! */
*[style*="blink"] { text-decoration: none !important; }

/* Navigation spinnt bisschen rum */
#column-one { margin-top: 160px; position: absolute; top: -160px; width: 100%; }

/* Böses Mopfchen! */
div[id^="flake"] { display: none; }