« MediaWiki:Common.css » : différence entre les versions
De Swiss Tchoukball Wiki
Ajout de classe pour avoir un fond alterné |
Ajout de classes pour masquer des sous-sections dans les sommaires |
||
| Ligne 2 : | Ligne 2 : | ||
table.alternategrey tr:nth-child(even) {background: #E0E0E0;} | table.alternategrey tr:nth-child(even) {background: #E0E0E0;} | ||
.toclimit-1 .toclevel-2 {display: none;} | |||
.toclimit-2 .toclevel-3 {display: none;} | |||
.toclimit-3 .toclevel-4 {display: none;} | |||
.toclimit-4 .toclevel-5 {display: none;} | |||
.toclimit-5 .toclevel-6 {display: none;} | |||
Version du 18 août 2016 à 20:50
/* Le CSS placé ici sera appliqué à tous les habillages. */
table.alternategrey tr:nth-child(even) {background: #E0E0E0;}
.toclimit-1 .toclevel-2 {display: none;}
.toclimit-2 .toclevel-3 {display: none;}
.toclimit-3 .toclevel-4 {display: none;}
.toclimit-4 .toclevel-5 {display: none;}
.toclimit-5 .toclevel-6 {display: none;}