MediaWiki:Common.css : Différence entre versions
De Aide Battle Arenas
(Annulation des modifications 2001 de WikiSysop (discussion)) |
|||
Ligne 8 : | Ligne 8 : | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
background: #f9f9f9; | background: #f9f9f9; | ||
− | border: 1px # | + | border: 1px #000000 solid; |
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
table.wikitable th, table.wikitable td { | table.wikitable th, table.wikitable td { | ||
− | border: 1px # | + | border: 1px #000000 solid; |
padding: 0.2em; | padding: 0.2em; | ||
} | } | ||
Ligne 32 : | Ligne 32 : | ||
margin-bottom:1em; | margin-bottom:1em; | ||
background:#FFF; | background:#FFF; | ||
− | border:1px # | + | border:1px #000000 solid; |
border-collapse:collapse; | border-collapse:collapse; | ||
margin:0 1em 1em 0; | margin:0 1em 1em 0; | ||
Ligne 38 : | Ligne 38 : | ||
table.wikitablegauche th, table.wikitable td { | table.wikitablegauche th, table.wikitable td { | ||
− | border:1px # | + | border:1px #000000 solid; |
padding:.3em; | padding:.3em; | ||
} | } | ||
Ligne 52 : | Ligne 52 : | ||
margin-bottom:1em; | margin-bottom:1em; | ||
background:#FFF; | background:#FFF; | ||
− | border:1px # | + | border:1px #000000 solid; |
border-collapse:collapse; | border-collapse:collapse; | ||
margin:0 0 1em 1em; | margin:0 0 1em 1em; | ||
Ligne 58 : | Ligne 58 : | ||
table.wikitabledroite th, table.wikitable td { | table.wikitabledroite th, table.wikitable td { | ||
− | border:1px # | + | border:1px #000000 solid; |
padding:.3em; | padding:.3em; | ||
} | } | ||
Ligne 78 : | Ligne 78 : | ||
able.wikitablecentre th, table.wikitable td { | able.wikitablecentre th, table.wikitable td { | ||
− | border:1px # | + | border:1px #000000 solid; |
padding:.2em; | padding:.2em; | ||
} | } |
Version du 10 août 2012 à 12:07
/* Le CSS placé ici sera appliqué à tous les habillages. */ #f-poweredbyico { display: none; } /* WIKITABLE : Classe pour tableaux standards, légèrement grisés. Syntaxe : {| class="wikitable" */ /* Tableaux selon la charte graphique. Ils sont centrés par défaut. */ table.wikitable { margin-top: 1em; margin-bottom: 1em; background: #f9f9f9; border: 1px #000000 solid; border-collapse: collapse; } table.wikitable th, table.wikitable td { border: 1px #000000 solid; padding: 0.2em; } table.wikitable th { background: #f2f2f2; text-align: center; } /* Alignement du tableau : flottant à droite ou à gauche, ou centré. On peut aligner à droite ou à gauche sans flottement en ajoutant le [[modèle:clr]] en bas du tableau, ou en précisant style="float:none" dans l'en-tête du tableau. */ table.wikitablegauche, table.left { float:left; align:left; margin-top:1em; margin-bottom:1em; background:#FFF; border:1px #000000 solid; border-collapse:collapse; margin:0 1em 1em 0; } table.wikitablegauche th, table.wikitable td { border:1px #000000 solid; padding:.3em; } table.wikitablegauche th, .wikitable_header { background:#E2E2E2; text-align:center; } table.wikitabledroite, table.right { float:right; align:right; margin-top:1em; margin-bottom:1em; background:#FFF; border:1px #000000 solid; border-collapse:collapse; margin:0 0 1em 1em; } table.wikitabledroite th, table.wikitable td { border:1px #000000 solid; padding:.3em; } table.wikitabledroite th, .wikitable_header { background:#E2E2E2; text-align:center; } table.wikitablecentre, table.center { float:center; align:center; text-align:center; margin-top:1em; margin-bottom:1em; border:1px #000000 solid; border-collapse:collapse; margin:1em auto; able.wikitablecentre th, table.wikitable td { border:1px #000000 solid; padding:.2em; } table.wikitablecentre th, .wikitable_header { background:#E2E2E2; text-align:center; } /* arrondir quelques coins, seulement possible avec mozilla/firefox/et autres navigateurs spéciaux */ #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; } #content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; } div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; } /* Arrondir quelques boutons */ #wpSave, #wpSave:hover {-moz-border-radius: 1em} #wpPreview, #wpPreview:hover {-moz-border-radius: 1em} .searchButton, .searchButton:hover {-moz-border-radius: 1em} /* coins arrondis pour les vignettes + effet de relief */ div.thumb div { border: 1px solid #999; border-right: 2px solid #999; border-bottom: 2px solid #999; -moz-border-radius: 0.6em } /* coins arrondis pour les zones de texte préformaté */ pre {-moz-border-radius: 0.6em} /* coins arrondis pour les tables */ table {-moz-border-radius: 0.6em}