Files
librodrome/public/images/shadoks/shadok-planet.svg
Yvv ac4aff4985 Refonte UI complète : palettes saisonnières, typo moderne, paroles nettoyées, Shadoks
- Nettoyage paroles : suppression instructions Suno AI, corrections prononciation (11 fichiers)
- 4 palettes saisonnières (Automne/Hiver dark, Printemps/Été light) avec sélecteur
- Typographie modernisée : Outfit (display) + Inter (sans) remplacent Syne + Space Grotesk
- Styles adaptatifs : CSS vars pour couleurs, overrides light mode complets
- Mini-player : bouton Next ajouté, flèche expand plus visible
- BookPlayer : fix scroll mode paginé, croix de fermeture visible
- Illustrations Shadoks inline SVG dans 11 composants/pages
- Suppression soulignés navigation, reset boutons, bordures propres

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 16:05:43 +01:00

18 lines
1.0 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="none">
<!-- Planet body -->
<circle cx="100" cy="100" r="70" fill="currentColor" opacity="0.15"/>
<circle cx="100" cy="100" r="70" stroke="currentColor" stroke-width="2" opacity="0.3"/>
<!-- Craters -->
<circle cx="80" cy="75" r="15" fill="currentColor" opacity="0.08"/>
<circle cx="120" cy="110" r="20" fill="currentColor" opacity="0.06"/>
<circle cx="90" cy="130" r="10" fill="currentColor" opacity="0.1"/>
<!-- Ring / orbit -->
<ellipse cx="100" cy="100" rx="95" ry="25" stroke="currentColor" stroke-width="1.5" opacity="0.2" transform="rotate(-20 100 100)"/>
<!-- Small moons -->
<circle cx="30" cy="50" r="8" fill="currentColor" opacity="0.25"/>
<circle cx="175" cy="140" r="5" fill="currentColor" opacity="0.2"/>
<!-- Surface features -->
<path d="M65 90 Q75 85 85 90" stroke="currentColor" stroke-width="1.5" opacity="0.15" fill="none"/>
<path d="M105 120 Q115 115 125 118" stroke="currentColor" stroke-width="1.5" opacity="0.12" fill="none"/>
</svg>