Commit a2037121b990a1d88bd66981478299c606fa26f1
1 parent
a65e6e75
Exists in
master
and in
29 other branches
ActionItem152: icones... parte 1
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1247 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
8 changed files
with
1714 additions
and
39 deletions
Show diff stats
public/designs/icons/default/README
... | ... | @@ -41,6 +41,14 @@ gtk-ok.png Nuovo stock/ |
41 | 41 | password.png Nuovo apps/ |
42 | 42 | ### END OF ICONS LISTING ### |
43 | 43 | |
44 | +Icons made for Noosfero, by The Noosfero Team: | |
45 | +Icon Theme Author | |
46 | +------------------------- ------------ ------- | |
47 | +cancel-HC.gif Hi-Contrast Aurium | |
48 | +key-HC.gif Hi-Contrast Aurium | |
49 | +cancel-fat-HC.gif Hi-Contrast Aurium | |
50 | + | |
51 | + | |
44 | 52 | Licensing of GNOME themes |
45 | 53 | ========================= |
46 | 54 | ... | ... |
public/designs/icons/default/get-icon.sh
... | ... | @@ -32,4 +32,4 @@ svn add $PNG |
32 | 32 | LINE=$(printf "%-25s %-12s %s" $PNG $THEME $SECTION) |
33 | 33 | sed -i -e "s!### END OF ICONS LISTING ###!$LINE\n&!" README |
34 | 34 | |
35 | -echo ".button.$ICON { background-image: url($PNG); }" >> style.css | |
35 | +echo ".icon-$ICON { background-image: url($PNG); }" >> style.css | ... | ... |
public/designs/icons/default/style.css
1 | -.button.edit { background-image: url(gtk-edit.png); } | |
2 | -.button.home { background-image: url(gnome-home.png); } | |
3 | -.button.new { background-image: url(gtk-new.png); } | |
4 | -.button.close { background-image: url(cancel-HC.gif); } | |
5 | -.button.open { background-image: url(gtk-open.png); } | |
6 | -.button.cms { background-image: url(abiword_48.png) } | |
7 | -.button.save { background-image: url(gtk-save.png); } | |
8 | -.button.up { background-image: url(gtk-go-up.png); } | |
9 | -.button.cancel { background-image: url(cancel-HC.gif); } | |
10 | -.button.person { background-image: url(user_icon.png); } | |
11 | -.button.product { background-image: url(gnome-other.png); } | |
12 | -.button.delete { background-image: url(gtk-delete.png); } | |
13 | -.button.find { background-image: url(noosfero-find.png); } | |
14 | -.button.back { background-image: url(gtk-go-back-ltr.png); } | |
15 | -.button.next { background-image: url(gtk-media-next-ltr.png); } | |
16 | -.button.add { background-image: url(gtk-add.png); } | |
17 | -.button.up { background-image: url(gtk-go-up.png); } | |
18 | -.button.down { background-image: url(gtk-go-down.png); } | |
19 | -.button.search { background-image: url(gnome-search.png); } | |
20 | -.button.ok { background-image: url(gtk-ok.png); } | |
21 | -.button.login { background-image: url(key-HC.gif); } | |
1 | +.icon-edit { background-image: url(gtk-edit.png); } | |
2 | +.icon-home { background-image: url(gnome-home.png); } | |
3 | +.icon-new { background-image: url(gtk-new.png); } | |
4 | +.icon-close { background-image: url(cancel-HC.gif); } | |
5 | +.icon-open { background-image: url(gtk-open.png); } | |
6 | +.icon-cms { background-image: url(abiword_48.png) } | |
7 | +.icon-save { background-image: url(gtk-save.png); } | |
8 | +.icon-up { background-image: url(gtk-go-up.png); } | |
9 | +.icon-cancel { background-image: url(cancel-HC.gif); } | |
10 | +.icon-person { background-image: url(user_icon.png); } | |
11 | +.icon-product { background-image: url(gnome-other.png); } | |
12 | +.icon-delete { background-image: url(gtk-delete.png); } | |
13 | +.icon-find { background-image: url(noosfero-find.png); } | |
14 | +.icon-back { background-image: url(gtk-go-back-ltr.png); } | |
15 | +.icon-next { background-image: url(gtk-media-next-ltr.png); } | |
16 | +.icon-add { background-image: url(gtk-add.png); } | |
17 | +.icon-up { background-image: url(gtk-go-up.png); } | |
18 | +.icon-down { background-image: url(gtk-go-down.png); } | |
19 | +.icon-search { background-image: url(gnome-search.png); } | |
20 | +.icon-ok { background-image: url(gtk-ok.png); } | |
21 | +.icon-login { background-image: url(key-HC.gif); } | ... | ... |
public/images/icons-app/design-editor.png
public/images/icons-app/edit-profile.png
... | ... | @@ -0,0 +1,1256 @@ |
1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
2 | +<!-- Created with Inkscape (http://www.inkscape.org/) --> | |
3 | +<!-- | |
4 | +Created By Andrew Fitzsimon. | |
5 | +Much of this document has been manually cleaned and crafted in a text editor so that only the colour definitions and basic presentation related data remain in the XML. | |
6 | +Changes to this document may compromise the structure of this palette. | |
7 | +--> | |
8 | +<svg | |
9 | + xmlns:dc="http://purl.org/dc/elements/1.1/" | |
10 | + xmlns:cc="http://creativecommons.org/ns#" | |
11 | + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
12 | + xmlns:svg="http://www.w3.org/2000/svg" | |
13 | + xmlns="http://www.w3.org/2000/svg" | |
14 | + xmlns:xlink="http://www.w3.org/1999/xlink" | |
15 | + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
16 | + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |
17 | + sodipodi:docbase="/usr/share/icons/dlg-etiquette/scalable/apps" | |
18 | + sodipodi:docname="gnome-settings-background.svg" | |
19 | + inkscape:version="0.45+devel" | |
20 | + sodipodi:version="0.32" | |
21 | + id="Etiquette" | |
22 | + height="128" | |
23 | + width="128" | |
24 | + y="00" | |
25 | + x="00" | |
26 | + version="1.0" | |
27 | + inkscape:output_extension="org.inkscape.output.svg.inkscape"> | |
28 | + <metadata | |
29 | + id="About"> | |
30 | + <rdf:RDF> | |
31 | + <cc:Work | |
32 | + rdf:about=""> | |
33 | + <dc:format>image/svg+xml</dc:format> | |
34 | + <dc:type | |
35 | + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
36 | + <dc:creator> | |
37 | + <cc:Agent> | |
38 | + <dc:title>Andrew Fitzsimon</dc:title> | |
39 | + </cc:Agent> | |
40 | + </dc:creator> | |
41 | + <dc:date>2004-12-25</dc:date> | |
42 | + <dc:title>Etiquette Icon</dc:title> | |
43 | + <cc:license | |
44 | + rdf:resource="http://creativecommons.org/licenses/by/2.0/" /> | |
45 | + <dc:rights> | |
46 | + <cc:Agent> | |
47 | + <dc:title>Andrew Fitzsimon</dc:title> | |
48 | + </cc:Agent> | |
49 | + </dc:rights> | |
50 | + <dc:publisher> | |
51 | + <cc:Agent> | |
52 | + <dc:title></dc:title> | |
53 | + </cc:Agent> | |
54 | + </dc:publisher> | |
55 | + <dc:identifier></dc:identifier> | |
56 | + <dc:source></dc:source> | |
57 | + <dc:relation></dc:relation> | |
58 | + <dc:language></dc:language> | |
59 | + <dc:subject> | |
60 | + <rdf:Bag /> | |
61 | + </dc:subject> | |
62 | + <dc:coverage></dc:coverage> | |
63 | + <dc:description></dc:description> | |
64 | + <dc:contributor> | |
65 | + <cc:Agent> | |
66 | + <dc:title></dc:title> | |
67 | + </cc:Agent> | |
68 | + </dc:contributor> | |
69 | + </cc:Work> | |
70 | + <cc:License | |
71 | + rdf:about="http://creativecommons.org/licenses/by/2.0/"> | |
72 | + <cc:permits | |
73 | + rdf:resource="http://web.resource.org/cc/Reproduction" /> | |
74 | + <cc:permits | |
75 | + rdf:resource="http://web.resource.org/cc/Distribution" /> | |
76 | + <cc:requires | |
77 | + rdf:resource="http://web.resource.org/cc/Notice" /> | |
78 | + <cc:requires | |
79 | + rdf:resource="http://web.resource.org/cc/Attribution" /> | |
80 | + <cc:prohibits | |
81 | + rdf:resource="http://web.resource.org/cc/CommercialUse" /> | |
82 | + <cc:permits | |
83 | + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> | |
84 | + <cc:requires | |
85 | + rdf:resource="http://web.resource.org/cc/ShareAlike" /> | |
86 | + </cc:License> | |
87 | + </rdf:RDF> | |
88 | + </metadata> | |
89 | + <sodipodi:namedview | |
90 | + borderlayer="top" | |
91 | + inkscape:grid-bbox="false" | |
92 | + showborder="true" | |
93 | + gridtolerance="40pt" | |
94 | + inkscape:grid-points="false" | |
95 | + showgrid="false" | |
96 | + inkscape:current-layer="Etiquette" | |
97 | + inkscape:window-y="0" | |
98 | + inkscape:window-x="0" | |
99 | + inkscape:window-height="699" | |
100 | + inkscape:window-width="1024" | |
101 | + inkscape:cy="58.294597" | |
102 | + inkscape:cx="83.968714" | |
103 | + inkscape:zoom="2.8284271" | |
104 | + inkscape:pageshadow="0" | |
105 | + inkscape:pageopacity="0.0" | |
106 | + borderopacity="1.0" | |
107 | + bordercolor="#666666" | |
108 | + pagecolor="#ffffff" | |
109 | + id="base"> | |
110 | + <inkscape:grid | |
111 | + id="GridFromPre046Settings" | |
112 | + type="xygrid" | |
113 | + originx="0px" | |
114 | + originy="0.0000000pt" | |
115 | + spacingx="8.0000000pt" | |
116 | + spacingy="8.0000000pt" | |
117 | + color="#3f3fff" | |
118 | + empcolor="#3f3fff" | |
119 | + opacity="0.082352941" | |
120 | + empopacity="0.082352941" | |
121 | + empspacing="2" /> | |
122 | + </sodipodi:namedview> | |
123 | + <defs | |
124 | + id="Gradients"> | |
125 | + <inkscape:perspective | |
126 | + sodipodi:type="inkscape:persp3d" | |
127 | + id="perspective214" | |
128 | + inkscape:vp_x="-50 : 600 : 1" | |
129 | + inkscape:vp_y="0 : 1000 : 0" | |
130 | + inkscape:vp_z="700 : 600 : 1" | |
131 | + inkscape:persp3d-origin="300 : 400 : 1" /> | |
132 | + <linearGradient | |
133 | + id="linearGradient2341"> | |
134 | + <stop | |
135 | + id="stop2342" | |
136 | + offset="0.0000000" | |
137 | + style="stop-color:#ffffff;stop-opacity:0.15686275;" /> | |
138 | + <stop | |
139 | + id="stop2343" | |
140 | + offset="1.0000000" | |
141 | + style="stop-color:#ffffff;stop-opacity:1.0000000;" /> | |
142 | + </linearGradient> | |
143 | + <linearGradient | |
144 | + id="linearGradient2347"> | |
145 | + <stop | |
146 | + id="stop2348" | |
147 | + offset="0.0000000" | |
148 | + style="stop-color:#ffffff;stop-opacity:0.0000000;" /> | |
149 | + <stop | |
150 | + id="stop2349" | |
151 | + offset="1.0000000" | |
152 | + style="stop-color:#ffffff;stop-opacity:0.47058824;" /> | |
153 | + </linearGradient> | |
154 | + <linearGradient | |
155 | + y2="29.382998" | |
156 | + x2="89.696322" | |
157 | + y1="145.41280" | |
158 | + x1="89.696322" | |
159 | + gradientTransform="matrix(1.043391,0.000000,0.000000,0.718032,-4.655540,-8.616859)" | |
160 | + gradientUnits="userSpaceOnUse" | |
161 | + id="linearGradient3415" | |
162 | + xlink:href="#linearGradient2347" | |
163 | + inkscape:collect="always" /> | |
164 | + <linearGradient | |
165 | + id="linearGradient2372"> | |
166 | + <stop | |
167 | + id="stop2373" | |
168 | + offset="0.0000000" | |
169 | + style="stop-color:#000000;stop-opacity:0.47058824;" /> | |
170 | + <stop | |
171 | + id="stop2374" | |
172 | + offset="1.0000000" | |
173 | + style="stop-color:#000000;stop-opacity:0.0000000;" /> | |
174 | + </linearGradient> | |
175 | + <linearGradient | |
176 | + y2="226.49693" | |
177 | + x2="37.456448" | |
178 | + y1="219.55704" | |
179 | + x1="23.875151" | |
180 | + gradientTransform="matrix(2.138091,0.000000,0.000000,0.549583,0.000000,-17.43192)" | |
181 | + gradientUnits="userSpaceOnUse" | |
182 | + id="linearGradient3413" | |
183 | + xlink:href="#linearGradient2372" | |
184 | + inkscape:collect="always" /> | |
185 | + <linearGradient | |
186 | + id="linearGradient2363"> | |
187 | + <stop | |
188 | + id="stop2364" | |
189 | + offset="0.0000000" | |
190 | + style="stop-color:#ffffff;stop-opacity:0.0000000;" /> | |
191 | + <stop | |
192 | + id="stop2365" | |
193 | + offset="1.0000000" | |
194 | + style="stop-color:#ffffff;stop-opacity:1.0000000;" /> | |
195 | + </linearGradient> | |
196 | + <linearGradient | |
197 | + y2="801.04424" | |
198 | + x2="21.452467" | |
199 | + y1="801.04424" | |
200 | + x1="7.7594029" | |
201 | + gradientTransform="matrix(4.740851,0.000000,0.000000,0.158028,-4.655540,-8.616859)" | |
202 | + gradientUnits="userSpaceOnUse" | |
203 | + id="linearGradient3412" | |
204 | + xlink:href="#linearGradient2363" | |
205 | + inkscape:collect="always" /> | |
206 | + <linearGradient | |
207 | + id="linearGradient3057"> | |
208 | + <stop | |
209 | + id="stop3058" | |
210 | + offset="0.0000000" | |
211 | + style="stop-color:#000000;stop-opacity:0.19191919;" /> | |
212 | + <stop | |
213 | + id="stop3059" | |
214 | + offset="0.34210527" | |
215 | + style="stop-color:#000000;stop-opacity:0.14141414;" /> | |
216 | + <stop | |
217 | + id="stop3060" | |
218 | + offset="1.0000000" | |
219 | + style="stop-color:#ffffff;stop-opacity:0.0000000;" /> | |
220 | + </linearGradient> | |
221 | + <radialGradient | |
222 | + r="23.200878" | |
223 | + fy="409.64447" | |
224 | + fx="28.016165" | |
225 | + cy="415.83115" | |
226 | + cx="28.016157" | |
227 | + gradientTransform="scale(2.855494,0.350202)" | |
228 | + gradientUnits="userSpaceOnUse" | |
229 | + id="radialGradient3411" | |
230 | + xlink:href="#linearGradient3057" | |
231 | + inkscape:collect="always" /> | |
232 | + <linearGradient | |
233 | + id="TransparentWhite"> | |
234 | + <stop | |
235 | + id="stopwhitefull" | |
236 | + offset="0" | |
237 | + style="stop-color:#ffffff;stop-opacity:0;" /> | |
238 | + <stop | |
239 | + id="stopwhitetransparent" | |
240 | + offset="1" | |
241 | + style="stop-color:#ffffff;stop-opacity:1;" /> | |
242 | + </linearGradient> | |
243 | + <linearGradient | |
244 | + id="WhiteTransparent"> | |
245 | + <stop | |
246 | + id="stopWhiteFull" | |
247 | + offset="0" | |
248 | + style="stop-color:#ffffff;stop-opacity:1;" /> | |
249 | + <stop | |
250 | + id="stopWhiteTransparent" | |
251 | + offset="1" | |
252 | + style="stop-color:#ffffff;stop-opacity:0;" /> | |
253 | + </linearGradient> | |
254 | + <linearGradient | |
255 | + y2="232.27026" | |
256 | + x2="37.126789" | |
257 | + y1="173.60512" | |
258 | + x1="36.732960" | |
259 | + gradientTransform="matrix(1.762836,0.000000,0.000000,0.479861,5.635740,8.976863)" | |
260 | + gradientUnits="userSpaceOnUse" | |
261 | + id="linearGradient1297" | |
262 | + xlink:href="#linearGradient2341" | |
263 | + inkscape:collect="always" /> | |
264 | + <linearGradient | |
265 | + gradientUnits="userSpaceOnUse" | |
266 | + y2="42.414890" | |
267 | + x2="145.21112" | |
268 | + y1="48.322319" | |
269 | + x1="13.424465" | |
270 | + gradientTransform="scale(1.343102,0.744545)" | |
271 | + id="linearGradient1935" | |
272 | + xlink:href="#TransparentWhite" | |
273 | + inkscape:collect="always" /> | |
274 | + <linearGradient | |
275 | + gradientUnits="userSpaceOnUse" | |
276 | + y2="-56.903572" | |
277 | + x2="-17.924658" | |
278 | + y1="87.961166" | |
279 | + x1="70.459831" | |
280 | + gradientTransform="matrix(1.224554,0.000000,0.000000,0.845503,-1.357990,-0.914568)" | |
281 | + id="linearGradient1943" | |
282 | + xlink:href="#WhiteTransparent" | |
283 | + inkscape:collect="always" /> | |
284 | + <linearGradient | |
285 | + gradientUnits="userSpaceOnUse" | |
286 | + y2="114.96928" | |
287 | + x2="75.969444" | |
288 | + y1="67.614769" | |
289 | + x1="75.969444" | |
290 | + gradientTransform="matrix(1.138160,0.000000,0.000000,0.736843,3.949300,6.330589)" | |
291 | + id="linearGradient1954" | |
292 | + xlink:href="#TransparentWhite" | |
293 | + inkscape:collect="always" /> | |
294 | + <linearGradient | |
295 | + y2="16.618420" | |
296 | + x2="30.970743" | |
297 | + y1="30.109610" | |
298 | + x1="45.608681" | |
299 | + gradientTransform="scale(1.130960,0.884205)" | |
300 | + gradientUnits="userSpaceOnUse" | |
301 | + id="linearGradient1926" | |
302 | + xlink:href="#linearGradient2363" | |
303 | + inkscape:collect="always" /> | |
304 | + <linearGradient | |
305 | + gradientUnits="userSpaceOnUse" | |
306 | + y2="28.835091" | |
307 | + x2="60.090755" | |
308 | + y1="78.205666" | |
309 | + x1="97.112358" | |
310 | + gradientTransform="scale(1.133893,0.881917)" | |
311 | + id="linearGradient96" | |
312 | + xlink:href="#WhiteTransparent" | |
313 | + inkscape:collect="always" /> | |
314 | + <linearGradient | |
315 | + id="linearGradient1746"> | |
316 | + <stop | |
317 | + id="stop1748" | |
318 | + offset="0.0000000" | |
319 | + style="stop-color:#000000;stop-opacity:0.33928570;" /> | |
320 | + <stop | |
321 | + id="stop2126" | |
322 | + offset="1" | |
323 | + style="stop-color:#000000;stop-opacity:0;" /> | |
324 | + </linearGradient> | |
325 | + <linearGradient | |
326 | + id="linearGradient2088"> | |
327 | + <stop | |
328 | + id="stop2090" | |
329 | + offset="0" | |
330 | + style="stop-color:#ffffff;stop-opacity:1;" /> | |
331 | + <stop | |
332 | + id="stop2092" | |
333 | + offset="1.0000000" | |
334 | + style="stop-color:#ffffff;stop-opacity:0.23214285;" /> | |
335 | + </linearGradient> | |
336 | + <linearGradient | |
337 | + id="linearGradient2056"> | |
338 | + <stop | |
339 | + id="stop2058" | |
340 | + offset="0.0000000" | |
341 | + style="stop-color:#ffffff;stop-opacity:0.60714287;" /> | |
342 | + <stop | |
343 | + id="stop2060" | |
344 | + offset="1" | |
345 | + style="stop-color:#ffffff;stop-opacity:0;" /> | |
346 | + </linearGradient> | |
347 | + <linearGradient | |
348 | + gradientUnits="userSpaceOnUse" | |
349 | + y2="31.562263" | |
350 | + x2="14.713428" | |
351 | + y1="23.158110" | |
352 | + x1="14.649735" | |
353 | + gradientTransform="scale(3.218001,0.310752)" | |
354 | + id="linearGradient2062" | |
355 | + xlink:href="#linearGradient2056" | |
356 | + inkscape:collect="always" /> | |
357 | + <linearGradient | |
358 | + y2="31.562263" | |
359 | + x2="14.713428" | |
360 | + y1="23.158110" | |
361 | + x1="14.649735" | |
362 | + gradientTransform="matrix(3.218001,0.000000,0.000000,0.515643,0.000000,-3.626374)" | |
363 | + gradientUnits="userSpaceOnUse" | |
364 | + id="linearGradient2070" | |
365 | + xlink:href="#linearGradient2056" | |
366 | + inkscape:collect="always" /> | |
367 | + <linearGradient | |
368 | + gradientUnits="userSpaceOnUse" | |
369 | + y2="30.076118" | |
370 | + x2="27.710211" | |
371 | + y1="95.745522" | |
372 | + x1="52.975399" | |
373 | + gradientTransform="scale(1.252025,0.798706)" | |
374 | + id="linearGradient2094" | |
375 | + xlink:href="#linearGradient2088" | |
376 | + inkscape:collect="always" /> | |
377 | + <linearGradient | |
378 | + id="linearGradient1635"> | |
379 | + <stop | |
380 | + id="stop1637" | |
381 | + offset="0.0000000" | |
382 | + style="stop-color:#d6d6d6;stop-opacity:1.0000000;" /> | |
383 | + <stop | |
384 | + id="stop1639" | |
385 | + offset="0.25769231" | |
386 | + style="stop-color:#eaeaea;stop-opacity:1.0000000;" /> | |
387 | + <stop | |
388 | + id="stop1641" | |
389 | + offset="0.70594490" | |
390 | + style="stop-color:#919191;stop-opacity:1.0000000;" /> | |
391 | + <stop | |
392 | + id="stop1643" | |
393 | + offset="0.73347497" | |
394 | + style="stop-color:#d2d2d2;stop-opacity:1.0000000;" /> | |
395 | + <stop | |
396 | + id="stop1645" | |
397 | + offset="1.0000000" | |
398 | + style="stop-color:#a6a6a6;stop-opacity:1.0000000;" /> | |
399 | + </linearGradient> | |
400 | + <linearGradient | |
401 | + id="linearGradient6513"> | |
402 | + <stop | |
403 | + id="stop6514" | |
404 | + offset="0.00000000" | |
405 | + style="stop-color:#ffffff;stop-opacity:0.40206185;" /> | |
406 | + <stop | |
407 | + id="stop6515" | |
408 | + offset="1.0000000" | |
409 | + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> | |
410 | + </linearGradient> | |
411 | + <linearGradient | |
412 | + id="TransparentBlack"> | |
413 | + <stop | |
414 | + id="stopBlackTransparent1" | |
415 | + offset="0.0000000" | |
416 | + style="stop-color:#000000;stop-opacity:0.0000000;" /> | |
417 | + <stop | |
418 | + id="stopBlackFull1" | |
419 | + offset="1.0000000" | |
420 | + style="stop-color:#000000;stop-opacity:1.0000000;" /> | |
421 | + </linearGradient> | |
422 | + <linearGradient | |
423 | + id="linearGradient1851" | |
424 | + inkscape:collect="always"> | |
425 | + <stop | |
426 | + id="stop1852" | |
427 | + offset="0.0000000" | |
428 | + style="stop-color:#000000;stop-opacity:0.20000000;" /> | |
429 | + <stop | |
430 | + id="stop1854" | |
431 | + offset="0.50000000" | |
432 | + style="stop-color:#000000;stop-opacity:0.064516127;" /> | |
433 | + <stop | |
434 | + id="stop1853" | |
435 | + offset="1.0000000" | |
436 | + style="stop-color:#adadad;stop-opacity:0.0000000;" /> | |
437 | + </linearGradient> | |
438 | + <linearGradient | |
439 | + id="linearGradient1657"> | |
440 | + <stop | |
441 | + id="stop1659" | |
442 | + offset="0.0000000" | |
443 | + style="stop-color:#ffffff;stop-opacity:1.0000000;" /> | |
444 | + <stop | |
445 | + id="stop1661" | |
446 | + offset="1.0000000" | |
447 | + style="stop-color:#ffffff;stop-opacity:0.0000000;" /> | |
448 | + </linearGradient> | |
449 | + <linearGradient | |
450 | + id="MaterialSoftShadow"> | |
451 | + <stop | |
452 | + id="stop2619" | |
453 | + offset="0.00000000" | |
454 | + style="stop-color:#000000;stop-opacity:0.21176471;" /> | |
455 | + <stop | |
456 | + id="stop2621" | |
457 | + offset="0.50000000" | |
458 | + style="stop-color:#000000;stop-opacity:0.098159507;" /> | |
459 | + <stop | |
460 | + id="stop2620" | |
461 | + offset="1.0000000" | |
462 | + style="stop-color:#000000;stop-opacity:0.0000000;" /> | |
463 | + </linearGradient> | |
464 | + <linearGradient | |
465 | + id="linearGradient1737"> | |
466 | + <stop | |
467 | + style="stop-color:#ffffff;stop-opacity:1;" | |
468 | + offset="0" | |
469 | + id="stop1739" /> | |
470 | + <stop | |
471 | + style="stop-color:#ffffff;stop-opacity:0;" | |
472 | + offset="1" | |
473 | + id="stop1741" /> | |
474 | + </linearGradient> | |
475 | + <radialGradient | |
476 | + fy="0.47619048" | |
477 | + fx="0.38431373" | |
478 | + r="0.50000000" | |
479 | + cy="0.50000000" | |
480 | + cx="0.50000000" | |
481 | + id="radialGradient2541" | |
482 | + xlink:href="#linearGradient1918" /> | |
483 | + <linearGradient | |
484 | + y2="0.44891641" | |
485 | + x2="0.49189189" | |
486 | + y1="0.55727553" | |
487 | + x1="0.90810812" | |
488 | + id="linearGradient2324" | |
489 | + xlink:href="#linearGradient2122" /> | |
490 | + <linearGradient | |
491 | + gradientUnits="userSpaceOnUse" | |
492 | + gradientTransform="scale(0.954815,1.047323)" | |
493 | + y2="85.078455" | |
494 | + x2="77.333059" | |
495 | + y1="73.787122" | |
496 | + x1="65.040572" | |
497 | + id="linearGradient2316" | |
498 | + xlink:href="#linearGradient2317" /> | |
499 | + <linearGradient | |
500 | + y2="0.63281250" | |
501 | + x2="0.36453202" | |
502 | + y1="-0.50781250" | |
503 | + x1="-0.23645321" | |
504 | + id="linearGradient2315" | |
505 | + xlink:href="#linearGradient1513" /> | |
506 | + <linearGradient | |
507 | + y2="0.52127659" | |
508 | + x2="0.56078434" | |
509 | + y1="-0.84042555" | |
510 | + x1="0.37647060" | |
511 | + id="linearGradient2314" | |
512 | + xlink:href="#linearGradient1513" /> | |
513 | + <linearGradient | |
514 | + y2="0.36054420" | |
515 | + x2="0.59607846" | |
516 | + y1="-1.2448980" | |
517 | + x1="-0.0078431377" | |
518 | + id="linearGradient2313" | |
519 | + xlink:href="#linearGradient1513" /> | |
520 | + <linearGradient | |
521 | + y2="0.45070422" | |
522 | + x2="0.65490198" | |
523 | + y1="-0.58685446" | |
524 | + x1="0.45882353" | |
525 | + id="linearGradient2312" | |
526 | + xlink:href="#linearGradient1513" /> | |
527 | + <linearGradient | |
528 | + gradientUnits="userSpaceOnUse" | |
529 | + gradientTransform="scale(0.766629,1.304412)" | |
530 | + y2="66.275110" | |
531 | + x2="160.34494" | |
532 | + y1="35.074184" | |
533 | + x1="129.35206" | |
534 | + id="linearGradient2224" | |
535 | + xlink:href="#linearGradient1513" /> | |
536 | + <linearGradient | |
537 | + gradientUnits="userSpaceOnUse" | |
538 | + gradientTransform="scale(0.734347,1.361754)" | |
539 | + y2="63.402386" | |
540 | + x2="145.62119" | |
541 | + y1="39.833801" | |
542 | + x1="107.20571" | |
543 | + id="linearGradient2223" | |
544 | + xlink:href="#linearGradient1513" /> | |
545 | + <linearGradient | |
546 | + y2="0.55248618" | |
547 | + x2="0.58431375" | |
548 | + y1="-0.10497238" | |
549 | + x1="-0.10588235" | |
550 | + id="linearGradient2222" | |
551 | + xlink:href="#linearGradient1513" /> | |
552 | + <linearGradient | |
553 | + gradientUnits="userSpaceOnUse" | |
554 | + gradientTransform="scale(0.743874,1.344314)" | |
555 | + y2="51.007586" | |
556 | + x2="140.56078" | |
557 | + y1="57.899974" | |
558 | + x1="184.78476" | |
559 | + id="linearGradient2138" | |
560 | + xlink:href="#linearGradient2122" /> | |
561 | + <linearGradient | |
562 | + gradientUnits="userSpaceOnUse" | |
563 | + gradientTransform="scale(0.895098,1.117196)" | |
564 | + y2="32.055485" | |
565 | + x2="117.74989" | |
566 | + y1="21.871694" | |
567 | + x1="106.69141" | |
568 | + id="linearGradient2121" | |
569 | + xlink:href="#linearGradient1513" /> | |
570 | + <linearGradient | |
571 | + y2="0.45918366" | |
572 | + x2="0.70588237" | |
573 | + y1="0.040816326" | |
574 | + x1="0.74117649" | |
575 | + id="linearGradient2106" | |
576 | + xlink:href="#linearGradient1513" /> | |
577 | + <linearGradient | |
578 | + x1="0.71770334" | |
579 | + y1="0.14062500" | |
580 | + x2="0.45933014" | |
581 | + y2="0.47656250" | |
582 | + id="linearGradient2105" | |
583 | + xlink:href="#linearGradient1513" /> | |
584 | + <linearGradient | |
585 | + gradientUnits="userSpaceOnUse" | |
586 | + gradientTransform="scale(0.440755,2.268834)" | |
587 | + y2="38.776249" | |
588 | + x2="254.92361" | |
589 | + y1="37.053957" | |
590 | + x1="330.04103" | |
591 | + id="linearGradient1519" | |
592 | + xlink:href="#linearGradient1513" /> | |
593 | + <linearGradient | |
594 | + y2="0.76666665" | |
595 | + x2="0.78823531" | |
596 | + y1="-0.53947371" | |
597 | + x1="-0.0070921984" | |
598 | + id="linearGradient1518" | |
599 | + xlink:href="#linearGradient2122" /> | |
600 | + <linearGradient | |
601 | + gradientUnits="userSpaceOnUse" | |
602 | + gradientTransform="scale(1.130709,0.884401)" | |
603 | + y2="120.03208" | |
604 | + x2="88.504054" | |
605 | + y1="182.51334" | |
606 | + x1="78.190601" | |
607 | + id="linearGradient1516" | |
608 | + xlink:href="#linearGradient2122" /> | |
609 | + <linearGradient | |
610 | + gradientUnits="userSpaceOnUse" | |
611 | + gradientTransform="scale(0.794082,1.259316)" | |
612 | + y2="68.742536" | |
613 | + x2="142.08492" | |
614 | + y1="89.382623" | |
615 | + x1="182.22311" | |
616 | + id="linearGradient1512" | |
617 | + xlink:href="#linearGradient1918" /> | |
618 | + <pattern | |
619 | + id="pattern1489" | |
620 | + height="48.000000" | |
621 | + width="48.000000"> | |
622 | + <image | |
623 | + id="image1490" | |
624 | + height="48.000000" | |
625 | + width="48.000000" | |
626 | + sodipodi:absref="/usr/share/icons/hicolor/48x48/apps/gnome-graphics.png" | |
627 | + xlink:href="/usr/share/icons/hicolor/48x48/apps/gnome-graphics.png" /> | |
628 | + </pattern> | |
629 | + <linearGradient | |
630 | + id="linearGradient1509"> | |
631 | + <stop | |
632 | + id="stop1510" | |
633 | + offset="0" | |
634 | + style="stop-color:#000;stop-opacity:1;" /> | |
635 | + <stop | |
636 | + id="stop1511" | |
637 | + offset="1" | |
638 | + style="stop-color:#fff;stop-opacity:1;" /> | |
639 | + </linearGradient> | |
640 | + <linearGradient | |
641 | + id="linearGradient1513"> | |
642 | + <stop | |
643 | + id="stop1514" | |
644 | + offset="0.0000000" | |
645 | + style="stop-color:#ffffff;stop-opacity:1.0000000;" /> | |
646 | + <stop | |
647 | + id="stop1515" | |
648 | + offset="1.0000000" | |
649 | + style="stop-color:#ffffff;stop-opacity:0.0000000;" /> | |
650 | + </linearGradient> | |
651 | + <linearGradient | |
652 | + id="linearGradient2122"> | |
653 | + <stop | |
654 | + id="stop2123" | |
655 | + offset="0.0000000" | |
656 | + style="stop-color:#000000;stop-opacity:0.40784314;" /> | |
657 | + <stop | |
658 | + id="stop2124" | |
659 | + offset="1.0000000" | |
660 | + style="stop-color:#000000;stop-opacity:0.0000000;" /> | |
661 | + </linearGradient> | |
662 | + <linearGradient | |
663 | + id="linearGradient2317"> | |
664 | + <stop | |
665 | + id="stop2318" | |
666 | + offset="0.0000000" | |
667 | + style="stop-color:#d6d6d6;stop-opacity:1.0000000;" /> | |
668 | + <stop | |
669 | + id="stop2322" | |
670 | + offset="0.25769231" | |
671 | + style="stop-color:#eaeaea;stop-opacity:1.0000000;" /> | |
672 | + <stop | |
673 | + id="stop2320" | |
674 | + offset="0.70594490" | |
675 | + style="stop-color:#919191;stop-opacity:1.0000000;" /> | |
676 | + <stop | |
677 | + id="stop2321" | |
678 | + offset="0.73347497" | |
679 | + style="stop-color:#d2d2d2;stop-opacity:1.0000000;" /> | |
680 | + <stop | |
681 | + id="stop2319" | |
682 | + offset="1.0000000" | |
683 | + style="stop-color:#a6a6a6;stop-opacity:1.0000000;" /> | |
684 | + </linearGradient> | |
685 | + <radialGradient | |
686 | + fy="0.25000000" | |
687 | + fx="0.21951219" | |
688 | + r="0.50000000" | |
689 | + cy="0.50000000" | |
690 | + cx="0.50000000" | |
691 | + id="radialGradient1502" | |
692 | + xlink:href="#linearGradient1918" /> | |
693 | + <linearGradient | |
694 | + id="linearGradient1918"> | |
695 | + <stop | |
696 | + id="stop1919" | |
697 | + offset="0.0000000" | |
698 | + style="stop-color:#000000;stop-opacity:0.31638417;" /> | |
699 | + <stop | |
700 | + id="stop1920" | |
701 | + offset="0.50000000" | |
702 | + style="stop-color:#000000;stop-opacity:0.079096042;" /> | |
703 | + <stop | |
704 | + id="stop1921" | |
705 | + offset="1.0000000" | |
706 | + style="stop-color:#000000;stop-opacity:0.0000000;" /> | |
707 | + </linearGradient> | |
708 | + <linearGradient | |
709 | + id="linearGradient2581"> | |
710 | + <stop | |
711 | + style="stop-color:#ffffff;stop-opacity:0.40206185;" | |
712 | + offset="0.00000000" | |
713 | + id="stop2583" /> | |
714 | + <stop | |
715 | + style="stop-color:#ffffff;stop-opacity:0.00000000;" | |
716 | + offset="1.0000000" | |
717 | + id="stop2585" /> | |
718 | + </linearGradient> | |
719 | + <linearGradient | |
720 | + id="linearGradient2587"> | |
721 | + <stop | |
722 | + id="stop2589" | |
723 | + offset="0.00000000" | |
724 | + style="stop-color:#ffffff;stop-opacity:0.40206185;" /> | |
725 | + <stop | |
726 | + id="stop2591" | |
727 | + offset="1.0000000" | |
728 | + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> | |
729 | + </linearGradient> | |
730 | + <linearGradient | |
731 | + id="linearGradient2593"> | |
732 | + <stop | |
733 | + style="stop-color:#ffffff;stop-opacity:0.40206185;" | |
734 | + offset="0.00000000" | |
735 | + id="stop2595" /> | |
736 | + <stop | |
737 | + style="stop-color:#ffffff;stop-opacity:0.00000000;" | |
738 | + offset="1.0000000" | |
739 | + id="stop2597" /> | |
740 | + </linearGradient> | |
741 | + <linearGradient | |
742 | + id="linearGradient2599"> | |
743 | + <stop | |
744 | + id="stop2601" | |
745 | + offset="0.00000000" | |
746 | + style="stop-color:#ffffff;stop-opacity:0.40206185;" /> | |
747 | + <stop | |
748 | + id="stop2603" | |
749 | + offset="1.0000000" | |
750 | + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> | |
751 | + </linearGradient> | |
752 | + <linearGradient | |
753 | + id="linearGradient2605"> | |
754 | + <stop | |
755 | + style="stop-color:#ffffff;stop-opacity:0.40206185;" | |
756 | + offset="0.00000000" | |
757 | + id="stop2607" /> | |
758 | + <stop | |
759 | + style="stop-color:#ffffff;stop-opacity:0.00000000;" | |
760 | + offset="1.0000000" | |
761 | + id="stop2609" /> | |
762 | + </linearGradient> | |
763 | + <linearGradient | |
764 | + id="linearGradient2611"> | |
765 | + <stop | |
766 | + id="stop2613" | |
767 | + offset="0" | |
768 | + style="stop-color:#ffffff;stop-opacity:1;" /> | |
769 | + <stop | |
770 | + id="stop2615" | |
771 | + offset="1" | |
772 | + style="stop-color:#ffffff;stop-opacity:0;" /> | |
773 | + </linearGradient> | |
774 | + <linearGradient | |
775 | + id="linearGradient2617"> | |
776 | + <stop | |
777 | + style="stop-color:#ffffff;stop-opacity:1;" | |
778 | + offset="0" | |
779 | + id="stop2622" /> | |
780 | + <stop | |
781 | + style="stop-color:#ffffff;stop-opacity:0;" | |
782 | + offset="1" | |
783 | + id="stop2624" /> | |
784 | + </linearGradient> | |
785 | + <linearGradient | |
786 | + id="linearGradient2626"> | |
787 | + <stop | |
788 | + id="stop2628" | |
789 | + offset="0" | |
790 | + style="stop-color:#ffffff;stop-opacity:1;" /> | |
791 | + <stop | |
792 | + id="stop2630" | |
793 | + offset="1" | |
794 | + style="stop-color:#ffffff;stop-opacity:0;" /> | |
795 | + </linearGradient> | |
796 | + <linearGradient | |
797 | + id="linearGradient2632"> | |
798 | + <stop | |
799 | + style="stop-color:#ffffff;stop-opacity:1;" | |
800 | + offset="0" | |
801 | + id="stop2634" /> | |
802 | + <stop | |
803 | + style="stop-color:#ffffff;stop-opacity:0;" | |
804 | + offset="1" | |
805 | + id="stop2636" /> | |
806 | + </linearGradient> | |
807 | + <linearGradient | |
808 | + id="linearGradient2638"> | |
809 | + <stop | |
810 | + id="stop2640" | |
811 | + offset="0" | |
812 | + style="stop-color:#ffffff;stop-opacity:1;" /> | |
813 | + <stop | |
814 | + id="stop2642" | |
815 | + offset="1" | |
816 | + style="stop-color:#ffffff;stop-opacity:0;" /> | |
817 | + </linearGradient> | |
818 | + <linearGradient | |
819 | + id="linearGradient2644"> | |
820 | + <stop | |
821 | + style="stop-color:#ffffff;stop-opacity:1;" | |
822 | + offset="0" | |
823 | + id="stop2646" /> | |
824 | + <stop | |
825 | + style="stop-color:#ffffff;stop-opacity:0;" | |
826 | + offset="1" | |
827 | + id="stop2648" /> | |
828 | + </linearGradient> | |
829 | + <linearGradient | |
830 | + id="linearGradient2650"> | |
831 | + <stop | |
832 | + style="stop-color:#000000;stop-opacity:0.0000000;" | |
833 | + offset="0.0000000" | |
834 | + id="stop2652" /> | |
835 | + <stop | |
836 | + style="stop-color:#000000;stop-opacity:1.0000000;" | |
837 | + offset="1.0000000" | |
838 | + id="stop2654" /> | |
839 | + </linearGradient> | |
840 | + <linearGradient | |
841 | + id="linearGradient2656"> | |
842 | + <stop | |
843 | + id="stop2658" | |
844 | + offset="0.0000000" | |
845 | + style="stop-color:#000000;stop-opacity:0.0000000;" /> | |
846 | + <stop | |
847 | + id="stop2660" | |
848 | + offset="1.0000000" | |
849 | + style="stop-color:#000000;stop-opacity:1.0000000;" /> | |
850 | + </linearGradient> | |
851 | + <linearGradient | |
852 | + id="linearGradient2662"> | |
853 | + <stop | |
854 | + style="stop-color:#000000;stop-opacity:0.0000000;" | |
855 | + offset="0.0000000" | |
856 | + id="stop2664" /> | |
857 | + <stop | |
858 | + style="stop-color:#000000;stop-opacity:1.0000000;" | |
859 | + offset="1.0000000" | |
860 | + id="stop2666" /> | |
861 | + </linearGradient> | |
862 | + <linearGradient | |
863 | + id="linearGradient2668"> | |
864 | + <stop | |
865 | + id="stop2670" | |
866 | + offset="0.0000000" | |
867 | + style="stop-color:#000000;stop-opacity:0.0000000;" /> | |
868 | + <stop | |
869 | + id="stop2672" | |
870 | + offset="1.0000000" | |
871 | + style="stop-color:#000000;stop-opacity:1.0000000;" /> | |
872 | + </linearGradient> | |
873 | + <linearGradient | |
874 | + id="linearGradient2674"> | |
875 | + <stop | |
876 | + style="stop-color:#000000;stop-opacity:0.0000000;" | |
877 | + offset="0.0000000" | |
878 | + id="stop2676" /> | |
879 | + <stop | |
880 | + style="stop-color:#000000;stop-opacity:1.0000000;" | |
881 | + offset="1.0000000" | |
882 | + id="stop2678" /> | |
883 | + </linearGradient> | |
884 | + <radialGradient | |
885 | + r="125.20509" | |
886 | + fy="598.36652" | |
887 | + fx="-289.09140" | |
888 | + cy="598.36652" | |
889 | + cx="-289.09140" | |
890 | + gradientUnits="userSpaceOnUse" | |
891 | + id="radialGradient1869" | |
892 | + xlink:href="#MaterialSoftShadow" | |
893 | + inkscape:collect="always" /> | |
894 | + <radialGradient | |
895 | + r="125.20509" | |
896 | + fy="598.36652" | |
897 | + fx="-289.09140" | |
898 | + cy="598.36652" | |
899 | + cx="-289.09140" | |
900 | + gradientUnits="userSpaceOnUse" | |
901 | + id="radialGradient1871" | |
902 | + xlink:href="#MaterialSoftShadow" | |
903 | + inkscape:collect="always" /> | |
904 | + <radialGradient | |
905 | + r="125.20509" | |
906 | + fy="572.00755" | |
907 | + fx="-197.27433" | |
908 | + cy="598.36652" | |
909 | + cx="-289.09140" | |
910 | + gradientUnits="userSpaceOnUse" | |
911 | + id="radialGradient1877" | |
912 | + xlink:href="#linearGradient1851" | |
913 | + inkscape:collect="always" /> | |
914 | + <radialGradient | |
915 | + r="125.20509" | |
916 | + fy="598.36652" | |
917 | + fx="-289.09140" | |
918 | + cy="598.36652" | |
919 | + cx="-289.09140" | |
920 | + gradientUnits="userSpaceOnUse" | |
921 | + id="radialGradient1887" | |
922 | + xlink:href="#MaterialSoftShadow" | |
923 | + inkscape:collect="always" /> | |
924 | + <radialGradient | |
925 | + r="138.81285" | |
926 | + fy="524.02599" | |
927 | + fx="-292.94386" | |
928 | + cy="598.36652" | |
929 | + cx="-289.09140" | |
930 | + gradientUnits="userSpaceOnUse" | |
931 | + id="radialGradient1889" | |
932 | + xlink:href="#MaterialSoftShadow" | |
933 | + inkscape:collect="always" /> | |
934 | + <linearGradient | |
935 | + y2="106.32651" | |
936 | + x2="34.516847" | |
937 | + y1="54.373358" | |
938 | + x1="34.516847" | |
939 | + gradientTransform="scale(1.53393,0.65192)" | |
940 | + gradientUnits="userSpaceOnUse" | |
941 | + id="linearGradient1891" | |
942 | + xlink:href="#linearGradient1513" | |
943 | + inkscape:collect="always" /> | |
944 | + <radialGradient | |
945 | + r="125.20509" | |
946 | + fy="598.36652" | |
947 | + fx="-289.09140" | |
948 | + cy="598.36652" | |
949 | + cx="-289.09140" | |
950 | + gradientUnits="userSpaceOnUse" | |
951 | + id="radialGradient1893" | |
952 | + xlink:href="#MaterialSoftShadow" | |
953 | + inkscape:collect="always" /> | |
954 | + <radialGradient | |
955 | + r="138.81285" | |
956 | + fy="524.02599" | |
957 | + fx="-292.94386" | |
958 | + cy="598.36652" | |
959 | + cx="-289.09140" | |
960 | + gradientUnits="userSpaceOnUse" | |
961 | + id="radialGradient1895" | |
962 | + xlink:href="#MaterialSoftShadow" | |
963 | + inkscape:collect="always" /> | |
964 | + <linearGradient | |
965 | + y2="111.29332" | |
966 | + x2="33.879864" | |
967 | + y1="84.935381" | |
968 | + x1="33.879864" | |
969 | + gradientTransform="scale(1.53393,0.65192)" | |
970 | + gradientUnits="userSpaceOnUse" | |
971 | + id="linearGradient1897" | |
972 | + xlink:href="#linearGradient1513" | |
973 | + inkscape:collect="always" /> | |
974 | + <linearGradient | |
975 | + y2="99.925692" | |
976 | + x2="26.931140" | |
977 | + y1="183.17860" | |
978 | + x1="26.931140" | |
979 | + gradientTransform="scale(1.53393,0.65192)" | |
980 | + gradientUnits="userSpaceOnUse" | |
981 | + id="linearGradient1899" | |
982 | + xlink:href="#linearGradient1513" | |
983 | + inkscape:collect="always" /> | |
984 | + <linearGradient | |
985 | + y2="-218.34981" | |
986 | + x2="-128.05109" | |
987 | + y1="-231.27423" | |
988 | + x1="-134.34819" | |
989 | + gradientTransform="matrix(1.046520,0.000000,0.000000,0.536895,169.7124,227.8466)" | |
990 | + gradientUnits="userSpaceOnUse" | |
991 | + id="linearGradient1911" | |
992 | + xlink:href="#linearGradient2644" | |
993 | + inkscape:collect="always" /> | |
994 | + <linearGradient | |
995 | + y2="-195.97635" | |
996 | + x2="-124.31697" | |
997 | + y1="-211.27969" | |
998 | + x1="-140.97718" | |
999 | + gradientTransform="matrix(0.786672,0.000000,0.000000,0.714238,169.7124,227.8466)" | |
1000 | + gradientUnits="userSpaceOnUse" | |
1001 | + id="linearGradient1914" | |
1002 | + xlink:href="#linearGradient2317" | |
1003 | + inkscape:collect="always" /> | |
1004 | + <linearGradient | |
1005 | + y2="-237.69357" | |
1006 | + x2="-104.75596" | |
1007 | + y1="-244.09209" | |
1008 | + x1="-111.29452" | |
1009 | + gradientTransform="matrix(0.740975,0.000000,0.000000,0.758284,169.7124,227.8466)" | |
1010 | + gradientUnits="userSpaceOnUse" | |
1011 | + id="linearGradient1917" | |
1012 | + xlink:href="#linearGradient2605" | |
1013 | + inkscape:collect="always" /> | |
1014 | + <linearGradient | |
1015 | + y2="-188.15305" | |
1016 | + x2="-122.03883" | |
1017 | + y1="-212.42406" | |
1018 | + x1="-148.68938" | |
1019 | + gradientTransform="matrix(0.932893,0.000000,0.000000,0.602289,169.7124,227.8466)" | |
1020 | + gradientUnits="userSpaceOnUse" | |
1021 | + id="linearGradient1920" | |
1022 | + xlink:href="#linearGradient2674" | |
1023 | + inkscape:collect="always" /> | |
1024 | + <filter | |
1025 | + inkscape:collect="always" | |
1026 | + id="filter3164"> | |
1027 | + <feGaussianBlur | |
1028 | + inkscape:collect="always" | |
1029 | + stdDeviation="2.4761512" | |
1030 | + id="feGaussianBlur3166" /> | |
1031 | + </filter> | |
1032 | + </defs> | |
1033 | + <g | |
1034 | + id="g1439"> | |
1035 | + <path | |
1036 | + sodipodi:type="arc" | |
1037 | + style="fill:url(#radialGradient3411);fill-opacity:1.0000000;stroke:none;stroke-width:3.7500000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" | |
1038 | + id="path3396" | |
1039 | + sodipodi:cx="80.000000" | |
1040 | + sodipodi:cy="145.62500" | |
1041 | + sodipodi:rx="66.250000" | |
1042 | + sodipodi:ry="8.1250000" | |
1043 | + d="M 146.25000 145.62500 A 66.250000 8.1250000 0 1 1 13.750000,145.62500 A 66.250000 8.1250000 0 1 1 146.25000 145.62500 z" | |
1044 | + transform="matrix(0.968712,0.000000,0.000000,1.253843,-13.31977,-62.77843)" /> | |
1045 | + <path | |
1046 | + style="fill:url(#linearGradient3412);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" | |
1047 | + d="M 32.130630,116.88891 L 32.130630,119.05280 L 97.047400,119.05280 L 97.047400,116.88891 L 32.130630,116.88891 z " | |
1048 | + id="path3397" | |
1049 | + sodipodi:nodetypes="ccccc" /> | |
1050 | + <path | |
1051 | + style="fill:#666666;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:2.1250000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" | |
1052 | + d="M 47.277878,99.577770 L 47.277878,108.23334 C 47.277878,114.04862 32.130630,111.07362 32.130630,116.88891 L 32.130630,119.05280 L 97.047400,119.05280 L 97.047400,116.88891 C 97.047400,111.07362 81.900160,114.04862 81.900160,108.23334 L 81.900160,99.577770 L 47.277878,99.577770 z " | |
1053 | + id="path3398" | |
1054 | + sodipodi:nodetypes="czzcczzcc" /> | |
1055 | + <path | |
1056 | + style="fill:url(#linearGradient1297);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" | |
1057 | + d="M 48.673996,101.50933 L 48.673996,109.55250 C 48.673996,114.95634 34.885072,112.19182 34.885072,117.59567 L 93.980460,117.59567 C 93.980460,112.19182 80.191540,114.95634 80.191540,109.55250 L 80.191540,101.50933 L 48.673996,101.50933 z " | |
1058 | + id="path3410" | |
1059 | + sodipodi:nodetypes="czzzzcc" /> | |
1060 | + <path | |
1061 | + style="opacity:0.67924529;fill:url(#linearGradient3413);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" | |
1062 | + d="M 47.277878,99.577770 L 47.277878,108.47722 C 54.851501,102.12047 73.244588,102.12047 81.900160,105.93452 L 81.900160,99.577770 L 47.277878,99.577770 z " | |
1063 | + id="path3399" | |
1064 | + sodipodi:nodetypes="ccccc" /> | |
1065 | + <path | |
1066 | + style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.86555700pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" | |
1067 | + d="M 79.465778,97.402630 C 68.934832,97.402630 58.403894,97.402630 47.872948,97.402630 C 47.664608,100.40082 48.289532,106.31052 47.565727,109.22129 C 46.698941,112.01594 43.211707,112.06967 40.850000,112.89047 C 38.397626,113.60475 35.641978,114.01545 33.530651,115.43479 C 32.247887,116.59797 32.986259,117.24701 34.671447,117.08086 L 96.452340,116.80549 C 96.886520,114.26608 94.642330,114.10828 92.303350,113.92746 C 89.247870,113.09080 85.996550,112.47511 83.158170,111.13478 C 80.386190,109.37266 81.563940,105.68900 81.299120,102.95976 C 81.278200,102.23322 81.385590,98.598860 81.215360,98.000050 C 81.045110,97.401245 80.597230,97.067780 79.465778,97.402630 z " | |
1068 | + id="path3400" | |
1069 | + sodipodi:nodetypes="ccccccccccsc" /> | |
1070 | + <path | |
1071 | + style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.86555700pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.18421049" | |
1072 | + d="M 15.901436,16.267905 L 113.27660,16.267905 L 113.27660,82.266626 L 15.901436,82.266626 L 15.901436,16.267905 z " | |
1073 | + id="path3401" | |
1074 | + sodipodi:nodetypes="ccccc" /> | |
1075 | + <path | |
1076 | + style="fill:#dadada;fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:3.75000000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | |
1077 | + d="M 4.0000280,8.6942810 C 4.0000280,6.6541430 6.2876770,4.3664958 8.3278130,4.3664958 L 120.85022,4.3664958 C 122.89036,4.3664958 125.17801,6.6541430 125.17801,8.6942810 L 125.17801,95.249981 C 125.17801,97.290116 122.89036,99.577770 120.85022,99.577770 L 8.3278130,99.577770 C 6.2876770,99.577770 4.0000280,97.290116 4.0000280,95.249981 L 4.0000280,8.6942810 z " | |
1078 | + id="path3402" | |
1079 | + sodipodi:nodetypes="czzzzzzzz" /> | |
1080 | + <path | |
1081 | + style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:2.4243219;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.74074072" | |
1082 | + d="M 16.088383,16.379615 L 113.08966,16.379615 L 113.08966,82.154915 L 16.088383,82.154915 L 16.088383,16.379615 z " | |
1083 | + id="path3406" | |
1084 | + sodipodi:nodetypes="ccccc" /> | |
1085 | + <path | |
1086 | + style="fill:url(#linearGradient3415);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.86555700pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.33552632" | |
1087 | + d="M 14.819490,15.185958 L 114.35855,15.185958 L 114.35855,83.348572 L 14.819490,83.348572 L 14.819490,15.185958 z " | |
1088 | + id="path3403" | |
1089 | + sodipodi:nodetypes="ccccc" /> | |
1090 | + <path | |
1091 | + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:url(#linearGradient1926);stroke-width:2.1499896;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" | |
1092 | + d="M 6.5392990,11.122329 C 6.5392990,7.8973443 7.6142940,6.8223501 10.839278,6.8223501 L 118.33875,6.8223501 C 121.56374,6.8223501 122.63874,7.8973443 122.63874,11.122329 L 122.63874,92.821932 C 122.63874,96.046917 121.56374,97.121911 118.33875,97.121911 L 10.839278,97.121911 C 7.6142940,97.121911 6.5392990,96.046917 6.5392990,92.821932 L 6.5392990,11.122329 z " | |
1093 | + id="path1925" | |
1094 | + sodipodi:nodetypes="czzzzzzzz" /> | |
1095 | + <path | |
1096 | + style="fill:#0066af;fill-opacity:0.83552629;fill-rule:evenodd;stroke:none;stroke-width:0.86555700pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" | |
1097 | + d="M 12.319490,15.185958 L 111.85855,15.185958 L 111.85855,83.348572 L 12.319490,83.348572 L 12.319490,15.185958 z " | |
1098 | + id="path3405" | |
1099 | + sodipodi:nodetypes="ccccc" /> | |
1100 | + <path | |
1101 | + style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient1943);stroke-width:2.4485693;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" | |
1102 | + d="M 13.238904,13.845834 L 115.58558,13.845834 L 115.58558,84.511919 L 13.238904,84.511919 L 13.238904,13.845834 z " | |
1103 | + id="path3407" | |
1104 | + sodipodi:nodetypes="ccccc" /> | |
1105 | + <path | |
1106 | + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:url(#linearGradient96);stroke-width:2.1499896;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" | |
1107 | + d="M 6.5392990,11.122329 C 6.5392990,7.8973443 7.6142940,6.8223501 10.839278,6.8223501 L 118.33875,6.8223501 C 121.56374,6.8223501 122.63874,7.8973443 122.63874,11.122329 L 122.63874,92.821932 C 122.63874,96.046917 121.56374,97.121911 118.33875,97.121911 L 10.839278,97.121911 C 7.6142940,97.121911 6.5392990,96.046917 6.5392990,92.821932 L 6.5392990,11.122329 z " | |
1108 | + id="path3408" | |
1109 | + sodipodi:nodetypes="czzzzzzzz" /> | |
1110 | + <path | |
1111 | + style="fill:url(#linearGradient1935);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" | |
1112 | + d="M 14.819490,15.185958 L 114.35855,15.185958 L 114.35855,30.333206 C 68.916803,31.415152 35.376469,50.890185 15.901436,70.365217 L 14.819490,15.185958 z " | |
1113 | + id="path3409" | |
1114 | + sodipodi:nodetypes="ccccc" /> | |
1115 | + <path | |
1116 | + style="opacity:0.51479292;fill:url(#linearGradient1954);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" | |
1117 | + d="M 18.465230,21.348956 L 41.402127,21.348956 L 87.275920,21.348956 L 110.21282,21.348956 L 110.21282,36.198276 L 110.21282,65.896914 L 110.21282,80.746234 L 87.275920,80.746234 L 41.402127,80.746234 L 18.465230,80.746234 L 18.465230,65.896914 L 18.465230,36.198276 L 18.465230,21.348956 z " | |
1118 | + id="path1946" | |
1119 | + sodipodi:nodetypes="ccccccccccccc" /> | |
1120 | + <path | |
1121 | + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:3.7500000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" | |
1122 | + d="M 104.30192,50.021103 L 31.961181,12.420897 C 28.412778,10.576560 26.463347,11.260561 26.987715,13.136367 C 27.512084,15.012174 40.597553,36.470574 40.484467,50.220762 C 40.371384,63.970952 26.694401,91.600104 26.222268,93.460595 C 25.750130,95.321091 27.436179,95.764833 31.556811,93.627159 L 104.25345,55.914042 C 108.12416,53.906021 108.26582,52.081399 104.30192,50.021103 z " | |
1123 | + id="path2493" | |
1124 | + sodipodi:nodetypes="czzzzzzz" /> | |
1125 | + <path | |
1126 | + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.2500000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" | |
1127 | + d="M 104.30192,50.021103 L 31.961181,12.420897 C 28.412778,10.576560 26.463347,11.260561 26.987715,13.136367 C 27.512084,15.012174 40.597553,36.470574 40.484467,50.220762 C 40.371384,63.970952 26.694401,91.600104 26.222268,93.460595 C 25.750130,95.321091 27.436179,95.764833 31.556811,93.627159 L 104.25345,55.914042 C 108.12416,53.906021 108.26582,52.081399 104.30192,50.021103 z " | |
1128 | + id="path2496" | |
1129 | + sodipodi:nodetypes="czzzzzzz" /> | |
1130 | + </g> | |
1131 | + <path | |
1132 | + transform="matrix(-0.207735,0.000000,0.000000,4.310002e-2,-12.21565,55.80391)" | |
1133 | + d="M -163.88631 598.36652 A 125.20509 125.20509 0 1 1 -414.29649,598.36652 A 125.20509 125.20509 0 1 1 -163.88631 598.36652 z" | |
1134 | + sodipodi:ry="125.20509" | |
1135 | + sodipodi:rx="125.20509" | |
1136 | + sodipodi:cy="598.36652" | |
1137 | + sodipodi:cx="-289.09140" | |
1138 | + id="path3162" | |
1139 | + style="fill:url(#radialGradient1869);fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" | |
1140 | + sodipodi:type="arc" /> | |
1141 | + <path | |
1142 | + transform="matrix(-0.427298,2.515941e-2,3.353099e-3,5.881956e-2,-53.34530,84.56961)" | |
1143 | + d="M -163.88631 598.36652 A 125.20509 125.20509 0 1 1 -414.29649,598.36652 A 125.20509 125.20509 0 1 1 -163.88631 598.36652 z" | |
1144 | + sodipodi:ry="125.20509" | |
1145 | + sodipodi:rx="125.20509" | |
1146 | + sodipodi:cy="598.36652" | |
1147 | + sodipodi:cx="-289.09140" | |
1148 | + id="path3169" | |
1149 | + style="fill:url(#radialGradient1877);fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" | |
1150 | + sodipodi:type="arc" /> | |
1151 | + <path | |
1152 | + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.03233743000000011;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3164)" | |
1153 | + d="M 108.80455,24.40625 C 97.95311,25.09458 91.428073,35.638466 84.148288,42.40625 C 67.829788,61.131931 52.296153,80.852758 40.304538,102.6875 C 41.921508,106.44071 20.190816,114.22462 25.406584,118.35423 C 27.229909,119.79786 48.229029,120.31687 53.224944,119.31712 C 58.181911,118.32517 55.802923,107.37063 56.710788,106.13112 C 81.383285,86.943408 104.2441,60.896232 115.6483,31.375 C 117.05881,26.830003 113.20223,23.699442 108.80455,24.40625 z" | |
1154 | + id="path3148" | |
1155 | + sodipodi:nodetypes="cccssccc" /> | |
1156 | + <path | |
1157 | + sodipodi:nodetypes="czzcc" | |
1158 | + id="path3170" | |
1159 | + d="M 40.831959,100.69930 C 51.845576,79.104837 92.468123,26.644846 104.42233,23.965750 C 116.17089,21.332745 115.31469,27.960082 112.52959,33.220560 C 109.69795,38.568904 98.543343,69.093867 51.155098,104.13209 C 43.662851,106.57694 40.831959,100.69930 40.831959,100.69930 z " | |
1160 | + style="fill:#c85e1b;fill-opacity:1;fill-rule:evenodd;stroke:#7a3600;stroke-width:3.03233739999999985;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | |
1161 | + <path | |
1162 | + sodipodi:nodetypes="cccc" | |
1163 | + id="path3171" | |
1164 | + d="M 16.575030,119.04287 C 16.575030,119.04287 54.982333,126.83339 54.898428,108.27406 C 54.814540,89.714725 41.838101,98.744220 35.734719,99.205649 C 27.173062,99.530777 20.032718,107.59862 16.575030,119.04287 z " | |
1165 | + style="fill:#816647;fill-opacity:1.0000000;fill-rule:evenodd;stroke-width:0.25000000" /> | |
1166 | + <path | |
1167 | + sodipodi:nodetypes="cccc" | |
1168 | + id="path3172" | |
1169 | + d="M 16.575030,119.04287 C 16.575030,119.04287 54.982333,126.83339 54.898428,108.27406 C 54.814540,89.714725 41.838101,98.744220 35.734719,99.205649 C 27.173062,99.530777 20.032718,107.59862 16.575030,119.04287 z " | |
1170 | + style="fill:url(#linearGradient1920);fill-opacity:1;fill-rule:evenodd;stroke:#282314;stroke-width:1.92936740000000007;stroke-miterlimit:4;stroke-opacity:1" /> | |
1171 | + <path | |
1172 | + sodipodi:nodetypes="czccc" | |
1173 | + id="path3173" | |
1174 | + d="M 62.689959,71.455149 C 69.567814,62.784254 95.684730,30.410961 103.58435,26.905745 C 111.31097,23.477301 112.59371,26.020289 111.81724,28.609915 C 111.04077,31.199542 76.644067,77.278963 71.598072,75.681811 C 66.552068,74.084659 62.943719,73.703290 62.689959,71.455149 z " | |
1175 | + style="fill:url(#linearGradient1917);fill-opacity:1.0000000;fill-rule:evenodd;stroke-width:0.12500000" /> | |
1176 | + <path | |
1177 | + sodipodi:nodetypes="ccccc" | |
1178 | + id="path3174" | |
1179 | + d="M 40.967196,97.557474 L 60.484834,70.042760 C 64.056414,75.288678 80.648302,78.514324 78.573635,81.054732 C 76.498976,83.595122 56.958947,103.22407 54.450270,104.14713 C 51.941575,105.07020 39.857520,98.558119 40.967196,97.557474 z " | |
1180 | + style="fill:url(#linearGradient1914);fill-rule:evenodd;stroke:#555753;stroke-width:2.70032950000000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | |
1181 | + <path | |
1182 | + sodipodi:nodetypes="cccc" | |
1183 | + id="path3175" | |
1184 | + d="M 19.173420,115.78526 C 19.173420,115.78526 24.721198,100.36181 37.860206,101.62367 C 47.765936,102.43959 47.087534,105.06826 47.087534,105.06826 C 47.087534,105.06826 36.805165,117.02962 19.173420,115.78526 z " | |
1185 | + style="opacity:0.40223464;fill:url(#linearGradient1911);fill-opacity:1.0000000;fill-rule:evenodd;stroke-width:1.0000000pt" /> | |
1186 | + <path | |
1187 | + transform="matrix(-0.272670,0.000000,0.000000,5.657265e-2,8.889422,84.53525)" | |
1188 | + d="M -163.88631 598.36652 A 125.20509 125.20509 0 1 1 -414.29649,598.36652 A 125.20509 125.20509 0 1 1 -163.88631 598.36652 z" | |
1189 | + sodipodi:ry="125.20509" | |
1190 | + sodipodi:rx="125.20509" | |
1191 | + sodipodi:cy="598.36652" | |
1192 | + sodipodi:cx="-289.09140" | |
1193 | + id="path3176" | |
1194 | + style="fill:url(#radialGradient1887);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" | |
1195 | + sodipodi:type="arc" /> | |
1196 | + <path | |
1197 | + transform="matrix(-0.213180,0.000000,0.000000,7.994450e-2,26.08795,68.68821)" | |
1198 | + d="M -163.88631 598.36652 A 125.20509 125.20509 0 1 1 -414.29649,598.36652 A 125.20509 125.20509 0 1 1 -163.88631 598.36652 z" | |
1199 | + sodipodi:ry="125.20509" | |
1200 | + sodipodi:rx="125.20509" | |
1201 | + sodipodi:cy="598.36652" | |
1202 | + sodipodi:cx="-289.09140" | |
1203 | + id="path3177" | |
1204 | + style="fill:url(#radialGradient1889);fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" | |
1205 | + sodipodi:type="arc" /> | |
1206 | + <path | |
1207 | + sodipodi:nodetypes="ccccc" | |
1208 | + id="path3178" | |
1209 | + d="M 116.01101,110.13963 C 116.01101,117.62875 104.28848,119.45050 89.844669,119.45050 C 75.400845,119.45050 63.678324,117.62875 63.678324,110.13963 C 63.678324,102.65051 75.400845,96.572376 89.844669,96.572376 C 104.28848,96.572376 116.01101,102.65051 116.01101,110.13963 z " | |
1210 | + style="fill:#da1b00;fill-opacity:1;fill-rule:evenodd;stroke:#5c0000;stroke-width:2.58966040000000008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | |
1211 | + <path | |
1212 | + transform="matrix(0.544017,0,0,0.745052,65.894337,57.850614)" | |
1213 | + d="M 80.625,70.3125 A 37.5,15.9375 0 1 1 5.625,70.3125 A 37.5,15.9375 0 1 1 80.625,70.3125 z" | |
1214 | + sodipodi:ry="15.9375" | |
1215 | + sodipodi:rx="37.5" | |
1216 | + sodipodi:cy="70.3125" | |
1217 | + sodipodi:cx="43.125" | |
1218 | + id="path3179" | |
1219 | + style="fill:url(#linearGradient1891);fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | |
1220 | + sodipodi:type="arc" /> | |
1221 | + <path | |
1222 | + transform="matrix(-0.175732,0.000000,0.000000,4.025683e-2,52.20758,65.24036)" | |
1223 | + d="M -163.88631 598.36652 A 125.20509 125.20509 0 1 1 -414.29649,598.36652 A 125.20509 125.20509 0 1 1 -163.88631 598.36652 z" | |
1224 | + sodipodi:ry="125.20509" | |
1225 | + sodipodi:rx="125.20509" | |
1226 | + sodipodi:cy="598.36652" | |
1227 | + sodipodi:cx="-289.09140" | |
1228 | + id="path3180" | |
1229 | + style="fill:url(#radialGradient1893);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" | |
1230 | + sodipodi:type="arc" /> | |
1231 | + <path | |
1232 | + transform="matrix(-0.151697,0.000000,0.000000,5.688808e-2,57.28243,56.23528)" | |
1233 | + d="M -163.88631 598.36652 A 125.20509 125.20509 0 1 1 -414.29649,598.36652 A 125.20509 125.20509 0 1 1 -163.88631 598.36652 z" | |
1234 | + sodipodi:ry="125.20509" | |
1235 | + sodipodi:rx="125.20509" | |
1236 | + sodipodi:cy="598.36652" | |
1237 | + sodipodi:cx="-289.09140" | |
1238 | + id="path3181" | |
1239 | + style="fill:url(#radialGradient1895);fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" | |
1240 | + sodipodi:type="arc" /> | |
1241 | + <path | |
1242 | + sodipodi:nodetypes="ccccc" | |
1243 | + id="path3182" | |
1244 | + d="M 117.26602,88.527031 C 114.46709,92.747248 108.92947,91.462360 100.19038,91.462360 C 91.451303,91.462360 84.358724,91.192283 84.358724,86.661068 C 84.358724,82.129862 93.939245,78.452349 102.67833,78.452349 C 111.41741,78.452349 120.68694,84.306814 117.26602,88.527031 z " | |
1245 | + style="fill:#27b600;fill-opacity:1;fill-rule:evenodd;stroke:#244702;stroke-width:1.92936740000000007;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> | |
1246 | + <path | |
1247 | + transform="matrix(0.359889,0,0,0.515057,86.53612,51.153317)" | |
1248 | + d="M 80.625,70.3125 A 37.5,15.9375 0 1 1 5.625,70.3125 A 37.5,15.9375 0 1 1 80.625,70.3125 z" | |
1249 | + sodipodi:ry="15.9375" | |
1250 | + sodipodi:rx="37.5" | |
1251 | + sodipodi:cy="70.3125" | |
1252 | + sodipodi:cx="43.125" | |
1253 | + id="path3183" | |
1254 | + style="opacity:0.58100556;fill:url(#linearGradient1897);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | |
1255 | + sodipodi:type="arc" /> | |
1256 | +</svg> | ... | ... |
... | ... | @@ -0,0 +1,415 @@ |
1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
2 | +<!-- Created with Inkscape (http://www.inkscape.org/) --> | |
3 | +<svg | |
4 | + xmlns:dc="http://purl.org/dc/elements/1.1/" | |
5 | + xmlns:cc="http://creativecommons.org/ns#" | |
6 | + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
7 | + xmlns:svg="http://www.w3.org/2000/svg" | |
8 | + xmlns="http://www.w3.org/2000/svg" | |
9 | + xmlns:xlink="http://www.w3.org/1999/xlink" | |
10 | + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
11 | + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |
12 | + width="64" | |
13 | + height="64" | |
14 | + id="svg2" | |
15 | + sodipodi:version="0.32" | |
16 | + inkscape:version="0.45+devel" | |
17 | + version="1.0" | |
18 | + sodipodi:docname="edit-profile.svg" | |
19 | + inkscape:output_extension="org.inkscape.output.svg.inkscape" | |
20 | + inkscape:export-filename="/home/aurium/noosfero/public/img-source/edit-profile.png" | |
21 | + inkscape:export-xdpi="90" | |
22 | + inkscape:export-ydpi="90"> | |
23 | + <defs | |
24 | + id="defs4"> | |
25 | + <linearGradient | |
26 | + inkscape:collect="always" | |
27 | + id="linearGradient2417"> | |
28 | + <stop | |
29 | + style="stop-color:#442f0e;stop-opacity:1" | |
30 | + offset="0" | |
31 | + id="stop2419" /> | |
32 | + <stop | |
33 | + style="stop-color:#a58c1f;stop-opacity:1" | |
34 | + offset="1" | |
35 | + id="stop2421" /> | |
36 | + </linearGradient> | |
37 | + <inkscape:perspective | |
38 | + sodipodi:type="inkscape:persp3d" | |
39 | + id="perspective64" | |
40 | + inkscape:vp_x="-50 : 600 : 1" | |
41 | + inkscape:vp_y="0 : 1000 : 0" | |
42 | + inkscape:vp_z="700 : 600 : 1" | |
43 | + inkscape:persp3d-origin="300 : 400 : 1" /> | |
44 | + <linearGradient | |
45 | + inkscape:collect="always" | |
46 | + id="linearGradient2243"> | |
47 | + <stop | |
48 | + style="stop-color:#ffffff;stop-opacity:1;" | |
49 | + offset="0" | |
50 | + id="stop2245" /> | |
51 | + <stop | |
52 | + style="stop-color:#ffffff;stop-opacity:0;" | |
53 | + offset="1" | |
54 | + id="stop2247" /> | |
55 | + </linearGradient> | |
56 | + <linearGradient | |
57 | + inkscape:collect="always" | |
58 | + xlink:href="#linearGradient2243" | |
59 | + id="linearGradient2301" | |
60 | + gradientUnits="userSpaceOnUse" | |
61 | + x1="-110.51450" | |
62 | + y1="-10.385565" | |
63 | + x2="-99.236504" | |
64 | + y2="-0.38314882" /> | |
65 | + <linearGradient | |
66 | + id="linearGradient2223"> | |
67 | + <stop | |
68 | + style="stop-color:#878787;stop-opacity:1.0000000;" | |
69 | + offset="0.0000000" | |
70 | + id="stop2225" /> | |
71 | + <stop | |
72 | + style="stop-color:#373737;stop-opacity:1.0000000;" | |
73 | + offset="1.0000000" | |
74 | + id="stop2227" /> | |
75 | + </linearGradient> | |
76 | + <linearGradient | |
77 | + inkscape:collect="always" | |
78 | + xlink:href="#linearGradient2223" | |
79 | + id="linearGradient2299" | |
80 | + gradientUnits="userSpaceOnUse" | |
81 | + x1="-81.250671" | |
82 | + y1="-20.873316" | |
83 | + x2="-61.239891" | |
84 | + y2="-4.8301897" /> | |
85 | + <linearGradient | |
86 | + inkscape:collect="always" | |
87 | + id="linearGradient2233"> | |
88 | + <stop | |
89 | + style="stop-color:#ffffff;stop-opacity:1;" | |
90 | + offset="0" | |
91 | + id="stop2235" /> | |
92 | + <stop | |
93 | + style="stop-color:#ffffff;stop-opacity:0;" | |
94 | + offset="1" | |
95 | + id="stop2237" /> | |
96 | + </linearGradient> | |
97 | + <linearGradient | |
98 | + inkscape:collect="always" | |
99 | + xlink:href="#linearGradient2233" | |
100 | + id="linearGradient2297" | |
101 | + gradientUnits="userSpaceOnUse" | |
102 | + x1="-128.69003" | |
103 | + y1="8.2803230" | |
104 | + x2="-101.43396" | |
105 | + y2="32.776279" /> | |
106 | + <linearGradient | |
107 | + id="linearGradient2213"> | |
108 | + <stop | |
109 | + style="stop-color:#e2e2e2;stop-opacity:1;" | |
110 | + offset="0" | |
111 | + id="stop2215" /> | |
112 | + <stop | |
113 | + id="stop2221" | |
114 | + offset="0.50000000" | |
115 | + style="stop-color:#ffffff;stop-opacity:1.0000000;" /> | |
116 | + <stop | |
117 | + style="stop-color:#c0c0c0;stop-opacity:1.0000000" | |
118 | + offset="1" | |
119 | + id="stop2217" /> | |
120 | + </linearGradient> | |
121 | + <linearGradient | |
122 | + inkscape:collect="always" | |
123 | + xlink:href="#linearGradient2213" | |
124 | + id="linearGradient2295" | |
125 | + gradientUnits="userSpaceOnUse" | |
126 | + x1="-162.15634" | |
127 | + y1="76.247978" | |
128 | + x2="-147.32076" | |
129 | + y2="91.428574" /> | |
130 | + <linearGradient | |
131 | + inkscape:collect="always" | |
132 | + id="linearGradient2195"> | |
133 | + <stop | |
134 | + style="stop-color:#d9d99f;stop-opacity:1.0000000" | |
135 | + offset="0" | |
136 | + id="stop2197" /> | |
137 | + <stop | |
138 | + style="stop-color:#71713e;stop-opacity:1.0000000" | |
139 | + offset="1" | |
140 | + id="stop2199" /> | |
141 | + </linearGradient> | |
142 | + <linearGradient | |
143 | + inkscape:collect="always" | |
144 | + xlink:href="#linearGradient2195" | |
145 | + id="linearGradient2293" | |
146 | + gradientUnits="userSpaceOnUse" | |
147 | + x1="-107.29919" | |
148 | + y1="16.560646" | |
149 | + x2="-93.498657" | |
150 | + y2="29.326147" /> | |
151 | + <linearGradient | |
152 | + inkscape:collect="always" | |
153 | + id="linearGradient2261"> | |
154 | + <stop | |
155 | + style="stop-color:#000000;stop-opacity:0.44578317" | |
156 | + offset="0" | |
157 | + id="stop2263" /> | |
158 | + <stop | |
159 | + style="stop-color:#000000;stop-opacity:0;" | |
160 | + offset="1" | |
161 | + id="stop2265" /> | |
162 | + </linearGradient> | |
163 | + <linearGradient | |
164 | + inkscape:collect="always" | |
165 | + xlink:href="#linearGradient2261" | |
166 | + id="linearGradient2291" | |
167 | + gradientUnits="userSpaceOnUse" | |
168 | + gradientTransform="translate(-0.690027,1.380054)" | |
169 | + x1="-108.88358" | |
170 | + y1="77.342987" | |
171 | + x2="-50.568363" | |
172 | + y2="40.926495" /> | |
173 | + <linearGradient | |
174 | + id="linearGradient2271"> | |
175 | + <stop | |
176 | + style="stop-color:#000000;stop-opacity:0.23958331;" | |
177 | + offset="0.0000000" | |
178 | + id="stop2273" /> | |
179 | + <stop | |
180 | + style="stop-color:#000000;stop-opacity:0;" | |
181 | + offset="1" | |
182 | + id="stop2275" /> | |
183 | + </linearGradient> | |
184 | + <radialGradient | |
185 | + inkscape:collect="always" | |
186 | + xlink:href="#linearGradient2271" | |
187 | + id="radialGradient2289" | |
188 | + gradientUnits="userSpaceOnUse" | |
189 | + gradientTransform="matrix(1,0,0,0.219178,0,79.47126)" | |
190 | + cx="-156.29111" | |
191 | + cy="101.77898" | |
192 | + fx="-156.29111" | |
193 | + fy="101.77898" | |
194 | + r="25.185984" /> | |
195 | + <inkscape:perspective | |
196 | + sodipodi:type="inkscape:persp3d" | |
197 | + id="perspective18" | |
198 | + inkscape:vp_x="-50 : 600 : 1" | |
199 | + inkscape:vp_y="0 : 1000 : 0" | |
200 | + inkscape:vp_z="700 : 600 : 1" | |
201 | + inkscape:persp3d-origin="300 : 400 : 1" /> | |
202 | + <linearGradient | |
203 | + inkscape:collect="always" | |
204 | + id="linearGradient2966"> | |
205 | + <stop | |
206 | + style="stop-color:#729fcf;stop-opacity:1" | |
207 | + offset="0" | |
208 | + id="stop2968" /> | |
209 | + <stop | |
210 | + style="stop-color:#3465a4;stop-opacity:1" | |
211 | + offset="1" | |
212 | + id="stop2970" /> | |
213 | + </linearGradient> | |
214 | + <inkscape:perspective | |
215 | + sodipodi:type="inkscape:persp3d" | |
216 | + id="perspective10" | |
217 | + inkscape:vp_x="-50 : 600 : 1" | |
218 | + inkscape:vp_y="0 : 1000 : 0" | |
219 | + inkscape:vp_z="700 : 600 : 1" | |
220 | + inkscape:persp3d-origin="300 : 400 : 1" /> | |
221 | + <inkscape:perspective | |
222 | + inkscape:persp3d-origin="300 : 400 : 1" | |
223 | + inkscape:vp_z="700 : 600 : 1" | |
224 | + inkscape:vp_y="0 : 1000 : 0" | |
225 | + inkscape:vp_x="-50 : 600 : 1" | |
226 | + id="perspective2372" | |
227 | + sodipodi:type="inkscape:persp3d" /> | |
228 | + <linearGradient | |
229 | + inkscape:collect="always" | |
230 | + xlink:href="#linearGradient2966" | |
231 | + id="linearGradient2978" | |
232 | + gradientUnits="userSpaceOnUse" | |
233 | + gradientTransform="matrix(3.3456409,0,0,3.263158,-1.4564102,-0.6315797)" | |
234 | + x1="7.7066216" | |
235 | + y1="3.4193549" | |
236 | + x2="12.5" | |
237 | + y2="18" /> | |
238 | + <filter | |
239 | + inkscape:collect="always" | |
240 | + id="filter3299" | |
241 | + x="-0.04280949" | |
242 | + width="1.085619" | |
243 | + y="-0.10026041" | |
244 | + height="1.2005208"> | |
245 | + <feGaussianBlur | |
246 | + inkscape:collect="always" | |
247 | + stdDeviation="2.2289584" | |
248 | + id="feGaussianBlur3301" /> | |
249 | + </filter> | |
250 | + <linearGradient | |
251 | + inkscape:collect="always" | |
252 | + xlink:href="#linearGradient2417" | |
253 | + id="linearGradient2423" | |
254 | + x1="-137.04988" | |
255 | + y1="85.528221" | |
256 | + x2="-78.913719" | |
257 | + y2="23.946953" | |
258 | + gradientUnits="userSpaceOnUse" /> | |
259 | + </defs> | |
260 | + <sodipodi:namedview | |
261 | + id="base" | |
262 | + pagecolor="#ffffff" | |
263 | + bordercolor="#666666" | |
264 | + borderopacity="1.0" | |
265 | + inkscape:pageopacity="0.0" | |
266 | + inkscape:pageshadow="2" | |
267 | + inkscape:zoom="1" | |
268 | + inkscape:cx="185.92208" | |
269 | + inkscape:cy="32" | |
270 | + inkscape:document-units="px" | |
271 | + inkscape:current-layer="layer1" | |
272 | + showgrid="true" | |
273 | + objecttolerance="1" | |
274 | + gridtolerance="4" | |
275 | + guidetolerance="5" | |
276 | + inkscape:window-width="1024" | |
277 | + inkscape:window-height="699" | |
278 | + inkscape:window-x="0" | |
279 | + inkscape:window-y="0" /> | |
280 | + <metadata | |
281 | + id="metadata7"> | |
282 | + <rdf:RDF> | |
283 | + <cc:Work | |
284 | + rdf:about=""> | |
285 | + <dc:format>image/svg+xml</dc:format> | |
286 | + <dc:type | |
287 | + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
288 | + <dc:title></dc:title> | |
289 | + <dc:date></dc:date> | |
290 | + <dc:creator> | |
291 | + <cc:Agent> | |
292 | + <dc:title></dc:title> | |
293 | + </cc:Agent> | |
294 | + </dc:creator> | |
295 | + <dc:rights> | |
296 | + <cc:Agent> | |
297 | + <dc:title></dc:title> | |
298 | + </cc:Agent> | |
299 | + </dc:rights> | |
300 | + <dc:publisher> | |
301 | + <cc:Agent> | |
302 | + <dc:title></dc:title> | |
303 | + </cc:Agent> | |
304 | + </dc:publisher> | |
305 | + <dc:identifier></dc:identifier> | |
306 | + <dc:source></dc:source> | |
307 | + <dc:relation></dc:relation> | |
308 | + <dc:language></dc:language> | |
309 | + <dc:subject> | |
310 | + <rdf:Bag /> | |
311 | + </dc:subject> | |
312 | + <dc:coverage></dc:coverage> | |
313 | + <dc:description></dc:description> | |
314 | + <dc:contributor> | |
315 | + <cc:Agent> | |
316 | + <dc:title></dc:title> | |
317 | + </cc:Agent> | |
318 | + </dc:contributor> | |
319 | + <cc:license | |
320 | + rdf:resource="" /> | |
321 | + </cc:Work> | |
322 | + </rdf:RDF> | |
323 | + </metadata> | |
324 | + <g | |
325 | + inkscape:label="Camada 1" | |
326 | + inkscape:groupmode="layer" | |
327 | + id="layer1"> | |
328 | + <path | |
329 | + style="fill:url(#linearGradient2978);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
330 | + d="M 32,0.9999995 C 23.689428,0.9999995 16.944615,7.5785254 16.944615,15.68421 C 16.944615,20.334755 19.232594,24.414133 22.694937,27.105264 L 16.944615,27.105264 C 11.099931,27.105264 6.9076925,31.194149 6.9076925,36.894737 L 6.9076925,63 L 57.092308,63 L 57.092308,36.894737 C 57.092308,31.194149 52.90007,27.105264 47.055385,27.105264 L 41.305064,27.105264 C 44.767404,24.414133 47.055385,20.334755 47.055385,15.68421 C 47.055385,7.5785254 40.310571,0.9999995 32,0.9999995 z" | |
331 | + id="rect2378" /> | |
332 | + <path | |
333 | + sodipodi:type="inkscape:offset" | |
334 | + inkscape:radius="-2.0257773" | |
335 | + inkscape:original="M 32 1 C 23.689428 0.99999998 16.9375 7.5818154 16.9375 15.6875 C 16.937501 20.338045 19.225157 24.402619 22.6875 27.09375 L 16.9375 27.09375 C 11.092817 27.093749 6.90625 31.205662 6.90625 36.90625 L 6.90625 63 L 57.09375 63 L 57.09375 36.90625 C 57.09375 31.205662 52.907185 27.09375 47.0625 27.09375 L 41.3125 27.09375 C 44.774839 24.402618 47.0625 20.338045 47.0625 15.6875 C 47.062499 7.5818156 40.310571 1 32 1 z " | |
336 | + xlink:href="#rect2378" | |
337 | + style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
338 | + id="path2391" | |
339 | + inkscape:href="#rect2378" | |
340 | + d="M 32,3.03125 C 24.759013,3.03125 18.96875,8.7067792 18.96875,15.6875 C 18.968751,19.67371 20.914131,23.150064 23.9375,25.5 C 24.62143,26.032107 24.891225,26.940273 24.60874,27.759479 C 24.326255,28.578686 23.554039,29.127538 22.6875,29.125 L 16.9375,29.125 C 12.042948,29.124999 8.9375,32.197496 8.9375,36.90625 L 8.9375,60.96875 L 55.0625,60.96875 L 55.0625,36.90625 C 55.0625,32.197495 51.957055,29.125 47.0625,29.125 L 41.3125,29.125 C 40.445961,29.127538 39.673745,28.578686 39.39126,27.759479 C 39.108775,26.940273 39.37857,26.032107 40.0625,25.5 C 43.085867,23.150063 45.03125,19.673708 45.03125,15.6875 C 45.031249,8.7067793 39.240986,3.03125 32,3.03125 z" /> | |
341 | + <path | |
342 | + sodipodi:type="inkscape:offset" | |
343 | + inkscape:radius="-2.3809187" | |
344 | + inkscape:original="M 32 1 C 23.689428 0.99999998 16.9375 7.5818154 16.9375 15.6875 C 16.937501 20.338045 19.225157 24.402619 22.6875 27.09375 L 16.9375 27.09375 C 11.092817 27.093749 6.90625 31.205662 6.90625 36.90625 L 6.90625 63 L 57.09375 63 L 57.09375 36.90625 C 57.09375 31.205662 52.907185 27.09375 47.0625 27.09375 L 41.3125 27.09375 C 44.774839 24.402618 47.0625 20.338045 47.0625 15.6875 C 47.062499 7.5818156 40.310571 1 32 1 z " | |
345 | + xlink:href="#rect2378" | |
346 | + style="fill:#0000ff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
347 | + id="path2976" | |
348 | + inkscape:href="#rect2378" | |
349 | + d="M 32,3.375 C 24.946523,3.375 19.3125,8.9039979 19.3125,15.6875 C 19.312501,19.557245 21.209838,22.92863 24.15625,25.21875 C 24.951144,25.846364 25.26205,26.908122 24.931237,27.865368 C 24.600424,28.822613 23.700292,29.465851 22.6875,29.46875 L 16.9375,29.46875 C 12.209517,29.468749 9.28125,32.371375 9.28125,36.90625 L 9.28125,60.625 L 54.71875,60.625 L 54.71875,36.90625 C 54.71875,32.371375 51.790486,29.46875 47.0625,29.46875 L 41.3125,29.46875 C 40.299708,29.465851 39.399576,28.822613 39.068763,27.865368 C 38.73795,26.908122 39.048856,25.846364 39.84375,25.21875 C 42.79016,22.928628 44.6875,19.557243 44.6875,15.6875 C 44.687499,8.903998 39.053476,3.375 32,3.375 z" /> | |
350 | + <flowRoot | |
351 | + xml:space="preserve" | |
352 | + style="font-size:7px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:89.99999762%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" | |
353 | + id="flowRoot2984" | |
354 | + transform="translate(0,-2)"><flowRegion | |
355 | + id="flowRegion2986"><use | |
356 | + x="0" | |
357 | + y="0" | |
358 | + xlink:href="#path2976" | |
359 | + id="use2988" | |
360 | + width="64" | |
361 | + height="64" /></flowRegion><flowPara | |
362 | + id="flowPara3002" /><flowPara | |
363 | + id="flowPara3004">a b c d e f g h</flowPara><flowPara | |
364 | + id="flowPara3006"> i j</flowPara><flowPara | |
365 | + id="flowPara3008"> k l m n o p q r s t u w v x y z a b c d e f g h i j k l m n o p q r s t u w v x y z</flowPara></flowRoot> <g | |
366 | + id="g2279" | |
367 | + transform="matrix(0.321681,0,0,0.321681,78.44132,24.850833)"> | |
368 | + <path | |
369 | + transform="translate(-6.210243,0.690027)" | |
370 | + d="M -131.10512,101.77898 A 25.185984,5.5202155 0 1 1 -181.47709,101.77898 A 25.185984,5.5202155 0 1 1 -131.10512,101.77898 z" | |
371 | + sodipodi:ry="5.5202155" | |
372 | + sodipodi:rx="25.185984" | |
373 | + sodipodi:cy="101.77898" | |
374 | + sodipodi:cx="-156.29111" | |
375 | + id="path2269" | |
376 | + style="opacity:0.91532258;fill:url(#radialGradient2289);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" | |
377 | + sodipodi:type="arc" /> | |
378 | + <path | |
379 | + sodipodi:nodetypes="cccccc" | |
380 | + id="path2257" | |
381 | + d="M -171.46299,105.28366 C -174.22789,104.32398 -166.72188,93.1314 -160.72869,90.312551 L -72.902593,54.036381 C -55.825297,48.406217 -41.187615,56.019734 -49.482301,60.75419 L -137.79632,98.373922 C -144.87838,101.08433 -169.26734,106.24335 -171.46299,105.28366 z" | |
382 | + style="fill:url(#linearGradient2291);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.25439488999999993;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3299)" /> | |
383 | + <path | |
384 | + sodipodi:nodetypes="cccccc" | |
385 | + id="path1462" | |
386 | + d="M -170.77296,103.11594 C -173.53786,100.67633 -166.03185,72.223742 -160.03866,65.057966 L -72.212566,-27.159432 C -55.13527,-41.471832 -40.497588,-22.117564 -48.792274,-10.082136 L -137.10629,85.550721 C -144.18835,92.440834 -168.57731,105.55555 -170.77296,103.11594 z" | |
387 | + style="fill:url(#linearGradient2293);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2423);stroke-width:3.01994609999999986;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | |
388 | + <path | |
389 | + sodipodi:nodetypes="cccc" | |
390 | + id="path2203" | |
391 | + d="M -158.53369,64.862533 C -148.9917,61.54433 -136.09345,74.857357 -136.79784,83.493261 C -142.08425,90.06247 -166.66095,104.08117 -169.74664,102.12399 C -173.02637,99.11695 -161.59696,67.869577 -158.53369,64.862533 z" | |
392 | + style="fill:url(#linearGradient2295);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | |
393 | + <path | |
394 | + sodipodi:nodetypes="ccccc" | |
395 | + id="path2231" | |
396 | + d="M -169.74663,101.77898 L -50.716981,-26.566039 C -55.504043,-32.61815 -64.345014,-32.891286 -71.762804,-26.177898 L -159.39623,65.897574 C -165.26146,76.995509 -169.57412,90.853552 -169.74663,101.77898 z" | |
397 | + style="fill:url(#linearGradient2297);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | |
398 | + <path | |
399 | + sodipodi:nodetypes="cccccccccc" | |
400 | + id="path1464" | |
401 | + d="M -117.58938,12.36231 C -108.87583,-2.8348948 -97.747189,-12.684391 -87.826093,-25.207741 C -85.142518,-29.151784 -82.824885,-28.460559 -79.043484,-27.159432 C -65.056365,-21.467 -56.953917,-12.792915 -55.164867,-3.1971005 C -54.509225,0.95771475 -58.338759,7.1826109 -62.427052,4.6959167 C -64.704025,-6.5263063 -71.399361,-13.009672 -82.946866,-16.913054 C -91.729475,-13.985518 -96.852662,-7.642522 -101.97585,-0.81160366 C -107.66828,6.5072376 -109.94526,12.606272 -119.05315,21.14492 C -126.04671,26.105468 -127.00223,18.928937 -123.93238,17.729461 C -120.90319,16.428334 -118.97183,14.456312 -117.58938,12.36231 z" | |
402 | + style="fill:url(#linearGradient2299);fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1.50997305;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | |
403 | + <path | |
404 | + sodipodi:nodetypes="csccsc" | |
405 | + id="path2241" | |
406 | + d="M -83.922712,-27.891316 C -72.94445,-20.247193 -90.867292,-17.616232 -98.163954,-7.1241043 C -105.4523,3.3560696 -113.56401,16.062391 -120.02899,20.900958 C -122.02134,22.527367 -124.25765,24.153777 -125.39614,20.656997 C -117.81301,15.92008 -112.42553,4.7181873 -104.18675,-5.8280595 C -95.947972,-16.374306 -85.833742,-27.240752 -83.922712,-27.891316 z" | |
407 | + style="opacity:0.91532258;fill:url(#linearGradient2301);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | |
408 | + <path | |
409 | + sodipodi:nodetypes="cccc" | |
410 | + id="path2251" | |
411 | + d="M -169.79711,91.649756 C -165.97505,89.454104 -158.24961,95.065215 -159.06281,99.700481 C -162.88487,101.57085 -166.46298,103.44122 -170.529,103.84782 C -171.50485,99.537838 -170.40701,94.983893 -169.79711,91.649756 z" | |
412 | + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | |
413 | + </g> | |
414 | + </g> | |
415 | +</svg> | ... | ... |
public/stylesheets/button.css
... | ... | @@ -5,12 +5,14 @@ |
5 | 5 | .button { |
6 | 6 | border: none; |
7 | 7 | margin-left: 5px; |
8 | - background-color: transparent; | |
8 | + background-color: #EEE; | |
9 | 9 | background-repeat: no-repeat; |
10 | 10 | background-position: 2px 50%; |
11 | 11 | padding-left: 25px; |
12 | 12 | padding-right: 2px; |
13 | 13 | height: 24px; |
14 | + line-height: 22px; | |
15 | + font-size: 12px; | |
14 | 16 | } |
15 | 17 | input.button { |
16 | 18 | float: none; |
... | ... | @@ -21,26 +23,21 @@ input.button { |
21 | 23 | float: left; |
22 | 24 | } |
23 | 25 | |
26 | +#content a.button, #content a.button:visited, | |
27 | +#login-box a.button, #login-box a.button:visited { | |
28 | + height: 22px; | |
29 | + color: #000; | |
30 | +} | |
31 | + | |
24 | 32 | .button, .button:visited { |
25 | 33 | color: black; |
26 | 34 | text-decoration: none; |
27 | - border: 1px solid #ccc; | |
35 | + border: 1px solid #AAA; | |
28 | 36 | } |
29 | 37 | |
30 | 38 | .button:hover { |
31 | - border: 1px solid black; | |
32 | - background-color: #eee; | |
33 | -} | |
34 | - | |
35 | -.find, .find:visited { | |
36 | - opacity: 0.7; | |
37 | -} | |
38 | - | |
39 | -.find:hover { | |
40 | - border: 1px solid transparent; | |
41 | - background-color: transparent; | |
42 | - opacity: 1.0; | |
43 | - cursor: pointer; | |
39 | + border: 1px solid #777; | |
40 | + background-color: #DDD; | |
44 | 41 | } |
45 | 42 | |
46 | 43 | .button span { |
... | ... | @@ -48,6 +45,7 @@ input.button { |
48 | 45 | } |
49 | 46 | .button.with-text span { |
50 | 47 | display: inline; |
48 | + padding-right: 4px; | |
51 | 49 | } |
52 | 50 | |
53 | 51 | .icon-button { | ... | ... |