MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Anstoss Online Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 27: Zeile 27:
.main. > td {
.main. > td {
height: 40px;
height: 40px;
}


.sub {
.sub {

Version vom 25. September 2024, 10:43 Uhr

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

.main {
width=500px;
vertical-align: bottom;
font-size: 22px;
margin: 0px;
padding: 0px;
font-weight: bold;
background-color: #122E3C;
font-size: 120%;
color: white;
border-radius: 5px;
border-bottom: 2px solid #FFC200;

}

.main > td > a {

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

}

.main. > td {
height: 40px;
}

.sub {
width=500px;
vertical-align: bottom;
display: inline-block;
font-size: 22px;
margin: 0px;
padding: 0px;
font-weight: bold;
box-iszing: border-box;
background-color: #205F81;
font-size: 100%;
color: white;
border: 2px solid #205F81;

}

.sub > td > a {

color: white !important;
font-weight: bold;
margin: 10px;

}