Test:Stylesheet: Unterschied zwischen den Versionen

aus dem Wiki des Entropia e.V., CCC Karlsruhe
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:
     background-position: bottom;
     background-position: bottom;
     background-attachment: fixed;
     background-attachment: fixed;
    color: #ADAF62;
   }
   }
   #bodyContent {
   #bodyContent {

Version vom 16. Dezember 2012, 21:05 Uhr

 div#content, div#mw-body {
   background: white url(https://entropia.de/wiki/images/2/21/BGpngTest.png);
   background-repeat: repeat-x;
   background-position: bottom;
   background-attachment: fixed;
 }
 #bodyContent {
   background-color: transparent;
   padding: 0.1em 1em 1em;
 }