diff options
| author | ache <ache@ache.one> | 2026-06-04 06:37:59 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-06-04 06:37:59 +0200 |
| commit | 96bee72b4ac6dfaec9e965c4a98407ead29007a6 (patch) | |
| tree | c6cdad106b2b9ca54cf75b60561b69cdd5c012a1 | |
| parent | Fix: HTML article train (diff) | |
Fix: Embed CSS inside SVG framapote
| -rw-r--r-- | articles/framasoft-et-les-mascottes-du-libre.md | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/articles/framasoft-et-les-mascottes-du-libre.md b/articles/framasoft-et-les-mascottes-du-libre.md index 9009f7a..fe4b598 100644 --- a/articles/framasoft-et-les-mascottes-du-libre.md +++ b/articles/framasoft-et-les-mascottes-du-libre.md @@ -20,27 +20,18 @@ On va jouer à qui-est-qui ! 😁 **Cliquez sur une mascotte** pour avoir le détail de qui elle représente. _Cette barre des mascottes est une illustration de [David Revoy](https://www.davidrevoy.com/), sous licence CC-BY 4.0._ +<svg class="framapotes big" version="1.1" id="svg1" viewBox="0 0 1094.0975 498.0772" xmlns="http://www.w3.org/2000/svg"> <style> -svg.framapotes path { +path { fill: white; opacity: 0; } - -svg.framapotes path:hover { +path:hover { fill: pink; opacity: 0.6; } </style> - -<svg class="framapotes big" - version="1.1" - id="svg1" - viewBox="0 0 1094.0975 498.0772" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> -<g - id="g1" - transform="translate(0.00142288,0.74191941)"> +<g id="g1" transform="translate(0.00142288,0.74191941)"> <image width="100%" xlink:href="res/framapotes.avif" |