MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Allrundsaga
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:
     background-image: url("/images/lichtzeitalter.jpg");
     background-image: url("/images/lichtzeitalter.jpg");
     background-repeat: no-repeat;
     background-repeat: no-repeat;
    background-position: top;
     background-size: 100%;
     background-size: 100%;
}
}

Version vom 26. Februar 2020, 21:01 Uhr

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

#mw-content-container { 
    background-image: url("/images/lichtzeitalter.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}
/* changes the background color of the bottom and left of each page, up to behind half of the logo */

header { background: }
/* changes the background color behind the top half of the logo and at top of each page */