« 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 929 : | Ligne 3 929 : | ||
--adv-text-muted: #9E6A6A; | --adv-text-muted: #9E6A6A; | ||
--adv-text-light: #B08888; | --adv-text-light: #B08888; | ||
} | |||
/* ── Additions ArbreDeVie V2 ── */ | |||
/* Sentier (path line between sephiroth) */ | |||
.adv-sentier { | |||
position: absolute; | |||
height: 0px; | |||
border-top: 2px solid var(--adv-path-color); | |||
transform-origin: 0 0; | |||
z-index: 0; | |||
pointer-events: none; | |||
} | |||
/* Smaller name variant for long names (Guebourah, Tiphereth) */ | |||
.adv-sephirah .adv-name-sm { | |||
font-family: 'Cormorant Garamond', Georgia, serif; | |||
font-size: 12px; | |||
font-weight: 600; | |||
color: var(--adv-accent); | |||
letter-spacing: 0.04em; | |||
line-height: 1.2; | |||
} | |||
/* Group hover on connectors — make them solid and colored */ | |||
.adv-sephirah-group:hover .adv-connector { | |||
background: var(--adv-sat-hover-border); | |||
height: 1.5px; | |||
} | } | ||