MediaWiki:Vector.css : Différence entre versions
De Aide Battle Arenas
m |
m |
||
Ligne 10 : | Ligne 10 : | ||
div#content { background:rgba(255,255,255,.8); } | div#content { background:rgba(255,255,255,.8); } | ||
− | + | ||
− | + | ||
/* Boîte utilisateur */ | /* Boîte utilisateur */ | ||
Ligne 38 : | Ligne 37 : | ||
margin-right: 75px; | margin-right: 75px; | ||
} | } | ||
− | /* | + | /** Bord du bloc central **/ |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
div#content { | div#content { | ||
border: 1px solid #A7D7F9; | border: 1px solid #A7D7F9; | ||
+ | } | ||
+ | |||
+ | /* Gestion des onglets Message et Discussion (calage sur div#content) */ | ||
+ | div#left-navigation { | ||
+ | margin-left: 115px; | ||
} | } | ||
Ligne 58 : | Ligne 57 : | ||
{ color: #E97B00; background-color: transparent; text-decoration: underline; } | { color: #E97B00; background-color: transparent; text-decoration: underline; } | ||
/*** Couleur des blocs d'information ***/ | /*** Couleur des blocs d'information ***/ | ||
− | |||
− |
Version du 3 mai 2012 à 23:50
/* 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); } /* 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; } /** Bord du bloc central **/ div#content { border: 1px solid #A7D7F9; } /* Gestion des onglets Message et Discussion (calage sur div#content) */ div#left-navigation { margin-left: 115px; } /* 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 ***/