some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / global / in-content / help-glyph.svg
CommitLineData
d23bf94a
RK
1<!-- This Source Code Form is subject to the terms of the Mozilla Public
2 - License, v. 2.0. If a copy of the MPL was not distributed with this
3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">
5 <style>
6 use:not(:target) { display: none; }
7
8 path { fill: #000000; }
9 circle { fill: #A09090; stroke: #A09090; stroke-width: 2; }
10
11 #help-hover path { fill: #000000; }
12 #help-hover circle { fill: #FFCF00; stroke: #FFCF00; }
13
14 #help-pressed path { fill: #000000; }
15 #help-pressed circle { fill: #FF9F00; stroke: #FF9F00; }
3d739599
RK
16
17 #help-inverted path { fill: #A09090; }
18 #help-inverted circle { fill: #000000; stroke: #000000; }
d23bf94a
RK
19 </style>
20
21 <defs>
22 <g id="help-shape">
23 <circle cx="12" cy="12" r="11" />
24 <path d="M12.2,4.9c-1.6,0-2.9,0.4-3.8,0.8L9.2,8c0.6-0.4,1.5-0.6,2.2-0.6c1.1,0,1.6,0.5,1.6,1.2 c0,0.7-0.6,1.3-1.3,2.1c-1,1.1-1.4,2.1-1.3,3.2l0,0.5h3V14c0-0.9,0.3-1.7,1.2-2.5c0.9-0.9,1.9-1.9,1.9-3.4 C16.6,6.4,15.2,4.9,12.2,4.9z M12,16.1c-1.1,0-1.9,0.8-1.9,1.9c0,1.1,0.8,1.9,1.9,1.9c1.2,0,1.9-0.8,1.9-1.9 C13.9,16.9,13.1,16.1,12,16.1z"/>
25 </g>
26 </defs>
27
28 <use id="help" xlink:href="#help-shape" />
29 <use id="help-hover" xlink:href="#help-shape" />
30 <use id="help-pressed" xlink:href="#help-shape" />
3d739599 31 <use id="help-inverted" xlink:href="#help-shape" />
d23bf94a 32</svg>