« MediaWiki:Common.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 7 : | Ligne 7 : | ||
.nephilim-regle { | .nephilim-regle { | ||
margin: 1em 0; | margin: 1em 0; | ||
border-radius: | border-radius: 8px; | ||
overflow: hidden; | overflow: hidden; | ||
box-shadow: 0 | background: #E8E4D8; | ||
border: 2px solid #33302A; | |||
box-shadow: 0 3px 16px rgba(30,27,22,0.2); | |||
font-family: 'EB Garamond', Georgia, serif; | font-family: 'EB Garamond', Georgia, serif; | ||
} | } | ||
/* Encart — en-tête */ | /* Encart — en-tête (olive du Style C) */ | ||
.nephilim-regle-header { | .nephilim-regle-header { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
gap: 0. | gap: 0.8em; | ||
background: linear-gradient(135deg, # | background: linear-gradient(135deg, #6B7260, #7A837C); | ||
padding: 0. | padding: 0.7em 1em; | ||
color: #F7F6F2; | color: #F7F6F2; | ||
} | } | ||
/* Encart — icône */ | /* Encart — icône sceau */ | ||
.nephilim-regle-icon { | .nephilim-regle-icon { | ||
width: | width: 32px; | ||
height: | height: 32px; | ||
border: 1.5px solid | border: 1.5px solid rgba(255,255,255,0.3); | ||
border-radius: | border-radius: 4px; | ||
background: rgba(0,0,0,0.15); | |||
display: inline-flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
font-size: | font-size: 16px; | ||
color: #D4B87A; | color: #D4B87A; | ||
flex-shrink: 0; | flex-shrink: 0; | ||
} | } | ||
/* Encart — | /* Encart — titre principal */ | ||
.nephilim-regle-titre { | |||
font-family: 'Cinzel', serif; | |||
font-weight: 600; | |||
font-size: 0.88em; | |||
letter-spacing: 0.03em; | |||
color: #F7F6F2; | |||
text-shadow: 0 1px 2px rgba(0,0,0,0.3); | |||
} | |||
/* Encart — sous-titre édition */ | |||
.nephilim-regle-edition { | .nephilim-regle-edition { | ||
display: block; | |||
font-family: 'Crimson Text', serif; | |||
font-weight: 400; | font-weight: 400; | ||
font-size: 0. | font-size: 0.72em; | ||
opacity: 0.7; | |||
letter-spacing: 0.06em; | |||
text-transform: uppercase; | |||
margin-top: 1px; | |||
} | } | ||
/* Encart — contenu */ | /* Encart — contenu */ | ||
.nephilim-regle-contenu { | .nephilim-regle-contenu { | ||
padding: 1em 1.2em; | padding: 1em 1.2em; | ||
line-height: 1.7; | line-height: 1.7; | ||
color: #2A2520; | color: #2A2520; | ||
border-top: 1px solid rgba(51,48,42,0.15); | |||
} | } | ||
Version du 13 février 2026 à 11:30
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* === Polices Nephilim === */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400&display=swap');
/* Encart Point de Règle — conteneur */
.nephilim-regle {
margin: 1em 0;
border-radius: 8px;
overflow: hidden;
background: #E8E4D8;
border: 2px solid #33302A;
box-shadow: 0 3px 16px rgba(30,27,22,0.2);
font-family: 'EB Garamond', Georgia, serif;
}
/* Encart — en-tête (olive du Style C) */
.nephilim-regle-header {
display: flex;
align-items: center;
gap: 0.8em;
background: linear-gradient(135deg, #6B7260, #7A837C);
padding: 0.7em 1em;
color: #F7F6F2;
}
/* Encart — icône sceau */
.nephilim-regle-icon {
width: 32px;
height: 32px;
border: 1.5px solid rgba(255,255,255,0.3);
border-radius: 4px;
background: rgba(0,0,0,0.15);
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 16px;
color: #D4B87A;
flex-shrink: 0;
}
/* Encart — titre principal */
.nephilim-regle-titre {
font-family: 'Cinzel', serif;
font-weight: 600;
font-size: 0.88em;
letter-spacing: 0.03em;
color: #F7F6F2;
text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
/* Encart — sous-titre édition */
.nephilim-regle-edition {
display: block;
font-family: 'Crimson Text', serif;
font-weight: 400;
font-size: 0.72em;
opacity: 0.7;
letter-spacing: 0.06em;
text-transform: uppercase;
margin-top: 1px;
}
/* Encart — contenu */
.nephilim-regle-contenu {
padding: 1em 1.2em;
line-height: 1.7;
color: #2A2520;
border-top: 1px solid rgba(51,48,42,0.15);
}
.pointderègle {
box-shadow: 0 0 0.3rem #999;
border-radius: 0.2rem;
padding: 1.2rem;
margin-bottom: 1.6rem;
}