« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 800 : | Ligne 800 : | ||
} | } | ||
/* === GAMME (G1 — Pastilles d'éditions) === */ | |||
.nph-gamme { | |||
background: #FFFFFF; | |||
border-radius: 8px; | |||
padding: 1rem 1.2rem; | |||
box-shadow: 0 1px 4px rgba(0,0,0,0.06); | |||
} | |||
.nph-gamme-title { | |||
font-family: 'Cinzel', 'Georgia', serif; | |||
font-size: 0.85rem; | |||
font-weight: 600; | |||
color: #2D1B4E; | |||
} | |||
.nph-gamme-title a { | |||
color: #2D1B4E !important; | |||
text-decoration: none; | |||
} | |||
.nph-gamme-title a:hover { | |||
color: #4A2D6B !important; | |||
text-decoration: underline; | |||
} | |||
.nph-gamme-title-sep { | |||
color: #C49A2A; | |||
font-size: 0.7rem; | |||
margin: 0 0.2rem; | |||
} | |||
.nph-gamme-editions { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 0.4rem; | |||
margin-top: 0.7rem; | |||
} | |||
.nph-gamme-ed { | |||
display: inline-block; | |||
font-size: 0.75rem; | |||
padding: 0.2rem 0.65rem; | |||
border-radius: 4px; | |||
background: #F0EBE0; | |||
transition: background 0.15s; | |||
} | |||
.nph-gamme-ed a { | |||
color: #6B4D8A !important; | |||
text-decoration: none; | |||
} | |||
.nph-gamme-ed:hover { | |||
background: #E3D8C8; | |||
} | |||
.nph-gamme-ed-current { | |||
background: #4A2D6B; | |||
} | |||
.nph-gamme-ed-current a { | |||
color: #FFFFFF !important; | |||
font-weight: 600; | |||
} | |||
.nph-gamme-ed-current:hover { | |||
background: #2D1B4E; | |||
} | |||
.nph-gamme-links { | |||
margin-top: 0.7rem; | |||
padding-top: 0.5rem; | |||
border-top: 1px solid rgba(196,154,42,0.2); | |||
font-size: 0.8rem; | |||
} | |||
.nph-gamme-links a { | |||
color: #6B4D8A !important; | |||
text-decoration: none; | |||
} | |||
.nph-gamme-links a:hover { | |||
color: #2D1B4E !important; | |||
text-decoration: underline; | |||
} | |||
.nph-gamme-links-sep { | |||
color: #C49A2A; | |||
font-size: 0.55rem; | |||
margin: 0 0.3rem; | |||
vertical-align: middle; | |||
} | |||
/* ============================================================ | /* ============================================================ | ||