MediaWiki:Common.css
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ /* Folgendes soll auf der Hauptseite nicht angezeigt werden: */ .page-Hauptseite #lastmod, .page-Hauptseite #siteSub, .page-Hauptseite #contentSub, .page-Hauptseite h1.firstHeading { display: none !important; } .page-Hauptseite #commentform { display: none; } #pt-mytalk { display: none !important; } /* für die Google-Suche */ iframe { height:1100px; } /* Tabellen (wird von Spezial:Neues_Spiel verwendet) */ .row1 { background-color: rgb(239, 239, 239); } .row2 { background-color: rgb(222, 227, 231); } table.alternate tr:nth-child(even) { background-color: rgb(239, 239, 239); } table.alternate tr:nth-child(odd) { background-color: rgb(222, 227, 231); } table.alternate { background-color: rgb(222, 227, 231); } // von Wikipedia: /* wikitable/prettytable class for skinning normal tables */ table.wikitable, table.prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; } table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td { border: 1px #aaa solid; padding: 0.2em; } table.wikitable th, table.prettytable th { background: #f2f2f2; text-align: center; } table.wikitable caption, table.prettytable caption { margin-left: inherit; margin-right: inherit; font-weight: bold; } table.prettytable code, table.wikitable code { background-color: transparent; } table.alternate { border: 1px #aaa solid; border-collapse: collapse; background-color: rgb(222, 227, 231); } .imagemap-inline div { display: inline; }