Die Ardapedia braucht Deine Hilfe!
Ardapedia wird von Menschen wie Dir gemacht. Erstelle jetzt Dein kostenloses Benutzerkonto und trage dazu bei, unser Wiki zu verbessern.

Vorlage:Tabellendesign/styles.css: Unterschied zwischen den Versionen

Aus Ardapedia
Alboin (Diskussion | Beiträge)
Test Test Test
Alboin (Diskussion | Beiträge)
important
Zeile 1: Zeile 1:
.wikitable {
.wikitable {
     background-color: #E9F3CF;
     background-color: #E9F3CF !important;
     border: 1px solid #8A9163;
     border: 1px solid #8A9163 !important;
     border-collapse: collapse;
     border-collapse: collapse !important;
     color: #000000;
     color: #000000 !important;
     font-size: 100%;
     font-size: 100% !important;
}
}
.wikitable th {
.wikitable th {
background-color: #F3FAE2;
background-color: #F3FAE2 !important;
     border: 1px solid #8A9163;
     border: 1px solid #8A9163 !important;
     padding: 0.5em;
     padding: 0.5em !important;
}
}

Version vom 14. Januar 2026, 15:10 Uhr

.wikitable {
    background-color: #E9F3CF !important;
    border: 1px solid #8A9163 !important;
    border-collapse: collapse !important;
    color: #000000 !important;
    font-size: 100% !important;
}
.wikitable th {
	background-color: #F3FAE2 !important;
    border: 1px solid #8A9163 !important;
    padding: 0.5em !important;
}