Benutzer:Bwoebi/vector.css

aus FreewarWiki, der Referenz für Freewar
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 */

/* Lösche die Werbung */
#p-ad2games { display: none; }
div#footer object, #mw-data-after-content object { display: none; }

/* Entferne den Spendenbutten der zu gar nix taugt :) */
#p-Spenden { display: none; }

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

/* Böses Mopfchen! ^2 */
div[id^="flake"] { display: none; }
img[src="http://www.fwwiki.de/images/4/46/Muetze.png"] { display: none; }

/* Das derzeitige Vector-Layout ist mir zu hässlich... Die Menüs sollen und dürfen brav fixed sein! */
* div#mw-head, * div#mw-panel, * #firstHeading, #mw-page-base, #mw-head-base { position: fixed; z-index: 999999999; }
* div#content #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: 0 15px 0; margin-left: -17px; border-top: 1px solid #a6d6f8; line-height: 38px; }
* #firstHeading:after { background-color: white; color: transparent; content: ".."; margin-top: 11px; position: fixed; right: 0; }
div.vectorTabs ul > li { padding-bottom: 1px; }
* div#content { padding: 0 1em 1em 1em; }
* div#bodyContent { padding-top: 5px; overflow: auto; }
#mw-head-base { width: 100%; margin-top: -120px; }
#mw-page-base { top: 0; width: 100%; }
body { padding-top: 120px; height: auto; }
#navbar { background-color: transparent; border-radius: 0 0 6px 6px; padding: 0 5px; position: fixed; top: 106px; z-index: 1000000000; }
.suggestions { z-index: 1000000000; }
#siteNotice { position: fixed; right: 105px; top: 68px; z-index: 1000000000; }
#page_jump_to_div { position: fixed; right: 10px; top: 95px; }
#wpTextbox1 { width: 99.7%; }
pre { overflow: auto; } /* Sonst ist die Seite ewig breit manchmal... */
span.subpages { padding-top: 2px; position: relative; top: 5px; }
:target:before { content: ""; display: block; height: 130px; margin-top: -130px; } /* Fixe Sprünge per #hash */

/* wtf? entferne random margin-top im html... */
html { margin-top: 0 !important; }

/* snigg-prettytable-test */
.prettytable td:hover {
 background: #FFFF66 !important;
}
.prettytable tr:hover {
 background: transparent;
}
.prettytable tr:not(:nth-child(1)):hover {
 background: #FFFF99 !important;
}