Le repo des sources pour le site web des JM2L
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

28 linhas
1.2 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="#f9fde8" stop-opacity="1"/>
  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="#faebeb" stop-opacity="1"/>
  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="#fff4e5" stop-opacity="1"/>
  26. </linearGradient>
  27. </defs>
  28. </svg>