MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
K
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */


div#startseite_links {
#startseite_links {
     box-sizing: border-box;
     box-sizing: border-box;
     float: left;
     float: left;
Zeile 9: Zeile 9:
     margin: 0;
     margin: 0;
}
}
div#startseite_rechts {
#startseite_rechts {
     box-sizing: border-box;
     box-sizing: border-box;
     float: right;
     float: right;
Zeile 17: Zeile 17:
     margin: 0;
     margin: 0;
}
}
div#startseite_oben {
#startseite_oben {
     border: 1px solid #AAAAAA;
     border: 1px solid #AAAAAA;
     margin-bottom: 4px;
     margin-bottom: 4px;
Zeile 23: Zeile 23:
     text-align: center;
     text-align: center;
}
}
div#startseite_interlink {
#startseite_interlink {
     font-size: 0.9em;
     font-size: 0.9em;
     font-style: italic;
     font-style: italic;
Zeile 29: Zeile 29:
     text-align: right;
     text-align: right;
}
}
div#Inhalt_Box {
#Inhalt_Box {
     background: #F3F3F3;
     background: #F3F3F3;
     border: 1px solid #AAAAAA;
     border: 1px solid #AAAAAA;
     margin-bottom: 15px;
     margin-bottom: 15px;
     padding: 1px;
     padding: 1px;
    min-width: 400px;
}
}
div#Inhalt_Box > * {
#Inhalt_Box > * {
     padding: 0px 5px;
     padding: 0px 5px;
}
}
div#Ueberschrift_Box {
#Ueberschrift_Box {
     background-attachment: scroll;
     background-attachment: scroll;
    box-sizing: border-box;
     border-bottom: 1px solid #AAAAAA;
     border-bottom: 1px solid #AAAAAA;
     height: 29px;
     height: 29px;
Zeile 48: Zeile 50:
     line-height: 25px;
     line-height: 25px;
}
}
div#Ueberschrift_Box > .floatleft {
#Ueberschrift_Box > .floatleft {
     margin: 0px 5px 0px 0px;
     margin: 0px 5px 0px 0px;
}
}
div#Ueberschrift_Startseite {
#Ueberschrift_Startseite {
     background-attachment: scroll;
     background-attachment: scroll;
     background-color: #5E9A4E; /* #4E8A3E; */
     background-color: #5E9A4E; /* #4E8A3E; */
Zeile 59: Zeile 61:
     text-align: center;
     text-align: center;
}
}
div#Ueberschrift_Light {
#Ueberschrift_Light {
     background-attachment: scroll;
     background-attachment: scroll;
     background-color: #8FCB7F;
     background-color: #8FCB7F;

Navigationsmenü