MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Universum Filmtheater
Zeile 5: Zeile 5:
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 
     background-size: cover;
 
     background-size: cover;
     background-attachment: fixed !important;
+
     background-attachment: fixed;
 
     background-position: left center;
 
     background-position: left center;
 
}
 
}

Version vom 16. Oktober 2020, 19:43 Uhr

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

#mw-content-container {
    background: url(/images/universum-filmtheater-berlinerallee-duesseldorf.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: left center;
}