Le repo des sources pour le site web des JM2L
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

32 lignes
1.5 KiB

  1. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
  2. viewBox="-50 -50 200 200">
  3. <defs>
  4. <filter id="dropshadow" height="130%">
  5. <feGaussianBlur in="SourceAlpha" stdDeviation="3"/>
  6. <feOffset dx="2" dy="2" result="offsetblur"/>
  7. <feComponentTransfer>
  8. <feFuncA type="linear" slope="0.2"/>
  9. </feComponentTransfer>
  10. <feMerge>
  11. <feMergeNode/>
  12. <feMergeNode in="SourceGraphic"/>
  13. </feMerge>
  14. </filter>
  15. <linearGradient id="BoxGradient-Conference" spreadMethod="pad" x1="100%" y1="0%" x2="50%" y2="100%">
  16. <stop offset="0%" stop-color="#EEE" stop-opacity="0"/>
  17. <stop offset="15%" stop-color="#BDF86B" stop-opacity=".5"/>
  18. </linearGradient>
  19. <linearGradient id="BoxGradient-Atelier" spreadMethod="pad" x1="100%" y1="0%" x2="50%" y2="100%">
  20. <stop offset="0%" stop-color="#EEE" stop-opacity="0"/>
  21. <stop offset="15%" stop-color="#FF856E" stop-opacity=".5"/>
  22. </linearGradient>
  23. <linearGradient id="BoxGradient-Table-ronde" spreadMethod="pad" x1="100%" y1="0%" x2="50%" y2="100%">
  24. <stop offset="0%" stop-color="#EEE" stop-opacity="0"/>
  25. <stop offset="15%" stop-color="#F369A5" stop-opacity=".5"/>
  26. </linearGradient>
  27. <linearGradient id="BoxGradient-Concert" spreadMethod="pad" x1="100%" y1="0%" x2="50%" y2="100%">
  28. <stop offset="0%" stop-color="#EEE" stop-opacity="0"/>
  29. <stop offset="15%" stop-color="#65EA92" stop-opacity=".5"/>
  30. </linearGradient>
  31. </defs>
  32. </svg>