MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 6: | Zeile 6: | ||
/* Hintergrundbild für das gesamte Wiki */ | /* Hintergrundbild für das gesamte Wiki */ | ||
body { | body { | ||
background: url('https://www.erdland.info/wiki/skins/bilder/ | background: url('https://www.erdland.info/wiki/skins/bilder/Karte-Hintergrund1.png') no-repeat center center fixed; | ||
background-size: cover; | background-size: cover; | ||
} | } | ||
/* | /* Hintergrundbild direkt auf den Header anwenden */ | ||
#mw-head, #p-personal, #p-logo, # | #mw-head, #p-personal, #p-logo, #mw-page-base, #mw-head-base, #right-navigation, #left-navigation { | ||
background: url('https://www.erdland.info/wiki/skins/bilder/Karte-Hintergrund1.png') no-repeat center center fixed !important; | |||
#mw-head-base, | background-size: cover !important; | ||
background-color: transparent !important; | background-color: transparent !important; | ||
background-image: none !important; | background-image: none !important; | ||
box-shadow: none !important; | border: none !important; | ||
box-shadow: none !important; | |||
z-index: 1; | |||
} | } | ||
/* Hintergrundfarbe des Inhaltsbereichs */ | /* Hintergrundfarbe des Inhaltsbereichs */ | ||
#content { | #content { | ||
background-color: #ffffff; | background-color: #ffffff; | ||
padding: 20px; | padding: 20px; | ||
box-shadow: 0 0 10px rgba(0,0,0,0.1); /* | box-shadow: 0 0 10px rgba(0,0,0,0.1); | ||
} | |||
/* Hintergrund für den Textbereich im Footer */ | |||
#footer, #mw-footer, .footer, .mw-footer { | |||
background-color: rgba(255, 255, 255, 0.8); | |||
padding: 10px; | |||
max-width: 1200px; | |||
margin: 0 auto; | |||
border-radius: 10px; | |||
} | |||
/* Sicherstellen, dass der Bereich unterhalb des Textbereichs transparent bleibt */ | |||
.page-base, .page-secondary { | |||
background-color: transparent; | |||
} | } | ||
Aktuelle Version vom 16. August 2024, 21:36 Uhr
/* Versteckt die gesamte Werkzeugleiste für nicht angemeldete Benutzer */
.loggedout #p-tb {
display: none;
}
/* Hintergrundbild für das gesamte Wiki */
body {
background: url('https://www.erdland.info/wiki/skins/bilder/Karte-Hintergrund1.png') no-repeat center center fixed;
background-size: cover;
}
/* Hintergrundbild direkt auf den Header anwenden */
#mw-head, #p-personal, #p-logo, #mw-page-base, #mw-head-base, #right-navigation, #left-navigation {
background: url('https://www.erdland.info/wiki/skins/bilder/Karte-Hintergrund1.png') no-repeat center center fixed !important;
background-size: cover !important;
background-color: transparent !important;
background-image: none !important;
border: none !important;
box-shadow: none !important;
z-index: 1;
}
/* Hintergrundfarbe des Inhaltsbereichs */
#content {
background-color: #ffffff;
padding: 20px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/* Hintergrund für den Textbereich im Footer */
#footer, #mw-footer, .footer, .mw-footer {
background-color: rgba(255, 255, 255, 0.8);
padding: 10px;
max-width: 1200px;
margin: 0 auto;
border-radius: 10px;
}
/* Sicherstellen, dass der Bereich unterhalb des Textbereichs transparent bleibt */
.page-base, .page-secondary {
background-color: transparent;
}