MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Anstoss Online Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(44 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. */


.inhalt {
table {
    width:750px;
}
 
.main {
width=500px;
vertical-align: bottom;
font-size: 22px;
margin: 0px;
padding: 0px;
font-weight: bold;
background-color: #122E3C;
background-color: #122E3C;
color: white;
width: 750px;
}
.main > td > a {
color: white !important;
font-size: 120%;
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;
color: white;
width:750px;


}
}


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


color: white !important;
color: white !important;
font-size: 120%
font-weight: bold;
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;
}