« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 430 : | Ligne 430 : | ||
} | } | ||
.nph-table a:hover { | .nph-table a:hover { | ||
color: #4A2D6B; | |||
} | |||
/* === VARIANTE SANS EN-TÊTE (nph-table-flat) === */ | |||
.nph-table-flat { | |||
width: 100%; | |||
border-collapse: collapse; | |||
font-size: 0.85rem; | |||
background: transparent; | |||
border: none; | |||
} | |||
.nph-table-flat td { | |||
padding: 0.4rem 0.7rem; | |||
border-bottom: 1px solid rgba(224,213,192,0.5); | |||
vertical-align: top; | |||
border-left: none; | |||
border-right: none; | |||
} | |||
.nph-table-flat tr:last-child td { | |||
border-bottom: none; | |||
} | |||
.nph-table-flat tr:hover td { | |||
background: rgba(245,236,215,0.4); | |||
} | |||
.nph-table-flat td:first-child { | |||
font-weight: 600; | |||
color: #4A2D6B; | |||
white-space: nowrap; | |||
width: 140px; | |||
} | |||
.nph-table-flat a { | |||
color: #6B4D8A; | |||
} | |||
.nph-table-flat a:hover { | |||
color: #4A2D6B; | color: #4A2D6B; | ||
} | } | ||