MediaWiki:Common.css : Différence entre versions
De Aide Battle Arenas
(Contenu remplacé par « →Le CSS placé ici sera appliqué à tous les habillages. : #f-poweredbyico { display: none; } ») |
|||
Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
#f-poweredbyico { display: none; } | #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 { /* monobookocentré debut */ | ||
+ | margin-top:1em; | ||
+ | margin-bottom:1em; | ||
+ | background:#F9F9F9; | ||
+ | border:1px #AAA solid; | ||
+ | border-collapse:collapse; | ||
+ | } | ||
+ | |||
+ | table.wikitable th, table.wikitable td { | ||
+ | border:1px #AAA solid; | ||
+ | padding:.3em; | ||
+ | } | ||
+ | |||
+ | table.wikitable th, .wikitable_header { | ||
+ | background:#E2E2E2; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | table.wikitable caption { | ||
+ | margin-left:inherit; | ||
+ | margin-right:inherit; | ||
+ | } /* monobookocentré fin */ | ||
+ | |||
+ | /* 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:#F9F9F9; | ||
+ | border:1px #AAA solid; | ||
+ | border-collapse:collapse; | ||
+ | margin:0 1em 1em 0; | ||
+ | } | ||
+ | |||
+ | table.wikitablegauche th, table.wikitable td { | ||
+ | border:1px #AAA 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:#F9F9F9; | ||
+ | border:1px #AAA solid; | ||
+ | border-collapse:collapse; | ||
+ | margin:0 0 1em 1em; | ||
+ | } | ||
+ | |||
+ | table.wikitabledroite th, table.wikitable td { | ||
+ | border:1px #AAA 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; | ||
+ | background:#F9F9F9; | ||
+ | border:1px #AAA solid; | ||
+ | border-collapse:collapse; | ||
+ | margin:1em auto; | ||
+ | } | ||
+ | |||
+ | table.wikitablecentre th, table.wikitable td { | ||
+ | border:1px #AAA solid; | ||
+ | padding:.3em; | ||
+ | } | ||
+ | |||
+ | table.wikitablecentre th, .wikitable_header { | ||
+ | background:#E2E2E2; | ||
+ | text-align:center; | ||
+ | } |
Version du 6 septembre 2011 à 04:45
/* 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 { /* monobookocentré debut */ margin-top:1em; margin-bottom:1em; background:#F9F9F9; border:1px #AAA solid; border-collapse:collapse; } table.wikitable th, table.wikitable td { border:1px #AAA solid; padding:.3em; } table.wikitable th, .wikitable_header { background:#E2E2E2; text-align:center; } table.wikitable caption { margin-left:inherit; margin-right:inherit; } /* monobookocentré fin */ /* 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:#F9F9F9; border:1px #AAA solid; border-collapse:collapse; margin:0 1em 1em 0; } table.wikitablegauche th, table.wikitable td { border:1px #AAA 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:#F9F9F9; border:1px #AAA solid; border-collapse:collapse; margin:0 0 1em 1em; } table.wikitabledroite th, table.wikitable td { border:1px #AAA 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; background:#F9F9F9; border:1px #AAA solid; border-collapse:collapse; margin:1em auto; } table.wikitablecentre th, table.wikitable td { border:1px #AAA solid; padding:.3em; } table.wikitablecentre th, .wikitable_header { background:#E2E2E2; text-align:center; }