MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Universum Filmtheater
(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: body { margin: 0px; padding: 0px; width: 100%; background: url(/images/uni…“)
 
 
(25 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 2: Zeile 2:
  
 
body {
 
body {
    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;
 
     background-size: cover;
 
     background-size: cover;
     background-attachment: fixed !important;
+
     background-attachment: fixed;
 
     background-position: left center;
 
     background-position: left center;
     float: left;
+
}
     padding-bottom: 50px;
+
 
 +
#mw-content-container {
 +
    background: inherit;
 +
    opacity: 0.97;
 +
    border-bottom-color: white;
 +
}
 +
 
 +
#p-logo {
 +
    visibility: hidden;
 +
     height: 0px;
 +
}
 +
 
 +
.color-left,
 +
.color-right {
 +
    background: none;
 +
}
 +
 
 +
#mw-header-hack {
 +
     box-shadow: none;
 +
}
 +
 
 +
#f-poweredbyico {
 +
    display: none;
 
}
 
}

Aktuelle Version vom 23. Oktober 2020, 12:00 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.97;
    border-bottom-color: white;
}

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

.color-left,
.color-right {
    background: none;
}

#mw-header-hack {
    box-shadow: none;
}

#f-poweredbyico {
    display: none;
}