« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
(Annulation des modifications 23982 de Ducdesaintamand (discussion)) Balise : Annulation |
Aucun résumé des modifications |
||
| Ligne 4 : | Ligne 4 : | ||
@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'); | @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 { | .nephilim-regle { | ||
margin: 1em 0; | margin: 1em 0; | ||
border-radius: 8px; | border-radius: 8px; | ||
overflow: hidden; | overflow: hidden; | ||
border: 2px solid #33302A; | border: 2px solid #33302A; | ||
box-shadow: 0 3px 16px rgba(30,27,22,0.2); | box-shadow: 0 3px 16px rgba(30,27,22,0.2); | ||
font-family: 'EB Garamond', Georgia, serif; | font-family: 'EB Garamond', Georgia, serif; | ||
border-collapse: separate; | |||
border-spacing: 0; | |||
} | } | ||
/* | /* En-tête — ligne */ | ||
.nephilim-regle-header { | .nephilim-regle-header td { | ||
background: linear-gradient(135deg, #6B7260, #7A837C); | background: linear-gradient(135deg, #6B7260, #7A837C); | ||
padding: 0.7em 1em; | padding: 0.7em 1em; | ||
vertical-align: middle; | |||
} | } | ||
/* | /* En-tête — cellule icône */ | ||
.nephilim-regle-icon { | .nephilim-regle-icon { | ||
width: | width: 40px; | ||
background: linear-gradient(135deg, #6B7260, #7A837C); | |||
} | |||
.nephilim-regle-icon img { | |||
border: 1.5px solid rgba(255,255,255,0.3); | border: 1.5px solid rgba(255,255,255,0.3); | ||
border-radius: 4px; | border-radius: 4px; | ||
background: rgba(0,0,0,0.15) | background: rgba(0,0,0,0.15); | ||
padding: 4px; | |||
} | } | ||
/* | /* En-tête — titre */ | ||
.nephilim-regle-titre { | .nephilim-regle-titre { | ||
font-family: 'Cinzel', serif; | font-family: 'Cinzel', serif; | ||
| Ligne 47 : | Ligne 45 : | ||
} | } | ||
/* | /* En-tête — sous-titre */ | ||
.nephilim-regle-edition { | .nephilim-regle-edition { | ||
font-family: 'Crimson Text', serif; | font-family: 'Crimson Text', serif; | ||
font-weight: 400; | font-weight: 400; | ||
font-size: 0.72em; | font-size: 0.72em; | ||
color: #F7F6F2; | |||
opacity: 0.7; | opacity: 0.7; | ||
letter-spacing: 0.06em; | letter-spacing: 0.06em; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
} | } | ||
/* | /* Zone contenu */ | ||
.nephilim-regle-contenu { | .nephilim-regle-contenu { | ||
background: #E8E4D8; | |||
padding: 1em 1.2em; | padding: 1em 1.2em; | ||
line-height: 1.7; | line-height: 1.7; | ||