MediaWiki:Vector.css : Différence entre versions
De Aide Battle Arenas
m |
|||
Ligne 4 : | Ligne 4 : | ||
body { background:url(http://wiki.battle-arenas.net/images/9/90/Fond.jpg) no-repeat fixed center top #000000; } | body { background:url(http://wiki.battle-arenas.net/images/9/90/Fond.jpg) no-repeat fixed center top #000000; } | ||
+ | /* Fond du wiki sur le haut de page */ | ||
+ | #mw-page-base { background:none; border: none; } | ||
/* Fond en transparence sur le bloc central */ | /* Fond en transparence sur le bloc central */ |
Version du 3 mai 2012 à 23:32
/* CSS placed here will affect users of the Vector skin */ /* Fond du wiki */ body { background:url(http://wiki.battle-arenas.net/images/9/90/Fond.jpg) no-repeat fixed center top #000000; } /* Fond du wiki sur le haut de page */ #mw-page-base { background:none; border: none; } /* Fond en transparence sur le bloc central */ div#content { background:rgba(255,255,255,.8); } /* Fond en transparence sur le bas de page */ div#footer { background:rgba(255,255,255,.2); } /* Boîte utilisateur */ /** Couleur de fond **/ #p-personal { background-color: #FFFFFF; border: 1px solid #A7D7F9; padding: 2px 5px 3px 5px; } /* Menu de navigation (Mediawiki:Sidebar) */ /** Couleur de fond **/ div#mw-panel { background-color: #FFFFFF; border: 1px solid #A7D7F9; margin-left:2.5%; } /* Largeur du bloc central */ div#content, div#mw-head, div#footer, div#mw-head-base { margin-left:15%; margin-right:5%; width:80%; } /* Bord du bloc central */ div#content { border: 1px solid #A7D7F9; } /* Formatage des liens du bloc du bas (footer) */ /** Couleur des liens **/ div#footer li a, /*** Normal ***/ div#footer li a.new { color: #FFFFFF; text-decoration: none; } /*** Passage de la souris ***/ div#footer li a:hover { color: #E97B00; background-color: transparent; text-decoration: underline; } /*** Couleur des blocs d'information ***/ div#footer { color: white; }