Änderungen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:  
}
 
}
 
div.vectorTabs span {
 
div.vectorTabs span {
background-image: linear-gradient(to bottom, white 20%, lightgrey 80%);
+
    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 {
 
div.vectorTabs ul li {
 
background-image: linear-gradient(to bottom, white 60%, lightgrey 90%);
 
background-image: linear-gradient(to bottom, white 60%, lightgrey 90%);
 
}
 
}
 
+
div.vectorMenu li a {
 +
color: #008800;
 +
}
    
#startseite_links {
 
#startseite_links {
Zeile 84: 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 {
 
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
Zeile 93: Zeile 112:  
     background-color: #006600;
 
     background-color: #006600;
 
     border-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 {
 
.mw-body {

Navigationsmenü