MediaWiki:Vector.css : Différence entre versions
m |
m |
||
Ligne 1 : | Ligne 1 : | ||
+ | /* Arrière plan du site */ | ||
body { | body { | ||
background-image:url(images/3/32/GBTbg.png); | background-image:url(images/3/32/GBTbg.png); | ||
Ligne 4 : | Ligne 5 : | ||
background-repeat: repeat; | background-repeat: repeat; | ||
} | } | ||
+ | /* Couleurs du site */ | ||
div#content { | div#content { | ||
border: 1px solid #876F97; | border: 1px solid #876F97; | ||
Ligne 19 : | Ligne 21 : | ||
background-color:transparent; | background-color:transparent; | ||
background-image:none; | 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); | ||
} | } |
Version du 8 février 2014 à 14:50
/* 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); }