MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Universum Filmtheater
Zeile 12: Zeile 12:
 
     background: inherit;
 
     background: inherit;
 
     opacity: 0.9;
 
     opacity: 0.9;
}
 
 
#mw-site-navigation {
 
    opacity: 0.7;
 
 
}
 
}
  

Version vom 16. Oktober 2020, 21:26 Uhr

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

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

#mw-content-container {
    background: inherit;
    opacity: 0.9;
}

#p-logo {
    visibility: hidden;
    height: 0px;
}