|
|
| (8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
| Zeile 1: |
Zeile 1: |
| /* Hauptseitenbereich */ | | /* Logo skalieren */ |
| html, body {
| | #p-logo a { |
| background-color: #2a2a2a !important;
| | background-size: contain !important; |
| color: #e0e0e0 !important;
| | background-repeat: no-repeat; |
| }
| | background-position: center center; |
| | | height: 160px !important; /* Höhe des Logos */ |
| /* Seitenleiste (Navigation) */
| | width: 160px !important; /* Breite des Logos */ |
| #mw-panel {
| | display: block; |
| background-color: #2e2e2e !important; | |
| color: #dddddd !important;
| |
| }
| |
| | |
| /* Navigationsboxen */
| |
| .portlet {
| |
| background-color: #333 !important; | |
| border: none !important;
| |
| }
| |
| | |
| /* Navigationstitel */
| |
| .portlet h3 {
| |
| color: #8dcaff !important;
| |
| border-bottom: 1px solid #444;
| |
| }
| |
| | |
| /* Menüeinträge (Links in Sidebar) */
| |
| .vector-menu-content li a {
| |
| color: #b0d8ff !important; | |
| }
| |
| .vector-menu-content li a:hover {
| |
| color: #ffffff !important;
| |
| background-color: #444 !important; | |
| }
| |
| | |
| /* Kopfbereich */ | |
| #mw-head,
| |
| #p-personal {
| |
| background-color: #2b2b2b !important;
| |
| color: #dddddd !important; | |
| }
| |
| | |
| /* Footer */ | |
| #footer {
| |
| background-color: #1e1e1e !important;
| |
| color: #999 !important; | |
| } | | } |
/* 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;
}