Änderungen

Zur Navigation springen Zur Suche springen
1.803 Bytes hinzugefügt ,  11:52, 18. Okt. 2019
keine 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.vectorTabs {
 +
background-image: linear-gradient(to bottom, white 20%, lightgrey 80%);
 +
}
 +
div.vectorTabs span {
 +
    display: inline-block;
 +
    background-image: linear-gradient(to bottom, white 20%, lightgrey 80%);
 +
    background-position: bottom right;
 +
    background-repeat: no-repeat;
 +
    height: 100%;
 +
}*/
 +
div.vectorTabs ul li {
 +
background-image: linear-gradient(to bottom, white 60%, lightgrey 90%);
 +
}
 +
div.vectorMenu li a {
 +
color: #008800;
 +
}
   −
div#startseite_links {
+
#startseite_links {
 
     box-sizing: border-box;
 
     box-sizing: border-box;
 
     float: left;
 
     float: left;
Zeile 9: Zeile 25:  
     margin: 0;
 
     margin: 0;
 
}
 
}
div#startseite_rechts {
+
#startseite_rechts {
 
     box-sizing: border-box;
 
     box-sizing: border-box;
 
     float: right;
 
     float: right;
Zeile 17: Zeile 33:  
     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 39:  
     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 45:  
     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 66:  
     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 {
+
#Inhalt_Box > .maps-map {
 +
box-sizing: border-box;
 +
}
 +
#Ueberschrift_Startseite {
 
     background-attachment: scroll;
 
     background-attachment: scroll;
 
     background-color: #5E9A4E; /* #4E8A3E; */
 
     background-color: #5E9A4E; /* #4E8A3E; */
Zeile 59: Zeile 80:  
     text-align: center;
 
     text-align: center;
 
}
 
}
div#Ueberschrift_Light {
+
#Ueberschrift_Light {
 
     background-attachment: scroll;
 
     background-attachment: scroll;
 
     background-color: #8FCB7F;
 
     background-color: #8FCB7F;
Zeile 69: Zeile 90:  
     text-align: center;
 
     text-align: center;
 
}
 
}
 
+
/* Ab hier kommt der Editor */
 +
.wikiEditor-ui-toolbar .tabs span.tab a, .wikiEditor-ui-toolbar .tabs span.tab a:visited {
 +
color: #008800;
 +
}
 +
.wikiEditor-ui-toolbar .sections .section {
 +
background-color: #f0f0f0;
 +
}
 +
.wikiEditor-ui-toolbar {
 +
background-color: #f0f0f0;
 +
background-image: none;
 +
}
 +
.oo-ui-checkboxInputWidget:checked {
 +
background-color: #008800;
 +
}
 
/* Die folgenden Styles sind für die Formatierung des Skins ohne es anzutasten! */
 
/* Die folgenden Styles sind für die Formatierung des Skins ohne es anzutasten! */
 +
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
 +
    background-color: #008800;
 +
    border-color: #008800;
 +
}
 +
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
 +
    background-color: #006600;
 +
    border-color: #006600;
 +
}
 +
/* Benutzeranmeldung button: */
 +
.mw-ui-button.mw-ui-progressive {
 +
background-color: #008800;
 +
    border-color: #008800;
 +
}
 +
.mw-ui-button.mw-ui-progressive:hover {
 +
background-color: #006600;
 +
    border-color: #006600;
 +
}
 +
#mw-createaccount-join {
 +
color: #008800;
 +
}
 +
.mw-ui-input:focus {
 +
border-color: #008800;
 +
}
 +
.mw-body {
 +
border: 1px solid #BBB;
 +
}
 +
#mw-panel .portal .body li a {
 +
    color: #008800;
 +
}
 +
#mw-panel .portal .body li a:visited {
 +
    color: #006600;
 +
}
 +
div.vectorTabs li a {
 +
color: #008800;
 +
}
 
a {
 
a {
 
     color: #008800;
 
     color: #008800;

Navigationsmenü