|
|
(10 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) |
Zeile 1: |
Zeile 1: |
| /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
| |
|
| |
|
| /* Farbe Leiste unten */
| |
| body {
| |
| background: #8EBAE5;}
| |
|
| |
| /* Farbe Inhalt */
| |
| #mw-content {
| |
| background: #E8F1FA;}
| |
|
| |
| /* Farbe Hintergrund rechts & links neben Inhalt */
| |
| #mw-content-container {
| |
| background: #E8F1FA;}
| |
|
| |
|
| |
| /* Farbe linke Navigation */
| |
| #mw-site-navigation .sidebar-inner{
| |
| background: #8EBAE5;}
| |
| #mw-site-navigation .sidebar-chunk {
| |
| border: outset #00549F;
| |
| background: #8EBAE5;}
| |
|
| |
|
| |
| /* Farbe Suchleiste */
| |
| #searchInput-container {
| |
| background: #E8F1FA;}
| |
|
| |
| /* Farbe Leiste oben */
| |
| #mw-header-container {
| |
| background: #8EBAE5;}
| |