« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 671 : | Ligne 671 : | ||
font-style: italic; | font-style: italic; | ||
margin-top: 0.2rem; | margin-top: 0.2rem; | ||
} | |||
/* === SIGNE ASTROLOGIQUE EN COURS === */ | |||
.nph-ephem-signe { | |||
text-align: center; | |||
font-size: 0.82rem; | |||
color: #4A2D6B; | |||
margin-bottom: 0.7rem; | |||
padding: 0.3rem 0.5rem; | |||
background: rgba(74,45,107,0.06); | |||
border-radius: 5px; | |||
} | |||
/* === ENCARTS ÉDITION (Révélation / Légende) === */ | |||
.nph-ephem-edition { | |||
margin-top: 0.6rem; | |||
border: 1px solid #E0D5C0; | |||
border-radius: 7px; | |||
overflow: hidden; | |||
} | |||
.nph-ephem-edition-header { | |||
font-family: 'Cinzel', 'Georgia', serif; | |||
font-size: 0.72rem; | |||
font-weight: 700; | |||
letter-spacing: 0.04em; | |||
padding: 0.3rem 0.6rem; | |||
text-transform: uppercase; | |||
} | |||
.nph-ephem-edition-revelation .nph-ephem-edition-header { | |||
background: linear-gradient(to right, #2D1B4E, #4A2D6B); | |||
color: #E8D5A3; | |||
} | |||
.nph-ephem-edition-legende .nph-ephem-edition-header { | |||
background: linear-gradient(to right, #8B6914, #C49A2A); | |||
color: #FBF7ED; | |||
} | |||
.nph-ephem-edition-body { | |||
padding: 0.5rem 0.6rem; | |||
font-size: 0.8rem; | |||
} | |||
.nph-ephem-placeholder { | |||
font-style: italic; | |||
color: #7A6E5E; | |||
font-size: 0.78rem; | |||
text-align: center; | |||
padding: 0.3rem 0; | |||
} | } | ||