MediaWiki:Common.css
Zur Navigation springen
Zur Suche springen
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
- Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Strg+F5
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.firstHeading, .subtitle, #siteSub, #contentSub, .pagetitle { display:none; }
.zebratable{
width:auto;
border-collapse:collapse;
}
.zebratable td{
padding:7px; border:#4e95f4 1px solid;
}
/* provide some minimal visual accomodation for IE8 and below */
.zebratable tr{
background: #b8d1f3;
}
/* Define the background color for all the ODD background rows */
.zebratable tr:nth-child(odd){
background: #b8d1f3;
}
/* Define the background color for all the EVEN background rows */
.zebratable tr:nth-child(even){
background: #dae5f4;
}
.zebratable_auto{
width: auto;
border-collapse:collapse;
}
.zebratable_auto td{
padding:7px; border:#4e95f4 1px solid;
}
/* provide some minimal visual accomodation for IE8 and below */
.zebratable_auto tr{
background: #b8d1f3;
}
/* Define the background color for all the ODD background rows */
.zebratable_auto tr:nth-child(odd){
background: #b8d1f3;
}
/* Define the background color for all the EVEN background rows */
.zebratable_auto tr:nth-child(even){
background: #dae5f4;
}
.greentable{
width: auto;
border-collapse:collapse;
}
.greentable td{
padding:7px; border:#4ef495 1px solid;
}
/* provide some minimal visual accomodation for IE8 and below */
greentable tr{
background: #b8f3d1;
}
/* Define the background color for all the ODD background rows */
.greentable tr:nth-child(odd){
background: #b8f3d1;
}
/* Define the background color for all the EVEN background rows */
.greentable tr:nth-child(even){
background: #daf4e5;
}
.gtable{
width: auto;
border: 1px solid gainsboro;
padding: 20px;
border-spacing: 10px;
border-collapse:collapse;
}
.gtable th{
padding:15px; border:#3ef495 1px solid;
}
.gtable td{
padding:7px; border:#4ef495 1px solid;
}
/* provide some minimal visual accomodation for IE8 and below */
gtable tr{
background: #b8f3d1;
}
/* Define the background color for all the ODD background rows */
.gtable tr:nth-child(odd){
background: #b8f3d1;
}
/* Define the background color for all the EVEN background rows */
.gtable tr:nth-child(even){
background: #daf4e5;
}