MediaWiki:Vector.css : Différence entre versions

De La Grande Bibliotheque de Tamriel
Aller à : navigation, rechercher
m
m
Ligne 3 : Ligne 3 :
 
background-position: bottom left;
 
background-position: bottom left;
 
background-repeat: repeat;
 
background-repeat: repeat;
 +
}
 +
div#content {
 +
border: 1px solid #876F97;
 +
background-color: rgb(238, 234, 231);
 
}
 
}

Version du 8 février 2014 à 14:23

body {
	background-image:url(images/3/32/GBTbg.png);
	background-position: bottom left;
	background-repeat: repeat;
}
div#content {
	border: 1px solid #876F97;
	background-color: rgb(238, 234, 231);
}