« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
Aucun résumé des modifications |
Aucun résumé des modifications Balise : Révoqué |
||
| Ligne 369 : | Ligne 369 : | ||
grid-template-columns: 1fr; | grid-template-columns: 1fr; | ||
} | } | ||
} | |||
/* === GAMME (Pastilles d'éditions) === */ | |||
.nph-gamme { | |||
background: #FFFFFF; | |||
border-radius: 8px; | |||
padding: 0.6rem 1rem; | |||
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 { | |||
margin-top: 0.35rem; | |||
} | |||
.nph-gamme-row { | |||
display: flex; | |||
flex-wrap: wrap; | |||
align-items: center; | |||
gap: 0.3rem; | |||
margin-bottom: 0.25rem; | |||
} | |||
.nph-gamme-row:last-child { | |||
margin-bottom: 0; | |||
} | |||
.nph-gamme-label { | |||
font-family: 'Cinzel', 'Georgia', serif; | |||
font-size: 0.65rem; | |||
font-weight: 600; | |||
text-transform: uppercase; | |||
letter-spacing: 0.1em; | |||
color: #C49A2A; | |||
min-width: 110px; | |||
flex-shrink: 0; | |||
} | |||
.nph-gamme-ed { | |||
display: inline-block; | |||
font-size: 0.75rem; | |||
padding: 0.15rem 0.55rem; | |||
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.35rem; | |||
padding-top: 0.35rem; | |||
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; | |||
} | } | ||
| Ligne 389 : | Ligne 484 : | ||
align-items: center; | align-items: center; | ||
gap: 0.5rem; | gap: 0.5rem; | ||
padding: 0. | padding: 0.45rem 1rem; | ||
border-bottom: 1px solid #E0D5C0; | border-bottom: 1px solid #E0D5C0; | ||
background: linear-gradient(to right, #F5ECD7, #FFFFFF); | background: linear-gradient(to right, #F5ECD7, #FFFFFF); | ||
| Ligne 755 : | Ligne 850 : | ||
} | } | ||
.nph-ephem-edition-revelation .nph-ephem-edition-header { | .nph-ephem-edition-revelation .nph-ephem-edition-header { | ||
background: # | background: #6B4548; | ||
color: # | color: #E8DDD8; | ||
} | } | ||
.nph-ephem-edition-revelation .nph-ephem-edition-body { | .nph-ephem-edition-revelation .nph-ephem-edition-body { | ||
background: # | background: #E8DDD8; | ||
} | } | ||
.nph-ephem-edition-legende .nph-ephem-edition-header { | .nph-ephem-edition-legende .nph-ephem-edition-header { | ||
| Ligne 822 : | Ligne 917 : | ||
display: none; | display: none; | ||
} | } | ||
/* === GAMME (Pastilles d'éditions) === */ | /* === GAMME (Pastilles d'éditions) === */ | ||