make HTML-based video controls work while keeping the XUL-based ones intact - this...
[themes.git] / LCARStrek / global / media / pauseButton.svg
CommitLineData
1c129f50
RK
1<?xml version="1.0" encoding="utf-8"?>
2<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18px" height="18px" viewBox="0 0 18 18">
3 <style>
4 use:not(:target) {
5 display: none;
6 }
7 use {
8 fill: #000000;
9 }
10 use[id$="-hover"] {
11 fill: #000000;
12 }
13 use[id$="-active"] {
14 fill: #000000;
15 }
16 use[id$="-focus"] {
17 fill: #000000;
18 }
19 use[id$="-disabled"] {
20 fill: #8050B0;
21 }
22 </style>
23
24
25 <symbol id="pause-shape">
26 <path fill-rule="evenodd" clip-rule="evenodd" d="M6.002,1.953C5.172,1.953,4.5,2.626,4.5,3.455v11.08
27 c0,0.83,0.672,1.502,1.502,1.502c0.829,0,1.502-0.672,1.502-1.502V3.455C7.504,2.626,6.831,1.953,6.002,1.953z M12,1.953
28 c-0.828,0-1.5,0.672-1.5,1.5v11.094c0,0.828,0.672,1.5,1.5,1.5s1.5-0.672,1.5-1.5V3.453C13.5,2.625,12.828,1.953,12,1.953z"/>
29 </symbol>
30
31 <use id="pause" xlink:href="#pause-shape"/>
32 <use id="pause-hover" xlink:href="#pause-shape"/>
33 <use id="pause-active" xlink:href="#pause-shape"/>
34 <use id="pause-focus" xlink:href="#pause-shape"/>
35 <use id="pause-disalbed" xlink:href="#pause-shape"/>
36</svg>