|
|
(6 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 und rechte Navigation */
| |
| #mw-site-navigation .sidebar-chunk {
| |
| border: outset #00549F;
| |
| background: #C7DDF2;}
| |
|
| |
| #mw-related-navigation .sidebar-chunk {
| |
| background: #C7DDF2;
| |
| border: outset #00549F;}
| |
|
| |
|
| |
|
| |
| /* Farbe Suchleiste */
| |
| #searchInput-container {
| |
| background: #E8F1FA;}
| |
|
| |
| /* Farbe Leiste oben */
| |
| #mw-header-container {
| |
| background: #8EBAE5;}
| |
|
| |
|
| |
| .mw-parser-output a.external {
| |
| color: #ff9900;
| |
| }
| |
|
| |
| textarea[style] {
| |
| background: #111 !important;
| |
| color: #fff;
| |
| }
| |
|
| |
|
| |
| /* Links */
| |
| a {
| |
| text-decoration: none;
| |
| color: #00549F ;
| |
| }
| |
|
| |
| .mw-headline:target {
| |
| background-color: gold;
| |
| }
| |