« Modèle:RightsList/styles.css » : différence entre les versions

De Pikmin FR
fr>Fxfxfx0
Copie de Modèle:RightsList/styles.css
 
m 1 version importée
 
(Aucune différence)

Dernière version du 9 avril 2025 à 23:34

.wikitable.i-list-bcrat tbody tr:not(.i-list-bcrat):not(:first-child) {
    display: none;
}
.wikitable.i-list-admin tbody tr:not(.i-list-admin):not(:first-child) {
    display: none;
}
.wikitable.i-list-interface tbody tr:not(.i-list-interface):not(:first-child) {
    display: none;
}
.wikitable.i-list-patroller tbody tr:not(.i-list-patroller):not(:first-child) {
    display: none;
}
th.i-list-bcrat, td.i-list-bcrat{
    display: table-cell;
}
th.i-list-admin, td.i-list-admin{
    display: table-cell;
}
th.i-list-interface, td.i-list-interface{
    display: table-cell;
}
th.i-list-patroller, td.i-list-patroller{
    display: table-cell;
}
.wikitable.i-list-bcrat tbody tr th.i-list-bcrat, .wikitable.i-list-bcrat tbody tr td.i-list-bcrat{
    display: none;
}
.wikitable.i-list-admin tbody tr th.i-list-admin, .wikitable.i-list-admin tbody tr td.i-list-admin{
    display: none;
}
.wikitable.i-list-interface tbody tr th.i-list-interface, .wikitable.i-list-interface tbody tr td.i-list-interface{
    display: none;
}
.wikitable.i-list-patroller tbody tr th.i-list-patroller, .wikitable.i-list-patroller tbody tr td.i-list-patroller{
    display: none;
}