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

aus Chaos FreewarWiki, der Referenz für Freewar
Zur Navigation springen Zur Suche springen
(so, noch eine Linie oben hin, damit alles ist wie es sich gehört)
Keine Bearbeitungszusammenfassung
 
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 20: Zeile 20:
/* Das derzeitige Vector-Layout ist mir zu hässlich... Die Menüs sollen und dürfen brav fixed sein! */
/* 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#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: -17px; border-top: 1px solid #a6d6f8; }
* 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; }
* #firstHeading:after { background-color: white; color: transparent; content: ".."; margin-top: 11px; position: fixed; right: 0; }
div.vectorTabs ul > li { padding-bottom: 1px; }
div.vectorTabs ul > li { padding-bottom: 1px; }
Zeile 28: Zeile 28:
#mw-page-base { top: 0; width: 100%; }
#mw-page-base { top: 0; width: 100%; }
body { padding-top: 120px; height: auto; }
body { padding-top: 120px; height: auto; }
#navbar { background-color: white; border-radius: 0 0 6px 6px; padding: 0 5px; position: fixed; top: 122px; z-index: 1000000000; }
#navbar { background-color: transparent; border-radius: 0 0 6px 6px; padding: 0 5px; position: fixed; top: 106px; z-index: 1000000000; }
.suggestions { z-index: 1000000000; }
.suggestions { z-index: 1000000000; }
#siteNotice { position: fixed; right: 105px; top: 68px; z-index: 1000000000; }
#siteNotice { position: fixed; right: 105px; top: 68px; z-index: 1000000000; }
#page_jump_to_div { position: fixed; right: 10px; top: 91px; }
#page_jump_to_div { position: fixed; right: 10px; top: 95px; }
#wpTextbox1 { width: 99.7%; }
#wpTextbox1 { width: 99.7%; }
pre { white-space: pre-wrap; } /* Sonst ist die Seite ewig breit manchmal... */
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;
}

Aktuelle Version vom 7. März 2017, 16:00 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! ^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;
}