« MediaWiki:Common.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 16 : | Ligne 16 : | ||
} | } | ||
/* En-tête — | /* En-tête — toutes les cellules */ | ||
.nephilim-regle-header td { | .nephilim-regle-header td { | ||
background: | background: #727a68; | ||
padding: 0.7em 1em; | padding: 0.7em 1em; | ||
vertical-align: middle; | vertical-align: middle; | ||
| Ligne 28 : | Ligne 28 : | ||
} | } | ||
/* En-tête — image | /* En-tête — image avec petit carré décoratif */ | ||
.nephilim-regle-icon img { | .nephilim-regle-icon img { | ||
border: | border: 1.5px solid rgba(255,255,255,0.3); | ||
background: | border-radius: 4px; | ||
padding: | background: rgba(0,0,0,0.15); | ||
padding: 4px; | |||
} | } | ||
Version du 13 février 2026 à 11:53
/* 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');
/* Conteneur principal */
.nephilim-regle {
margin: 1em 0;
border-radius: 8px;
overflow: hidden;
border: 2px solid #33302A;
box-shadow: 0 3px 16px rgba(30,27,22,0.2);
font-family: 'EB Garamond', Georgia, serif;
border-collapse: separate;
border-spacing: 0;
}
/* En-tête — toutes les cellules */
.nephilim-regle-header td {
background: #727a68;
padding: 0.7em 1em;
vertical-align: middle;
}
/* En-tête — cellule icône */
.nephilim-regle-icon {
width: 40px;
}
/* En-tête — image avec petit carré décoratif */
.nephilim-regle-icon img {
border: 1.5px solid rgba(255,255,255,0.3);
border-radius: 4px;
background: rgba(0,0,0,0.15);
padding: 4px;
}
/* En-tête — titre */
.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);
}
/* En-tête — sous-titre */
.nephilim-regle-edition {
font-family: 'Crimson Text', serif;
font-weight: 400;
font-size: 0.72em;
color: #F7F6F2;
opacity: 0.7;
letter-spacing: 0.06em;
text-transform: uppercase;
}
/* Zone contenu */
.nephilim-regle-contenu {
background: #E8E4D8;
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;
}