MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Allrundsaga
 
(3 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 8: Zeile 8:
 
     background-size: 100%;
 
     background-size: 100%;
 
}
 
}
 +
 +
.ns-3000 { background: red;}
 
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
 
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
  
 
header { background: }
 
header { background: }
 
/* changes the background color behind the top half of the logo and at top of each page */
 
/* changes the background color behind the top half of the logo and at top of each page */

Aktuelle Version vom 27. Februar 2020, 10:14 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-attachment: fixed;
    background-position: top;
    background-size: 100%;
}

.ns-3000 { background: red;}
/* 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 */