MediaWiki:Vector.css : Différence entre versions
m |
m |
||
(11 révisions intermédiaires par le même utilisateur non affichées) | |||
Ligne 21 : | Ligne 21 : | ||
background-color:transparent; | background-color:transparent; | ||
background-image:none; | background-image:none; | ||
+ | } | ||
+ | #preferences { | ||
+ | border: 1px solid #876F97; | ||
} | } | ||
/* Icône de suivi */ | /* Icône de suivi */ | ||
Ligne 26 : | Ligne 29 : | ||
background-image:url(images/e/ee/Watch-icon-loading.gif); | background-image:url(images/e/ee/Watch-icon-loading.gif); | ||
} | } | ||
− | #ca-watch.icon a { | + | #ca-watch.icon a,#ca-unwatch.icon a { |
background-image:url(images/c/ce/Watch-icons.png); | background-image:url(images/c/ce/Watch-icons.png); | ||
} | } | ||
Ligne 35 : | Ligne 38 : | ||
#preftoc, #preftoc li { | #preftoc, #preftoc li { | ||
background-image:url(images/a/a3/Preferences-break.png); | background-image:url(images/a/a3/Preferences-break.png); | ||
+ | } | ||
+ | #preftoc li.selected a { | ||
+ | background-image:none; | ||
+ | background-color:#FAFAFA; | ||
+ | } | ||
+ | div.vectorTabs ul li { | ||
+ | background-image:url(images/7/77/Tab-normal-fade.png); | ||
+ | } | ||
+ | div.vectorTabs li.selected { | ||
+ | background-image:url(images/7/71/Tab-current-fade.png); | ||
+ | } | ||
+ | div.vectorTabs,div.vectorTabs span,div#mw-head div.vectorMenu h3,div.vectorMenu h3 a,div.vectorTabs ul { | ||
+ | background-image:url(images/5/58/Tab-break.png); | ||
} | } |
Version actuelle datée du 28 mars 2014 à 17:29
/* 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; } #preferences { border: 1px solid #876F97; } /* 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,#ca-unwatch.icon a { background-image:url(images/c/ce/Watch-icons.png); } /* Autres Images */ #mw-panel.collapsible-nav .portal { background-image:url(images/0/0f/Portal-break.png); } #preftoc, #preftoc li { background-image:url(images/a/a3/Preferences-break.png); } #preftoc li.selected a { background-image:none; background-color:#FAFAFA; } div.vectorTabs ul li { background-image:url(images/7/77/Tab-normal-fade.png); } div.vectorTabs li.selected { background-image:url(images/7/71/Tab-current-fade.png); } div.vectorTabs,div.vectorTabs span,div#mw-head div.vectorMenu h3,div.vectorMenu h3 a,div.vectorTabs ul { background-image:url(images/5/58/Tab-break.png); }