« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 3 364 : | Ligne 3 364 : | ||
/* --- En-tête --- */ | /* --- En-tête --- */ | ||
.infobox-arcane-majeur .iam-header { | .infobox-arcane-majeur .iam-header { | ||
background: linear-gradient(135deg, # | background: linear-gradient(135deg, #2e3558 0%, #4a4280 60%, #5548a0 100%); | ||
padding: 20px 20px 16px; | padding: 20px 20px 16px; | ||
display: flex; | display: flex; | ||
| Ligne 3 380 : | Ligne 3 380 : | ||
height: 120px; | height: 120px; | ||
border-radius: 50%; | border-radius: 50%; | ||
background: radial-gradient(circle, rgba( | background: radial-gradient(circle, rgba(100,90,200,0.2) 0%, transparent 70%); | ||
pointer-events: none; | pointer-events: none; | ||
} | } | ||
| Ligne 3 389 : | Ligne 3 389 : | ||
border-radius: 10px; | border-radius: 10px; | ||
flex-shrink: 0; | flex-shrink: 0; | ||
background: rgba( | background: rgba(130,120,220,0.15); | ||
border: 1.5px solid rgba( | border: 1.5px solid rgba(150,140,230,0.35); | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
| Ligne 3 396 : | Ligne 3 396 : | ||
font-size: 20px; | font-size: 20px; | ||
font-weight: 700; | font-weight: 700; | ||
color: rgba(200,195, | color: rgba(200,195,245,0.75); | ||
letter-spacing: 1px; | letter-spacing: 1px; | ||
} | } | ||