De La Tour des Héros.
(Différences entre les versions)
|
m |
| (7 révisions intermédiaires masquées) |
| Ligne 1 : |
Ligne 1 : |
| | {{#css: | | {{#css: |
| - | . wikitable {width:96%;} | + | .wikitable { |
| | + | margin:1em .9em!important; |
| | + | text-align:left; |
| | + | } |
| | | | |
| | .wikitable tr:not(:first-child) {vertical-align:top;} | | .wikitable tr:not(:first-child) {vertical-align:top;} |
| Ligne 9 : |
Ligne 12 : |
| | .wikitable td:nth-child(2) {width:6%} | | .wikitable td:nth-child(2) {width:6%} |
| | .wikitable td:nth-child(3) {width:16%} | | .wikitable td:nth-child(3) {width:16%} |
| - | .wikitable td:nth-child(4), .wikitable td:last-child {width:35%} | + | .wikitable td:nth-child(n+4) {width:35%} |
| | | | |
| | .wikitable tr:first-child td { | | .wikitable tr:first-child td { |
| Ligne 15 : |
Ligne 18 : |
| | color:white; | | color:white; |
| | } | | } |
| - | }}<noinclude><u>Fontion :</u> | + | }}<noinclude><u>Fonction :</u> |
| | | | |
| | Met en forme les tableaux de listes d'épisodes (largeur des colonnes, en-tête, alignement vertical, largeur du tableau).</noinclude> | | Met en forme les tableaux de listes d'épisodes (largeur des colonnes, en-tête, alignement vertical, largeur du tableau).</noinclude> |
Version actuelle
Fonction :
Met en forme les tableaux de listes d'épisodes (largeur des colonnes, en-tête, alignement vertical, largeur du tableau).