elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

buttons.svg (1849B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <svg xmlns="http://www.w3.org/2000/svg"
      3      xmlns:xlink="http://www.w3.org/1999/xlink"
      4      x="0" y="0" width="16" height="16" viewBox="0 0 16 16">
      5   <style>
      6     use:not(:target) {
      7       display: none;
      8     }
      9     use {
     10       fill: none;
     11       stroke: #fff;
     12       stroke-width: 1;
     13     }
     14     use[id$="normal"] {
     15       opacity: 0.6;
     16     }
     17     use[id="retry-active"] {
     18       stroke: #128ED3;
     19     }
     20     use[id="cancel-active"] {
     21       stroke: #C62323;
     22     }
     23     use[id="show-active"] {
     24       stroke: #F5F500;
     25     }
     26   </style>
     27   <defs>
     28     <g id="cancel-shape">
     29       <line x1="4" y1="4" x2="12" y2="12"/>
     30       <line x1="4" y1="12" x2="12" y2="4"/>
     31     </g>
     32     <g id="show-shape">
     33       <path d="M1.5,2.936v10.13c0,0.796,0.641,1.435,1.435,1.435h10.131c0.8,0,1.435-0.639,1.435-1.435
     34               V4.93c0-0.797-0.635-1.436-1.435-1.436H7.479V2.936c0-0.797-0.559-1.436-1.352-1.436H2.935C2.141,1.5,1.5,2.138,1.5,2.936
     35               L1.5,2.936z M1.5,8.119c0-1.436,1.193-2.631,2.634-2.631h7.732c1.44,0,2.634,1.196,2.634,2.631"/>
     36     </g>
     37     <g id="retry-shape">
     38       <path d="M8.041,8.935L8.041,8.935z M10.26,5.034
     39               c-3.779-2.22-8.159,1.8-6.299,5.82c1.86,3.96,7.739,3.18,8.52-1.2"/>
     40       <polyline points="7.921,6.534 10.62,5.274 9.361,2.574 	"/>
     41     </g>
     42   </defs>
     43   <use id="retry"        xlink:href="#retry-shape"/>
     44   <use id="retry-normal" xlink:href="#retry-shape"/>
     45   <use id="retry-hover"  xlink:href="#retry-shape"/>
     46   <use id="retry-active" xlink:href="#retry-shape"/>
     47   <use id="cancel"        xlink:href="#cancel-shape"/>
     48   <use id="cancel-normal" xlink:href="#cancel-shape"/>
     49   <use id="cancel-active" xlink:href="#cancel-shape"/>
     50   <use id="show"        xlink:href="#show-shape"/>
     51   <use id="show-normal" xlink:href="#show-shape"/>
     52   <use id="show-active" xlink:href="#show-shape"/>
     53 </svg>
     54