MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Allrundsaga
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
  
#mw-wrapper { background-image: url("/images/lichtzeitalter.jpg");}
+
#mw-wrapper {  
 +
    background-image: url("/images/lichtzeitalter.jpg");
 +
    background-repeat: no-repeat;
 +
    background-size: auto;
 +
}
 
/* 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 */

Version vom 26. Februar 2020, 21:57 Uhr

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

#mw-wrapper { 
    background-image: url("/images/lichtzeitalter.jpg");
    background-repeat: no-repeat;
    background-size: auto;
}
/* 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 */