Benutzer:Bwoebi/vector.css

aus Chaos FreewarWiki, der Referenz für Freewar
Version vom 6. Dezember 2012, 17:53 Uhr von Bwoebi (Diskussion | Beiträge) (damit siehts auch auf der Hauptseite gut aus…^^)
Zur Navigation springen Zur Suche springen
Hinweis
Nach dem Speichern sollte zunächst der Browser-Cache geleert werden, bevor man die Auswirkungen der Änderung sehen kann.
  • Mozilla/Firefox/Safari: Strg + R (Mactaste + R bei Macintosh) drücken
  • Konqueror: F5 drücken
  • Opera: kompletten Cache unter Extras → Internetspuren löschen → Individuelle Auswahl leeren
  • Internet Explorer: Strg + F5


/* 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], .felder_minimap > .maplink .map_kugelpunkt { 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; }
* #firstHeading:after { background-color: white; color: transparent; content: ".."; margin-top: 11px; position: fixed; right: 0; }
* 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; }
#navbar { background-color: white; border-radius: 0 0 6px 6px; padding: 0 5px; position: fixed; top: 122px; z-index: 1000000000; }
#siteNotice { position: fixed; right: 105px; top: 68px; z-index: 1000000000; }
#page_jump_to_div { position: fixed; right: 10px; top: 91px; }
#wpTextbox1 { width: 99.7%; }