« 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 675 : | Ligne 3 675 : | ||
/* ══════════════════════════════════════════════════════ | /* ══════════════════════════════════════════════════════ | ||
Arbre de Vie — Modèle:ArbreDeVie | Arbre de Vie — Modèle:ArbreDeVie — V3 | ||
REMPLACE intégralement le CSS ArbreDeVie précédent | |||
dans MediaWiki:Common.css | |||
══════════════════════════════════════════════════════ */ | ══════════════════════════════════════════════════════ */ | ||
/* Container */ | |||
.arbre-de-vie { | .arbre-de-vie { | ||
position: relative; | position: relative; | ||
margin: 20px auto; | margin: 20px auto; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
} | } | ||
/* Subtitle */ | |||
.arbre-de-vie .adv-subtitle { | .arbre-de-vie .adv-subtitle { | ||
font-size: 0. | font-size: 0.85rem; | ||
color: var(--adv-text-muted); | color: var(--adv-text-muted); | ||
letter-spacing: 0. | letter-spacing: 0.25em; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
text-align: center; | |||
margin-bottom: 10px; | |||
} | } | ||
/* | /* Sentier (path line between sephiroth) */ | ||
.adv-sentier { | |||
position: absolute; | position: absolute; | ||
top: | height: 0px; | ||
border-top: 2px solid var(--adv-path-color); | |||
transform-origin: 0 0; | |||
z-index: 0; | |||
pointer-events: none; | pointer-events: none; | ||
} | } | ||
| Ligne 3 733 : | Ligne 3 714 : | ||
.adv-sephirah-group:hover { | .adv-sephirah-group:hover { | ||
z-index: | z-index: 20; | ||
} | } | ||
| Ligne 3 739 : | Ligne 3 720 : | ||
.adv-sephirah { | .adv-sephirah { | ||
position: absolute; | position: absolute; | ||
border-radius: 50%; | border-radius: 50%; | ||
background: #FFFFFF; | background: #FFFFFF; | ||
| Ligne 3 750 : | Ligne 3 729 : | ||
box-shadow: 0 2px 8px rgba(0,0,0,0.08); | box-shadow: 0 2px 8px rgba(0,0,0,0.08); | ||
transition: all 0.25s ease; | transition: all 0.25s ease; | ||
z-index: | z-index: 10; | ||
} | } | ||
| Ligne 3 768 : | Ligne 3 747 : | ||
} | } | ||
.adv-sephirah .adv- | .adv-sephirah .adv-name { | ||
font-family: 'Cormorant Garamond', Georgia, serif; | font-family: 'Cormorant Garamond', Georgia, serif; | ||
font-size: | font-size: 14px; | ||
color: var(--adv- | font-weight: 600; | ||
line-height: 1; | color: var(--adv-accent); | ||
letter-spacing: 0.04em; | |||
line-height: 1.2; | |||
} | } | ||
.adv-sephirah .adv-name { | .adv-sephirah .adv-name-sm { | ||
font-family: 'Cormorant Garamond', Georgia, serif; | font-family: 'Cormorant Garamond', Georgia, serif; | ||
font-size: | font-size: 12px; | ||
font-weight: 600; | font-weight: 600; | ||
color: var(--adv-accent); | color: var(--adv-accent); | ||
| Ligne 3 787 : | Ligne 3 768 : | ||
.adv-satellite { | .adv-satellite { | ||
position: absolute; | position: absolute; | ||
border-radius: 50%; | border-radius: 50%; | ||
background: #FFFFFF; | background: #FFFFFF; | ||
| Ligne 3 800 : | Ligne 3 779 : | ||
transition: all 0.2s ease; | transition: all 0.2s ease; | ||
z-index: 2; | z-index: 2; | ||
padding: | padding: 6px; | ||
text-align: center; | text-align: center; | ||
overflow: hidden; | |||
} | } | ||
| Ligne 3 823 : | Ligne 3 803 : | ||
} | } | ||
.adv-sat-text { | |||
color: | font-size: 9px; | ||
font-weight: 400; | |||
color: #2A2520; | |||
line-height: 1.2; | |||
text-decoration: none; | |||
transition: color 0.2s ease; | |||
} | } | ||
.adv-sat- | .adv-sat-text a { | ||
color: inherit; | |||
text-decoration: none; | |||
color: | |||
} | } | ||
.adv-sat-text { | .adv-sat-text a:hover { | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
/* ── Connector lines | /* ── Connector lines ── */ | ||
.adv-connector { | .adv-connector { | ||
position: absolute; | position: absolute; | ||
| Ligne 3 929 : | Ligne 3 905 : | ||
--adv-text-muted: #9E6A6A; | --adv-text-muted: #9E6A6A; | ||
--adv-text-light: #B08888; | --adv-text-light: #B08888; | ||
} | } | ||