Änderungen

Zur Navigation springen Zur Suche springen
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 {
 
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.vectorTabs {
+
div.vectorMenu li a {
background-image: linear-gradient(to bottom, white 20%, lightgrey 80%);
+
color: #008800;
}
  −
div.vectorTabs span {
  −
background-image: linear-gradient(to bottom, white 20%, lightgrey 80%);
   
}
 
}
   Zeile 83: 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 92: 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ü