MediaWiki:Common.css
Aus paznaunerisch.at
Version vom 30. Mai 2012, 15:49 Uhr von Admin (Diskussion | Beiträge)
Hinweis: Leere nach dem Speichern 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
- Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/*
</pre>
== wikitable, sortablewikitable, and prettytable class definitions==
* based on meta.wikimedia.org MediaWiki:Common.css
<pre>
*/
table.wikitable, table.sortablewikitable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaaaaa solid;
border-collapse: collapse;
}
table.wikitable th, table.wikitable td,
table.sortablewikitable th, table.sortablewikitable td,
table.prettytable th, table.prettytable td {
border: 1px #aaaaaa solid;
padding: 0.2em;
}
table.wikitable th,
table.sortablewikitable th,
table.prettytable th {
background: #E6E6FA; /* lavender; wikimedia: #f2f2f2 */
text-align: center;
}
table.wikitable caption,
table.sortablewikitable caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
}
/** class=datatable from www.mediawiki.org */
table.datatable th, td {
padding: 4px;
}
table.datatable th {
text-align: left;
background-color: #999999;
}
table.datatable tr {
background-color: #CCCCCC;
}
table.datatable tr:hover {
background-color: #FFFFCC;
}
/*
</pre>
==Alternating rows==
<pre>
*/
table.zebra tr.stripe { background-color: #ccc; }