MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Anstoss Online Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 26: Zeile 26:
.main. > td {
.main. > td {
height: 40px;
height: 40px;
}
.select {
border-left: 2px solid #FFC200;
border-right:  2px solid #FFC200;
border-top: 2px solid #FFC200;
background-color: #205F81;
}
}



Version vom 25. September 2024, 10:48 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;
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;
}


.select {
border-left: 2px solid #FFC200;
border-right:  2px solid #FFC200;
border-top: 2px solid #FFC200;
background-color: #205F81;
}

.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;

}