elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

alltabs.svg (832B)


      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="14" height="16" viewBox="0 0 14 16">
      5   <style>
      6     use:not(:target) {
      7       display: none;
      8     }
      9     use {
     10       fill: none;
     11       stroke: #fff;
     12     }
     13     use[id="active"] {
     14       stroke: #00AEFF;
     15     }
     16     use[id="darktext"] {
     17       stroke: #000;
     18     }
     19   </style>
     20   <defs>
     21     <g id="alltabs-shape">
     22       <rect x="1.5" y="2.5" width="4" height="4"/>
     23       <rect x="8.5" y="2.5" width="4" height="4"/>
     24       <rect x="1.5" y="9.5" width="4" height="4"/>
     25       <rect x="8.5" y="9.5" width="4" height="4"/>
     26     </g>
     27   </defs>
     28   <use id="alltabs" xlink:href="#alltabs-shape"/>
     29   <use id="active" xlink:href="#alltabs-shape"/>
     30   <use id="darktext" xlink:href="#alltabs-shape"/>
     31 </svg>