« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 723 : | Ligne 723 : | ||
text-align: center; | text-align: center; | ||
padding: 0.3rem 0; | padding: 0.3rem 0; | ||
} | |||
/* === SOUS-SECTIONS DANS LES ENCARTS ÉDITION === */ | |||
.nph-ephem-section-title { | |||
font-family: 'Cinzel', 'Georgia', serif; | |||
font-size: 0.78rem; | |||
font-weight: 700; | |||
color: #2C2418; | |||
margin-top: 0.5rem; | |||
margin-bottom: 0.2rem; | |||
padding-bottom: 0.15rem; | |||
border-bottom: 1px solid rgba(0,0,0,0.1); | |||
} | |||
.nph-ephem-section-title:first-child { | |||
margin-top: 0; | |||
} | |||
.nph-ephem-impossible { | |||
font-style: italic; | |||
color: #7A6E5E; | |||
font-size: 0.78rem; | |||
padding: 0.2rem 0; | |||
} | |||
.nph-ephem-saturnales { | |||
margin-top: 0.4rem; | |||
padding: 0.35rem 0.5rem; | |||
background: rgba(101,101,101,0.1); | |||
border-left: 3px solid #656565; | |||
border-radius: 0 4px 4px 0; | |||
font-size: 0.78rem; | |||
color: #4A3F32; | |||
} | |||
.nph-ephem-grande-active { | |||
margin-top: 0.3rem; | |||
padding: 0.35rem 0.5rem; | |||
background: rgba(74,45,107,0.06); | |||
border-left: 3px solid #574B6B; | |||
border-radius: 0 4px 4px 0; | |||
font-size: 0.78rem; | |||
} | } | ||