make pin display better on pinned tiles
[themes.git] / LCARStrek / browser / newtab / controls.svg
CommitLineData
2b5a5147
RK
1<?xml version="1.0" encoding="utf-8"?>
2
3<svg version="1.1"
4 id="icons-enhanced-tiles"
5 xmlns="http://www.w3.org/2000/svg"
6 xmlns:xlink="http://www.w3.org/1999/xlink"
7 x="0"
8 y="0"
9 width="288"
10 height="32"
11 viewBox="0 0 288 32">
12
13 <defs>
14 <style type="text/css"><![CDATA[
15 /* Glyph Styles */
16
17 .glyphShape-style {
18 fill: #FFCF00;
19 }
20
21 .glyphShape-style-pin {
482e8162 22 fill: #000000;
2b5a5147
RK
23 }
24
25 .glyphShape-style-hover-gear {
26 fill: #000000;
27 }
28
29 .glyphShape-style-hover-pin {
30 fill: #000000;
31 }
32
33 .glyphShape-style-hover-delete {
34 fill: #FF0000;
35 }
36
37 .glyphShape-style-hover-active {
38 fill: #000000;
39 }
40
41 /* Circle Background Styles */
42
43 .glyphShape-style-circle {
44 fill: #000000;
45 }
46 .glyphShape-style-circle-hover {
47 fill: #FFCF00;
48 }
49 .glyphShape-style-circle-active {
50 fill: #FF9F00;
51 }
52
53 .glyphShape-style-circle-dropshadow {
54 fill: #A09090;
55 fill-opacity: .5;
56 filter: url(#filter-shadow-drop);
57 }
58 ]]></style>
59
60 <filter id="filter-shadow-drop" x="-10%" y="-10%" width="120%" height="120%">
61 <feOffset in="SourceAlpha" dx="0" dy=".75" result="filter-shadow-drop-offset" />
62 <feGaussianBlur in="filter-shadow-drop-offset" stdDeviation="1" result="filter-shadow-drop-blur"/>
63 </filter>
64
65 <path id="glyphShape-gear" d="M28,16c0-1.7,0.9-3.1,2-3.3c-0.4-1.5-0.9-2.9-1.7-4.2c-0.9,0.7-2.6,0.3-3.8-0.9c-1.2-1.2-1.6-2.8-0.9-3.8 c-1.3-0.8-2.7-1.4-4.2-1.7c-0.2,1.1-1.6,2-3.3,2S13,3.1,12.8,2c-1.5,0.4-2.9,0.9-4.2,1.7c0.7,0.9,0.3,2.6-0.9,3.8 c-1.4,1.1-3,1.5-4,0.9C2.9,9.7,2.4,11.2,2,12.7c1.1,0.2,2,1.6,2,3.3s-0.9,3.1-2,3.3c0.4,1.5,0.9,2.9,1.7,4.2 c0.9-0.7,2.6-0.3,3.8,0.9c1.2,1.2,1.6,2.8,0.9,3.8c1.3,0.8,2.7,1.4,4.2,1.7c0.2-1.1,1.6-2,3.3-2s3.1,0.9,3.3,2 c1.5-0.4,2.9-0.9,4.2-1.7c-0.7-0.9-0.3-2.6,0.9-3.8c1.3-1.2,2.8-1.6,3.8-0.9c0.8-1.3,1.4-2.7,1.7-4.2C28.9,19.1,28,17.7,28,16z M16,24c-4.4,0-8-3.6-8-8s3.6-8,8-8s8,3.6,8,8S20.4,24,16,24z" />
66
67 <circle id="glyphShape-circle" cx="16" cy="16" r="14" />
68
69 <path id="glyphShape-pin" d="M19,15v-5h2V7H11v3h2v5l-3,2v2h5c0,4.5,0.4,8,1,8s1-3.5,1-8h5v-2L19,15z" />
70 <polygon id="glyphShape-delete" points="23,11 21,9 16,14 11,9 9,11 14,16 9,21 11,23 16,18 21,23 23,21 18,16" />
71
72 </defs>
73
74 <g id="icon-gear-default">
75 <use xlink:href="#glyphShape-gear" class="glyphShape-style" />
76 </g>
77
78 <g id="icon-gear-default" transform="translate(32)">
79 <use xlink:href="#glyphShape-gear" class="glyphShape-style-hover-gear" />
80 </g>
81
82 <g id="icon-pin-default" transform="translate(64)">
83 <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-dropshadow" />
84 <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle" />
85 <use xlink:href="#glyphShape-pin" class="glyphShape-style" />
86 </g>
87
88 <g id="icon-pin-hover" transform="translate(96)">
89 <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-dropshadow" />
90 <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-hover" />
91 <use xlink:href="#glyphShape-pin" class="glyphShape-style-hover-pin" />
92 </g>
93
94 <g id="icon-pin-hover-active" transform="translate(128)">
95 <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-dropshadow" />
96 <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-active" />
97 <use xlink:href="#glyphShape-pin" class="glyphShape-style-hover-active" />
98 </g>
99
100 <g id="icon-delete-default" transform="translate(160)">
101 <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-dropshadow" />
102 <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle" />
103 <use xlink:href="#glyphShape-delete" class="glyphShape-style" />
104 </g>
105
106 <g id="icon-delete-hover" transform="translate(192)">
107 <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-dropshadow" />
108 <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-hover" />
109 <use xlink:href="#glyphShape-delete" class="glyphShape-style-hover-delete" />
110 </g>
111
112 <g id="icon-delete-hover-active" transform="translate(224)">
113 <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-dropshadow" />
114 <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-active" />
115 <use xlink:href="#glyphShape-delete" class="glyphShape-style-hover-active" />
116 </g>
117
118 <g id="icon-pin-default" transform="translate(256)">
119 <use xlink:href="#glyphShape-pin" class="glyphShape-style-pin" />
120 </g>
121
122</svg>