MediaWiki:Vector.css : Différence entre versions
De Aide Battle Arenas
m |
m |
||
Ligne 29 : | Ligne 29 : | ||
} | } | ||
− | /* Largeur du bloc central */ | + | /* Bloc central (div#content) */ |
− | div#content, div#mw-head, div#footer, div#mw-head-base | + | /** Largeur du bloc central (gauche) **/ |
+ | div#content, div#mw-head, div#footer, div#mw-head-base { | ||
margin-left: 200px; | margin-left: 200px; | ||
} | } | ||
− | + | /** Largeur du bloc central (droite) **/ | |
− | /* Largeur du bloc central | + | div#content, div#mw-head, div#footer, div#mw-head-base { |
− | div#content, div#mw-head, div#footer, div#mw-head-base | + | |
margin-right: 75px; | margin-right: 75px; | ||
+ | } | ||
+ | /* Gestion des onglets Message et Discussion */ | ||
+ | div#left-navigation { | ||
+ | margin: auto; | ||
+ | margin: auto, | ||
} | } | ||
Version du 3 mai 2012 à 23:48
/* 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); } /* 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:10px; } /* Bloc central (div#content) */ /** Largeur du bloc central (gauche) **/ div#content, div#mw-head, div#footer, div#mw-head-base { margin-left: 200px; } /** Largeur du bloc central (droite) **/ div#content, div#mw-head, div#footer, div#mw-head-base { margin-right: 75px; } /* Gestion des onglets Message et Discussion */ div#left-navigation { margin: auto; margin: auto, } /* 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; }