MediaWiki:Vector.css : Différence entre versions
m |
m |
||
Ligne 7 : | Ligne 7 : | ||
border: 1px solid #876F97; | border: 1px solid #876F97; | ||
background-color: rgb(238, 234, 231); | 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; | ||
} | } |
Version du 8 février 2014 à 14:27
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); } 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; }