MediaWiki:Vector.css : Différence entre versions

De La Grande Bibliotheque de Tamriel
Aller à : navigation, rechercher
m
m
Ligne 28 : Ligne 28 :
 
#ca-watch.icon a {
 
#ca-watch.icon a {
 
background-image:url(images/c/ce/Watch-icons.png);
 
background-image:url(images/c/ce/Watch-icons.png);
 +
}
 +
/* Autres Images */
 +
div#mw-panel div.portal div.body {
 +
background-image:url(images/0/0f/Portal-break.png);
 
}
 
}

Version du 8 février 2014 à 14:57

/* Arrière plan du site */
body {
	background-image:url(images/3/32/GBTbg.png);
	background-position: bottom left;
	background-repeat: repeat;
}
/* Couleurs du site */
div#content {
	border: 1px solid #876F97;
	background-color: rgb(238, 234, 231);
}
div.vectorMenu ul {
	background-color: rgb(238, 234, 231);
}
div#mw-panel {
	background-color: rgb(238, 234, 231);
        background-color: rgba(238, 234, 231, 0.7);
	border: 1px solid #876F97;
}
#mw-page-base {
	background-color:transparent;
	background-image:none;
}
/* Icône de suivi */
#ca-unwatch.icon a.loading,#ca-watch.icon a.loading {
	background-image:url(images/e/ee/Watch-icon-loading.gif);
}
#ca-watch.icon a {
	background-image:url(images/c/ce/Watch-icons.png);
}
/* Autres Images */
div#mw-panel div.portal div.body {
	background-image:url(images/0/0f/Portal-break.png);
}