layer_taps.svg 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="26 -4 720 60">
  2. <style>
  3. rect, path {
  4. fill: #f8f8f8;
  5. stroke: #666;
  6. stroke-width: .5px;
  7. }
  8. text {
  9. fill: #999;
  10. font: normal 20px sans-serif;
  11. text-align: center;
  12. }
  13. .layer {
  14. font-size: 14px;
  15. font-weight: bold;
  16. text-anchor: middle;
  17. fill: #333;
  18. }
  19. @media (prefers-color-scheme: dark) {
  20. text { fill: #888; }
  21. rect, path { fill: #444; }
  22. .layer { fill: #eee; }
  23. }
  24. </style>
  25. <g id="row_AA">
  26. <g transform="translate(180)">
  27. <rect width="82" height="52" rx="5" ry="5"/>
  28. <text x="12.8" y="20.6" style="font-size: 14px;">⌫</text>
  29. <text x="41.0" y="42.8" class="layer">Alt</text>
  30. </g>
  31. <g class="homeKey" transform="translate(270)">
  32. <rect width="232" height="52" rx="5" ry="5"/>
  33. <text x="116.0" y="42.8" class="layer" style="fill: #e83;">Navigation</text>
  34. </g>
  35. <g transform="translate(510)">
  36. <rect width="82" height="52" rx="5" ry="5"/>
  37. <text x="12.8" y="23.6">⏎</text>
  38. <text x="41.0" y="42.8" class="layer" style="fill: #66d;">Symbols</text>
  39. </g>
  40. </g>
  41. </svg>