MediaWiki:Common.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1.300: Zeile 1.300:
.metadata {
.metadata {
     display: none;
     display: none;
}
/* Pretty and multiline tables */
.prettytable, .multiline {
border: none;
border-collapse: collapse;
border-spacing: 0 0;
margin: 1em 0;
empty-cells: show;
background-color: #ffffff;
}
.prettytable td, .prettytable th, .multiline th, .multiline td {
border: 1px solid #6cc8f3;
padding: 0.25em;
vertical-align: baseline;
}
.prettytable th, .multiline th { /* hightlighting */
text-align: center;
background: #f0f0f0;
color: #004f80;
}
.prettytable tr:not(:first-child) th, .multiline tr:not(:first-child) th {
text-align: left;
}
.multiline tr:nth-child(even) td {
background-color: #F8f8f8;
}
.multiline tr:nth-child(odd) td {
background-color: #ffffff;
}
}