Aktionen

MediaWiki

Foreground.css: Unterschied zwischen den Versionen

Aus bahnwege wiki

K
K
Zeile 15: Zeile 15:
 
     background: #6a6cd0;
 
     background: #6a6cd0;
 
     color: #FFFFFF;
 
     color: #FFFFFF;
 +
}
 +
 +
button:hover,
 +
button:focus,
 +
.button:hover,
 +
.button:focus {
 +
    background-color: #c06666;
 
}
 
}
  
Zeile 21: Zeile 28:
 
.top-bar-section ul li ul.dropdown li.hover > a{
 
.top-bar-section ul li ul.dropdown li.hover > a{
 
     background: #c31924;
 
     background: #c31924;
    color: #fff;
 
    border-bottom: 1px solid #1e73be;
 
 
}
 
}
  

Version vom 28. Mai 2019, 23:16 Uhr

/* Benutzerdefinierte Menüleistenfarbe */
.top-bar,
.top-bar-section ul,
.top-bar-section ul .active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form {
    background: #393d98;
/* Benutzerdefinierte Menüfarbe */	
}
.top-bar-section ul li {
    background: #6a6cd0;
}
/* Benutzerdefinierte Menüfarbe ausgeklappt */
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #6a6cd0;
    color: #FFFFFF;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #c06666;
}

/* Dunkle Farbe für Mouse-Hover */
.top-bar-section ul li.hover > a,
.top-bar-section ul li ul.dropdown li.hover > a{
    background: #c31924;
}

/* Etwas dunklere Farbe für die Dropdowns
.top-bar-section ul li ul.dropdown li > a {
    background: #f0d927;
} */