62 737
modifications
Aucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 566 : | Ligne 566 : | ||
float: left; | float: left; | ||
width: 20%; | width: 20%; | ||
} | |||
/* ################################################## */ | |||
/* ### TABLEAU WIKITABLE ### */ | |||
/* ################################################## */ | |||
table.wikitable { | |||
background-color: rgba(58, 58, 58, 0.2); | |||
border: 1px solid #383838; | |||
color: inherit; | |||
} | |||
table.wikitable > tr > th, table.wikitable > * > tr > th { | |||
background-color: #191919; | |||
} | |||
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { | |||
border: 1px solid #383838; | |||
} | } |
modifications