Vorlage:Tabellendesign/styles.css: Unterschied zwischen den Versionen
Aus Ardapedia
Alboin (Diskussion | Beiträge) K Namen angepasst |
Alboin (Diskussion | Beiträge) K Anpassungen |
||
| Zeile 1: | Zeile 1: | ||
.StandardTemplateContainer | .StandardTemplateContainer { | ||
background: #E9F3CF; | background: #E9F3CF; | ||
margin: 1em 0; | margin: 1em 0; | ||
| Zeile 5: | Zeile 5: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
.StandardTemplateContainer | .StandardTemplateContainer > caption { | ||
padding: 5px; | padding: 5px; | ||
} | } | ||
.StandardTemplateContainer | .StandardTemplateContainer > tr > th, .StandardTemplateContainer > tr > td, .StandardTemplateContainer > * > tr > th, .StandardTemplateContainer > * > tr > td { | ||
background: #E9F3CF !important; | background: #E9F3CF !important; | ||
color: #000 !important; | color: #000 !important; | ||
| Zeile 14: | Zeile 14: | ||
padding: 0.4em 0.6em; | padding: 0.4em 0.6em; | ||
} | } | ||
.StandardTemplateContainer | .StandardTemplateContainer > tr > th, .StandardTemplateContainer > * > tr > th { | ||
text-align: center; | text-align: center; | ||
background: #F3FAE2 !important; | background: #F3FAE2 !important; | ||
border: 1px solid #8A9163; | border: 1px solid #8A9163; | ||
} | } | ||
Version vom 17. Juli 2026, 01:10 Uhr
.StandardTemplateContainer {
background: #E9F3CF;
margin: 1em 0;
border:1px solid #8A9163;
border-collapse: collapse;
}
.StandardTemplateContainer > caption {
padding: 5px;
}
.StandardTemplateContainer > tr > th, .StandardTemplateContainer > tr > td, .StandardTemplateContainer > * > tr > th, .StandardTemplateContainer > * > tr > td {
background: #E9F3CF !important;
color: #000 !important;
border: 1px solid #8A9163;
padding: 0.4em 0.6em;
}
.StandardTemplateContainer > tr > th, .StandardTemplateContainer > * > tr > th {
text-align: center;
background: #F3FAE2 !important;
border: 1px solid #8A9163;
}
