MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Universum Filmtheater
Zeile 2: Zeile 2:
  
 
#mw-content-container {
 
#mw-content-container {
    margin: 0px;
 
    padding: 0px;
 
    width: 100%;
 
 
     background: url(/images/universum-filmtheater-berlinerallee-duesseldorf.jpg);
 
     background: url(/images/universum-filmtheater-berlinerallee-duesseldorf.jpg);
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
Zeile 10: Zeile 7:
 
     background-attachment: fixed !important;
 
     background-attachment: fixed !important;
 
     background-position: left center;
 
     background-position: left center;
    float: left;
 
    padding-bottom: 50px;
 
 
}
 
}

Version vom 16. Oktober 2020, 20:42 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 !important;
    background-position: left center;
}