August 4, 2025, Monday, 215

Modèle:Listep

De La Tour des Héros.

(Différences entre les versions)
(Page créée avec « {{#css: . wikitable {width:96%;} .wikitable tr:not(:first-child) {vertical-align:top;} .wikitable tr:not(:first-child) td:nth-child(-n+3) {white-space:nowrap;} .wikitable ... »)
Version actuelle (30 avril 2023 à 13:27) (voir la source)
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).