|
|
| (7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
| Zeile 1: |
Zeile 1: |
| /* Sidebar-Hintergrund deutlich heller als Hauptbereich */ | | /* Logo skalieren */ |
| #mw-panel { | | #p-logo a { |
| background-color: #3a3a3a !important; /* Helleres Dunkelgrau */ | | background-size: contain !important; |
| color: #f0f0f0 !important; | | background-repeat: no-repeat; |
| }
| | background-position: center center; |
| | | height: 160px !important; /* Höhe des Logos */ |
| /* Titel in der Sidebar (Navigation, Werkzeuge etc.) */
| | width: 160px !important; /* Breite des Logos */ |
| .portlet h3 {
| | display: block; |
| color: #ffffff !important;
| |
| font-weight: bold;
| |
| border-bottom: 1px solid #666;
| |
| margin-bottom: 0.5em; | |
| }
| |
| | |
| /* Menü-Links in der Sidebar */
| |
| .vector-menu-content li a {
| |
| color: #eeeeee !important; | |
| background-color: transparent !important;
| |
| }
| |
| | |
| /* Hover- und Fokus-Effekt */ | |
| .vector-menu-content li a:hover,
| |
| .vector-menu-content li a:focus {
| |
| background-color: #555 !important; | |
| color: #ffffff !important;
| |
| text-decoration: underline;
| |
| }
| |
| | |
| /* Aktive Menüeinträge (z. B. aktuelle Seite) */ | |
| .vector-menu-content li a:active {
| |
| color: #ffffff !important; | |
| font-weight: bold;
| |
| } | | } |
/* Logo skalieren */
#p-logo a {
background-size: contain !important;
background-repeat: no-repeat;
background-position: center center;
height: 160px !important; /* Höhe des Logos */
width: 160px !important; /* Breite des Logos */
display: block;
}