some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / browser / controlcenter / connection.svg
CommitLineData
19988d2d
RK
1<?xml version="1.0" encoding="utf-8"?>
2<!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
6 width="24" height="24" viewBox="0 0 24 24">
d23bf94a
RK
7<style>
8.fieldtext {
9 fill: #A09090;
10}
11
12.highlighttext {
13 fill: #FFCF00;
14}
15
16.black {
17 fill: #FFCF00;
18}
19
20.white {
21 fill: #FFCF00;
22}
23</style>
19988d2d 24 <style>
d23bf94a
RK
25 svg > rect:not(:target) {
26 display: none;
27 }
28
29 #connection-secure {
30 fill: #008484;
19988d2d
RK
31 }
32 </style>
33
34 <defs>
35 <rect id="shape-lock-clasp-outer" x="5" y="1" width="14" height="20" rx="7" ry="7" />
36 <rect id="shape-lock-clasp-inner" x="8" y="4" width="8" height="14" rx="4" ry="4" />
37 <rect id="shape-lock-base" x="3" y="10" width="18" height="13" rx="1.5" ry="1.5" />
38
39 <mask id="mask-clasp-cutout">
40 <rect width="24" height="24" fill="#000" />
41 <use xlink:href="#shape-lock-clasp-outer" fill="#fff" />
42 <use xlink:href="#shape-lock-clasp-inner" fill="#000" />
43 </mask>
d23bf94a
RK
44
45 <mask id="mask-lock">
46 <use xlink:href="#shape-lock-clasp-outer" mask="url(#mask-clasp-cutout)" fill="#fff"/>
47 <use xlink:href="#shape-lock-base" fill="#fff"/>
48 </mask>
19988d2d
RK
49 </defs>
50
d23bf94a
RK
51 <rect id="connection-degraded" class="fieldtext" width="24" height="24" mask="url(#mask-lock)"/>
52 <rect id="connection-secure" width="24" height="24" mask="url(#mask-lock)"/>
19988d2d 53</svg>