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

aus Chaos FreewarWiki, der Referenz für Freewar
Zur Navigation springen Zur Suche springen
(ich sollte den Computer ersetzen lassen, statt es selbst zu tun… -.-)
Keine Bearbeitungszusammenfassung
Zeile 28: Zeile 28:
.felder_minimap > *, .felder_minimap > .maplink tr:first-child, .felder_minimap > .maplink td:first-child, .felder_minimap > .maplink .noIE[class] { display: none; }
.felder_minimap > *, .felder_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; }
.felder_minimap > .maplink td, .felder_minimap > .maplink div, .felder_minimap > .maplink img { width: 15px !important; height: 15px !important; }
* div#mw-head, * div#mw-panel, * #firstHeading, #mw-page-base, #mw-head-base { position: fixed; z-index: 999999999; }
* #firstHeading { width: 100%; margin-top: -40px; background-color: white; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeF4FwTEBAAAAgjD7FzESWfjYdgwEoAJ4lTsaxgAAAABJRU5ErkJggg=="); background-position: left top; background-repeat: repeat-y; padding: 10px 15px 0; margin-left: -16px; }
* div#content { padding: 0 1em 1em 1em; }
* div#bodyContent { margin-top: 40px; padding-top: 5px; overflow: auto; }
#mw-head-base { width: 100%; margin-top: -120px; }
#mw-page-base { top: 0; width: 100%; }
body { margin-top: 120px; }

Version vom 31. Januar 2012, 21:47 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 > *, .felder_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; }


* div#mw-head, * div#mw-panel, * #firstHeading, #mw-page-base, #mw-head-base { position: fixed; z-index: 999999999; }
* #firstHeading { width: 100%; margin-top: -40px; background-color: white; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeF4FwTEBAAAAgjD7FzESWfjYdgwEoAJ4lTsaxgAAAABJRU5ErkJggg=="); background-position: left top; background-repeat: repeat-y; padding: 10px 15px 0; margin-left: -16px; }
* div#content { padding: 0 1em 1em 1em; }
* div#bodyContent { margin-top: 40px; padding-top: 5px; overflow: auto; }
#mw-head-base { width: 100%; margin-top: -120px; }
#mw-page-base { top: 0; width: 100%; }
body { margin-top: 120px; }