MediaWiki:Vector.css : Différence entre versions

De La Grande Bibliotheque de Tamriel
Aller à : navigation, rechercher
Ligne 1 : Ligne 1 :
html,body {
+
body {
 
.background-image("/images/GBTbg.png");
 
.background-image("/images/GBTbg.png");
 
background-position: bottom left;
 
background-position: bottom left;
 
background-repeat: repeat;
 
background-repeat: repeat;
 +
        background-color: #AAA;
 
}
 
}

Version du 8 février 2014 à 14:17

body {
	.background-image("/images/GBTbg.png");
	background-position: bottom left;
	background-repeat: repeat;
         background-color: #AAA;
}