sync both themes with suite classic theme changes in SeaMonkey 2.50 cycle
[themes.git] / LCARStrek / browser / connection-mixed-active-loaded.svg
CommitLineData
c9b0a396
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="16" height="16" viewBox="0 0 16 16">
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>
c9b0a396 24 <style>
d23bf94a
RK
25 svg > g:not(:target) {
26 display: none;
c9b0a396
RK
27 }
28 </style>
29
30 <defs>
31 <rect id="shape-lock-clasp-outer" x="4" y="2" width="8" height="10" rx="4" ry="4" />
32 <rect id="shape-lock-clasp-inner" x="6" y="4" width="4" height="6" rx="2" ry="2" />
33 <rect id="shape-lock-base" x="3" y="7" width="10" height="7" rx="1" ry="1" />
34
35 <mask id="mask-clasp-cutout">
c9b0a396
RK
36 <use xlink:href="#shape-lock-clasp-outer" fill="#fff" />
37 <use xlink:href="#shape-lock-clasp-inner" fill="#000" />
38 <line x1="2" y1="13" x2="14" y2="1.5" stroke="#000" stroke-width="2" />
39 <line x1="2" y1="15" x2="14" y2="3.5" stroke="#000" stroke-width="2" />
40 <rect x="3" y="7" width="10" height="7" rx="1" ry="1" fill="#000" />
41 </mask>
42
43 <mask id="mask-base-cutout">
c9b0a396
RK
44 <use xlink:href="#shape-lock-base" fill="#fff" />
45 <line x1="2" y1="14.8" x2="14" y2="3.2" stroke="#000" stroke-width="1.8" />
46 </mask>
d23bf94a
RK
47
48 <g id="lock">
49 <use xlink:href="#shape-lock-clasp-outer" mask="url(#mask-clasp-cutout)"/>
50 <use xlink:href="#shape-lock-base" mask="url(#mask-base-cutout)"/>
51 </g>
52
53 <line id="strike-through-red" x1="2" y1="14.1" x2="14" y2="2.5" stroke="#FF0000" stroke-width="1.8"/>
c9b0a396
RK
54 </defs>
55
d23bf94a
RK
56 <g id="icon">
57 <use xlink:href="#lock" class="fieldtext"/>
58 <use xlink:href="#strike-through-red"/>
59 </g>
60
61 <g id="icon-black">
62 <use xlink:href="#lock" class="black"/>
63 <use xlink:href="#strike-through-red"/>
64 </g>
c9b0a396 65
d23bf94a
RK
66 <g id="icon-white">
67 <use xlink:href="#lock" class="white"/>
68 <use xlink:href="#strike-through-red"/>
69 </g>
c9b0a396 70</svg>