MediaWiki:Common.css: Unterschied zwischen den Versionen

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


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


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

Version vom 24. September 2024, 23:08 Uhr

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

.inhalt {
vertical-align: bottom;
display: inline-block;
font-size: 22px;
margin: 0px;
padding: 0px;
font-weight: bold;
box-iszing: border-box;
background-color: #122E3C;
font-size: 120%;
color: white;

}

.inhalt > tbody > tr > th > a {

color: white !important;
font-size: 120%;
font-weight: bold;

}