MediaWiki:Vector.css : Différence entre versions
De Aide Battle Arenas
m |
m |
||
Ligne 5 : | Ligne 5 : | ||
/* Fond du wiki sur le haut de page */ | /* Fond du wiki sur le haut de page */ | ||
− | #mw-page-base { background:none | + | #mw-page-base { background:none; } |
/* Fond en transparence sur le bloc central */ | /* Fond en transparence sur le bloc central */ | ||
Ligne 12 : | Ligne 12 : | ||
/* Fond en transparence sur le bas de page */ | /* Fond en transparence sur le bas de page */ | ||
div#footer { background:rgba(255,255,255,.2); } | div#footer { background:rgba(255,255,255,.2); } | ||
+ | |||
+ | div#footer #footer-info li { | ||
+ | line-height: 1.4em; | ||
+ | } | ||
/* Boîte utilisateur */ | /* Boîte utilisateur */ |
Version du 3 mai 2012 à 23:41
/* 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; } /* 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); } div#footer #footer-info li { line-height: 1.4em; } /* 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; }