MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus The Alchenomicon Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:
h1.firstHeading span.mw-page-title-separator {
h1.firstHeading span.mw-page-title-separator {
     display: none !important;
     display: none !important;
}
/* Full-width background image */
body {
    background-image: url('/images/BackgroundImage_Main.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}
}

Version vom 8. Mai 2026, 20:36 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* Hide namespace prefix in page title */
.mw-page-title-namespace { display: none; }
h1.firstHeading span.mw-page-title-namespace,
h1.firstHeading span.mw-page-title-separator {
    display: none !important;
}


/* Full-width background image */
body {
    background-image: url('/images/BackgroundImage_Main.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}