MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Anstoss Online Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(30 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
table {
    width:750px;
}


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


}
}


.main > th > a {
.main > td > a {


color: white !important;
color: white !important;
Zeile 21: Zeile 24:
font-weight: bold;
font-weight: bold;
margin: 10px;
margin: 10px;
}
.main > td {
border-bottom: 2px solid #FFC200;
}


.select {
border-left: 2px solid #FFC200;
border-right:  2px solid #FFC200;
border-top: 2px solid #FFC200;
background-color: #205F81;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom: none !important;
}
}


.sub {
.sub {
width=500px;
vertical-align: bottom;
vertical-align: bottom;
display: inline-block;
display: inline-block;
Zeile 35: Zeile 54:
font-size: 100%;
font-size: 100%;
color: white;
color: white;
border-radius: 5px;
width:750px;
border-bottom: 2px solid #FFC200;


}
}


.sub > th > a {
.sub > td > a {


color: white !important;
color: white !important;
font-weight: bold;
font-weight: bold;
margin: 10px;
margin: 10px;
height: 40px,
}


.table.menu {
width=750px;
}
}

Aktuelle Version vom 2. Oktober 2024, 18:11 Uhr

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

table {
    width:750px;
}

.main {
width=500px;
vertical-align: bottom;
font-size: 22px;
margin: 0px;
padding: 0px;
font-weight: bold;
background-color: #122E3C;
color: white;
width: 750px;

}

.main > td > a {

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

.main > td {
border-bottom: 2px solid #FFC200;
}


.select {
border-left: 2px solid #FFC200;
border-right:  2px solid #FFC200;
border-top: 2px solid #FFC200;
background-color: #205F81;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom: none !important;
}


.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;
width:750px;

}

.sub > td > a {

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

}

.table.menu {
width=750px;
}