MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Anstoss Online Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 8: Zeile 8:
}
}


.inhalt > a {
.inhalt > tbody > tr > td > a {


color: white !important;
color: white !important;


}
}

Version vom 24. September 2024, 22:56 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.inhalt {
background-color: #122E3C;
font-size: 120%;
color: white !important;

}

.inhalt > tbody > tr > td > a {

color: white !important;

}