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

aus FreewarWiki, der Referenz für Freewar
Zur Navigation springen Zur Suche springen
K (so, das wars^^)
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
#p-ad2games { display: none; }
#p-ad2games { display: none; }
div#footer object, #mw-data-after-content object { 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! */
/* Ich mag kein blinken! */

Version vom 6. Dezember 2012, 18:03 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 */

/* 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! */
div[id^="flake"] { 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; }
* #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%; }