August 4, 2025, Monday, 215

Modèle:Shq/styles.css

De La Tour des Héros.

(Différences entre les versions)
m (test)
m (test faq)
Ligne 1 : Ligne 1 :
-
{{#css:
+
__NOTOC__{{tblack}}{{#css:  
-
. wikitable {width:96%;}
+
.im {
 +
    float: left;
 +
    margin: .6em 24px 5px 12px;
 +
}
-
.wikitable tr:not(:first-child) {vertical-align:top;}
+
table + p {
 +
    margin-top: 18px!important;
 +
}
-
.wikitable tr:not(:first-child) td:nth-child(-n+3) {white-space:nowrap;}
+
#bodyContent {
 +
    counter-reset: head;
 +
}
-
.wikitable td:first-child {width:8%;}
+
h2:nth-child(n+2):before {
-
.wikitable td:nth-child(2) {width:6%}
+
    content: counter(head)'- ';
-
.wikitable td:nth-child(3) {width:16%}
+
    counter-increment: head;
-
.wikitable td:nth-child(4), .wikitable td:last-child {width:35%}
+
}
-
.wikitable tr:first-child td {
+
.sum {
-
font-weight:bold;
+
    counter-reset: faq;
-
color:white;
+
}
 +
 
 +
.sum a:before {
 +
    content: counter(faq)'- ';
 +
    counter-increment: faq;
}
}
}}
}}

Version du 20 mai 2023 à 17:06