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

aus FreewarWiki, der Referenz für Freewar
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
(argh…)
Zeile 25: Zeile 25:


/* Test für Minimaps */
/* Test für Minimaps */
.minimap > .maplink { display: block; }
.felder_minimap > .maplink { display: block; }
.minimap > *, .minimap > .maplink tr:first-child, .minimap > .maplink td:first-child, .minimap > .maplink .noIE[class] { display: none; }
.felder_minimap > *, .minimap > .maplink tr:first-child, .felder_minimap > .maplink td:first-child, .felder_minimap > .maplink .noIE[class] { display: none; }
.minimap > .maplink td, .minimap > .maplink div, .minimap > .maplink img { width: 15px !important; height: 15px !important; }
.felder_minimap > .maplink td, .felder_minimap > .maplink div, .felder_minimap > .maplink img { width: 15px !important; height: 15px !important; }

Version vom 18. Januar 2012, 19: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 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%; }

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



/* Test für Minimaps */
.felder_minimap > .maplink { display: block; }
.felder_minimap > *, .minimap > .maplink tr:first-child, .felder_minimap > .maplink td:first-child, .felder_minimap > .maplink .noIE[class] { display: none; }
.felder_minimap > .maplink td, .felder_minimap > .maplink div, .felder_minimap > .maplink img { width: 15px !important; height: 15px !important; }