MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Erdland
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
 
(34 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 4: Zeile 4:
}
}


 
/* Hintergrundbild für das gesamte Wiki */
.main-container {
body {
     background: url(https://www.zeldachronicles.de/rpg/skins/Vector/rpg-images/paper_main.jpg?e9247) no-repeat center center;
     background: url('https://www.erdland.info/wiki/skins/bilder/Karte-Hintergrund1.png') no-repeat center center fixed;
     background-size: cover;
     background-size: cover;
    padding: 20px;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}
.main-top-liner {
    background: url(https://www.zeldachronicles.de/rpg/skins/Vector/rpg-images/main_top-liner.png) no-repeat center top;
    height: 20px;
    width: 100%;
}
.main-top-edges {
    display: flex;
    justify-content: space-between;
}
.main-top-left-edge, .main-top-right-edge {
    width: 20px;
    height: 20px;
}
.main-top-left-edge {
    background: url(https://www.zeldachronicles.de/rpg/skins/Vector/rpg-images/main_top-left-edge.png) no-repeat left top;
}
}


.main-top-right-edge {
/* Hintergrundbild direkt auf den Header anwenden */
     background: url(https://www.zeldachronicles.de/rpg/skins/Vector/rpg-images/main_top-right-edge.png) no-repeat right top;
#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;
}
}


.main-content {
/* Hintergrundfarbe des Inhaltsbereichs */
#content {
    background-color: #ffffff;
     padding: 20px;
     padding: 20px;
    background: white;
     box-shadow: 0 0 10px rgba(0,0,0,0.1);
     box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
}


.main-bottom-edges {
/* Hintergrund für den Textbereich im Footer */
     display: flex;
#footer, #mw-footer, .footer, .mw-footer {
     justify-content: space-between;
     background-color: rgba(255, 255, 255, 0.8);
}
     padding: 10px;
 
    max-width: 1200px;
.main-bottom-left-edge, .main-bottom-right-edge {
     margin: 0 auto;
    width: 20px;
    border-radius: 10px;
     height: 20px;
}
 
.main-bottom-left-edge {
    background: url(https://www.zeldachronicles.de/rpg/skins/Vector/rpg-images/main_bottom-left-edge.png) no-repeat left bottom;
}
}


.main-bottom-right-edge {
/* Sicherstellen, dass der Bereich unterhalb des Textbereichs transparent bleibt */
     background: url(https://www.zeldachronicles.de/rpg/skins/Vector/rpg-images/main_bottom-right-edge.png) no-repeat right bottom;
.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;
}