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

aus FreewarWiki, der Referenz für Freewar
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
(so, fertig)
Zeile 17: Zeile 17:


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

Version vom 23. August 2011, 20:51 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; }
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%; }