Commit 0be1f6ae6e9003cbc7ec7cc1ee98669fa4f45339
Serpro theme
1 | +++ a/500.html | |
... | ... | @@ -0,0 +1,51 @@ |
1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 | +<html xmlns="http://www.w3.org/1999/xhtml" > | |
3 | + <head> | |
4 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
5 | + <meta http-equiv="refresh" content="60"/> | |
6 | + <title>Technical problems</title> | |
7 | + <link rel="stylesheet" type="text/css" href="/designs/themes/dilma/errors.css?1"/> | |
8 | + <link rel="shortcut icon" href='/designs/themes/dilma/favicon.ico' type="image/x-icon" /> | |
9 | + <script type='text/javascript' src='/javascripts/prototype.js'></script> | |
10 | + <script type='text/javascript' src='/javascripts/errors.js'></script> | |
11 | +</head> | |
12 | +<body onload='display_error_message()'> | |
13 | + <div id='wrap'> | |
14 | + <div id='header'> | |
15 | + <div id='logo'> | |
16 | + | |
17 | + </div> | |
18 | + </div> | |
19 | + | |
20 | + <div id='en' style='display: none' class='message'> | |
21 | + <h1>Ooops!</h1> | |
22 | + <h2>Temporary system problem</h2> | |
23 | + <p>Never before in the history of this country this happened...</p> | |
24 | + <p>We're working to Brazil keep changing!<p> | |
25 | + <ul> | |
26 | + <li><a href='javascript: history.back()'>Go back</a></li> | |
27 | + <li><a href='/'>Go to the site home page</a></li> | |
28 | + </ul> | |
29 | + </div> | |
30 | + | |
31 | + <div id='pt' style='display: none' class='message'> | |
32 | + <h1>Ooops!</h1> | |
33 | + <h2>Problema temporário no sistema</h2> | |
34 | + <p>Nunca antes na história deste país isso aconteceu...</p> | |
35 | + <p>Estamos trabalhando para o Brasil seguir mudando!<p> | |
36 | + <ul> | |
37 | + <li><a href='javascript: history.back()'>Voltar</a></li> | |
38 | + <li><a href='/'>Ir para a página inicial do site.</a></li> | |
39 | + </ul> | |
40 | + </div> | |
41 | + | |
42 | + <div id='languages'> | |
43 | + | |
44 | + <a href="javascript: display_error_message('en')">English</a> | |
45 | + | |
46 | + <a href="javascript: display_error_message('pt')">Português</a> | |
47 | + | |
48 | + </div> | |
49 | + </div> | |
50 | +</body> | |
51 | +</html> | ... | ... |
1 | +++ a/503.html | |
... | ... | @@ -0,0 +1,49 @@ |
1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 | +<html xmlns="http://www.w3.org/1999/xhtml" > | |
3 | + <head> | |
4 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
5 | + <meta http-equiv="refresh" content="60"/> | |
6 | + <title>Technical problems</title> | |
7 | + <link rel="stylesheet" type="text/css" href="/designs/themes/dilma/errors.css?1"/> | |
8 | + <link rel="shortcut icon" href='/designs/themes/dilma/favicon.ico' type="image/x-icon" /> | |
9 | + <script type='text/javascript' src='/javascripts/prototype.js'></script> | |
10 | + <script type='text/javascript' src='/javascripts/errors.js'></script> | |
11 | +</head> | |
12 | +<body onload='display_error_message()'> | |
13 | + <div id='wrap'> | |
14 | + <div id='header'> | |
15 | + <div id='logo'> | |
16 | + | |
17 | + </div> | |
18 | + </div> | |
19 | + | |
20 | + <div id='en' style='display: none' class='message'> | |
21 | + <h1>Ooops!</h1> | |
22 | + <h2>System maintainance</h2> | |
23 | + <p>We're working to Brazil keep changing!<p> | |
24 | + <ul> | |
25 | + <li><a href='javascript: history.back()'>Go back</a></li> | |
26 | + <li><a href='/'>Go to the site home page</a></li> | |
27 | + </ul> | |
28 | + </div> | |
29 | + | |
30 | + <div id='pt' style='display: none' class='message'> | |
31 | + <h1>Ooops!</h1> | |
32 | + <h2>Manutenção do sistema</h2> | |
33 | + <p>Estamos trabalhando para o Brasil seguir mudando!<p> | |
34 | + <ul> | |
35 | + <li><a href='javascript: history.back()'>Voltar</a></li> | |
36 | + <li><a href='/'>Ir para a página inicial do site.</a></li> | |
37 | + </ul> | |
38 | + </div> | |
39 | + | |
40 | + <div id='languages'> | |
41 | + | |
42 | + <a href="javascript: display_error_message('en')">English</a> | |
43 | + | |
44 | + <a href="javascript: display_error_message('pt')">Português</a> | |
45 | + | |
46 | + </div> | |
47 | + </div> | |
48 | +</body> | |
49 | +</html> | ... | ... |
1 | +++ a/errors.css | |
... | ... | @@ -0,0 +1,52 @@ |
1 | +@import url(../base/errors.css); | |
2 | + | |
3 | +html { | |
4 | + background: #f4f4f4 url(images/fundo.png); | |
5 | + overflow-x: hidden; | |
6 | +} | |
7 | + | |
8 | +body { | |
9 | + width: auto; | |
10 | + background: url(images/bg-top.jpg) 50% top repeat-x; | |
11 | +} | |
12 | + | |
13 | +#wrap { | |
14 | + width: 1000px; | |
15 | + height: 510px; | |
16 | + background: transparent; | |
17 | + margin: auto; | |
18 | + background: white url(images/serpro-erro.png) 90% 100% no-repeat; | |
19 | +} | |
20 | + | |
21 | +#header { | |
22 | + margin: 10px; | |
23 | + position: relative; | |
24 | + height: 78px; | |
25 | + background: none; | |
26 | + -moz-border-radius: 5px; | |
27 | +} | |
28 | + | |
29 | +#logo { | |
30 | + height: 70px; | |
31 | + width: 360px; | |
32 | + top: 20px; | |
33 | + left: 300px; | |
34 | + background: url(images/logo-menor.png) no-repeat; | |
35 | +} | |
36 | + | |
37 | +h1 { | |
38 | + margin: 30px 0px 0px 0px; | |
39 | + font-weight: bold; | |
40 | + font-variant: normal; | |
41 | + border-bottom: 1px dotted #9A0000; | |
42 | + color: #9A0000; | |
43 | + font-size: 20px; | |
44 | +} | |
45 | + | |
46 | +h2 { | |
47 | + font-size: 18px; | |
48 | +} | |
49 | + | |
50 | +#wrap .signature { | |
51 | + color: #9A0000; | |
52 | +} | ... | ... |
1 | +++ a/footer.rhtml | |
... | ... | @@ -0,0 +1,6 @@ |
1 | +<div id="footer-content"> | |
2 | + <p class="footer-links"><a href="/serpro/institucional/a-rede-social">A Rede Social</a> | <a href="/serpro/institucional/termo-de-uso">Termo de Uso</a> | <a href="/ajuda">Ajuda</a> | <a href="/doc">Manual do usuário</a></p> | |
3 | + <p class="cc"><a href="http://creativecommons.org/licenses/by-sa/3.0/br/"><span>Creative Commons 3.0 by-sa Brazil</span></a></p> | |
4 | + <p class="copyright">Todo o conteúdo deste site está licenciado sob a CC-Attribution 3.0 Brazil, exceto quando especificado em contrário e nos conteúdos replicados de outras fontes.</p> | |
5 | + <p class="copyright">Esta rede social utiliza o software livre <a href="http://www.noosfero.org" target="_blank">Noosfero</a>, desenvolvido pela <a href="http://colivre.coop.br" target="_blank">Colivre</a> e licenciado pela <a href="http://www.gnu.org/licenses/agpl.html" target="_blank">GNU Affero General Public License</a>, versão 3 ou superior. </p> | |
6 | +</div> | ... | ... |
1.56 KB
594 Bytes
13.8 KB
58 KB
651 Bytes
642 Bytes
646 Bytes
20.6 KB
458 Bytes
3.28 KB
3.3 KB
1.03 KB
3.72 KB
188 Bytes
187 Bytes
262 Bytes
391 Bytes
192 Bytes
224 Bytes
263 Bytes
279 Bytes
188 Bytes
168 Bytes
247 Bytes
468 Bytes
201 Bytes
314 Bytes
253 Bytes
272 Bytes
255 Bytes
154 Bytes
156 Bytes
228 Bytes
214 Bytes
153 Bytes
156 Bytes
216 Bytes
217 Bytes
177 Bytes
169 Bytes
846 Bytes
9.25 KB
1 | +++ a/images/footer-bg-2.svg | |
... | ... | @@ -0,0 +1,89 @@ |
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://web.resource.org/cc/" | |
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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
10 | + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |
11 | + width="210mm" | |
12 | + height="297mm" | |
13 | + id="svg2" | |
14 | + sodipodi:version="0.32" | |
15 | + inkscape:version="0.45.1" | |
16 | + sodipodi:docbase="/home/usuario/Colivre/noosfero/public/designs/themes/dilma/images" | |
17 | + sodipodi:docname="footer-bg-2.svg" | |
18 | + inkscape:output_extension="org.inkscape.output.svg.inkscape"> | |
19 | + <defs | |
20 | + id="defs4"> | |
21 | + <filter | |
22 | + inkscape:collect="always" | |
23 | + x="-0.080593561" | |
24 | + width="1.1611871" | |
25 | + y="-1.7831325" | |
26 | + height="4.5662651" | |
27 | + id="filter4119"> | |
28 | + <feGaussianBlur | |
29 | + inkscape:collect="always" | |
30 | + stdDeviation="23.7751" | |
31 | + id="feGaussianBlur4121" /> | |
32 | + </filter> | |
33 | + </defs> | |
34 | + <sodipodi:namedview | |
35 | + id="base" | |
36 | + pagecolor="#ffffff" | |
37 | + bordercolor="#666666" | |
38 | + borderopacity="1.0" | |
39 | + inkscape:pageopacity="0.0" | |
40 | + inkscape:pageshadow="2" | |
41 | + inkscape:zoom="0.35" | |
42 | + inkscape:cx="350" | |
43 | + inkscape:cy="520" | |
44 | + inkscape:document-units="px" | |
45 | + inkscape:current-layer="layer1" /> | |
46 | + <metadata | |
47 | + id="metadata7"> | |
48 | + <rdf:RDF> | |
49 | + <cc:Work | |
50 | + rdf:about=""> | |
51 | + <dc:format>image/svg+xml</dc:format> | |
52 | + <dc:type | |
53 | + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
54 | + </cc:Work> | |
55 | + </rdf:RDF> | |
56 | + </metadata> | |
57 | + <g | |
58 | + inkscape:label="Camada 1" | |
59 | + inkscape:groupmode="layer" | |
60 | + id="layer1"> | |
61 | + <rect | |
62 | + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | |
63 | + id="rect2160" | |
64 | + width="431.42856" | |
65 | + height="280" | |
66 | + x="11.428572" | |
67 | + y="323.79074" /> | |
68 | + <rect | |
69 | + style="opacity:1;fill:#f4f4f4;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | |
70 | + id="rect2164" | |
71 | + width="800" | |
72 | + height="60" | |
73 | + x="20" | |
74 | + y="595.2193" | |
75 | + inkscape:export-filename="/home/usuario/Colivre/noosfero/public/designs/themes/dilma/images/footer-bg-2.png" | |
76 | + inkscape:export-xdpi="90" | |
77 | + inkscape:export-ydpi="90" /> | |
78 | + <path | |
79 | + sodipodi:type="arc" | |
80 | + style="opacity:0.8;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4119)" | |
81 | + id="path3136" | |
82 | + sodipodi:cx="432" | |
83 | + sodipodi:cy="594.36218" | |
84 | + sodipodi:rx="354" | |
85 | + sodipodi:ry="16" | |
86 | + d="M 786 594.36218 A 354 16 0 1 1 78,594.36218 A 354 16 0 1 1 786 594.36218 z" | |
87 | + transform="translate(-12,-8)" /> | |
88 | + </g> | |
89 | +</svg> | ... | ... |
199 Bytes
4.39 KB
4.03 KB
52.1 KB
204 Bytes
328 Bytes
866 Bytes
436 Bytes
468 Bytes
490 Bytes
477 Bytes
672 Bytes
418 Bytes
19.6 KB
1.19 KB
4.31 KB
6.21 KB
11.5 KB
10.6 KB
1 | +++ a/images/icons-app/enterprise-default-pic.svg | |
... | ... | @@ -0,0 +1,398 @@ |
1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
2 | +<svg | |
3 | + xmlns:ns="http://creativecommons.org/ns#" | |
4 | + xmlns:dc="http://purl.org/dc/elements/1.1/" | |
5 | + xmlns:cc="http://web.resource.org/cc/" | |
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="48" | |
13 | + height="48" | |
14 | + overflow="visible" | |
15 | + enable-background="new 0 0 128 129.396" | |
16 | + xml:space="preserve" | |
17 | + id="svg2" | |
18 | + sodipodi:version="0.32" | |
19 | + inkscape:version="0.45.1" | |
20 | + sodipodi:docname="enterprise-default-pic.svg" | |
21 | + sodipodi:docbase="/home/usuario/Colivre/noosfero-colivre/customers/dilma-themes/dilma/images/icons-app" | |
22 | + version="1.0" | |
23 | + inkscape:export-filename="/home/usuario/Colivre/noosfero/public/designs/themes/dilma/images/icons-app/enterprise-thumb.png" | |
24 | + inkscape:export-xdpi="187.5" | |
25 | + inkscape:export-ydpi="187.5" | |
26 | + inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata | |
27 | + id="metadata367"><rdf:RDF><ns:Work | |
28 | + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type | |
29 | + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><ns:license | |
30 | + rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" /><dc:title>Go Home</dc:title><dc:creator><ns:Agent><dc:title>Jakub Steiner</dc:title></ns:Agent></dc:creator><dc:source>http://jimmac.musichall.cz</dc:source><dc:subject><rdf:Bag><rdf:li>home</rdf:li><rdf:li>return</rdf:li><rdf:li>go</rdf:li><rdf:li>default</rdf:li><rdf:li>user</rdf:li><rdf:li>directory</rdf:li></rdf:Bag></dc:subject><dc:contributor><ns:Agent><dc:title>Tuomas Kuosmanen</dc:title></ns:Agent></dc:contributor></ns:Work><ns:License | |
31 | + rdf:about="http://creativecommons.org/licenses/by-sa/2.0/"><ns:permits | |
32 | + rdf:resource="http://web.resource.org/cc/Reproduction" /><ns:permits | |
33 | + rdf:resource="http://web.resource.org/cc/Distribution" /><ns:requires | |
34 | + rdf:resource="http://web.resource.org/cc/Notice" /><ns:requires | |
35 | + rdf:resource="http://web.resource.org/cc/Attribution" /><ns:permits | |
36 | + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><ns:requires | |
37 | + rdf:resource="http://web.resource.org/cc/ShareAlike" /></ns:License><cc:Work | |
38 | + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type | |
39 | + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs | |
40 | + id="defs365"><inkscape:perspective | |
41 | + sodipodi:type="inkscape:persp3d" | |
42 | + inkscape:vp_x="0 : 24 : 1" | |
43 | + inkscape:vp_y="0 : 1000 : 0" | |
44 | + inkscape:vp_z="48 : 24 : 1" | |
45 | + inkscape:persp3d-origin="24 : 16 : 1" | |
46 | + id="perspective92" /><radialGradient | |
47 | + inkscape:collect="always" | |
48 | + xlink:href="#linearGradient5060" | |
49 | + id="radialGradient5031" | |
50 | + gradientUnits="userSpaceOnUse" | |
51 | + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" | |
52 | + cx="605.71429" | |
53 | + cy="486.64789" | |
54 | + fx="605.71429" | |
55 | + fy="486.64789" | |
56 | + r="117.14286" /><linearGradient | |
57 | + inkscape:collect="always" | |
58 | + id="linearGradient5060"><stop | |
59 | + style="stop-color:black;stop-opacity:1;" | |
60 | + offset="0" | |
61 | + id="stop5062" /><stop | |
62 | + style="stop-color:black;stop-opacity:0;" | |
63 | + offset="1" | |
64 | + id="stop5064" /></linearGradient><radialGradient | |
65 | + inkscape:collect="always" | |
66 | + xlink:href="#linearGradient5060" | |
67 | + id="radialGradient5029" | |
68 | + gradientUnits="userSpaceOnUse" | |
69 | + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" | |
70 | + cx="605.71429" | |
71 | + cy="486.64789" | |
72 | + fx="605.71429" | |
73 | + fy="486.64789" | |
74 | + r="117.14286" /><linearGradient | |
75 | + id="linearGradient5048"><stop | |
76 | + style="stop-color:black;stop-opacity:0;" | |
77 | + offset="0" | |
78 | + id="stop5050" /><stop | |
79 | + id="stop5056" | |
80 | + offset="0.5" | |
81 | + style="stop-color:black;stop-opacity:1;" /><stop | |
82 | + style="stop-color:black;stop-opacity:0;" | |
83 | + offset="1" | |
84 | + id="stop5052" /></linearGradient><linearGradient | |
85 | + inkscape:collect="always" | |
86 | + xlink:href="#linearGradient5048" | |
87 | + id="linearGradient5027" | |
88 | + gradientUnits="userSpaceOnUse" | |
89 | + gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" | |
90 | + x1="302.85715" | |
91 | + y1="366.64789" | |
92 | + x2="302.85715" | |
93 | + y2="609.50507" /><linearGradient | |
94 | + id="linearGradient2406"><stop | |
95 | + style="stop-color:#7c7e79;stop-opacity:1;" | |
96 | + offset="0" | |
97 | + id="stop2408" /><stop | |
98 | + id="stop2414" | |
99 | + offset="0.1724138" | |
100 | + style="stop-color:#848681;stop-opacity:1;" /><stop | |
101 | + style="stop-color:#898c86;stop-opacity:1;" | |
102 | + offset="1" | |
103 | + id="stop2410" /></linearGradient><linearGradient | |
104 | + inkscape:collect="always" | |
105 | + id="linearGradient2390"><stop | |
106 | + style="stop-color:#919191;stop-opacity:1;" | |
107 | + offset="0" | |
108 | + id="stop2392" /><stop | |
109 | + style="stop-color:#919191;stop-opacity:0;" | |
110 | + offset="1" | |
111 | + id="stop2394" /></linearGradient><linearGradient | |
112 | + inkscape:collect="always" | |
113 | + id="linearGradient2368"><stop | |
114 | + style="stop-color:#ffffff;stop-opacity:1;" | |
115 | + offset="0" | |
116 | + id="stop2370" /><stop | |
117 | + style="stop-color:#ffffff;stop-opacity:0;" | |
118 | + offset="1" | |
119 | + id="stop2372" /></linearGradient><linearGradient | |
120 | + inkscape:collect="always" | |
121 | + id="linearGradient2349"><stop | |
122 | + style="stop-color:#000000;stop-opacity:1;" | |
123 | + offset="0" | |
124 | + id="stop2351" /><stop | |
125 | + style="stop-color:#000000;stop-opacity:0;" | |
126 | + offset="1" | |
127 | + id="stop2353" /></linearGradient><linearGradient | |
128 | + id="linearGradient2341"><stop | |
129 | + id="stop2343" | |
130 | + offset="0" | |
131 | + style="stop-color:#000000;stop-opacity:1;" /><stop | |
132 | + id="stop2345" | |
133 | + offset="1" | |
134 | + style="stop-color:#000000;stop-opacity:0;" /></linearGradient><linearGradient | |
135 | + id="linearGradient2329"><stop | |
136 | + style="stop-color:#000000;stop-opacity:0.18556701;" | |
137 | + offset="0" | |
138 | + id="stop2331" /><stop | |
139 | + style="stop-color:#ffffff;stop-opacity:1;" | |
140 | + offset="1" | |
141 | + id="stop2333" /></linearGradient><linearGradient | |
142 | + id="linearGradient2307"><stop | |
143 | + style="stop-color:#eeeeec;stop-opacity:1" | |
144 | + offset="0" | |
145 | + id="stop2309" /><stop | |
146 | + style="stop-color:#888a85;stop-opacity:1" | |
147 | + offset="1" | |
148 | + id="stop2311" /></linearGradient><linearGradient | |
149 | + id="XMLID_2_" | |
150 | + gradientUnits="userSpaceOnUse" | |
151 | + x1="80.223602" | |
152 | + y1="117.5205" | |
153 | + x2="48.046001" | |
154 | + y2="59.7995" | |
155 | + gradientTransform="matrix(0.314683,0.000000,0.000000,0.314683,4.128264,3.742874)"> | |
156 | + <stop | |
157 | + offset="0" | |
158 | + style="stop-color:#CCCCCC" | |
159 | + id="stop17" /> | |
160 | + <stop | |
161 | + offset="0.9831" | |
162 | + style="stop-color:#FFFFFF" | |
163 | + id="stop19" /> | |
164 | + <midPointStop | |
165 | + offset="0" | |
166 | + style="stop-color:#CCCCCC" | |
167 | + id="midPointStop48" /> | |
168 | + <midPointStop | |
169 | + offset="0.5" | |
170 | + style="stop-color:#CCCCCC" | |
171 | + id="midPointStop50" /> | |
172 | + <midPointStop | |
173 | + offset="0.9831" | |
174 | + style="stop-color:#FFFFFF" | |
175 | + id="midPointStop52" /> | |
176 | + </linearGradient><linearGradient | |
177 | + id="XMLID_39_" | |
178 | + gradientUnits="userSpaceOnUse" | |
179 | + x1="64.387703" | |
180 | + y1="65.124001" | |
181 | + x2="64.387703" | |
182 | + y2="35.569" | |
183 | + gradientTransform="matrix(0.354101,0,0,0.354101,63.567698,-14.513712)"> | |
184 | + <stop | |
185 | + offset="0" | |
186 | + style="stop-color:#FFFFFF" | |
187 | + id="stop336" /> | |
188 | + <stop | |
189 | + offset="0.8539" | |
190 | + style="stop-color:#FF6200" | |
191 | + id="stop338" /> | |
192 | + <stop | |
193 | + offset="1" | |
194 | + style="stop-color:#F25D00" | |
195 | + id="stop340" /> | |
196 | + <midPointStop | |
197 | + offset="0" | |
198 | + style="stop-color:#FFFFFF" | |
199 | + id="midPointStop335" /> | |
200 | + <midPointStop | |
201 | + offset="0.5" | |
202 | + style="stop-color:#FFFFFF" | |
203 | + id="midPointStop337" /> | |
204 | + <midPointStop | |
205 | + offset="0.8539" | |
206 | + style="stop-color:#FF6200" | |
207 | + id="midPointStop339" /> | |
208 | + <midPointStop | |
209 | + offset="0.5" | |
210 | + style="stop-color:#FF6200" | |
211 | + id="midPointStop341" /> | |
212 | + <midPointStop | |
213 | + offset="1" | |
214 | + style="stop-color:#F25D00" | |
215 | + id="midPointStop343" /> | |
216 | + </linearGradient><radialGradient | |
217 | + inkscape:collect="always" | |
218 | + xlink:href="#linearGradient2349" | |
219 | + id="radialGradient2355" | |
220 | + cx="24.023088" | |
221 | + cy="40.56913" | |
222 | + fx="24.023088" | |
223 | + fy="40.56913" | |
224 | + r="16.28684" | |
225 | + gradientTransform="matrix(1.000000,0.000000,0.000000,0.431250,1.157278e-15,23.07369)" | |
226 | + gradientUnits="userSpaceOnUse" /><radialGradient | |
227 | + inkscape:collect="always" | |
228 | + xlink:href="#linearGradient2368" | |
229 | + id="radialGradient2374" | |
230 | + cx="29.913452" | |
231 | + cy="30.442923" | |
232 | + fx="29.913452" | |
233 | + fy="30.442923" | |
234 | + r="4.0018832" | |
235 | + gradientTransform="matrix(22.65389,0,0,19.008508,-659.36838,-576.57091)" | |
236 | + gradientUnits="userSpaceOnUse" /><linearGradient | |
237 | + inkscape:collect="always" | |
238 | + xlink:href="#linearGradient2390" | |
239 | + id="linearGradient2396" | |
240 | + x1="30.603519" | |
241 | + y1="37.337803" | |
242 | + x2="30.603519" | |
243 | + y2="36.112415" | |
244 | + gradientUnits="userSpaceOnUse" | |
245 | + gradientTransform="matrix(1.263867,0,0,0.859794,-6.499556,8.390924)" /><linearGradient | |
246 | + id="linearGradient2152"><stop | |
247 | + style="stop-color:#9aa29a;stop-opacity:1.0000000;" | |
248 | + offset="0.0000000" | |
249 | + id="stop2154" /><stop | |
250 | + style="stop-color:#b5beb5;stop-opacity:1.0000000;" | |
251 | + offset="1.0000000" | |
252 | + id="stop2156" /></linearGradient><linearGradient | |
253 | + id="linearGradient37935"><stop | |
254 | + style="stop-color:#9497b3;stop-opacity:1.0000000;" | |
255 | + offset="0.0000000" | |
256 | + id="stop37937" /><stop | |
257 | + style="stop-color:#4c4059;stop-opacity:1.0000000;" | |
258 | + offset="1.0000000" | |
259 | + id="stop37939" /></linearGradient><linearGradient | |
260 | + id="linearGradient2145"><stop | |
261 | + id="stop2147" | |
262 | + offset="0.0000000" | |
263 | + style="stop-color:#fffffd;stop-opacity:1.0000000;" /><stop | |
264 | + id="stop2149" | |
265 | + offset="1.0000000" | |
266 | + style="stop-color:#cbcbc9;stop-opacity:1.0000000;" /></linearGradient><linearGradient | |
267 | + id="linearGradient42174"><stop | |
268 | + id="stop42176" | |
269 | + offset="0.0000000" | |
270 | + style="stop-color:#a0a0a0;stop-opacity:1.0000000;" /><stop | |
271 | + id="stop42178" | |
272 | + offset="1.0000000" | |
273 | + style="stop-color:#ffffff;stop-opacity:1.0000000;" /></linearGradient><linearGradient | |
274 | + id="linearGradient10653"><stop | |
275 | + id="stop10655" | |
276 | + offset="0.0000000" | |
277 | + style="stop-color:#f3f4ff;stop-opacity:1.0000000;" /><stop | |
278 | + id="stop10657" | |
279 | + offset="1.0000000" | |
280 | + style="stop-color:#9193af;stop-opacity:1.0000000;" /></linearGradient><linearGradient | |
281 | + id="linearGradient12512"><stop | |
282 | + id="stop12513" | |
283 | + offset="0.0000000" | |
284 | + style="stop-color:#ffffff;stop-opacity:1.0000000;" /><stop | |
285 | + id="stop12517" | |
286 | + offset="0.5" | |
287 | + style="stop-color:#ffffff;stop-opacity:0.89411765;" /><stop | |
288 | + id="stop12514" | |
289 | + offset="1" | |
290 | + style="stop-color:#ffffff;stop-opacity:0;" /></linearGradient><radialGradient | |
291 | + inkscape:collect="always" | |
292 | + xlink:href="#linearGradient12512" | |
293 | + id="radialGradient16040" | |
294 | + gradientUnits="userSpaceOnUse" | |
295 | + cx="55.000000" | |
296 | + cy="125.00000" | |
297 | + fx="55.000000" | |
298 | + fy="125.00000" | |
299 | + r="14.375000" /><mask | |
300 | + maskUnits="userSpaceOnUse" | |
301 | + id="mask16072"><path | |
302 | + transform="matrix(1.2526581,0,0,1.2526581,6.4712328,10.271256)" | |
303 | + d="M 24.050104,24.951983 L 13.838764,18.42619 L 3.6447755,24.979054 L 6.6956962,13.250912 L -2.6865637,5.580799 L 9.4103489,4.8582017 L 13.805782,-6.4350529 L 18.231164,4.8464998 L 30.329951,5.5369974 L 20.968075,13.231978 L 24.050104,24.951983 z " | |
304 | + inkscape:randomized="0" | |
305 | + inkscape:rounded="0" | |
306 | + inkscape:flatsided="false" | |
307 | + sodipodi:arg2="1.5694697" | |
308 | + sodipodi:arg1="0.94115114" | |
309 | + sodipodi:r2="7.5034404" | |
310 | + sodipodi:r1="17.357824" | |
311 | + sodipodi:cy="10.922756" | |
312 | + sodipodi:cx="13.82881" | |
313 | + sodipodi:sides="5" | |
314 | + id="path16074" | |
315 | + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" | |
316 | + sodipodi:type="star" /></mask></defs><sodipodi:namedview | |
317 | + inkscape:cy="27.210395" | |
318 | + inkscape:cx="24" | |
319 | + inkscape:zoom="1.7640841" | |
320 | + inkscape:window-height="586" | |
321 | + inkscape:window-width="1018" | |
322 | + inkscape:pageshadow="2" | |
323 | + inkscape:pageopacity="0.0" | |
324 | + borderopacity="0.21568627" | |
325 | + bordercolor="#666666" | |
326 | + pagecolor="#ffffff" | |
327 | + id="base" | |
328 | + inkscape:showpageshadow="false" | |
329 | + inkscape:window-x="0" | |
330 | + inkscape:window-y="0" | |
331 | + inkscape:current-layer="svg2" | |
332 | + fill="#555753" | |
333 | + showgrid="false" | |
334 | + stroke="#a40000" | |
335 | + showguides="true" | |
336 | + inkscape:guide-bbox="true" /> | |
337 | + <path | |
338 | + sodipodi:type="arc" | |
339 | + style="color:#000000;fill:url(#radialGradient16040);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25000024;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block" | |
340 | + id="path12511" | |
341 | + sodipodi:cx="55" | |
342 | + sodipodi:cy="125" | |
343 | + sodipodi:rx="14.375" | |
344 | + sodipodi:ry="14.375" | |
345 | + d="M 69.375 125 A 14.375 14.375 0 1 1 40.625,125 A 14.375 14.375 0 1 1 69.375 125 z" | |
346 | + transform="matrix(1.3639998,0,0,1.3639998,-52.19711,-147.6922)" | |
347 | + inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/stock_new-16.png" | |
348 | + inkscape:export-xdpi="33.852203" | |
349 | + inkscape:export-ydpi="33.852203" /><g | |
350 | + style="display:inline;opacity:0.5" | |
351 | + id="g5022" | |
352 | + transform="matrix(2.158196e-2,0,0,1.859457e-2,42.980852,41.63767)"><rect | |
353 | + y="-150.69685" | |
354 | + x="-1559.2523" | |
355 | + height="478.35718" | |
356 | + width="1339.6335" | |
357 | + id="rect4173" | |
358 | + style="opacity:0.40206185;color:#000000;fill:url(#linearGradient5027);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;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" /><path | |
359 | + sodipodi:nodetypes="cccc" | |
360 | + id="path5058" | |
361 | + d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " | |
362 | + style="opacity:0.40206185;color:#000000;fill:url(#radialGradient5029);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;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" /><path | |
363 | + style="opacity:0.40206185;color:#000000;fill:url(#radialGradient5031);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;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" | |
364 | + d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " | |
365 | + id="path5018" | |
366 | + sodipodi:nodetypes="cccc" /></g><path | |
367 | + style="fill:none" | |
368 | + id="path5" | |
369 | + d="M 46.963575,45.735573 L 1.6386762,45.735573 L 1.6386762,0.41067554 L 46.963575,0.41067554 L 46.963575,45.735573 z " /> | |
370 | +<path | |
371 | + sodipodi:type="star" | |
372 | + style="opacity:1;fill:#a40000;fill-opacity:1;stroke:#cc0000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" | |
373 | + id="path16047" | |
374 | + sodipodi:sides="5" | |
375 | + sodipodi:cx="13.82881" | |
376 | + sodipodi:cy="10.922756" | |
377 | + sodipodi:r1="17.357824" | |
378 | + sodipodi:r2="7.5034404" | |
379 | + sodipodi:arg1="0.94115114" | |
380 | + sodipodi:arg2="1.5694697" | |
381 | + inkscape:flatsided="false" | |
382 | + inkscape:rounded="0" | |
383 | + inkscape:randomized="0" | |
384 | + d="M 24.050104,24.951983 L 13.838764,18.42619 L 3.6447755,24.979054 L 6.6956962,13.250912 L -2.6865637,5.580799 L 9.4103489,4.8582017 L 13.805782,-6.4350529 L 18.231164,4.8464998 L 30.329951,5.5369974 L 20.968075,13.231978 L 24.050104,24.951983 z " | |
385 | + transform="matrix(1.2526581,0,0,1.2526581,6.4712328,10.271256)" /><path | |
386 | + style="opacity:0.39772728;color:#000000;fill:url(#radialGradient2374);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;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" | |
387 | + d="M -0.45612799,27.98834 C 21.391532,29.988195 32.923751,19.258268 53.095357,18.611918 L 53.244692,-4.6337334 L -0.56923149,-4.6701464 L -0.45612799,27.98834 z " | |
388 | + id="rect2363" | |
389 | + sodipodi:nodetypes="ccccc" | |
390 | + mask="url(#mask16072)" /><rect | |
391 | + style="opacity:0.5;fill:#888a85;fill-opacity:1;stroke:#babdb6;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" | |
392 | + id="rect17046" | |
393 | + width="6.6137786" | |
394 | + height="5.0104384" | |
395 | + x="-41.085594" | |
396 | + y="9.319416" | |
397 | + rx="0.38128215" | |
398 | + ry="0.38128215" /></svg> | |
0 | 399 | \ No newline at end of file | ... | ... |
982 Bytes
3 KB
4.05 KB
6.71 KB
13.5 KB
1.03 KB
3.59 KB
5.03 KB
2.06 KB
8.73 KB
3.46 KB
1 | +++ a/images/icons-app/system-users.svg | |
... | ... | @@ -0,0 +1,548 @@ |
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="48px" | |
13 | + height="48px" | |
14 | + id="svg2108" | |
15 | + sodipodi:version="0.32" | |
16 | + inkscape:version="0.46" | |
17 | + sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps" | |
18 | + sodipodi:docname="system-users.svg" | |
19 | + inkscape:output_extension="org.inkscape.output.svg.inkscape" | |
20 | + inkscape:export-filename="/home/aurium/Projetos/icons-dilma/system-users.png" | |
21 | + inkscape:export-xdpi="90" | |
22 | + inkscape:export-ydpi="90"> | |
23 | + <defs | |
24 | + id="defs3"> | |
25 | + <inkscape:perspective | |
26 | + sodipodi:type="inkscape:persp3d" | |
27 | + inkscape:vp_x="0 : 24 : 1" | |
28 | + inkscape:vp_y="0 : 1000 : 0" | |
29 | + inkscape:vp_z="48 : 24 : 1" | |
30 | + inkscape:persp3d-origin="24 : 16 : 1" | |
31 | + id="perspective72" /> | |
32 | + <linearGradient | |
33 | + inkscape:collect="always" | |
34 | + id="linearGradient4356"> | |
35 | + <stop | |
36 | + style="stop-color:#000000;stop-opacity:1;" | |
37 | + offset="0" | |
38 | + id="stop4358" /> | |
39 | + <stop | |
40 | + style="stop-color:#000000;stop-opacity:0;" | |
41 | + offset="1" | |
42 | + id="stop4360" /> | |
43 | + </linearGradient> | |
44 | + <linearGradient | |
45 | + id="linearGradient4344"> | |
46 | + <stop | |
47 | + style="stop-color:#727e0a;stop-opacity:1;" | |
48 | + offset="0" | |
49 | + id="stop4346" /> | |
50 | + <stop | |
51 | + style="stop-color:#5b6508;stop-opacity:1.0000000;" | |
52 | + offset="1.0000000" | |
53 | + id="stop4348" /> | |
54 | + </linearGradient> | |
55 | + <linearGradient | |
56 | + id="linearGradient4338"> | |
57 | + <stop | |
58 | + id="stop4340" | |
59 | + offset="0.0000000" | |
60 | + style="stop-color:#e9b15e;stop-opacity:1.0000000;" /> | |
61 | + <stop | |
62 | + id="stop4342" | |
63 | + offset="1.0000000" | |
64 | + style="stop-color:#966416;stop-opacity:1.0000000;" /> | |
65 | + </linearGradient> | |
66 | + <linearGradient | |
67 | + id="linearGradient4163"> | |
68 | + <stop | |
69 | + style="stop-color:#ff5555;stop-opacity:1" | |
70 | + offset="0.0000000" | |
71 | + id="stop4165" /> | |
72 | + <stop | |
73 | + style="stop-color:#a02c2c;stop-opacity:1" | |
74 | + offset="1.0000000" | |
75 | + id="stop4167" /> | |
76 | + </linearGradient> | |
77 | + <linearGradient | |
78 | + id="linearGradient3824"> | |
79 | + <stop | |
80 | + style="stop-color:#ffffff;stop-opacity:1;" | |
81 | + offset="0" | |
82 | + id="stop3826" /> | |
83 | + <stop | |
84 | + style="stop-color:#c9c9c9;stop-opacity:1.0000000;" | |
85 | + offset="1.0000000" | |
86 | + id="stop3828" /> | |
87 | + </linearGradient> | |
88 | + <linearGradient | |
89 | + inkscape:collect="always" | |
90 | + id="linearGradient3816"> | |
91 | + <stop | |
92 | + style="stop-color:#000000;stop-opacity:1;" | |
93 | + offset="0" | |
94 | + id="stop3818" /> | |
95 | + <stop | |
96 | + style="stop-color:#000000;stop-opacity:0;" | |
97 | + offset="1" | |
98 | + id="stop3820" /> | |
99 | + </linearGradient> | |
100 | + <linearGradient | |
101 | + id="linearGradient3800"> | |
102 | + <stop | |
103 | + style="stop-color:#f4d9b1;stop-opacity:1.0000000;" | |
104 | + offset="0.0000000" | |
105 | + id="stop3802" /> | |
106 | + <stop | |
107 | + style="stop-color:#df9725;stop-opacity:1.0000000;" | |
108 | + offset="1.0000000" | |
109 | + id="stop3804" /> | |
110 | + </linearGradient> | |
111 | + <radialGradient | |
112 | + inkscape:collect="always" | |
113 | + xlink:href="#linearGradient3800" | |
114 | + id="radialGradient3806" | |
115 | + cx="29.344931" | |
116 | + cy="17.064077" | |
117 | + fx="29.344931" | |
118 | + fy="17.064077" | |
119 | + r="9.1620579" | |
120 | + gradientUnits="userSpaceOnUse" /> | |
121 | + <radialGradient | |
122 | + inkscape:collect="always" | |
123 | + xlink:href="#linearGradient3816" | |
124 | + id="radialGradient3822" | |
125 | + cx="31.112698" | |
126 | + cy="19.008621" | |
127 | + fx="31.112698" | |
128 | + fy="19.008621" | |
129 | + r="8.6620579" | |
130 | + gradientUnits="userSpaceOnUse" /> | |
131 | + <linearGradient | |
132 | + inkscape:collect="always" | |
133 | + xlink:href="#linearGradient3824" | |
134 | + id="linearGradient3830" | |
135 | + x1="30.935921" | |
136 | + y1="29.553486" | |
137 | + x2="30.935921" | |
138 | + y2="35.803486" | |
139 | + gradientUnits="userSpaceOnUse" /> | |
140 | + <radialGradient | |
141 | + inkscape:collect="always" | |
142 | + xlink:href="#linearGradient4163" | |
143 | + id="radialGradient4169" | |
144 | + cx="28.089741" | |
145 | + cy="27.203083" | |
146 | + fx="28.089741" | |
147 | + fy="27.203083" | |
148 | + r="13.565360" | |
149 | + gradientTransform="matrix(1.297564,2.881172e-16,-1.964720e-16,0.884831,-8.358505,4.940469)" | |
150 | + gradientUnits="userSpaceOnUse" /> | |
151 | + <radialGradient | |
152 | + inkscape:collect="always" | |
153 | + xlink:href="#linearGradient3800" | |
154 | + id="radialGradient4171" | |
155 | + gradientUnits="userSpaceOnUse" | |
156 | + cx="29.344931" | |
157 | + cy="17.064077" | |
158 | + fx="29.344931" | |
159 | + fy="17.064077" | |
160 | + r="9.1620579" | |
161 | + gradientTransform="matrix(0.787998,3.877637e-16,-3.877637e-16,0.787998,6.221198,3.617627)" /> | |
162 | + <linearGradient | |
163 | + inkscape:collect="always" | |
164 | + xlink:href="#linearGradient3824" | |
165 | + id="linearGradient4175" | |
166 | + gradientUnits="userSpaceOnUse" | |
167 | + x1="30.935921" | |
168 | + y1="29.553486" | |
169 | + x2="30.935921" | |
170 | + y2="35.803486" | |
171 | + gradientTransform="translate(0.707108,0.000000)" /> | |
172 | + <radialGradient | |
173 | + inkscape:collect="always" | |
174 | + xlink:href="#linearGradient3816" | |
175 | + id="radialGradient4179" | |
176 | + gradientUnits="userSpaceOnUse" | |
177 | + cx="31.112698" | |
178 | + cy="19.008621" | |
179 | + fx="31.112698" | |
180 | + fy="19.008621" | |
181 | + r="8.6620579" /> | |
182 | + <linearGradient | |
183 | + inkscape:collect="always" | |
184 | + xlink:href="#linearGradient3824" | |
185 | + id="linearGradient4326" | |
186 | + gradientUnits="userSpaceOnUse" | |
187 | + gradientTransform="translate(-12.41789,-7.000000)" | |
188 | + x1="30.935921" | |
189 | + y1="29.553486" | |
190 | + x2="30.935921" | |
191 | + y2="35.803486" /> | |
192 | + <radialGradient | |
193 | + inkscape:collect="always" | |
194 | + xlink:href="#linearGradient4338" | |
195 | + id="radialGradient4328" | |
196 | + gradientUnits="userSpaceOnUse" | |
197 | + gradientTransform="matrix(0.787998,3.877637e-16,-3.877637e-16,0.787998,6.221198,3.617627)" | |
198 | + cx="29.344931" | |
199 | + cy="17.064077" | |
200 | + fx="29.344931" | |
201 | + fy="17.064077" | |
202 | + r="9.1620579" /> | |
203 | + <radialGradient | |
204 | + inkscape:collect="always" | |
205 | + xlink:href="#linearGradient3816" | |
206 | + id="radialGradient4330" | |
207 | + gradientUnits="userSpaceOnUse" | |
208 | + cx="31.112698" | |
209 | + cy="19.008621" | |
210 | + fx="31.112698" | |
211 | + fy="19.008621" | |
212 | + r="8.6620579" /> | |
213 | + <linearGradient | |
214 | + inkscape:collect="always" | |
215 | + xlink:href="#linearGradient3824" | |
216 | + id="linearGradient4332" | |
217 | + gradientUnits="userSpaceOnUse" | |
218 | + x1="30.935921" | |
219 | + y1="29.553486" | |
220 | + x2="30.935921" | |
221 | + y2="35.803486" | |
222 | + gradientTransform="translate(-13.12500,-7.000000)" /> | |
223 | + <radialGradient | |
224 | + inkscape:collect="always" | |
225 | + xlink:href="#linearGradient3816" | |
226 | + id="radialGradient4336" | |
227 | + gradientUnits="userSpaceOnUse" | |
228 | + cx="31.112698" | |
229 | + cy="19.008621" | |
230 | + fx="31.112698" | |
231 | + fy="19.008621" | |
232 | + r="8.6620579" /> | |
233 | + <radialGradient | |
234 | + inkscape:collect="always" | |
235 | + xlink:href="#linearGradient4344" | |
236 | + id="radialGradient4350" | |
237 | + cx="16.214741" | |
238 | + cy="19.836468" | |
239 | + fx="16.214741" | |
240 | + fy="19.836468" | |
241 | + r="13.565360" | |
242 | + gradientTransform="matrix(1.000000,0.000000,0.000000,0.681917,0.000000,8.233773)" | |
243 | + gradientUnits="userSpaceOnUse" /> | |
244 | + <linearGradient | |
245 | + inkscape:collect="always" | |
246 | + xlink:href="#linearGradient4356" | |
247 | + id="linearGradient4362" | |
248 | + x1="20.661695" | |
249 | + y1="35.817974" | |
250 | + x2="22.626925" | |
251 | + y2="36.217758" | |
252 | + gradientUnits="userSpaceOnUse" | |
253 | + gradientTransform="matrix(0.983375,0.181588,-0.181588,0.983375,6.231716,-2.651466)" /> | |
254 | + <linearGradient | |
255 | + inkscape:collect="always" | |
256 | + xlink:href="#linearGradient4356" | |
257 | + id="linearGradient4366" | |
258 | + gradientUnits="userSpaceOnUse" | |
259 | + x1="22.686766" | |
260 | + y1="36.390400" | |
261 | + x2="21.408455" | |
262 | + y2="35.739632" | |
263 | + gradientTransform="matrix(-0.977685,0.210075,0.210075,0.977685,55.10960,-3.945209)" /> | |
264 | + <linearGradient | |
265 | + inkscape:collect="always" | |
266 | + xlink:href="#linearGradient4356" | |
267 | + id="linearGradient4372" | |
268 | + gradientUnits="userSpaceOnUse" | |
269 | + gradientTransform="matrix(0.983375,0.181588,-0.181588,0.983375,-7.072120,-9.824920)" | |
270 | + x1="20.661695" | |
271 | + y1="35.817974" | |
272 | + x2="22.626925" | |
273 | + y2="36.217758" /> | |
274 | + <linearGradient | |
275 | + inkscape:collect="always" | |
276 | + xlink:href="#linearGradient4356" | |
277 | + id="linearGradient4374" | |
278 | + gradientUnits="userSpaceOnUse" | |
279 | + gradientTransform="matrix(-0.977685,0.210075,0.210075,0.977685,41.80576,-11.11866)" | |
280 | + x1="22.686766" | |
281 | + y1="36.390400" | |
282 | + x2="21.408455" | |
283 | + y2="35.739632" /> | |
284 | + <linearGradient | |
285 | + inkscape:collect="always" | |
286 | + xlink:href="#linearGradient4356" | |
287 | + id="linearGradient1366" | |
288 | + gradientUnits="userSpaceOnUse" | |
289 | + gradientTransform="matrix(-0.977685,0.210075,0.210075,0.977685,41.80576,-11.11866)" | |
290 | + x1="22.686766" | |
291 | + y1="36.390400" | |
292 | + x2="21.408455" | |
293 | + y2="35.739632" /> | |
294 | + <linearGradient | |
295 | + inkscape:collect="always" | |
296 | + xlink:href="#linearGradient4356" | |
297 | + id="linearGradient1369" | |
298 | + gradientUnits="userSpaceOnUse" | |
299 | + gradientTransform="matrix(0.983375,0.181588,-0.181588,0.983375,-7.072120,-9.824920)" | |
300 | + x1="20.661695" | |
301 | + y1="35.817974" | |
302 | + x2="22.626925" | |
303 | + y2="36.217758" /> | |
304 | + <linearGradient | |
305 | + inkscape:collect="always" | |
306 | + xlink:href="#linearGradient3824" | |
307 | + id="linearGradient1372" | |
308 | + gradientUnits="userSpaceOnUse" | |
309 | + gradientTransform="translate(-12.41789,-7.000000)" | |
310 | + x1="30.935921" | |
311 | + y1="29.553486" | |
312 | + x2="30.935921" | |
313 | + y2="35.803486" /> | |
314 | + <radialGradient | |
315 | + inkscape:collect="always" | |
316 | + xlink:href="#linearGradient4344" | |
317 | + id="radialGradient1381" | |
318 | + gradientUnits="userSpaceOnUse" | |
319 | + gradientTransform="matrix(1.000000,0.000000,0.000000,0.681917,0.000000,8.233773)" | |
320 | + cx="16.214741" | |
321 | + cy="19.836468" | |
322 | + fx="16.214741" | |
323 | + fy="19.836468" | |
324 | + r="13.565360" /> | |
325 | + </defs> | |
326 | + <sodipodi:namedview | |
327 | + inkscape:showpageshadow="false" | |
328 | + id="base" | |
329 | + pagecolor="#ffffff" | |
330 | + bordercolor="#666666" | |
331 | + borderopacity="1.0" | |
332 | + inkscape:pageopacity="0.0" | |
333 | + inkscape:pageshadow="2" | |
334 | + inkscape:zoom="12.5625" | |
335 | + inkscape:cx="24" | |
336 | + inkscape:cy="24" | |
337 | + inkscape:current-layer="layer2" | |
338 | + showgrid="false" | |
339 | + inkscape:grid-bbox="true" | |
340 | + inkscape:document-units="px" | |
341 | + fill="#9db029" | |
342 | + stroke="#727e0a" | |
343 | + inkscape:window-width="872" | |
344 | + inkscape:window-height="815" | |
345 | + inkscape:window-x="442" | |
346 | + inkscape:window-y="37" /> | |
347 | + <metadata | |
348 | + id="metadata4"> | |
349 | + <rdf:RDF> | |
350 | + <cc:Work | |
351 | + rdf:about=""> | |
352 | + <dc:format>image/svg+xml</dc:format> | |
353 | + <dc:type | |
354 | + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
355 | + <dc:title>People</dc:title> | |
356 | + <dc:creator> | |
357 | + <cc:Agent> | |
358 | + <dc:title>Jakub Steiner</dc:title> | |
359 | + </cc:Agent> | |
360 | + </dc:creator> | |
361 | + <dc:source>http://jimmac.musichall.cz</dc:source> | |
362 | + <dc:subject> | |
363 | + <rdf:Bag> | |
364 | + <rdf:li>users</rdf:li> | |
365 | + <rdf:li>people</rdf:li> | |
366 | + </rdf:Bag> | |
367 | + </dc:subject> | |
368 | + <cc:license | |
369 | + rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" /> | |
370 | + </cc:Work> | |
371 | + <cc:License | |
372 | + rdf:about="http://creativecommons.org/licenses/by-sa/2.0/"> | |
373 | + <cc:permits | |
374 | + rdf:resource="http://web.resource.org/cc/Reproduction" /> | |
375 | + <cc:permits | |
376 | + rdf:resource="http://web.resource.org/cc/Distribution" /> | |
377 | + <cc:requires | |
378 | + rdf:resource="http://web.resource.org/cc/Notice" /> | |
379 | + <cc:requires | |
380 | + rdf:resource="http://web.resource.org/cc/Attribution" /> | |
381 | + <cc:permits | |
382 | + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> | |
383 | + <cc:requires | |
384 | + rdf:resource="http://web.resource.org/cc/ShareAlike" /> | |
385 | + </cc:License> | |
386 | + </rdf:RDF> | |
387 | + </metadata> | |
388 | + <g | |
389 | + id="layer1" | |
390 | + inkscape:label="cipek" | |
391 | + inkscape:groupmode="layer" | |
392 | + style="display:inline"> | |
393 | + <path | |
394 | + transform="matrix(1.775510,0.000000,0.000000,0.959183,-37.37822,11.77153)" | |
395 | + sodipodi:type="arc" | |
396 | + style="opacity:1.0000000;color:#000000;fill:url(#radialGradient4336);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" | |
397 | + id="path4177" | |
398 | + sodipodi:cx="31.112698" | |
399 | + sodipodi:cy="19.008621" | |
400 | + sodipodi:rx="8.6620579" | |
401 | + sodipodi:ry="8.6620579" | |
402 | + d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" /> | |
403 | + <path | |
404 | + style="opacity:1.0000000;color:#000000;fill:url(#radialGradient1381);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#404604;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" | |
405 | + d="M 12.861174,34.636039 L 23.467776,34.636039 C 26.472980,34.636039 29.448260,33.534107 30.538843,30.393398 C 31.574482,27.410922 30.715620,21.731340 23.998106,17.135146 L 11.446960,17.135146 C 4.7294460,21.377786 3.8899690,27.179977 5.4365530,30.570174 C 7.0121480,34.023964 9.6791930,34.636039 12.861174,34.636039 z " | |
406 | + id="path2329" | |
407 | + sodipodi:nodetypes="cczcczc" /> | |
408 | + <path | |
409 | + sodipodi:nodetypes="cccc" | |
410 | + id="path3812" | |
411 | + d="M 17.932367,19.786797 C 17.932367,19.786797 15.781044,21.447132 15.966376,23.447330 C 13.925150,21.646536 13.866503,18.195806 13.866503,18.195806 L 17.932367,19.786797 z " | |
412 | + style="opacity:1.0000000;color:#000000;fill:#9db029;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> | |
413 | + <path | |
414 | + sodipodi:nodetypes="cczcczc" | |
415 | + id="path3838" | |
416 | + d="M 12.966639,33.571836 L 23.283309,33.571836 C 25.923032,33.571836 28.536470,32.603917 29.494421,29.845169 C 30.404110,27.225409 29.399699,22.236555 23.499142,18.199332 L 11.974417,18.199332 C 6.0738600,21.925999 5.0864770,27.022551 6.4449710,30.000446 C 7.8289490,33.034200 10.171638,33.571836 12.966639,33.571836 z " | |
417 | + style="opacity:0.21518983;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999976px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> | |
418 | + <path | |
419 | + style="opacity:1.0000000;color:#000000;fill:#9db029;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" | |
420 | + d="M 18.910795,19.786797 C 18.910795,19.786797 21.062118,21.447132 20.876786,23.447330 C 22.918012,21.646536 22.976659,18.195806 22.976659,18.195806 L 18.910795,19.786797 z " | |
421 | + id="path3810" | |
422 | + sodipodi:nodetypes="cccc" /> | |
423 | + <path | |
424 | + d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" | |
425 | + sodipodi:ry="8.6620579" | |
426 | + sodipodi:rx="8.6620579" | |
427 | + sodipodi:cy="19.008621" | |
428 | + sodipodi:cx="31.112698" | |
429 | + id="path3814" | |
430 | + style="opacity:1.0000000;color:#000000;fill:url(#radialGradient4330);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" | |
431 | + sodipodi:type="arc" | |
432 | + transform="translate(-13.25000,-3.500000)" /> | |
433 | + <path | |
434 | + sodipodi:type="arc" | |
435 | + style="opacity:1.0000000;color:#000000;fill:url(#radialGradient4328);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#6f4709;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" | |
436 | + id="path2327" | |
437 | + sodipodi:cx="31.112698" | |
438 | + sodipodi:cy="19.008621" | |
439 | + sodipodi:rx="8.6620579" | |
440 | + sodipodi:ry="8.6620579" | |
441 | + d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" | |
442 | + transform="translate(-13.12500,-7.000000)" /> | |
443 | + <path | |
444 | + d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" | |
445 | + sodipodi:ry="8.6620579" | |
446 | + sodipodi:rx="8.6620579" | |
447 | + sodipodi:cy="19.008621" | |
448 | + sodipodi:cx="31.112698" | |
449 | + id="path3834" | |
450 | + style="opacity:0.12658228;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.1401283px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" | |
451 | + sodipodi:type="arc" | |
452 | + transform="matrix(0.877095,0.000000,0.000000,0.877095,-9.301073,-4.663733)" /> | |
453 | + <path | |
454 | + style="opacity:1.0000000;color:#000000;fill:url(#linearGradient1372);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" | |
455 | + d="M 22.583894,27.034641 L 26.826534,27.034641 L 24.351661,24.736544 L 23.821331,25.443651 L 23.291000,24.913321 L 22.583894,27.034641 z " | |
456 | + id="path4173" /> | |
457 | + <path | |
458 | + style="opacity:0.22784807;color:#000000;fill:url(#linearGradient1369);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" | |
459 | + d="M 8.5479535,33.601747 C 7.3003465,33.056778 6.7419595,31.743470 6.7419595,31.743470 C 7.5832405,27.674334 10.461885,24.697254 10.461885,24.697254 C 10.461885,24.697254 8.1825635,31.108768 8.5479535,33.601747 z " | |
460 | + id="path4368" | |
461 | + sodipodi:nodetypes="cccc" /> | |
462 | + <path | |
463 | + sodipodi:nodetypes="cccc" | |
464 | + id="path4370" | |
465 | + d="M 27.453661,32.743396 C 28.684912,32.162418 29.258041,30.741075 29.258041,30.741075 C 28.298921,26.698092 25.281892,23.898254 25.281892,23.898254 C 25.281892,23.898254 27.746485,30.240856 27.453661,32.743396 z " | |
466 | + style="opacity:0.22784807;color:#000000;fill:url(#linearGradient1366);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> | |
467 | + </g> | |
468 | + <g | |
469 | + inkscape:groupmode="layer" | |
470 | + id="layer2" | |
471 | + inkscape:label="dalsi cipek" | |
472 | + style="display:inline"> | |
473 | + <path | |
474 | + transform="matrix(1.77551,0,0,0.583984,-24.25322,28.27856)" | |
475 | + sodipodi:type="arc" | |
476 | + style="opacity:1;color:black;fill:url(#radialGradient4179);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" | |
477 | + id="path4306" | |
478 | + sodipodi:cx="31.112698" | |
479 | + sodipodi:cy="19.008621" | |
480 | + sodipodi:rx="8.6620579" | |
481 | + sodipodi:ry="8.6620579" | |
482 | + d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.45064,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" /> | |
483 | + <path | |
484 | + style="opacity:1;color:#000000;fill:url(#radialGradient4169);fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:1px;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" | |
485 | + d="M 25.986174,41.636039 L 36.592776,41.636039 C 39.597980,41.636039 42.573260,40.534107 43.663843,37.393398 C 44.699482,34.410922 43.840620,28.731340 37.123106,24.135146 L 24.571960,24.135146 C 17.854446,28.377786 17.014969,34.179977 18.561553,37.570174 C 20.137148,41.023964 22.804193,41.636039 25.986174,41.636039 z " | |
486 | + id="path4308" | |
487 | + sodipodi:nodetypes="cczcczc" /> | |
488 | + <path | |
489 | + style="opacity:1.0000000;color:#000000;fill:url(#linearGradient3830);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" | |
490 | + d="M 26.693281,25.726136 C 29.875261,28.554563 31.289475,38.807612 31.289475,38.807612 C 31.289475,38.807612 32.703688,28.554564 35.178562,25.549360 L 26.693281,25.726136 z " | |
491 | + id="path4310" | |
492 | + sodipodi:nodetypes="cccc" /> | |
493 | + <path | |
494 | + sodipodi:nodetypes="cccc" | |
495 | + id="path4312" | |
496 | + d="M 28.972721,26.786797 C 28.972721,26.786797 26.821398,28.447132 27.006730,30.447330 C 24.965504,28.646536 24.906857,25.195806 24.906857,25.195806 L 28.972721,26.786797 z " | |
497 | + style="opacity:1;color:#000000;fill:#ad2f2f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" /> | |
498 | + <path | |
499 | + sodipodi:nodetypes="cczcczc" | |
500 | + id="path4314" | |
501 | + d="M 25.914862,40.593933 L 36.408309,40.571836 C 39.048032,40.571836 41.661470,39.603917 42.619421,36.845169 C 43.529110,34.225409 42.524699,29.236555 36.624142,25.199332 L 25.099417,24.956264 C 19.198860,28.682931 18.056797,33.779483 19.437388,37.000446 C 20.817980,40.221409 22.832599,40.571836 25.914862,40.593933 z " | |
502 | + style="opacity:0.21518983;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999976px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> | |
503 | + <path | |
504 | + style="opacity:1;color:#000000;fill:#a02c2c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" | |
505 | + d="M 33.410795,26.786797 C 33.410795,26.786797 35.562118,28.447132 35.376786,30.447330 C 37.418012,28.646536 37.476659,25.195806 37.476659,25.195806 L 33.410795,26.786797 z " | |
506 | + id="path4316" | |
507 | + sodipodi:nodetypes="cccc" /> | |
508 | + <path | |
509 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" | |
510 | + sodipodi:ry="8.6620579" | |
511 | + sodipodi:rx="8.6620579" | |
512 | + sodipodi:cy="19.008621" | |
513 | + sodipodi:cx="31.112698" | |
514 | + id="path4318" | |
515 | + style="opacity:1;fill:url(#radialGradient3822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" | |
516 | + sodipodi:type="arc" | |
517 | + transform="translate(-0.125,3.5)" /> | |
518 | + <path | |
519 | + sodipodi:type="arc" | |
520 | + style="opacity:1.0000000;color:#000000;fill:url(#radialGradient4171);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#c17d11;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" | |
521 | + id="path4320" | |
522 | + sodipodi:cx="31.112698" | |
523 | + sodipodi:cy="19.008621" | |
524 | + sodipodi:rx="8.6620579" | |
525 | + sodipodi:ry="8.6620579" | |
526 | + d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" /> | |
527 | + <path | |
528 | + d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" | |
529 | + sodipodi:ry="8.6620579" | |
530 | + sodipodi:rx="8.6620579" | |
531 | + sodipodi:cy="19.008621" | |
532 | + sodipodi:cx="31.112698" | |
533 | + id="path4322" | |
534 | + style="opacity:0.19620253;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.1401283px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" | |
535 | + sodipodi:type="arc" | |
536 | + transform="matrix(0.877095,0.000000,0.000000,0.877095,3.823927,2.336267)" /> | |
537 | + <path | |
538 | + style="opacity:0.22784807;color:#000000;fill:url(#linearGradient4362);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" | |
539 | + d="M 21.851790,40.775197 C 20.604183,40.230228 20.045796,38.916920 20.045796,38.916920 C 20.887077,34.847784 23.765721,31.870704 23.765721,31.870704 C 23.765721,31.870704 21.486400,38.282218 21.851790,40.775197 z " | |
540 | + id="path4354" | |
541 | + sodipodi:nodetypes="cccc" /> | |
542 | + <path | |
543 | + sodipodi:nodetypes="cccc" | |
544 | + id="path4364" | |
545 | + d="M 40.757497,39.916846 C 41.988748,39.335868 42.561877,37.914525 42.561877,37.914525 C 41.602757,33.871542 38.585728,31.071704 38.585728,31.071704 C 38.585728,31.071704 41.050321,37.414306 40.757497,39.916846 z " | |
546 | + style="opacity:0.22784807;color:#000000;fill:url(#linearGradient4366);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> | |
547 | + </g> | |
548 | +</svg> | ... | ... |
1 | +++ a/images/icons-app/user_icon.svg | |
... | ... | @@ -0,0 +1,529 @@ |
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="48px" | |
13 | + height="48px" | |
14 | + id="svg2108" | |
15 | + sodipodi:version="0.32" | |
16 | + inkscape:version="0.46" | |
17 | + sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps" | |
18 | + sodipodi:docname="user_icon.svg" | |
19 | + inkscape:output_extension="org.inkscape.output.svg.inkscape" | |
20 | + inkscape:export-filename="/home/aurium/Projetos/icons-dilma/user_icon.png" | |
21 | + inkscape:export-xdpi="281.25" | |
22 | + inkscape:export-ydpi="281.25"> | |
23 | + <defs | |
24 | + id="defs3"> | |
25 | + <linearGradient | |
26 | + id="linearGradient2458"> | |
27 | + <stop | |
28 | + id="stop2460" | |
29 | + offset="0" | |
30 | + style="stop-color:#d3d7cf;stop-opacity:1" /> | |
31 | + <stop | |
32 | + id="stop2462" | |
33 | + offset="1.0000000" | |
34 | + style="stop-color:#888a85;stop-opacity:1" /> | |
35 | + </linearGradient> | |
36 | + <linearGradient | |
37 | + id="linearGradient2966"> | |
38 | + <stop | |
39 | + style="stop-color:#ffd1d1;stop-opacity:1;" | |
40 | + offset="0" | |
41 | + id="stop2968" /> | |
42 | + <stop | |
43 | + id="stop3006" | |
44 | + offset="0.5" | |
45 | + style="stop-color:#ef2929;stop-opacity:1" /> | |
46 | + <stop | |
47 | + style="stop-color:#a40000;stop-opacity:1" | |
48 | + offset="1" | |
49 | + id="stop2970" /> | |
50 | + </linearGradient> | |
51 | + <linearGradient | |
52 | + id="linearGradient2974"> | |
53 | + <stop | |
54 | + style="stop-color:#c1c1c1;stop-opacity:1;" | |
55 | + offset="0" | |
56 | + id="stop2976" /> | |
57 | + <stop | |
58 | + style="stop-color:#acacac;stop-opacity:1;" | |
59 | + offset="1" | |
60 | + id="stop2978" /> | |
61 | + </linearGradient> | |
62 | + <linearGradient | |
63 | + id="linearGradient2994"> | |
64 | + <stop | |
65 | + style="stop-color:#000000;stop-opacity:1;" | |
66 | + offset="0" | |
67 | + id="stop2996" /> | |
68 | + <stop | |
69 | + style="stop-color:#c9c9c9;stop-opacity:1;" | |
70 | + offset="1" | |
71 | + id="stop2998" /> | |
72 | + </linearGradient> | |
73 | + <inkscape:perspective | |
74 | + sodipodi:type="inkscape:persp3d" | |
75 | + inkscape:vp_x="0 : 24 : 1" | |
76 | + inkscape:vp_y="0 : 1000 : 0" | |
77 | + inkscape:vp_z="48 : 24 : 1" | |
78 | + inkscape:persp3d-origin="24 : 16 : 1" | |
79 | + id="perspective72" /> | |
80 | + <linearGradient | |
81 | + inkscape:collect="always" | |
82 | + id="linearGradient4356"> | |
83 | + <stop | |
84 | + style="stop-color:#000000;stop-opacity:1;" | |
85 | + offset="0" | |
86 | + id="stop4358" /> | |
87 | + <stop | |
88 | + style="stop-color:#000000;stop-opacity:0;" | |
89 | + offset="1" | |
90 | + id="stop4360" /> | |
91 | + </linearGradient> | |
92 | + <linearGradient | |
93 | + id="linearGradient4344"> | |
94 | + <stop | |
95 | + style="stop-color:#727e0a;stop-opacity:1;" | |
96 | + offset="0" | |
97 | + id="stop4346" /> | |
98 | + <stop | |
99 | + style="stop-color:#5b6508;stop-opacity:1.0000000;" | |
100 | + offset="1.0000000" | |
101 | + id="stop4348" /> | |
102 | + </linearGradient> | |
103 | + <linearGradient | |
104 | + id="linearGradient4338"> | |
105 | + <stop | |
106 | + id="stop4340" | |
107 | + offset="0.0000000" | |
108 | + style="stop-color:#eeeeec;stop-opacity:1" /> | |
109 | + <stop | |
110 | + id="stop4342" | |
111 | + offset="1.0000000" | |
112 | + style="stop-color:#babdb6;stop-opacity:1" /> | |
113 | + </linearGradient> | |
114 | + <linearGradient | |
115 | + id="linearGradient4163"> | |
116 | + <stop | |
117 | + style="stop-color:#3b74bc;stop-opacity:1.0000000;" | |
118 | + offset="0.0000000" | |
119 | + id="stop4165" /> | |
120 | + <stop | |
121 | + style="stop-color:#2d5990;stop-opacity:1.0000000;" | |
122 | + offset="1.0000000" | |
123 | + id="stop4167" /> | |
124 | + </linearGradient> | |
125 | + <linearGradient | |
126 | + id="linearGradient3824"> | |
127 | + <stop | |
128 | + style="stop-color:#ffffff;stop-opacity:1;" | |
129 | + offset="0" | |
130 | + id="stop3826" /> | |
131 | + <stop | |
132 | + style="stop-color:#c9c9c9;stop-opacity:1.0000000;" | |
133 | + offset="1.0000000" | |
134 | + id="stop3828" /> | |
135 | + </linearGradient> | |
136 | + <linearGradient | |
137 | + inkscape:collect="always" | |
138 | + id="linearGradient3816"> | |
139 | + <stop | |
140 | + style="stop-color:#000000;stop-opacity:1;" | |
141 | + offset="0" | |
142 | + id="stop3818" /> | |
143 | + <stop | |
144 | + style="stop-color:#000000;stop-opacity:0;" | |
145 | + offset="1" | |
146 | + id="stop3820" /> | |
147 | + </linearGradient> | |
148 | + <linearGradient | |
149 | + id="linearGradient3800"> | |
150 | + <stop | |
151 | + style="stop-color:#f4d9b1;stop-opacity:1.0000000;" | |
152 | + offset="0.0000000" | |
153 | + id="stop3802" /> | |
154 | + <stop | |
155 | + style="stop-color:#df9725;stop-opacity:1.0000000;" | |
156 | + offset="1.0000000" | |
157 | + id="stop3804" /> | |
158 | + </linearGradient> | |
159 | + <radialGradient | |
160 | + inkscape:collect="always" | |
161 | + xlink:href="#linearGradient3800" | |
162 | + id="radialGradient3806" | |
163 | + cx="29.344931" | |
164 | + cy="17.064077" | |
165 | + fx="29.344931" | |
166 | + fy="17.064077" | |
167 | + r="9.1620579" | |
168 | + gradientUnits="userSpaceOnUse" /> | |
169 | + <radialGradient | |
170 | + inkscape:collect="always" | |
171 | + xlink:href="#linearGradient3816" | |
172 | + id="radialGradient3822" | |
173 | + cx="31.112698" | |
174 | + cy="19.008621" | |
175 | + fx="31.112698" | |
176 | + fy="19.008621" | |
177 | + r="8.6620579" | |
178 | + gradientUnits="userSpaceOnUse" /> | |
179 | + <linearGradient | |
180 | + inkscape:collect="always" | |
181 | + xlink:href="#linearGradient3824" | |
182 | + id="linearGradient3830" | |
183 | + x1="30.935921" | |
184 | + y1="29.553486" | |
185 | + x2="30.935921" | |
186 | + y2="35.803486" | |
187 | + gradientUnits="userSpaceOnUse" /> | |
188 | + <radialGradient | |
189 | + inkscape:collect="always" | |
190 | + xlink:href="#linearGradient4163" | |
191 | + id="radialGradient4169" | |
192 | + cx="28.089741" | |
193 | + cy="27.203083" | |
194 | + fx="28.089741" | |
195 | + fy="27.203083" | |
196 | + r="13.565360" | |
197 | + gradientTransform="matrix(1.297564,2.881172e-16,-1.964720e-16,0.884831,-8.358505,4.940469)" | |
198 | + gradientUnits="userSpaceOnUse" /> | |
199 | + <radialGradient | |
200 | + inkscape:collect="always" | |
201 | + xlink:href="#linearGradient3800" | |
202 | + id="radialGradient4171" | |
203 | + gradientUnits="userSpaceOnUse" | |
204 | + cx="29.344931" | |
205 | + cy="17.064077" | |
206 | + fx="29.344931" | |
207 | + fy="17.064077" | |
208 | + r="9.1620579" | |
209 | + gradientTransform="matrix(0.787998,3.877637e-16,-3.877637e-16,0.787998,6.221198,3.617627)" /> | |
210 | + <linearGradient | |
211 | + inkscape:collect="always" | |
212 | + xlink:href="#linearGradient3824" | |
213 | + id="linearGradient4175" | |
214 | + gradientUnits="userSpaceOnUse" | |
215 | + x1="30.935921" | |
216 | + y1="29.553486" | |
217 | + x2="30.935921" | |
218 | + y2="35.803486" | |
219 | + gradientTransform="translate(0.707108,0.000000)" /> | |
220 | + <radialGradient | |
221 | + inkscape:collect="always" | |
222 | + xlink:href="#linearGradient3816" | |
223 | + id="radialGradient4179" | |
224 | + gradientUnits="userSpaceOnUse" | |
225 | + cx="31.112698" | |
226 | + cy="19.008621" | |
227 | + fx="31.112698" | |
228 | + fy="19.008621" | |
229 | + r="8.6620579" /> | |
230 | + <linearGradient | |
231 | + inkscape:collect="always" | |
232 | + xlink:href="#linearGradient3824" | |
233 | + id="linearGradient4326" | |
234 | + gradientUnits="userSpaceOnUse" | |
235 | + gradientTransform="translate(-12.41789,-7.000000)" | |
236 | + x1="30.935921" | |
237 | + y1="29.553486" | |
238 | + x2="30.935921" | |
239 | + y2="35.803486" /> | |
240 | + <linearGradient | |
241 | + inkscape:collect="always" | |
242 | + xlink:href="#linearGradient3824" | |
243 | + id="linearGradient4332" | |
244 | + gradientUnits="userSpaceOnUse" | |
245 | + x1="30.935921" | |
246 | + y1="29.553486" | |
247 | + x2="30.935921" | |
248 | + y2="35.803486" | |
249 | + gradientTransform="translate(-13.12500,-7.000000)" /> | |
250 | + <radialGradient | |
251 | + inkscape:collect="always" | |
252 | + xlink:href="#linearGradient4344" | |
253 | + id="radialGradient4350" | |
254 | + cx="16.214741" | |
255 | + cy="19.836468" | |
256 | + fx="16.214741" | |
257 | + fy="19.836468" | |
258 | + r="13.565360" | |
259 | + gradientTransform="matrix(1.000000,0.000000,0.000000,0.681917,0.000000,8.233773)" | |
260 | + gradientUnits="userSpaceOnUse" /> | |
261 | + <linearGradient | |
262 | + inkscape:collect="always" | |
263 | + xlink:href="#linearGradient4356" | |
264 | + id="linearGradient4362" | |
265 | + x1="20.661695" | |
266 | + y1="35.817974" | |
267 | + x2="22.626925" | |
268 | + y2="36.217758" | |
269 | + gradientUnits="userSpaceOnUse" | |
270 | + gradientTransform="matrix(0.983375,0.181588,-0.181588,0.983375,6.231716,-2.651466)" /> | |
271 | + <linearGradient | |
272 | + inkscape:collect="always" | |
273 | + xlink:href="#linearGradient4356" | |
274 | + id="linearGradient4366" | |
275 | + gradientUnits="userSpaceOnUse" | |
276 | + x1="22.686766" | |
277 | + y1="36.390400" | |
278 | + x2="21.408455" | |
279 | + y2="35.739632" | |
280 | + gradientTransform="matrix(-0.977685,0.210075,0.210075,0.977685,55.10960,-3.945209)" /> | |
281 | + <linearGradient | |
282 | + inkscape:collect="always" | |
283 | + xlink:href="#linearGradient4356" | |
284 | + id="linearGradient4372" | |
285 | + gradientUnits="userSpaceOnUse" | |
286 | + gradientTransform="matrix(0.983375,0.181588,-0.181588,0.983375,-7.072120,-9.824920)" | |
287 | + x1="20.661695" | |
288 | + y1="35.817974" | |
289 | + x2="22.626925" | |
290 | + y2="36.217758" /> | |
291 | + <linearGradient | |
292 | + inkscape:collect="always" | |
293 | + xlink:href="#linearGradient4356" | |
294 | + id="linearGradient4374" | |
295 | + gradientUnits="userSpaceOnUse" | |
296 | + gradientTransform="matrix(-0.977685,0.210075,0.210075,0.977685,41.80576,-11.11866)" | |
297 | + x1="22.686766" | |
298 | + y1="36.390400" | |
299 | + x2="21.408455" | |
300 | + y2="35.739632" /> | |
301 | + <linearGradient | |
302 | + inkscape:collect="always" | |
303 | + xlink:href="#linearGradient3824" | |
304 | + id="linearGradient1372" | |
305 | + gradientUnits="userSpaceOnUse" | |
306 | + gradientTransform="translate(-12.41789,-7.000000)" | |
307 | + x1="30.935921" | |
308 | + y1="29.553486" | |
309 | + x2="30.935921" | |
310 | + y2="35.803486" /> | |
311 | + <radialGradient | |
312 | + inkscape:collect="always" | |
313 | + xlink:href="#linearGradient3816" | |
314 | + id="radialGradient2484" | |
315 | + gradientUnits="userSpaceOnUse" | |
316 | + cx="31.112698" | |
317 | + cy="19.008621" | |
318 | + fx="31.112698" | |
319 | + fy="19.008621" | |
320 | + r="8.6620579" /> | |
321 | + <radialGradient | |
322 | + inkscape:collect="always" | |
323 | + xlink:href="#linearGradient2458" | |
324 | + id="radialGradient2486" | |
325 | + gradientUnits="userSpaceOnUse" | |
326 | + gradientTransform="matrix(1.1202081,0,0,1.0425413,-1.9491435,1.0802597)" | |
327 | + cx="16.214741" | |
328 | + cy="19.836468" | |
329 | + fx="16.214741" | |
330 | + fy="19.836468" | |
331 | + r="13.565360" /> | |
332 | + <radialGradient | |
333 | + inkscape:collect="always" | |
334 | + xlink:href="#linearGradient3816" | |
335 | + id="radialGradient2488" | |
336 | + gradientUnits="userSpaceOnUse" | |
337 | + cx="31.112698" | |
338 | + cy="19.008621" | |
339 | + fx="31.112698" | |
340 | + fy="19.008621" | |
341 | + r="8.6620579" /> | |
342 | + <radialGradient | |
343 | + inkscape:collect="always" | |
344 | + xlink:href="#linearGradient4338" | |
345 | + id="radialGradient2490" | |
346 | + gradientUnits="userSpaceOnUse" | |
347 | + gradientTransform="matrix(0.787998,0,0,0.787998,6.221198,3.617627)" | |
348 | + cx="29.344931" | |
349 | + cy="17.064077" | |
350 | + fx="29.344931" | |
351 | + fy="17.064077" | |
352 | + r="9.1620579" /> | |
353 | + <linearGradient | |
354 | + inkscape:collect="always" | |
355 | + xlink:href="#linearGradient4356" | |
356 | + id="linearGradient2492" | |
357 | + gradientUnits="userSpaceOnUse" | |
358 | + gradientTransform="matrix(0.983375,0.181588,-0.181588,0.983375,-7.07212,-9.82492)" | |
359 | + x1="20.661695" | |
360 | + y1="35.817974" | |
361 | + x2="23.735197" | |
362 | + y2="35.990902" /> | |
363 | + <linearGradient | |
364 | + inkscape:collect="always" | |
365 | + xlink:href="#linearGradient4356" | |
366 | + id="linearGradient2494" | |
367 | + gradientUnits="userSpaceOnUse" | |
368 | + gradientTransform="matrix(-0.977685,0.210075,0.210075,0.977685,41.80576,-11.11866)" | |
369 | + x1="22.686766" | |
370 | + y1="36.390400" | |
371 | + x2="21.408455" | |
372 | + y2="35.739632" /> | |
373 | + </defs> | |
374 | + <sodipodi:namedview | |
375 | + inkscape:showpageshadow="false" | |
376 | + id="base" | |
377 | + pagecolor="#ffffff" | |
378 | + bordercolor="#666666" | |
379 | + borderopacity="1.0" | |
380 | + inkscape:pageopacity="0.0" | |
381 | + inkscape:pageshadow="2" | |
382 | + inkscape:zoom="11.583333" | |
383 | + inkscape:cx="24" | |
384 | + inkscape:cy="24" | |
385 | + inkscape:current-layer="g2472" | |
386 | + showgrid="true" | |
387 | + inkscape:grid-bbox="true" | |
388 | + inkscape:document-units="px" | |
389 | + fill="#9db029" | |
390 | + stroke="#727e0a" | |
391 | + inkscape:window-width="1280" | |
392 | + inkscape:window-height="749" | |
393 | + inkscape:window-x="152" | |
394 | + inkscape:window-y="0" | |
395 | + gridtolerance="10"> | |
396 | + <inkscape:grid | |
397 | + type="xygrid" | |
398 | + id="grid2444" | |
399 | + visible="true" | |
400 | + enabled="true" /> | |
401 | + </sodipodi:namedview> | |
402 | + <metadata | |
403 | + id="metadata4"> | |
404 | + <rdf:RDF> | |
405 | + <cc:Work | |
406 | + rdf:about=""> | |
407 | + <dc:format>image/svg+xml</dc:format> | |
408 | + <dc:type | |
409 | + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
410 | + <dc:title>People</dc:title> | |
411 | + <dc:creator> | |
412 | + <cc:Agent> | |
413 | + <dc:title>Jakub Steiner</dc:title> | |
414 | + </cc:Agent> | |
415 | + </dc:creator> | |
416 | + <dc:source>http://jimmac.musichall.cz</dc:source> | |
417 | + <dc:subject> | |
418 | + <rdf:Bag> | |
419 | + <rdf:li>users</rdf:li> | |
420 | + <rdf:li>people</rdf:li> | |
421 | + </rdf:Bag> | |
422 | + </dc:subject> | |
423 | + <cc:license | |
424 | + rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> | |
425 | + </cc:Work> | |
426 | + <cc:License | |
427 | + rdf:about="http://creativecommons.org/licenses/publicdomain/"> | |
428 | + <cc:permits | |
429 | + rdf:resource="http://creativecommons.org/ns#Reproduction" /> | |
430 | + <cc:permits | |
431 | + rdf:resource="http://creativecommons.org/ns#Distribution" /> | |
432 | + <cc:permits | |
433 | + rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> | |
434 | + </cc:License> | |
435 | + </rdf:RDF> | |
436 | + </metadata> | |
437 | + <g | |
438 | + id="layer1" | |
439 | + inkscape:label="cipek" | |
440 | + inkscape:groupmode="layer" | |
441 | + style="display:inline"> | |
442 | + <g | |
443 | + id="g2472" | |
444 | + transform="matrix(1.2264924,0,0,1.2264924,3.0625934,-0.6447248)"> | |
445 | + <path | |
446 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" | |
447 | + sodipodi:ry="8.6620579" | |
448 | + sodipodi:rx="8.6620579" | |
449 | + sodipodi:cy="19.008621" | |
450 | + sodipodi:cx="31.112698" | |
451 | + id="path4177" | |
452 | + style="opacity:1;fill:url(#radialGradient2484);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" | |
453 | + sodipodi:type="arc" | |
454 | + transform="matrix(1.77551,0,0,0.959183,-37.37822,11.77153)" /> | |
455 | + <path | |
456 | + sodipodi:nodetypes="cczcczc" | |
457 | + id="path2329" | |
458 | + d="M 12.861174,34.636039 L 23.467776,34.636039 C 26.47298,34.636039 29.44826,33.534107 30.538843,30.393398 C 31.574482,27.410922 30.71562,21.73134 23.998106,17.135146 L 11.44696,17.135146 C 4.729446,21.377786 3.889969,27.179977 5.436553,30.570174 C 7.012148,34.023964 9.679193,34.636039 12.861174,34.636039 z" | |
459 | + style="opacity:1;fill:url(#radialGradient2486);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1px;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" /> | |
460 | + <path | |
461 | + style="opacity:0.21518986;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999976px;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" | |
462 | + d="M 12.966639,33.571836 L 23.283309,33.571836 C 25.923032,33.571836 28.53647,32.603917 29.494421,29.845169 C 30.40411,27.225409 29.399699,22.236555 23.499142,18.199332 L 11.974417,18.199332 C 6.07386,21.925999 5.086477,27.022551 6.444971,30.000446 C 7.828949,33.0342 10.171638,33.571836 12.966639,33.571836 z" | |
463 | + id="path3838" | |
464 | + sodipodi:nodetypes="cczcczc" /> | |
465 | + <path | |
466 | + sodipodi:type="arc" | |
467 | + style="opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.44444454000000000;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" | |
468 | + id="path3234" | |
469 | + sodipodi:cx="23" | |
470 | + sodipodi:cy="25" | |
471 | + sodipodi:rx="2" | |
472 | + sodipodi:ry="2" | |
473 | + d="M 25,25 A 2,2 0 1 1 21,25 A 2,2 0 1 1 25,25 z" | |
474 | + transform="matrix(1.8344997,0,0,1.8344992,-24.307198,-25.768815)" /> | |
475 | + <path | |
476 | + transform="translate(-13.25,-3.5)" | |
477 | + sodipodi:type="arc" | |
478 | + style="opacity:1;fill:url(#radialGradient2488);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" | |
479 | + id="path3814" | |
480 | + sodipodi:cx="31.112698" | |
481 | + sodipodi:cy="19.008621" | |
482 | + sodipodi:rx="8.6620579" | |
483 | + sodipodi:ry="8.6620579" | |
484 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" /> | |
485 | + <path | |
486 | + transform="translate(-13.125,-7)" | |
487 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" | |
488 | + sodipodi:ry="8.6620579" | |
489 | + sodipodi:rx="8.6620579" | |
490 | + sodipodi:cy="19.008621" | |
491 | + sodipodi:cx="31.112698" | |
492 | + id="path2327" | |
493 | + style="opacity:1;fill:url(#radialGradient2490);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1px;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" | |
494 | + sodipodi:type="arc" /> | |
495 | + <path | |
496 | + transform="matrix(0.877095,0,0,0.877095,-9.301073,-4.663733)" | |
497 | + sodipodi:type="arc" | |
498 | + style="opacity:0.25;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.14012825000000007px;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" | |
499 | + id="path3834" | |
500 | + sodipodi:cx="31.112698" | |
501 | + sodipodi:cy="19.008621" | |
502 | + sodipodi:rx="8.6620579" | |
503 | + sodipodi:ry="8.6620579" | |
504 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" /> | |
505 | + <path | |
506 | + sodipodi:nodetypes="cccc" | |
507 | + id="path4368" | |
508 | + d="M 10.548297,33.954328 C 8.5573817,33.76821 7.1996663,32.495401 6.7131225,31.74347 C 7.5544035,27.674334 10.461885,24.697254 10.461885,24.697254 C 10.461885,24.697254 10.182907,31.461349 10.548297,33.954328 z" | |
509 | + style="opacity:0.50000000000000000;fill:url(#linearGradient2492);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" /> | |
510 | + <path | |
511 | + style="opacity:0.3;fill:url(#linearGradient2494);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" | |
512 | + d="M 27.641458,33.153412 C 28.95922,32.471506 29.719433,31.0727 29.719433,31.0727 C 28.760313,27.029717 25.281892,23.898254 25.281892,23.898254 C 25.281892,23.898254 27.934282,30.650872 27.641458,33.153412 z" | |
513 | + id="path4370" | |
514 | + sodipodi:nodetypes="cccc" /> | |
515 | + <path | |
516 | + style="font-size:10.6519537px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;opacity:0.5;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L" | |
517 | + d="M 17.954158,31.088035 C 17.560036,31.088035 17.251129,31.396942 17.251129,31.76976 C 17.251129,32.15323 17.560036,32.462137 17.943506,32.462137 C 18.316324,32.462137 18.625231,32.15323 18.625231,31.76976 C 18.625231,31.396942 18.316324,31.088035 17.954158,31.088035 M 18.188501,30.470222 C 18.177849,29.511547 18.401541,29.149379 19.125873,28.872429 L 19.477388,28.744605 C 19.967377,28.574174 20.286936,28.361135 20.510627,28.094836 C 20.766274,27.753974 20.915401,27.327895 20.915401,26.912469 C 20.915401,26.284005 20.595842,25.698146 20.073897,25.38924 C 19.59456,25.101637 18.966093,24.931206 18.358932,24.931206 C 17.655904,24.931206 16.888962,25.154897 16.462885,25.485108 C 16.004851,25.847274 15.7279,26.31596 15.7279,26.742038 C 15.7279,27.18942 16.004851,27.519631 16.388321,27.519631 C 16.697227,27.519631 16.963527,27.274635 16.963527,27.008337 C 16.963527,26.901817 16.942222,26.837905 16.835703,26.614215 C 16.761139,26.475739 16.739835,26.390523 16.739835,26.273352 C 16.739835,25.762059 17.410909,25.357284 18.252413,25.357284 C 19.22174,25.357284 19.76499,25.889883 19.76499,26.816602 C 19.76499,27.402459 19.509343,27.881797 19.030006,28.212008 L 18.422844,28.627434 C 17.847639,29.010904 17.687859,29.319812 17.687859,30.001536 C 17.687859,30.140011 17.698511,30.257183 17.709163,30.470222 L 18.188501,30.470222" | |
518 | + id="text3236" /> | |
519 | + </g> | |
520 | + <g | |
521 | + id="g2725" | |
522 | + transform="translate(-25.239548,15.75)" /> | |
523 | + </g> | |
524 | + <g | |
525 | + inkscape:groupmode="layer" | |
526 | + id="layer2" | |
527 | + inkscape:label="dalsi cipek" | |
528 | + style="display:inline" /> | |
529 | +</svg> | ... | ... |
1 | +++ a/images/icons-app/users.svg | |
... | ... | @@ -0,0 +1,863 @@ |
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="48px" | |
13 | + height="48px" | |
14 | + id="svg2108" | |
15 | + sodipodi:version="0.32" | |
16 | + inkscape:version="0.46" | |
17 | + sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps" | |
18 | + sodipodi:docname="users.svg" | |
19 | + inkscape:output_extension="org.inkscape.output.svg.inkscape" | |
20 | + inkscape:export-filename="/home/aurium/Projetos/icons-dilma/user_icon_size.png" | |
21 | + inkscape:export-xdpi="207.54997" | |
22 | + inkscape:export-ydpi="207.54997"> | |
23 | + <defs | |
24 | + id="defs3"> | |
25 | + <linearGradient | |
26 | + id="linearGradient2458"> | |
27 | + <stop | |
28 | + id="stop2460" | |
29 | + offset="0" | |
30 | + style="stop-color:#d3d7cf;stop-opacity:1" /> | |
31 | + <stop | |
32 | + id="stop2462" | |
33 | + offset="1.0000000" | |
34 | + style="stop-color:#888a85;stop-opacity:1" /> | |
35 | + </linearGradient> | |
36 | + <linearGradient | |
37 | + id="linearGradient2966"> | |
38 | + <stop | |
39 | + style="stop-color:#ffd1d1;stop-opacity:1;" | |
40 | + offset="0" | |
41 | + id="stop2968" /> | |
42 | + <stop | |
43 | + id="stop3006" | |
44 | + offset="0.5" | |
45 | + style="stop-color:#ef2929;stop-opacity:1" /> | |
46 | + <stop | |
47 | + style="stop-color:#a40000;stop-opacity:1" | |
48 | + offset="1" | |
49 | + id="stop2970" /> | |
50 | + </linearGradient> | |
51 | + <linearGradient | |
52 | + id="linearGradient2974"> | |
53 | + <stop | |
54 | + style="stop-color:#c1c1c1;stop-opacity:1;" | |
55 | + offset="0" | |
56 | + id="stop2976" /> | |
57 | + <stop | |
58 | + style="stop-color:#acacac;stop-opacity:1;" | |
59 | + offset="1" | |
60 | + id="stop2978" /> | |
61 | + </linearGradient> | |
62 | + <linearGradient | |
63 | + id="linearGradient2994"> | |
64 | + <stop | |
65 | + style="stop-color:#000000;stop-opacity:1;" | |
66 | + offset="0" | |
67 | + id="stop2996" /> | |
68 | + <stop | |
69 | + style="stop-color:#c9c9c9;stop-opacity:1;" | |
70 | + offset="1" | |
71 | + id="stop2998" /> | |
72 | + </linearGradient> | |
73 | + <inkscape:perspective | |
74 | + sodipodi:type="inkscape:persp3d" | |
75 | + inkscape:vp_x="0 : 24 : 1" | |
76 | + inkscape:vp_y="0 : 1000 : 0" | |
77 | + inkscape:vp_z="48 : 24 : 1" | |
78 | + inkscape:persp3d-origin="24 : 16 : 1" | |
79 | + id="perspective72" /> | |
80 | + <linearGradient | |
81 | + inkscape:collect="always" | |
82 | + id="linearGradient4356"> | |
83 | + <stop | |
84 | + style="stop-color:#000000;stop-opacity:1;" | |
85 | + offset="0" | |
86 | + id="stop4358" /> | |
87 | + <stop | |
88 | + style="stop-color:#000000;stop-opacity:0;" | |
89 | + offset="1" | |
90 | + id="stop4360" /> | |
91 | + </linearGradient> | |
92 | + <linearGradient | |
93 | + id="linearGradient4344"> | |
94 | + <stop | |
95 | + style="stop-color:#727e0a;stop-opacity:1;" | |
96 | + offset="0" | |
97 | + id="stop4346" /> | |
98 | + <stop | |
99 | + style="stop-color:#5b6508;stop-opacity:1.0000000;" | |
100 | + offset="1.0000000" | |
101 | + id="stop4348" /> | |
102 | + </linearGradient> | |
103 | + <linearGradient | |
104 | + id="linearGradient4338"> | |
105 | + <stop | |
106 | + id="stop4340" | |
107 | + offset="0.0000000" | |
108 | + style="stop-color:#eeeeec;stop-opacity:1" /> | |
109 | + <stop | |
110 | + id="stop4342" | |
111 | + offset="1.0000000" | |
112 | + style="stop-color:#babdb6;stop-opacity:1" /> | |
113 | + </linearGradient> | |
114 | + <linearGradient | |
115 | + id="linearGradient4163"> | |
116 | + <stop | |
117 | + style="stop-color:#3b74bc;stop-opacity:1.0000000;" | |
118 | + offset="0.0000000" | |
119 | + id="stop4165" /> | |
120 | + <stop | |
121 | + style="stop-color:#2d5990;stop-opacity:1.0000000;" | |
122 | + offset="1.0000000" | |
123 | + id="stop4167" /> | |
124 | + </linearGradient> | |
125 | + <linearGradient | |
126 | + id="linearGradient3824"> | |
127 | + <stop | |
128 | + style="stop-color:#ffffff;stop-opacity:1;" | |
129 | + offset="0" | |
130 | + id="stop3826" /> | |
131 | + <stop | |
132 | + style="stop-color:#c9c9c9;stop-opacity:1.0000000;" | |
133 | + offset="1.0000000" | |
134 | + id="stop3828" /> | |
135 | + </linearGradient> | |
136 | + <linearGradient | |
137 | + inkscape:collect="always" | |
138 | + id="linearGradient3816"> | |
139 | + <stop | |
140 | + style="stop-color:#000000;stop-opacity:1;" | |
141 | + offset="0" | |
142 | + id="stop3818" /> | |
143 | + <stop | |
144 | + style="stop-color:#000000;stop-opacity:0;" | |
145 | + offset="1" | |
146 | + id="stop3820" /> | |
147 | + </linearGradient> | |
148 | + <linearGradient | |
149 | + id="linearGradient3800"> | |
150 | + <stop | |
151 | + style="stop-color:#f4d9b1;stop-opacity:1.0000000;" | |
152 | + offset="0.0000000" | |
153 | + id="stop3802" /> | |
154 | + <stop | |
155 | + style="stop-color:#df9725;stop-opacity:1.0000000;" | |
156 | + offset="1.0000000" | |
157 | + id="stop3804" /> | |
158 | + </linearGradient> | |
159 | + <radialGradient | |
160 | + inkscape:collect="always" | |
161 | + xlink:href="#linearGradient3800" | |
162 | + id="radialGradient3806" | |
163 | + cx="29.344931" | |
164 | + cy="17.064077" | |
165 | + fx="29.344931" | |
166 | + fy="17.064077" | |
167 | + r="9.1620579" | |
168 | + gradientUnits="userSpaceOnUse" /> | |
169 | + <radialGradient | |
170 | + inkscape:collect="always" | |
171 | + xlink:href="#linearGradient3816" | |
172 | + id="radialGradient3822" | |
173 | + cx="31.112698" | |
174 | + cy="19.008621" | |
175 | + fx="31.112698" | |
176 | + fy="19.008621" | |
177 | + r="8.6620579" | |
178 | + gradientUnits="userSpaceOnUse" /> | |
179 | + <linearGradient | |
180 | + inkscape:collect="always" | |
181 | + xlink:href="#linearGradient3824" | |
182 | + id="linearGradient3830" | |
183 | + x1="30.935921" | |
184 | + y1="29.553486" | |
185 | + x2="30.935921" | |
186 | + y2="35.803486" | |
187 | + gradientUnits="userSpaceOnUse" /> | |
188 | + <radialGradient | |
189 | + inkscape:collect="always" | |
190 | + xlink:href="#linearGradient4163" | |
191 | + id="radialGradient4169" | |
192 | + cx="28.089741" | |
193 | + cy="27.203083" | |
194 | + fx="28.089741" | |
195 | + fy="27.203083" | |
196 | + r="13.565360" | |
197 | + gradientTransform="matrix(1.297564,2.881172e-16,-1.964720e-16,0.884831,-8.358505,4.940469)" | |
198 | + gradientUnits="userSpaceOnUse" /> | |
199 | + <radialGradient | |
200 | + inkscape:collect="always" | |
201 | + xlink:href="#linearGradient3800" | |
202 | + id="radialGradient4171" | |
203 | + gradientUnits="userSpaceOnUse" | |
204 | + cx="29.344931" | |
205 | + cy="17.064077" | |
206 | + fx="29.344931" | |
207 | + fy="17.064077" | |
208 | + r="9.1620579" | |
209 | + gradientTransform="matrix(0.787998,3.877637e-16,-3.877637e-16,0.787998,6.221198,3.617627)" /> | |
210 | + <linearGradient | |
211 | + inkscape:collect="always" | |
212 | + xlink:href="#linearGradient3824" | |
213 | + id="linearGradient4175" | |
214 | + gradientUnits="userSpaceOnUse" | |
215 | + x1="30.935921" | |
216 | + y1="29.553486" | |
217 | + x2="30.935921" | |
218 | + y2="35.803486" | |
219 | + gradientTransform="translate(0.707108,0.000000)" /> | |
220 | + <radialGradient | |
221 | + inkscape:collect="always" | |
222 | + xlink:href="#linearGradient3816" | |
223 | + id="radialGradient4179" | |
224 | + gradientUnits="userSpaceOnUse" | |
225 | + cx="31.112698" | |
226 | + cy="19.008621" | |
227 | + fx="31.112698" | |
228 | + fy="19.008621" | |
229 | + r="8.6620579" /> | |
230 | + <linearGradient | |
231 | + inkscape:collect="always" | |
232 | + xlink:href="#linearGradient3824" | |
233 | + id="linearGradient4326" | |
234 | + gradientUnits="userSpaceOnUse" | |
235 | + gradientTransform="translate(-12.41789,-7.000000)" | |
236 | + x1="30.935921" | |
237 | + y1="29.553486" | |
238 | + x2="30.935921" | |
239 | + y2="35.803486" /> | |
240 | + <linearGradient | |
241 | + inkscape:collect="always" | |
242 | + xlink:href="#linearGradient3824" | |
243 | + id="linearGradient4332" | |
244 | + gradientUnits="userSpaceOnUse" | |
245 | + x1="30.935921" | |
246 | + y1="29.553486" | |
247 | + x2="30.935921" | |
248 | + y2="35.803486" | |
249 | + gradientTransform="translate(-13.12500,-7.000000)" /> | |
250 | + <radialGradient | |
251 | + inkscape:collect="always" | |
252 | + xlink:href="#linearGradient4344" | |
253 | + id="radialGradient4350" | |
254 | + cx="16.214741" | |
255 | + cy="19.836468" | |
256 | + fx="16.214741" | |
257 | + fy="19.836468" | |
258 | + r="13.565360" | |
259 | + gradientTransform="matrix(1.000000,0.000000,0.000000,0.681917,0.000000,8.233773)" | |
260 | + gradientUnits="userSpaceOnUse" /> | |
261 | + <linearGradient | |
262 | + inkscape:collect="always" | |
263 | + xlink:href="#linearGradient4356" | |
264 | + id="linearGradient4362" | |
265 | + x1="20.661695" | |
266 | + y1="35.817974" | |
267 | + x2="22.626925" | |
268 | + y2="36.217758" | |
269 | + gradientUnits="userSpaceOnUse" | |
270 | + gradientTransform="matrix(0.983375,0.181588,-0.181588,0.983375,6.231716,-2.651466)" /> | |
271 | + <linearGradient | |
272 | + inkscape:collect="always" | |
273 | + xlink:href="#linearGradient4356" | |
274 | + id="linearGradient4366" | |
275 | + gradientUnits="userSpaceOnUse" | |
276 | + x1="22.686766" | |
277 | + y1="36.390400" | |
278 | + x2="21.408455" | |
279 | + y2="35.739632" | |
280 | + gradientTransform="matrix(-0.977685,0.210075,0.210075,0.977685,55.10960,-3.945209)" /> | |
281 | + <linearGradient | |
282 | + inkscape:collect="always" | |
283 | + xlink:href="#linearGradient4356" | |
284 | + id="linearGradient4372" | |
285 | + gradientUnits="userSpaceOnUse" | |
286 | + gradientTransform="matrix(0.983375,0.181588,-0.181588,0.983375,-7.072120,-9.824920)" | |
287 | + x1="20.661695" | |
288 | + y1="35.817974" | |
289 | + x2="22.626925" | |
290 | + y2="36.217758" /> | |
291 | + <linearGradient | |
292 | + inkscape:collect="always" | |
293 | + xlink:href="#linearGradient4356" | |
294 | + id="linearGradient4374" | |
295 | + gradientUnits="userSpaceOnUse" | |
296 | + gradientTransform="matrix(-0.977685,0.210075,0.210075,0.977685,41.80576,-11.11866)" | |
297 | + x1="22.686766" | |
298 | + y1="36.390400" | |
299 | + x2="21.408455" | |
300 | + y2="35.739632" /> | |
301 | + <linearGradient | |
302 | + inkscape:collect="always" | |
303 | + xlink:href="#linearGradient3824" | |
304 | + id="linearGradient1372" | |
305 | + gradientUnits="userSpaceOnUse" | |
306 | + gradientTransform="translate(-12.41789,-7.000000)" | |
307 | + x1="30.935921" | |
308 | + y1="29.553486" | |
309 | + x2="30.935921" | |
310 | + y2="35.803486" /> | |
311 | + <radialGradient | |
312 | + inkscape:collect="always" | |
313 | + xlink:href="#linearGradient3816" | |
314 | + id="radialGradient2484" | |
315 | + gradientUnits="userSpaceOnUse" | |
316 | + cx="31.112698" | |
317 | + cy="19.008621" | |
318 | + fx="31.112698" | |
319 | + fy="19.008621" | |
320 | + r="8.6620579" /> | |
321 | + <radialGradient | |
322 | + inkscape:collect="always" | |
323 | + xlink:href="#linearGradient2458" | |
324 | + id="radialGradient2486" | |
325 | + gradientUnits="userSpaceOnUse" | |
326 | + gradientTransform="matrix(0.9400546,0,0,0.8962218,-1.1670325,5.5749458)" | |
327 | + cx="16.214741" | |
328 | + cy="19.836468" | |
329 | + fx="16.214741" | |
330 | + fy="19.836468" | |
331 | + r="13.565360" /> | |
332 | + <radialGradient | |
333 | + inkscape:collect="always" | |
334 | + xlink:href="#linearGradient3816" | |
335 | + id="radialGradient2488" | |
336 | + gradientUnits="userSpaceOnUse" | |
337 | + cx="31.112698" | |
338 | + cy="19.008621" | |
339 | + fx="31.112698" | |
340 | + fy="19.008621" | |
341 | + r="8.6620579" /> | |
342 | + <radialGradient | |
343 | + inkscape:collect="always" | |
344 | + xlink:href="#linearGradient4338" | |
345 | + id="radialGradient2490" | |
346 | + gradientUnits="userSpaceOnUse" | |
347 | + gradientTransform="matrix(0.787998,0,0,0.787998,6.221198,3.617627)" | |
348 | + cx="29.344931" | |
349 | + cy="17.064077" | |
350 | + fx="29.344931" | |
351 | + fy="17.064077" | |
352 | + r="9.1620579" /> | |
353 | + <linearGradient | |
354 | + inkscape:collect="always" | |
355 | + xlink:href="#linearGradient4356" | |
356 | + id="linearGradient2492" | |
357 | + gradientUnits="userSpaceOnUse" | |
358 | + gradientTransform="matrix(0.8252271,0.1561023,-0.1523848,0.8453595,-5.4661238,-3.7997043)" | |
359 | + x1="20.661695" | |
360 | + y1="35.817974" | |
361 | + x2="23.735197" | |
362 | + y2="35.990902" /> | |
363 | + <linearGradient | |
364 | + inkscape:collect="always" | |
365 | + xlink:href="#linearGradient4356" | |
366 | + id="linearGradient2494" | |
367 | + gradientUnits="userSpaceOnUse" | |
368 | + gradientTransform="matrix(-0.8204521,0.1805912,0.1762904,0.840468,35.55114,-4.9118693)" | |
369 | + x1="22.686766" | |
370 | + y1="36.390400" | |
371 | + x2="21.408455" | |
372 | + y2="35.739632" /> | |
373 | + <radialGradient | |
374 | + inkscape:collect="always" | |
375 | + xlink:href="#linearGradient3816" | |
376 | + id="radialGradient3292" | |
377 | + gradientUnits="userSpaceOnUse" | |
378 | + cx="31.112698" | |
379 | + cy="19.008621" | |
380 | + fx="31.112698" | |
381 | + fy="19.008621" | |
382 | + r="8.6620579" /> | |
383 | + <radialGradient | |
384 | + inkscape:collect="always" | |
385 | + xlink:href="#linearGradient2458" | |
386 | + id="radialGradient3294" | |
387 | + gradientUnits="userSpaceOnUse" | |
388 | + gradientTransform="matrix(0.9400546,0,0,0.8962218,-1.1670325,5.5749458)" | |
389 | + cx="16.214741" | |
390 | + cy="19.836468" | |
391 | + fx="16.214741" | |
392 | + fy="19.836468" | |
393 | + r="13.565360" /> | |
394 | + <radialGradient | |
395 | + inkscape:collect="always" | |
396 | + xlink:href="#linearGradient3816" | |
397 | + id="radialGradient3296" | |
398 | + gradientUnits="userSpaceOnUse" | |
399 | + cx="31.112698" | |
400 | + cy="19.008621" | |
401 | + fx="31.112698" | |
402 | + fy="19.008621" | |
403 | + r="8.6620579" /> | |
404 | + <radialGradient | |
405 | + inkscape:collect="always" | |
406 | + xlink:href="#linearGradient4338" | |
407 | + id="radialGradient3298" | |
408 | + gradientUnits="userSpaceOnUse" | |
409 | + gradientTransform="matrix(0.787998,0,0,0.787998,6.221198,3.617627)" | |
410 | + cx="29.344931" | |
411 | + cy="17.064077" | |
412 | + fx="29.344931" | |
413 | + fy="17.064077" | |
414 | + r="9.1620579" /> | |
415 | + <linearGradient | |
416 | + inkscape:collect="always" | |
417 | + xlink:href="#linearGradient4356" | |
418 | + id="linearGradient3300" | |
419 | + gradientUnits="userSpaceOnUse" | |
420 | + gradientTransform="matrix(0.8252271,0.1561023,-0.1523848,0.8453595,-5.4661238,-3.7997043)" | |
421 | + x1="20.661695" | |
422 | + y1="35.817974" | |
423 | + x2="23.735197" | |
424 | + y2="35.990902" /> | |
425 | + <linearGradient | |
426 | + inkscape:collect="always" | |
427 | + xlink:href="#linearGradient4356" | |
428 | + id="linearGradient3302" | |
429 | + gradientUnits="userSpaceOnUse" | |
430 | + gradientTransform="matrix(-0.8204521,0.1805912,0.1762904,0.840468,35.55114,-4.9118693)" | |
431 | + x1="22.686766" | |
432 | + y1="36.390400" | |
433 | + x2="21.408455" | |
434 | + y2="35.739632" /> | |
435 | + <radialGradient | |
436 | + inkscape:collect="always" | |
437 | + xlink:href="#linearGradient3816" | |
438 | + id="radialGradient3324" | |
439 | + gradientUnits="userSpaceOnUse" | |
440 | + cx="31.112698" | |
441 | + cy="19.008621" | |
442 | + fx="31.112698" | |
443 | + fy="19.008621" | |
444 | + r="8.6620579" /> | |
445 | + <radialGradient | |
446 | + inkscape:collect="always" | |
447 | + xlink:href="#linearGradient2458" | |
448 | + id="radialGradient3326" | |
449 | + gradientUnits="userSpaceOnUse" | |
450 | + gradientTransform="matrix(0.9400546,0,0,0.8962218,-1.1670325,5.5749458)" | |
451 | + cx="16.214741" | |
452 | + cy="19.836468" | |
453 | + fx="16.214741" | |
454 | + fy="19.836468" | |
455 | + r="13.565360" /> | |
456 | + <radialGradient | |
457 | + inkscape:collect="always" | |
458 | + xlink:href="#linearGradient3816" | |
459 | + id="radialGradient3328" | |
460 | + gradientUnits="userSpaceOnUse" | |
461 | + cx="31.112698" | |
462 | + cy="19.008621" | |
463 | + fx="31.112698" | |
464 | + fy="19.008621" | |
465 | + r="8.6620579" /> | |
466 | + <radialGradient | |
467 | + inkscape:collect="always" | |
468 | + xlink:href="#linearGradient4338" | |
469 | + id="radialGradient3330" | |
470 | + gradientUnits="userSpaceOnUse" | |
471 | + gradientTransform="matrix(0.787998,0,0,0.787998,6.221198,3.617627)" | |
472 | + cx="29.344931" | |
473 | + cy="17.064077" | |
474 | + fx="29.344931" | |
475 | + fy="17.064077" | |
476 | + r="9.1620579" /> | |
477 | + <linearGradient | |
478 | + inkscape:collect="always" | |
479 | + xlink:href="#linearGradient4356" | |
480 | + id="linearGradient3332" | |
481 | + gradientUnits="userSpaceOnUse" | |
482 | + gradientTransform="matrix(0.8252271,0.1561023,-0.1523848,0.8453595,-5.4661238,-3.7997043)" | |
483 | + x1="20.661695" | |
484 | + y1="35.817974" | |
485 | + x2="23.735197" | |
486 | + y2="35.990902" /> | |
487 | + <linearGradient | |
488 | + inkscape:collect="always" | |
489 | + xlink:href="#linearGradient4356" | |
490 | + id="linearGradient3334" | |
491 | + gradientUnits="userSpaceOnUse" | |
492 | + gradientTransform="matrix(-0.8204521,0.1805912,0.1762904,0.840468,35.55114,-4.9118693)" | |
493 | + x1="22.686766" | |
494 | + y1="36.390400" | |
495 | + x2="21.408455" | |
496 | + y2="35.739632" /> | |
497 | + <radialGradient | |
498 | + inkscape:collect="always" | |
499 | + xlink:href="#linearGradient3816" | |
500 | + id="radialGradient3356" | |
501 | + gradientUnits="userSpaceOnUse" | |
502 | + cx="31.112698" | |
503 | + cy="19.008621" | |
504 | + fx="31.112698" | |
505 | + fy="19.008621" | |
506 | + r="8.6620579" /> | |
507 | + <radialGradient | |
508 | + inkscape:collect="always" | |
509 | + xlink:href="#linearGradient2458" | |
510 | + id="radialGradient3358" | |
511 | + gradientUnits="userSpaceOnUse" | |
512 | + gradientTransform="matrix(0.9400546,0,0,0.8962218,-1.1670325,5.5749458)" | |
513 | + cx="16.214741" | |
514 | + cy="19.836468" | |
515 | + fx="16.214741" | |
516 | + fy="19.836468" | |
517 | + r="13.565360" /> | |
518 | + <radialGradient | |
519 | + inkscape:collect="always" | |
520 | + xlink:href="#linearGradient3816" | |
521 | + id="radialGradient3360" | |
522 | + gradientUnits="userSpaceOnUse" | |
523 | + cx="31.112698" | |
524 | + cy="19.008621" | |
525 | + fx="31.112698" | |
526 | + fy="19.008621" | |
527 | + r="8.6620579" /> | |
528 | + <radialGradient | |
529 | + inkscape:collect="always" | |
530 | + xlink:href="#linearGradient4338" | |
531 | + id="radialGradient3362" | |
532 | + gradientUnits="userSpaceOnUse" | |
533 | + gradientTransform="matrix(0.787998,0,0,0.787998,6.221198,3.617627)" | |
534 | + cx="29.344931" | |
535 | + cy="17.064077" | |
536 | + fx="29.344931" | |
537 | + fy="17.064077" | |
538 | + r="9.1620579" /> | |
539 | + <linearGradient | |
540 | + inkscape:collect="always" | |
541 | + xlink:href="#linearGradient4356" | |
542 | + id="linearGradient3364" | |
543 | + gradientUnits="userSpaceOnUse" | |
544 | + gradientTransform="matrix(0.8252271,0.1561023,-0.1523848,0.8453595,-5.4661238,-3.7997043)" | |
545 | + x1="20.661695" | |
546 | + y1="35.817974" | |
547 | + x2="23.735197" | |
548 | + y2="35.990902" /> | |
549 | + <linearGradient | |
550 | + inkscape:collect="always" | |
551 | + xlink:href="#linearGradient4356" | |
552 | + id="linearGradient3366" | |
553 | + gradientUnits="userSpaceOnUse" | |
554 | + gradientTransform="matrix(-0.8204521,0.1805912,0.1762904,0.840468,35.55114,-4.9118693)" | |
555 | + x1="22.686766" | |
556 | + y1="36.390400" | |
557 | + x2="21.408455" | |
558 | + y2="35.739632" /> | |
559 | + </defs> | |
560 | + <sodipodi:namedview | |
561 | + inkscape:showpageshadow="false" | |
562 | + id="base" | |
563 | + pagecolor="#ffffff" | |
564 | + bordercolor="#666666" | |
565 | + borderopacity="1.0" | |
566 | + inkscape:pageopacity="0.0" | |
567 | + inkscape:pageshadow="2" | |
568 | + inkscape:zoom="11.583333" | |
569 | + inkscape:cx="24" | |
570 | + inkscape:cy="24" | |
571 | + inkscape:current-layer="g2472" | |
572 | + showgrid="true" | |
573 | + inkscape:grid-bbox="true" | |
574 | + inkscape:document-units="px" | |
575 | + fill="#9db029" | |
576 | + stroke="#727e0a" | |
577 | + inkscape:window-width="1280" | |
578 | + inkscape:window-height="749" | |
579 | + inkscape:window-x="152" | |
580 | + inkscape:window-y="0" | |
581 | + gridtolerance="10"> | |
582 | + <inkscape:grid | |
583 | + type="xygrid" | |
584 | + id="grid2444" | |
585 | + visible="true" | |
586 | + enabled="true" /> | |
587 | + </sodipodi:namedview> | |
588 | + <metadata | |
589 | + id="metadata4"> | |
590 | + <rdf:RDF> | |
591 | + <cc:Work | |
592 | + rdf:about=""> | |
593 | + <dc:format>image/svg+xml</dc:format> | |
594 | + <dc:type | |
595 | + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
596 | + <dc:title>People</dc:title> | |
597 | + <dc:creator> | |
598 | + <cc:Agent> | |
599 | + <dc:title>Jakub Steiner</dc:title> | |
600 | + </cc:Agent> | |
601 | + </dc:creator> | |
602 | + <dc:source>http://jimmac.musichall.cz</dc:source> | |
603 | + <dc:subject> | |
604 | + <rdf:Bag> | |
605 | + <rdf:li>users</rdf:li> | |
606 | + <rdf:li>people</rdf:li> | |
607 | + </rdf:Bag> | |
608 | + </dc:subject> | |
609 | + <cc:license | |
610 | + rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> | |
611 | + </cc:Work> | |
612 | + <cc:License | |
613 | + rdf:about="http://creativecommons.org/licenses/publicdomain/"> | |
614 | + <cc:permits | |
615 | + rdf:resource="http://creativecommons.org/ns#Reproduction" /> | |
616 | + <cc:permits | |
617 | + rdf:resource="http://creativecommons.org/ns#Distribution" /> | |
618 | + <cc:permits | |
619 | + rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> | |
620 | + </cc:License> | |
621 | + </rdf:RDF> | |
622 | + </metadata> | |
623 | + <g | |
624 | + id="layer1" | |
625 | + inkscape:label="cipek" | |
626 | + inkscape:groupmode="layer" | |
627 | + style="display:inline"> | |
628 | + <g | |
629 | + id="g2472" | |
630 | + transform="matrix(1.2264924,0,0,1.2264924,3.0625934,-0.6447248)"> | |
631 | + <g | |
632 | + id="g3336" | |
633 | + transform="translate(4.0766679,-6.2377995)"> | |
634 | + <path | |
635 | + transform="matrix(1.5060314,0,0,0.6118254,-31.416405,20.00117)" | |
636 | + sodipodi:type="arc" | |
637 | + style="opacity:1;fill:url(#radialGradient3356);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" | |
638 | + id="path3338" | |
639 | + sodipodi:cx="31.112698" | |
640 | + sodipodi:cy="19.008621" | |
641 | + sodipodi:rx="8.6620579" | |
642 | + sodipodi:ry="8.6620579" | |
643 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" /> | |
644 | + <path | |
645 | + style="opacity:1;fill:url(#radialGradient3358);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:0.81533319;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" | |
646 | + d="M 11.261468,34.42121 L 20.162298,34.42121 C 22.684202,34.42121 25.180992,33.473933 26.096186,30.774018 C 26.965271,28.210129 26.244533,23.32767 20.607341,19.376547 L 10.074688,19.376547 C 4.4374961,23.023737 3.733025,28.011597 5.0308851,30.925984 C 6.3530904,33.895039 8.5912172,34.42121 11.261468,34.42121 z" | |
647 | + id="path3340" | |
648 | + sodipodi:nodetypes="cczcczc" /> | |
649 | + <path | |
650 | + sodipodi:nodetypes="cczcczc" | |
651 | + id="path3342" | |
652 | + d="M 11.307877,33.564941 L 20.113557,33.564941 C 22.366663,33.564941 24.597335,32.723015 25.414982,30.323373 C 26.191438,28.044627 25.334134,23.705173 20.297778,20.193476 L 10.460978,20.193476 C 5.4246212,23.435041 4.5818512,27.868176 5.7413789,30.458439 C 6.9226581,33.097289 8.9222347,33.564941 11.307877,33.564941 z" | |
653 | + style="opacity:0.21518986;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.81533313;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" /> | |
654 | + <path | |
655 | + transform="matrix(1.5394726,0,0,1.5770294,-19.92943,-17.505891)" | |
656 | + d="M 25,25 A 2,2 0 1 1 21,25 A 2,2 0 1 1 25,25 z" | |
657 | + sodipodi:ry="2" | |
658 | + sodipodi:rx="2" | |
659 | + sodipodi:cy="25" | |
660 | + sodipodi:cx="23" | |
661 | + id="path3344" | |
662 | + style="opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.52327418;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" | |
663 | + sodipodi:type="arc" /> | |
664 | + <path | |
665 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" | |
666 | + sodipodi:ry="8.6620579" | |
667 | + sodipodi:rx="8.6620579" | |
668 | + sodipodi:cy="19.008621" | |
669 | + sodipodi:cx="31.112698" | |
670 | + id="path3346" | |
671 | + style="opacity:1;fill:url(#radialGradient3360);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" | |
672 | + sodipodi:type="arc" | |
673 | + transform="matrix(0.7530157,0,0,0.6424454,-7.988054,7.7392283)" /> | |
674 | + <path | |
675 | + sodipodi:type="arc" | |
676 | + style="opacity:1;fill:url(#radialGradient3362);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:0.96245086;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" | |
677 | + id="path3348" | |
678 | + sodipodi:cx="31.112698" | |
679 | + sodipodi:cy="19.008621" | |
680 | + sodipodi:rx="8.6620579" | |
681 | + sodipodi:ry="8.6620579" | |
682 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" | |
683 | + transform="matrix(0.8025562,0,0,0.8025562,-9.5293924,0.4766428)" /> | |
684 | + <path | |
685 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" | |
686 | + sodipodi:ry="8.6620579" | |
687 | + sodipodi:rx="8.6620579" | |
688 | + sodipodi:cy="19.008621" | |
689 | + sodipodi:cx="31.112698" | |
690 | + id="path3350" | |
691 | + style="opacity:0.25;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.08275723;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" | |
692 | + sodipodi:type="arc" | |
693 | + transform="matrix(0.7133833,0,0,0.7133833,-6.754982,2.1716979)" /> | |
694 | + <path | |
695 | + style="opacity:0.5;fill:url(#linearGradient3364);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" | |
696 | + d="M 9.3205504,33.835175 C 7.6498172,33.675179 6.5104518,32.581007 6.1021547,31.934608 C 6.8081395,28.436571 9.2480354,25.877322 9.2480354,25.877322 C 9.2480354,25.877322 9.0139231,31.692083 9.3205504,33.835175 z" | |
697 | + id="path3352" | |
698 | + sodipodi:nodetypes="cccc" /> | |
699 | + <path | |
700 | + sodipodi:nodetypes="cccc" | |
701 | + id="path3354" | |
702 | + d="M 23.664763,33.146667 C 24.770601,32.560466 25.408555,31.35798 25.408555,31.35798 C 24.603681,27.882425 21.684665,25.19046 21.684665,25.19046 C 21.684665,25.19046 23.910494,30.995355 23.664763,33.146667 z" | |
703 | + style="opacity:0.3;fill:url(#linearGradient3366);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" /> | |
704 | + </g> | |
705 | + <g | |
706 | + id="g3281" | |
707 | + transform="translate(-5.7073316,-0.530467)"> | |
708 | + <path | |
709 | + transform="matrix(1.5060314,0,0,0.6118254,-31.416405,20.00117)" | |
710 | + sodipodi:type="arc" | |
711 | + style="opacity:1;fill:url(#radialGradient3292);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" | |
712 | + id="path4177" | |
713 | + sodipodi:cx="31.112698" | |
714 | + sodipodi:cy="19.008621" | |
715 | + sodipodi:rx="8.6620579" | |
716 | + sodipodi:ry="8.6620579" | |
717 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" /> | |
718 | + <path | |
719 | + style="opacity:1;fill:url(#radialGradient3294);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:0.81533319;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" | |
720 | + d="M 11.261468,34.42121 L 20.162298,34.42121 C 22.684202,34.42121 25.180992,33.473933 26.096186,30.774018 C 26.965271,28.210129 26.244533,23.32767 20.607341,19.376547 L 10.074688,19.376547 C 4.4374961,23.023737 3.733025,28.011597 5.0308851,30.925984 C 6.3530904,33.895039 8.5912172,34.42121 11.261468,34.42121 z" | |
721 | + id="path2329" | |
722 | + sodipodi:nodetypes="cczcczc" /> | |
723 | + <path | |
724 | + sodipodi:nodetypes="cczcczc" | |
725 | + id="path3838" | |
726 | + d="M 11.307877,33.564941 L 20.113557,33.564941 C 22.366663,33.564941 24.597335,32.723015 25.414982,30.323373 C 26.191438,28.044627 25.334134,23.705173 20.297778,20.193476 L 10.460978,20.193476 C 5.4246212,23.435041 4.5818512,27.868176 5.7413789,30.458439 C 6.9226581,33.097289 8.9222347,33.564941 11.307877,33.564941 z" | |
727 | + style="opacity:0.21518986;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.81533313;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" /> | |
728 | + <path | |
729 | + transform="matrix(1.5394726,0,0,1.5770294,-19.92943,-17.505891)" | |
730 | + d="M 25,25 A 2,2 0 1 1 21,25 A 2,2 0 1 1 25,25 z" | |
731 | + sodipodi:ry="2" | |
732 | + sodipodi:rx="2" | |
733 | + sodipodi:cy="25" | |
734 | + sodipodi:cx="23" | |
735 | + id="path3234" | |
736 | + style="opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.52327418;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" | |
737 | + sodipodi:type="arc" /> | |
738 | + <path | |
739 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" | |
740 | + sodipodi:ry="8.6620579" | |
741 | + sodipodi:rx="8.6620579" | |
742 | + sodipodi:cy="19.008621" | |
743 | + sodipodi:cx="31.112698" | |
744 | + id="path3814" | |
745 | + style="opacity:1;fill:url(#radialGradient3296);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" | |
746 | + sodipodi:type="arc" | |
747 | + transform="matrix(0.7530157,0,0,0.6424454,-7.988054,7.7392283)" /> | |
748 | + <path | |
749 | + sodipodi:type="arc" | |
750 | + style="opacity:1;fill:url(#radialGradient3298);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:0.96245086;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" | |
751 | + id="path2327" | |
752 | + sodipodi:cx="31.112698" | |
753 | + sodipodi:cy="19.008621" | |
754 | + sodipodi:rx="8.6620579" | |
755 | + sodipodi:ry="8.6620579" | |
756 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" | |
757 | + transform="matrix(0.8025562,0,0,0.8025562,-9.5293924,0.4766428)" /> | |
758 | + <path | |
759 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" | |
760 | + sodipodi:ry="8.6620579" | |
761 | + sodipodi:rx="8.6620579" | |
762 | + sodipodi:cy="19.008621" | |
763 | + sodipodi:cx="31.112698" | |
764 | + id="path3834" | |
765 | + style="opacity:0.25;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.08275723;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" | |
766 | + sodipodi:type="arc" | |
767 | + transform="matrix(0.7133833,0,0,0.7133833,-6.754982,2.1716979)" /> | |
768 | + <path | |
769 | + style="opacity:0.5;fill:url(#linearGradient3300);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" | |
770 | + d="M 9.3205504,33.835175 C 7.6498172,33.675179 6.5104518,32.581007 6.1021547,31.934608 C 6.8081395,28.436571 9.2480354,25.877322 9.2480354,25.877322 C 9.2480354,25.877322 9.0139231,31.692083 9.3205504,33.835175 z" | |
771 | + id="path4368" | |
772 | + sodipodi:nodetypes="cccc" /> | |
773 | + <path | |
774 | + sodipodi:nodetypes="cccc" | |
775 | + id="path4370" | |
776 | + d="M 23.664763,33.146667 C 24.770601,32.560466 25.408555,31.35798 25.408555,31.35798 C 24.603681,27.882425 21.684665,25.19046 21.684665,25.19046 C 21.684665,25.19046 23.910494,30.995355 23.664763,33.146667 z" | |
777 | + style="opacity:0.3;fill:url(#linearGradient3302);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" /> | |
778 | + </g> | |
779 | + <g | |
780 | + transform="translate(8.9686673,2.7308659)" | |
781 | + id="g3304"> | |
782 | + <path | |
783 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" | |
784 | + sodipodi:ry="8.6620579" | |
785 | + sodipodi:rx="8.6620579" | |
786 | + sodipodi:cy="19.008621" | |
787 | + sodipodi:cx="31.112698" | |
788 | + id="path3306" | |
789 | + style="opacity:1;fill:url(#radialGradient3324);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" | |
790 | + sodipodi:type="arc" | |
791 | + transform="matrix(1.5060314,0,0,0.6118254,-31.416405,20.00117)" /> | |
792 | + <path | |
793 | + sodipodi:nodetypes="cczcczc" | |
794 | + id="path3308" | |
795 | + d="M 11.261468,34.42121 L 20.162298,34.42121 C 22.684202,34.42121 25.180992,33.473933 26.096186,30.774018 C 26.965271,28.210129 26.244533,23.32767 20.607341,19.376547 L 10.074688,19.376547 C 4.4374961,23.023737 3.733025,28.011597 5.0308851,30.925984 C 6.3530904,33.895039 8.5912172,34.42121 11.261468,34.42121 z" | |
796 | + style="opacity:1;fill:url(#radialGradient3326);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:0.81533319;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" /> | |
797 | + <path | |
798 | + style="opacity:0.21518986;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.81533313;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" | |
799 | + d="M 11.307877,33.564941 L 20.113557,33.564941 C 22.366663,33.564941 24.597335,32.723015 25.414982,30.323373 C 26.191438,28.044627 25.334134,23.705173 20.297778,20.193476 L 10.460978,20.193476 C 5.4246212,23.435041 4.5818512,27.868176 5.7413789,30.458439 C 6.9226581,33.097289 8.9222347,33.564941 11.307877,33.564941 z" | |
800 | + id="path3310" | |
801 | + sodipodi:nodetypes="cczcczc" /> | |
802 | + <path | |
803 | + sodipodi:type="arc" | |
804 | + style="opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.52327418;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" | |
805 | + id="path3312" | |
806 | + sodipodi:cx="23" | |
807 | + sodipodi:cy="25" | |
808 | + sodipodi:rx="2" | |
809 | + sodipodi:ry="2" | |
810 | + d="M 25,25 A 2,2 0 1 1 21,25 A 2,2 0 1 1 25,25 z" | |
811 | + transform="matrix(1.5394726,0,0,1.5770294,-19.92943,-17.505891)" /> | |
812 | + <path | |
813 | + transform="matrix(0.7530157,0,0,0.6424454,-7.988054,7.7392283)" | |
814 | + sodipodi:type="arc" | |
815 | + style="opacity:1;fill:url(#radialGradient3328);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" | |
816 | + id="path3314" | |
817 | + sodipodi:cx="31.112698" | |
818 | + sodipodi:cy="19.008621" | |
819 | + sodipodi:rx="8.6620579" | |
820 | + sodipodi:ry="8.6620579" | |
821 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" /> | |
822 | + <path | |
823 | + transform="matrix(0.8025562,0,0,0.8025562,-9.5293924,0.4766428)" | |
824 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" | |
825 | + sodipodi:ry="8.6620579" | |
826 | + sodipodi:rx="8.6620579" | |
827 | + sodipodi:cy="19.008621" | |
828 | + sodipodi:cx="31.112698" | |
829 | + id="path3316" | |
830 | + style="opacity:1;fill:url(#radialGradient3330);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:0.96245086;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" | |
831 | + sodipodi:type="arc" /> | |
832 | + <path | |
833 | + transform="matrix(0.7133833,0,0,0.7133833,-6.754982,2.1716979)" | |
834 | + sodipodi:type="arc" | |
835 | + style="opacity:0.25;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.08275723;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" | |
836 | + id="path3318" | |
837 | + sodipodi:cx="31.112698" | |
838 | + sodipodi:cy="19.008621" | |
839 | + sodipodi:rx="8.6620579" | |
840 | + sodipodi:ry="8.6620579" | |
841 | + d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z" /> | |
842 | + <path | |
843 | + sodipodi:nodetypes="cccc" | |
844 | + id="path3320" | |
845 | + d="M 9.3205504,33.835175 C 7.6498172,33.675179 6.5104518,32.581007 6.1021547,31.934608 C 6.8081395,28.436571 9.2480354,25.877322 9.2480354,25.877322 C 9.2480354,25.877322 9.0139231,31.692083 9.3205504,33.835175 z" | |
846 | + style="opacity:0.5;fill:url(#linearGradient3332);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" /> | |
847 | + <path | |
848 | + style="opacity:0.3;fill:url(#linearGradient3334);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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" | |
849 | + d="M 23.664763,33.146667 C 24.770601,32.560466 25.408555,31.35798 25.408555,31.35798 C 24.603681,27.882425 21.684665,25.19046 21.684665,25.19046 C 21.684665,25.19046 23.910494,30.995355 23.664763,33.146667 z" | |
850 | + id="path3322" | |
851 | + sodipodi:nodetypes="cccc" /> | |
852 | + </g> | |
853 | + </g> | |
854 | + <g | |
855 | + id="g2725" | |
856 | + transform="translate(-25.239548,15.75)" /> | |
857 | + </g> | |
858 | + <g | |
859 | + inkscape:groupmode="layer" | |
860 | + id="layer2" | |
861 | + inkscape:label="dalsi cipek" | |
862 | + style="display:inline" /> | |
863 | +</svg> | ... | ... |
1.2 KB
1.41 KB
88 Bytes
88 Bytes
9.98 KB
104 KB
6.88 KB
5.98 KB
1 | +++ a/images/logo.svg | |
... | ... | @@ -0,0 +1,74 @@ |
1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
2 | +<!-- Created with Inkscape (http://www.inkscape.org/) --> | |
3 | + | |
4 | +<svg | |
5 | + xmlns:dc="http://purl.org/dc/elements/1.1/" | |
6 | + xmlns:cc="http://creativecommons.org/ns#" | |
7 | + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
8 | + xmlns:svg="http://www.w3.org/2000/svg" | |
9 | + xmlns="http://www.w3.org/2000/svg" | |
10 | + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
11 | + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |
12 | + width="190" | |
13 | + height="50" | |
14 | + id="svg2" | |
15 | + version="1.1" | |
16 | + inkscape:version="0.48.1 r9760" | |
17 | + sodipodi:docname="logo.svg"> | |
18 | + <defs | |
19 | + id="defs4" /> | |
20 | + <sodipodi:namedview | |
21 | + id="base" | |
22 | + pagecolor="#ffffff" | |
23 | + bordercolor="#666666" | |
24 | + borderopacity="1.0" | |
25 | + inkscape:pageopacity="0.0" | |
26 | + inkscape:pageshadow="2" | |
27 | + inkscape:zoom="1" | |
28 | + inkscape:cx="95" | |
29 | + inkscape:cy="65" | |
30 | + inkscape:document-units="px" | |
31 | + inkscape:current-layer="layer1" | |
32 | + showgrid="false" | |
33 | + width="442.91px" | |
34 | + showborder="false" | |
35 | + inkscape:window-width="1440" | |
36 | + inkscape:window-height="827" | |
37 | + inkscape:window-x="0" | |
38 | + inkscape:window-y="24" | |
39 | + inkscape:window-maximized="1" /> | |
40 | + <metadata | |
41 | + id="metadata7"> | |
42 | + <rdf:RDF> | |
43 | + <cc:Work | |
44 | + rdf:about=""> | |
45 | + <dc:format>image/svg+xml</dc:format> | |
46 | + <dc:type | |
47 | + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
48 | + <dc:title></dc:title> | |
49 | + </cc:Work> | |
50 | + </rdf:RDF> | |
51 | + </metadata> | |
52 | + <g | |
53 | + inkscape:label="Camada 1" | |
54 | + inkscape:groupmode="layer" | |
55 | + id="layer1" | |
56 | + transform="translate(0,-1002.3622)"> | |
57 | + <text | |
58 | + xml:space="preserve" | |
59 | + style="font-size:24.92154503px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#002255;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" | |
60 | + x="7.6576166" | |
61 | + y="999.1673" | |
62 | + id="text2985" | |
63 | + sodipodi:linespacing="125%" | |
64 | + transform="scale(0.95137292,1.0511125)" | |
65 | + inkscape:export-filename="/home/81665687568/projetos/reuso/noosfero-0.36.2/public/designs/themes/default/images/thin-logo.png" | |
66 | + inkscape:export-xdpi="90" | |
67 | + inkscape:export-ydpi="90"><tspan | |
68 | + sodipodi:role="line" | |
69 | + id="tspan2987" | |
70 | + x="7.6576166" | |
71 | + y="999.1673" | |
72 | + style="font-size:31.15193176px;fill:#002255">#você.serpro</tspan></text> | |
73 | + </g> | |
74 | +</svg> | ... | ... |
261 Bytes
212 Bytes
1 | +++ a/images/menu-top-bg-sep.svg | |
... | ... | @@ -0,0 +1,100 @@ |
1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
2 | +<!-- Created with Inkscape (http://www.inkscape.org/) --> | |
3 | + | |
4 | +<svg | |
5 | + xmlns:dc="http://purl.org/dc/elements/1.1/" | |
6 | + xmlns:cc="http://creativecommons.org/ns#" | |
7 | + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
8 | + xmlns:svg="http://www.w3.org/2000/svg" | |
9 | + xmlns="http://www.w3.org/2000/svg" | |
10 | + xmlns:xlink="http://www.w3.org/1999/xlink" | |
11 | + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
12 | + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |
13 | + width="210mm" | |
14 | + height="297mm" | |
15 | + id="svg2" | |
16 | + version="1.1" | |
17 | + inkscape:version="0.48.1 r9760" | |
18 | + sodipodi:docname="menu_topo_hover.svg"> | |
19 | + <defs | |
20 | + id="defs4"> | |
21 | + <linearGradient | |
22 | + inkscape:collect="always" | |
23 | + id="linearGradient3816"> | |
24 | + <stop | |
25 | + style="stop-color:#000002;stop-opacity:1;" | |
26 | + offset="0" | |
27 | + id="stop3818" /> | |
28 | + <stop | |
29 | + style="stop-color:#000002;stop-opacity:0;" | |
30 | + offset="1" | |
31 | + id="stop3820" /> | |
32 | + </linearGradient> | |
33 | + <linearGradient | |
34 | + inkscape:collect="always" | |
35 | + xlink:href="#linearGradient3816" | |
36 | + id="linearGradient3822" | |
37 | + x1="326.78568" | |
38 | + y1="374.32648" | |
39 | + x2="326.60715" | |
40 | + y2="321.02289" | |
41 | + gradientUnits="userSpaceOnUse" | |
42 | + gradientTransform="translate(-654.2818,-667.41114)" /> | |
43 | + </defs> | |
44 | + <sodipodi:namedview | |
45 | + id="base" | |
46 | + pagecolor="#ffffff" | |
47 | + bordercolor="#666666" | |
48 | + borderopacity="1.0" | |
49 | + inkscape:pageopacity="0.0" | |
50 | + inkscape:pageshadow="2" | |
51 | + inkscape:zoom="11.2" | |
52 | + inkscape:cx="354.39915" | |
53 | + inkscape:cy="720.66032" | |
54 | + inkscape:document-units="px" | |
55 | + inkscape:current-layer="layer1" | |
56 | + showgrid="false" | |
57 | + inkscape:window-width="1440" | |
58 | + inkscape:window-height="827" | |
59 | + inkscape:window-x="0" | |
60 | + inkscape:window-y="24" | |
61 | + inkscape:window-maximized="1" /> | |
62 | + <metadata | |
63 | + id="metadata7"> | |
64 | + <rdf:RDF> | |
65 | + <cc:Work | |
66 | + rdf:about=""> | |
67 | + <dc:format>image/svg+xml</dc:format> | |
68 | + <dc:type | |
69 | + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
70 | + <dc:title></dc:title> | |
71 | + </cc:Work> | |
72 | + </rdf:RDF> | |
73 | + </metadata> | |
74 | + <g | |
75 | + inkscape:label="Camada 1" | |
76 | + inkscape:groupmode="layer" | |
77 | + id="layer1"> | |
78 | + <rect | |
79 | + style="fill:#3761b4;fill-opacity:1;stroke:none" | |
80 | + id="rect2985" | |
81 | + width="20" | |
82 | + height="43" | |
83 | + x="317.14285" | |
84 | + y="312.21933" | |
85 | + inkscape:export-filename="/home/81665687568/projetos/reuso/noosfero-0.36.2/public/designs/themes/serpro/images/menu-top-bg-hover.png" | |
86 | + inkscape:export-xdpi="90" | |
87 | + inkscape:export-ydpi="90" /> | |
88 | + <rect | |
89 | + style="fill:url(#linearGradient3822);fill-opacity:1;stroke:none" | |
90 | + id="rect2985-3" | |
91 | + width="20" | |
92 | + height="43" | |
93 | + x="-337.1409" | |
94 | + y="-355.20557" | |
95 | + inkscape:export-filename="/home/81665687568/projetos/reuso/noosfero-0.36.2/public/designs/themes/serpro/images/menu-top-bg-hover.png" | |
96 | + inkscape:export-xdpi="90" | |
97 | + inkscape:export-ydpi="90" | |
98 | + transform="scale(-1,-1)" /> | |
99 | + </g> | |
100 | +</svg> | ... | ... |
311 Bytes
254 Bytes
1 | +++ a/images/menu_topo.svg | |
... | ... | @@ -0,0 +1,99 @@ |
1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
2 | +<!-- Created with Inkscape (http://www.inkscape.org/) --> | |
3 | + | |
4 | +<svg | |
5 | + xmlns:dc="http://purl.org/dc/elements/1.1/" | |
6 | + xmlns:cc="http://creativecommons.org/ns#" | |
7 | + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
8 | + xmlns:svg="http://www.w3.org/2000/svg" | |
9 | + xmlns="http://www.w3.org/2000/svg" | |
10 | + xmlns:xlink="http://www.w3.org/1999/xlink" | |
11 | + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
12 | + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |
13 | + width="210mm" | |
14 | + height="297mm" | |
15 | + id="svg2" | |
16 | + version="1.1" | |
17 | + inkscape:version="0.48.1 r9760" | |
18 | + sodipodi:docname="menu_topo.svg"> | |
19 | + <defs | |
20 | + id="defs4"> | |
21 | + <linearGradient | |
22 | + inkscape:collect="always" | |
23 | + id="linearGradient3816"> | |
24 | + <stop | |
25 | + style="stop-color:#000002;stop-opacity:1;" | |
26 | + offset="0" | |
27 | + id="stop3818" /> | |
28 | + <stop | |
29 | + style="stop-color:#000002;stop-opacity:0;" | |
30 | + offset="1" | |
31 | + id="stop3820" /> | |
32 | + </linearGradient> | |
33 | + <linearGradient | |
34 | + inkscape:collect="always" | |
35 | + xlink:href="#linearGradient3816" | |
36 | + id="linearGradient3822" | |
37 | + x1="326.78568" | |
38 | + y1="374.32648" | |
39 | + x2="326.60715" | |
40 | + y2="321.02289" | |
41 | + gradientUnits="userSpaceOnUse" | |
42 | + gradientTransform="translate(-654.2818,-667.41114)" /> | |
43 | + </defs> | |
44 | + <sodipodi:namedview | |
45 | + id="base" | |
46 | + pagecolor="#ffffff" | |
47 | + bordercolor="#666666" | |
48 | + borderopacity="1.0" | |
49 | + inkscape:pageopacity="0.0" | |
50 | + inkscape:pageshadow="2" | |
51 | + inkscape:zoom="11.2" | |
52 | + inkscape:cx="354.39915" | |
53 | + inkscape:cy="699.23175" | |
54 | + inkscape:document-units="px" | |
55 | + inkscape:current-layer="layer1" | |
56 | + showgrid="false" | |
57 | + inkscape:window-width="1440" | |
58 | + inkscape:window-height="827" | |
59 | + inkscape:window-x="0" | |
60 | + inkscape:window-y="24" | |
61 | + inkscape:window-maximized="1" /> | |
62 | + <metadata | |
63 | + id="metadata7"> | |
64 | + <rdf:RDF> | |
65 | + <cc:Work | |
66 | + rdf:about=""> | |
67 | + <dc:format>image/svg+xml</dc:format> | |
68 | + <dc:type | |
69 | + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
70 | + </cc:Work> | |
71 | + </rdf:RDF> | |
72 | + </metadata> | |
73 | + <g | |
74 | + inkscape:label="Camada 1" | |
75 | + inkscape:groupmode="layer" | |
76 | + id="layer1"> | |
77 | + <rect | |
78 | + style="fill:#3761b4;fill-opacity:1;stroke:none" | |
79 | + id="rect2985" | |
80 | + width="20" | |
81 | + height="43" | |
82 | + x="317.14285" | |
83 | + y="312.21933" | |
84 | + inkscape:export-filename="/home/81665687568/projetos/reuso/noosfero-0.36.2/public/designs/themes/serpro/images/menu-top-bg-hover.png" | |
85 | + inkscape:export-xdpi="90" | |
86 | + inkscape:export-ydpi="90" /> | |
87 | + <rect | |
88 | + style="fill:url(#linearGradient3822);fill-opacity:1;stroke:none" | |
89 | + id="rect2985-3" | |
90 | + width="20" | |
91 | + height="43" | |
92 | + x="-337.1409" | |
93 | + y="-355.20557" | |
94 | + inkscape:export-filename="/home/81665687568/projetos/reuso/noosfero-0.36.2/public/designs/themes/serpro/images/menu-top-bg-hover.png" | |
95 | + inkscape:export-xdpi="90" | |
96 | + inkscape:export-ydpi="90" | |
97 | + transform="scale(-1,-1)" /> | |
98 | + </g> | |
99 | +</svg> | ... | ... |
1 | +++ a/images/menu_topo_hover.svg | |
... | ... | @@ -0,0 +1,100 @@ |
1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
2 | +<!-- Created with Inkscape (http://www.inkscape.org/) --> | |
3 | + | |
4 | +<svg | |
5 | + xmlns:dc="http://purl.org/dc/elements/1.1/" | |
6 | + xmlns:cc="http://creativecommons.org/ns#" | |
7 | + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
8 | + xmlns:svg="http://www.w3.org/2000/svg" | |
9 | + xmlns="http://www.w3.org/2000/svg" | |
10 | + xmlns:xlink="http://www.w3.org/1999/xlink" | |
11 | + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
12 | + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |
13 | + width="210mm" | |
14 | + height="297mm" | |
15 | + id="svg2" | |
16 | + version="1.1" | |
17 | + inkscape:version="0.48.1 r9760" | |
18 | + sodipodi:docname="menu_topo.svg"> | |
19 | + <defs | |
20 | + id="defs4"> | |
21 | + <linearGradient | |
22 | + inkscape:collect="always" | |
23 | + id="linearGradient3816"> | |
24 | + <stop | |
25 | + style="stop-color:#000002;stop-opacity:1;" | |
26 | + offset="0" | |
27 | + id="stop3818" /> | |
28 | + <stop | |
29 | + style="stop-color:#000002;stop-opacity:0;" | |
30 | + offset="1" | |
31 | + id="stop3820" /> | |
32 | + </linearGradient> | |
33 | + <linearGradient | |
34 | + inkscape:collect="always" | |
35 | + xlink:href="#linearGradient3816" | |
36 | + id="linearGradient3822" | |
37 | + x1="326.78568" | |
38 | + y1="374.32648" | |
39 | + x2="326.60715" | |
40 | + y2="321.02289" | |
41 | + gradientUnits="userSpaceOnUse" | |
42 | + gradientTransform="translate(-654.2818,-667.41114)" /> | |
43 | + </defs> | |
44 | + <sodipodi:namedview | |
45 | + id="base" | |
46 | + pagecolor="#ffffff" | |
47 | + bordercolor="#666666" | |
48 | + borderopacity="1.0" | |
49 | + inkscape:pageopacity="0.0" | |
50 | + inkscape:pageshadow="2" | |
51 | + inkscape:zoom="11.2" | |
52 | + inkscape:cx="354.39915" | |
53 | + inkscape:cy="720.66032" | |
54 | + inkscape:document-units="px" | |
55 | + inkscape:current-layer="layer1" | |
56 | + showgrid="false" | |
57 | + inkscape:window-width="1440" | |
58 | + inkscape:window-height="827" | |
59 | + inkscape:window-x="0" | |
60 | + inkscape:window-y="24" | |
61 | + inkscape:window-maximized="1" /> | |
62 | + <metadata | |
63 | + id="metadata7"> | |
64 | + <rdf:RDF> | |
65 | + <cc:Work | |
66 | + rdf:about=""> | |
67 | + <dc:format>image/svg+xml</dc:format> | |
68 | + <dc:type | |
69 | + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
70 | + <dc:title></dc:title> | |
71 | + </cc:Work> | |
72 | + </rdf:RDF> | |
73 | + </metadata> | |
74 | + <g | |
75 | + inkscape:label="Camada 1" | |
76 | + inkscape:groupmode="layer" | |
77 | + id="layer1"> | |
78 | + <rect | |
79 | + style="fill:#3761b4;fill-opacity:1;stroke:none" | |
80 | + id="rect2985" | |
81 | + width="20" | |
82 | + height="43" | |
83 | + x="317.14285" | |
84 | + y="312.21933" | |
85 | + inkscape:export-filename="/home/81665687568/projetos/reuso/noosfero-0.36.2/public/designs/themes/serpro/images/menu-top-bg-hover.png" | |
86 | + inkscape:export-xdpi="90" | |
87 | + inkscape:export-ydpi="90" /> | |
88 | + <rect | |
89 | + style="fill:url(#linearGradient3822);fill-opacity:1;stroke:none" | |
90 | + id="rect2985-3" | |
91 | + width="20" | |
92 | + height="43" | |
93 | + x="-337.1409" | |
94 | + y="-355.20557" | |
95 | + inkscape:export-filename="/home/81665687568/projetos/reuso/noosfero-0.36.2/public/designs/themes/serpro/images/menu-top-bg-hover.png" | |
96 | + inkscape:export-xdpi="90" | |
97 | + inkscape:export-ydpi="90" | |
98 | + transform="scale(-1,-1)" /> | |
99 | + </g> | |
100 | +</svg> | ... | ... |
274 Bytes
1.6 KB
570 Bytes
202 Bytes
1 | +++ a/images/red-button-bg.svg | |
... | ... | @@ -0,0 +1,99 @@ |
1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
2 | +<!-- Created with Inkscape (http://www.inkscape.org/) --> | |
3 | + | |
4 | +<svg | |
5 | + xmlns:dc="http://purl.org/dc/elements/1.1/" | |
6 | + xmlns:cc="http://creativecommons.org/ns#" | |
7 | + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
8 | + xmlns:svg="http://www.w3.org/2000/svg" | |
9 | + xmlns="http://www.w3.org/2000/svg" | |
10 | + xmlns:xlink="http://www.w3.org/1999/xlink" | |
11 | + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
12 | + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |
13 | + width="210mm" | |
14 | + height="297mm" | |
15 | + id="svg2" | |
16 | + version="1.1" | |
17 | + inkscape:version="0.48.1 r9760" | |
18 | + sodipodi:docname="red-button-bg.svg"> | |
19 | + <defs | |
20 | + id="defs4"> | |
21 | + <linearGradient | |
22 | + inkscape:collect="always" | |
23 | + id="linearGradient3816"> | |
24 | + <stop | |
25 | + style="stop-color:#000002;stop-opacity:1;" | |
26 | + offset="0" | |
27 | + id="stop3818" /> | |
28 | + <stop | |
29 | + style="stop-color:#000002;stop-opacity:0;" | |
30 | + offset="1" | |
31 | + id="stop3820" /> | |
32 | + </linearGradient> | |
33 | + <linearGradient | |
34 | + inkscape:collect="always" | |
35 | + xlink:href="#linearGradient3816" | |
36 | + id="linearGradient3822" | |
37 | + x1="326.78568" | |
38 | + y1="374.32648" | |
39 | + x2="326.60715" | |
40 | + y2="321.02289" | |
41 | + gradientUnits="userSpaceOnUse" | |
42 | + gradientTransform="matrix(0.44996155,0,0,0.46496745,174.43972,190.05389)" /> | |
43 | + </defs> | |
44 | + <sodipodi:namedview | |
45 | + id="base" | |
46 | + pagecolor="#ffffff" | |
47 | + bordercolor="#666666" | |
48 | + borderopacity="1.0" | |
49 | + inkscape:pageopacity="0.0" | |
50 | + inkscape:pageshadow="2" | |
51 | + inkscape:zoom="11.2" | |
52 | + inkscape:cx="354.39915" | |
53 | + inkscape:cy="720.66032" | |
54 | + inkscape:document-units="px" | |
55 | + inkscape:current-layer="layer1" | |
56 | + showgrid="false" | |
57 | + inkscape:window-width="1440" | |
58 | + inkscape:window-height="827" | |
59 | + inkscape:window-x="0" | |
60 | + inkscape:window-y="24" | |
61 | + inkscape:window-maximized="1" /> | |
62 | + <metadata | |
63 | + id="metadata7"> | |
64 | + <rdf:RDF> | |
65 | + <cc:Work | |
66 | + rdf:about=""> | |
67 | + <dc:format>image/svg+xml</dc:format> | |
68 | + <dc:type | |
69 | + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
70 | + <dc:title></dc:title> | |
71 | + </cc:Work> | |
72 | + </rdf:RDF> | |
73 | + </metadata> | |
74 | + <g | |
75 | + inkscape:label="Camada 1" | |
76 | + inkscape:groupmode="layer" | |
77 | + id="layer1"> | |
78 | + <rect | |
79 | + style="fill:#3761b4;fill-opacity:1;stroke:none" | |
80 | + id="rect2985" | |
81 | + width="8.9992304" | |
82 | + height="19.993601" | |
83 | + x="317.14169" | |
84 | + y="335.22574" | |
85 | + inkscape:export-filename="/home/81665687568/projetos/reuso/noosfero-0.36.2/public/designs/themes/serpro/images/red-button-bg.png" | |
86 | + inkscape:export-xdpi="90" | |
87 | + inkscape:export-ydpi="90" /> | |
88 | + <rect | |
89 | + style="fill:url(#linearGradient3822);fill-opacity:1;stroke:none" | |
90 | + id="rect2985-3" | |
91 | + width="8.9992304" | |
92 | + height="19.993601" | |
93 | + x="317.1409" | |
94 | + y="335.2193" | |
95 | + inkscape:export-filename="/home/81665687568/projetos/reuso/noosfero-0.36.2/public/designs/themes/serpro/images/red-button-bg.png" | |
96 | + inkscape:export-xdpi="90" | |
97 | + inkscape:export-ydpi="90" /> | |
98 | + </g> | |
99 | +</svg> | ... | ... |
178 Bytes
227 Bytes
91.3 KB
3.82 KB
1 | +++ a/navigation.rhtml | |
... | ... | @@ -0,0 +1,17 @@ |
1 | +<li class='first'> | |
2 | +<a href="/"><span>Página inicial</span></a> | |
3 | +</li> | |
4 | +<li> | |
5 | + <%= browse_people_menu %> | |
6 | +</li> | |
7 | +<li> | |
8 | + <%= browse_communities_menu %> | |
9 | +</li> | |
10 | +<li> | |
11 | + <a href="/assets/events"><span ><%= _('Events') %></span></a> | |
12 | +</li> | |
13 | +<% if logged_in? %> | |
14 | +<li> | |
15 | + <a href="/doc"><span ><%= _('Help') %></span></a> | |
16 | +</li> | |
17 | +<% end %> | ... | ... |
1 | +++ a/scripts/jquery.corner.js | |
... | ... | @@ -0,0 +1,247 @@ |
1 | +/*! | |
2 | + * jQuery corner plugin: simple corner rounding | |
3 | + * Examples and documentation at: http://jquery.malsup.com/corner/ | |
4 | + * version 2.11 (15-JUN-2010) | |
5 | + * Requires jQuery v1.3.2 or later | |
6 | + * Dual licensed under the MIT and GPL licenses: | |
7 | + * http://www.opensource.org/licenses/mit-license.php | |
8 | + * http://www.gnu.org/licenses/gpl.html | |
9 | + * Authors: Dave Methvin and Mike Alsup | |
10 | + */ | |
11 | + | |
12 | +/** | |
13 | + * corner() takes a single string argument: $('#myDiv').corner("effect corners width") | |
14 | + * | |
15 | + * effect: name of the effect to apply, such as round, bevel, notch, bite, etc (default is round). | |
16 | + * corners: one or more of: top, bottom, tr, tl, br, or bl. (default is all corners) | |
17 | + * width: width of the effect; in the case of rounded corners this is the radius. | |
18 | + * specify this value using the px suffix such as 10px (yes, it must be pixels). | |
19 | + */ | |
20 | +;(function($) { | |
21 | + | |
22 | +var style = document.createElement('div').style, | |
23 | + moz = style['MozBorderRadius'] !== undefined, | |
24 | + webkit = style['WebkitBorderRadius'] !== undefined, | |
25 | + radius = style['borderRadius'] !== undefined || style['BorderRadius'] !== undefined, | |
26 | + mode = document.documentMode || 0, | |
27 | + noBottomFold = $.browser.msie && (($.browser.version < 8 && !mode) || mode < 8), | |
28 | + | |
29 | + expr = $.browser.msie && (function() { | |
30 | + var div = document.createElement('div'); | |
31 | + try { div.style.setExpression('width','0+0'); div.style.removeExpression('width'); } | |
32 | + catch(e) { return false; } | |
33 | + return true; | |
34 | + })(); | |
35 | + | |
36 | +$.support = $.support || {}; | |
37 | +$.support.borderRadius = moz || webkit || radius; // so you can do: if (!$.support.borderRadius) $('#myDiv').corner(); | |
38 | + | |
39 | +function sz(el, p) { | |
40 | + return parseInt($.css(el,p))||0; | |
41 | +}; | |
42 | +function hex2(s) { | |
43 | + var s = parseInt(s).toString(16); | |
44 | + return ( s.length < 2 ) ? '0'+s : s; | |
45 | +}; | |
46 | +function gpc(node) { | |
47 | + while(node) { | |
48 | + var v = $.css(node,'backgroundColor'), rgb; | |
49 | + if (v && v != 'transparent' && v != 'rgba(0, 0, 0, 0)') { | |
50 | + if (v.indexOf('rgb') >= 0) { | |
51 | + rgb = v.match(/\d+/g); | |
52 | + return '#'+ hex2(rgb[0]) + hex2(rgb[1]) + hex2(rgb[2]); | |
53 | + } | |
54 | + return v; | |
55 | + } | |
56 | + if (node.nodeName.toLowerCase() == 'html') | |
57 | + break; | |
58 | + node = node.parentNode; // keep walking if transparent | |
59 | + } | |
60 | + return '#ffffff'; | |
61 | +}; | |
62 | + | |
63 | +function getWidth(fx, i, width) { | |
64 | + switch(fx) { | |
65 | + case 'round': return Math.round(width*(1-Math.cos(Math.asin(i/width)))); | |
66 | + case 'cool': return Math.round(width*(1+Math.cos(Math.asin(i/width)))); | |
67 | + case 'sharp': return Math.round(width*(1-Math.cos(Math.acos(i/width)))); | |
68 | + case 'bite': return Math.round(width*(Math.cos(Math.asin((width-i-1)/width)))); | |
69 | + case 'slide': return Math.round(width*(Math.atan2(i,width/i))); | |
70 | + case 'jut': return Math.round(width*(Math.atan2(width,(width-i-1)))); | |
71 | + case 'curl': return Math.round(width*(Math.atan(i))); | |
72 | + case 'tear': return Math.round(width*(Math.cos(i))); | |
73 | + case 'wicked': return Math.round(width*(Math.tan(i))); | |
74 | + case 'long': return Math.round(width*(Math.sqrt(i))); | |
75 | + case 'sculpt': return Math.round(width*(Math.log((width-i-1),width))); | |
76 | + case 'dogfold': | |
77 | + case 'dog': return (i&1) ? (i+1) : width; | |
78 | + case 'dog2': return (i&2) ? (i+1) : width; | |
79 | + case 'dog3': return (i&3) ? (i+1) : width; | |
80 | + case 'fray': return (i%2)*width; | |
81 | + case 'notch': return width; | |
82 | + case 'bevelfold': | |
83 | + case 'bevel': return i+1; | |
84 | + } | |
85 | +}; | |
86 | + | |
87 | +$.fn.corner = function(options) { | |
88 | + // in 1.3+ we can fix mistakes with the ready state | |
89 | + if (this.length == 0) { | |
90 | + if (!$.isReady && this.selector) { | |
91 | + var s = this.selector, c = this.context; | |
92 | + $(function() { | |
93 | + $(s,c).corner(options); | |
94 | + }); | |
95 | + } | |
96 | + return this; | |
97 | + } | |
98 | + | |
99 | + return this.each(function(index){ | |
100 | + var $this = $(this), | |
101 | + // meta values override options | |
102 | + o = [$this.attr($.fn.corner.defaults.metaAttr) || '', options || ''].join(' ').toLowerCase(), | |
103 | + keep = /keep/.test(o), // keep borders? | |
104 | + cc = ((o.match(/cc:(#[0-9a-f]+)/)||[])[1]), // corner color | |
105 | + sc = ((o.match(/sc:(#[0-9a-f]+)/)||[])[1]), // strip color | |
106 | + width = parseInt((o.match(/(\d+)px/)||[])[1]) || 10, // corner width | |
107 | + re = /round|bevelfold|bevel|notch|bite|cool|sharp|slide|jut|curl|tear|fray|wicked|sculpt|long|dog3|dog2|dogfold|dog/, | |
108 | + fx = ((o.match(re)||['round'])[0]), | |
109 | + fold = /dogfold|bevelfold/.test(o), | |
110 | + edges = { T:0, B:1 }, | |
111 | + opts = { | |
112 | + TL: /top|tl|left/.test(o), TR: /top|tr|right/.test(o), | |
113 | + BL: /bottom|bl|left/.test(o), BR: /bottom|br|right/.test(o) | |
114 | + }, | |
115 | + // vars used in func later | |
116 | + strip, pad, cssHeight, j, bot, d, ds, bw, i, w, e, c, common, $horz; | |
117 | + | |
118 | + if ( !opts.TL && !opts.TR && !opts.BL && !opts.BR ) | |
119 | + opts = { TL:1, TR:1, BL:1, BR:1 }; | |
120 | + | |
121 | + // support native rounding | |
122 | + if ($.fn.corner.defaults.useNative && fx == 'round' && (radius || moz || webkit) && !cc && !sc) { | |
123 | + if (opts.TL) | |
124 | + $this.css(radius ? 'border-top-left-radius' : moz ? '-moz-border-radius-topleft' : '-webkit-border-top-left-radius', width + 'px'); | |
125 | + if (opts.TR) | |
126 | + $this.css(radius ? 'border-top-right-radius' : moz ? '-moz-border-radius-topright' : '-webkit-border-top-right-radius', width + 'px'); | |
127 | + if (opts.BL) | |
128 | + $this.css(radius ? 'border-bottom-left-radius' : moz ? '-moz-border-radius-bottomleft' : '-webkit-border-bottom-left-radius', width + 'px'); | |
129 | + if (opts.BR) | |
130 | + $this.css(radius ? 'border-bottom-right-radius' : moz ? '-moz-border-radius-bottomright' : '-webkit-border-bottom-right-radius', width + 'px'); | |
131 | + return; | |
132 | + } | |
133 | + | |
134 | + strip = document.createElement('div'); | |
135 | + $(strip).css({ | |
136 | + overflow: 'hidden', | |
137 | + height: '1px', | |
138 | + minHeight: '1px', | |
139 | + fontSize: '1px', | |
140 | + backgroundColor: sc || 'transparent', | |
141 | + borderStyle: 'solid' | |
142 | + }); | |
143 | + | |
144 | + pad = { | |
145 | + T: parseInt($.css(this,'paddingTop'))||0, R: parseInt($.css(this,'paddingRight'))||0, | |
146 | + B: parseInt($.css(this,'paddingBottom'))||0, L: parseInt($.css(this,'paddingLeft'))||0 | |
147 | + }; | |
148 | + | |
149 | + if (typeof this.style.zoom != undefined) this.style.zoom = 1; // force 'hasLayout' in IE | |
150 | + if (!keep) this.style.border = 'none'; | |
151 | + strip.style.borderColor = cc || gpc(this.parentNode); | |
152 | + cssHeight = $(this).outerHeight(); | |
153 | + | |
154 | + for (j in edges) { | |
155 | + bot = edges[j]; | |
156 | + // only add stips if needed | |
157 | + if ((bot && (opts.BL || opts.BR)) || (!bot && (opts.TL || opts.TR))) { | |
158 | + strip.style.borderStyle = 'none '+(opts[j+'R']?'solid':'none')+' none '+(opts[j+'L']?'solid':'none'); | |
159 | + d = document.createElement('div'); | |
160 | + $(d).addClass('jquery-corner'); | |
161 | + ds = d.style; | |
162 | + | |
163 | + bot ? this.appendChild(d) : this.insertBefore(d, this.firstChild); | |
164 | + | |
165 | + if (bot && cssHeight != 'auto') { | |
166 | + if ($.css(this,'position') == 'static') | |
167 | + this.style.position = 'relative'; | |
168 | + ds.position = 'absolute'; | |
169 | + ds.bottom = ds.left = ds.padding = ds.margin = '0'; | |
170 | + if (expr) | |
171 | + ds.setExpression('width', 'this.parentNode.offsetWidth'); | |
172 | + else | |
173 | + ds.width = '100%'; | |
174 | + } | |
175 | + else if (!bot && $.browser.msie) { | |
176 | + if ($.css(this,'position') == 'static') | |
177 | + this.style.position = 'relative'; | |
178 | + ds.position = 'absolute'; | |
179 | + ds.top = ds.left = ds.right = ds.padding = ds.margin = '0'; | |
180 | + | |
181 | + // fix ie6 problem when blocked element has a border width | |
182 | + if (expr) { | |
183 | + bw = sz(this,'borderLeftWidth') + sz(this,'borderRightWidth'); | |
184 | + ds.setExpression('width', 'this.parentNode.offsetWidth - '+bw+'+ "px"'); | |
185 | + } | |
186 | + else | |
187 | + ds.width = '100%'; | |
188 | + } | |
189 | + else { | |
190 | + ds.position = 'relative'; | |
191 | + ds.margin = !bot ? '-'+pad.T+'px -'+pad.R+'px '+(pad.T-width)+'px -'+pad.L+'px' : | |
192 | + (pad.B-width)+'px -'+pad.R+'px -'+pad.B+'px -'+pad.L+'px'; | |
193 | + } | |
194 | + | |
195 | + for (i=0; i < width; i++) { | |
196 | + w = Math.max(0,getWidth(fx,i, width)); | |
197 | + e = strip.cloneNode(false); | |
198 | + e.style.borderWidth = '0 '+(opts[j+'R']?w:0)+'px 0 '+(opts[j+'L']?w:0)+'px'; | |
199 | + bot ? d.appendChild(e) : d.insertBefore(e, d.firstChild); | |
200 | + } | |
201 | + | |
202 | + if (fold && $.support.boxModel) { | |
203 | + if (bot && noBottomFold) continue; | |
204 | + for (c in opts) { | |
205 | + if (!opts[c]) continue; | |
206 | + if (bot && (c == 'TL' || c == 'TR')) continue; | |
207 | + if (!bot && (c == 'BL' || c == 'BR')) continue; | |
208 | + | |
209 | + common = { position: 'absolute', border: 'none', margin: 0, padding: 0, overflow: 'hidden', backgroundColor: strip.style.borderColor }; | |
210 | + $horz = $('<div/>').css(common).css({ width: width + 'px', height: '1px' }); | |
211 | + switch(c) { | |
212 | + case 'TL': $horz.css({ bottom: 0, left: 0 }); break; | |
213 | + case 'TR': $horz.css({ bottom: 0, right: 0 }); break; | |
214 | + case 'BL': $horz.css({ top: 0, left: 0 }); break; | |
215 | + case 'BR': $horz.css({ top: 0, right: 0 }); break; | |
216 | + } | |
217 | + d.appendChild($horz[0]); | |
218 | + | |
219 | + var $vert = $('<div/>').css(common).css({ top: 0, bottom: 0, width: '1px', height: width + 'px' }); | |
220 | + switch(c) { | |
221 | + case 'TL': $vert.css({ left: width }); break; | |
222 | + case 'TR': $vert.css({ right: width }); break; | |
223 | + case 'BL': $vert.css({ left: width }); break; | |
224 | + case 'BR': $vert.css({ right: width }); break; | |
225 | + } | |
226 | + d.appendChild($vert[0]); | |
227 | + } | |
228 | + } | |
229 | + } | |
230 | + } | |
231 | + }); | |
232 | +}; | |
233 | + | |
234 | +$.fn.uncorner = function() { | |
235 | + if (radius || moz || webkit) | |
236 | + this.css(radius ? 'border-radius' : moz ? '-moz-border-radius' : '-webkit-border-radius', 0); | |
237 | + $('div.jquery-corner', this).remove(); | |
238 | + return this; | |
239 | +}; | |
240 | + | |
241 | +// expose options | |
242 | +$.fn.corner.defaults = { | |
243 | + useNative: true, // true if plugin should attempt to use native browser support for border radius rounding | |
244 | + metaAttr: 'data-corner' // name of meta attribute to use for options | |
245 | +}; | |
246 | + | |
247 | +})(jQuery); | ... | ... |
1 | +++ a/scripts/msie-border-radius.js | |
... | ... | @@ -0,0 +1,17 @@ |
1 | +function makeBorderRadius() { | |
2 | + var elements = document.all; | |
3 | + for ( var e,i=0; e=elements[i]; i++ ) { | |
4 | + var radius = e.currentStyle['border-radius']; | |
5 | + if (radius && radius != '0') { | |
6 | + try { jQuery(e).corner(radius) } | |
7 | + catch(err) {/* can't applay jQuery corner in some elements, like inputs */} | |
8 | + } | |
9 | + } | |
10 | +} | |
11 | + | |
12 | +if ( navigator.appVersion.indexOf("MSIE") > -1 ) { | |
13 | + var MSIE_VERSION = parseInt( navigator.appVersion.replace(/^.*MSIE\s+([0-9]+).*$/, "$1") ); | |
14 | + if ( MSIE_VERSION < 9 ) { | |
15 | + window.attachEvent("onload", makeBorderRadius); | |
16 | + } | |
17 | +} | ... | ... |
1 | +++ a/style.css | |
... | ... | @@ -0,0 +1,1137 @@ |
1 | +@import url(../base/style.css); | |
2 | +/* Red: 9A0000 9F0706 */ | |
3 | + | |
4 | +/* Background {{{ */ | |
5 | +html { | |
6 | + background: #f4f4f4 url(images/fundo.png); | |
7 | + overflow-x: hidden; | |
8 | +} | |
9 | + | |
10 | +body { | |
11 | + background: url(images/bg-top.jpg) 50% top repeat-x; | |
12 | +} | |
13 | + | |
14 | +* { | |
15 | + font-family: "Helvetica", "Verdana", "Trebuchet MS", "Arial", sans-serif !important; | |
16 | +} | |
17 | + | |
18 | +a { | |
19 | + color: #07069F; | |
20 | + outline: none; | |
21 | +} | |
22 | + | |
23 | +a:visited { | |
24 | + color: #666; | |
25 | +} | |
26 | + | |
27 | +#theme-header { | |
28 | + height: 100px; | |
29 | +} | |
30 | + | |
31 | +/* }}} */ | |
32 | + | |
33 | +/* Navigation bar {{{ */ | |
34 | +#navigation { | |
35 | + top: 6px; | |
36 | + left: 10px; | |
37 | + width: 977px; | |
38 | + background: #000090 url(images/menu-top-bg.png) repeat-x; | |
39 | + -moz-border-radius: 5px; | |
40 | + z-index: 6; | |
41 | +} | |
42 | + | |
43 | +.msie6 #navigation { | |
44 | + background: #000060 url(images/menu-top-bg.png) repeat-x; | |
45 | + filter: none; | |
46 | +} | |
47 | + | |
48 | +.msie7 #content { | |
49 | + z-index: 8; | |
50 | +} | |
51 | + | |
52 | +#navigation-end { | |
53 | + background-image: none; | |
54 | +} | |
55 | + | |
56 | +.msie6 #navigation-end { | |
57 | + filter: none; | |
58 | +} | |
59 | + | |
60 | +#navigation ul { | |
61 | + float: left; | |
62 | + height: 43px; | |
63 | + padding-left: 8px; | |
64 | +} | |
65 | +#navigation .menu-submenu-list { | |
66 | + padding-left: 0px; | |
67 | +} | |
68 | + | |
69 | +#navigation li { | |
70 | + border: none; | |
71 | + border-left: none; | |
72 | + background: url(images/menu-top-bg-sep.png) no-repeat; | |
73 | + padding-left: 2px; | |
74 | +} | |
75 | + | |
76 | +#navigation a { | |
77 | + line-height: 43px; | |
78 | +} | |
79 | + | |
80 | +#navigation li.first { | |
81 | + background: none; | |
82 | +} | |
83 | +#navigation .menu-submenu-list li { | |
84 | + background: none; | |
85 | + padding-left: 0px; | |
86 | +} | |
87 | + | |
88 | +/* #navigation .sep { | |
89 | + padding: 0px; | |
90 | + font-size: 16px; | |
91 | + color: #d3d7cf; | |
92 | +} */ | |
93 | + | |
94 | +#navigation li a { | |
95 | + border: none; | |
96 | + color: #FFF; | |
97 | +} | |
98 | +#navigation li a:hover { | |
99 | + background: url(images/menu-top-bg-hover.png) 0% 50%; | |
100 | +} | |
101 | + | |
102 | +#navigation li .menu-submenu-list a { | |
103 | + color: #fff; | |
104 | +} | |
105 | + | |
106 | +#user form input { | |
107 | + border: 1px solid #008; | |
108 | + border-bottom: 1px solid #008; | |
109 | + padding-left: 5px; | |
110 | + z-index: 7; | |
111 | +} | |
112 | +#user form.focused input { | |
113 | + border: 1px solid #600; | |
114 | + border-bottom: 1px solid #500; | |
115 | +} | |
116 | + | |
117 | +#user form div { | |
118 | + color: #FFF; | |
119 | +} | |
120 | + | |
121 | +#user { | |
122 | + color: #babdb6; | |
123 | + top: 55px; | |
124 | + right: 17px; | |
125 | + | |
126 | +} | |
127 | + | |
128 | +#user a { | |
129 | + font-size: 11px; | |
130 | +} | |
131 | + | |
132 | +#user a strong { | |
133 | + color: #888a85; | |
134 | +} | |
135 | + | |
136 | +#navigation a span { | |
137 | + padding: 0px 15px; | |
138 | + background: transparent; | |
139 | +} | |
140 | + | |
141 | +.msie8 #user a#link_login i { | |
142 | + top: -10px; | |
143 | +} | |
144 | + | |
145 | +/* | |
146 | +#navigation a { | |
147 | + display: inline-block; | |
148 | +} | |
149 | +*/ | |
150 | +/* }}} */ | |
151 | + | |
152 | +/* Content {{{ */ | |
153 | + | |
154 | +#wrap-2 { | |
155 | + position: relative; | |
156 | +} | |
157 | + | |
158 | +#content { | |
159 | + margin-top: 70px; | |
160 | + border: 1px solid transparent; /* workarround MSIE-7 bug */ | |
161 | +} | |
162 | + | |
163 | +#main-content-wrapper-1, | |
164 | +#main-content-wrapper-2, | |
165 | +#main-content-wrapper-3, | |
166 | +#main-content-wrapper-4, | |
167 | +#main-content-wrapper-5, | |
168 | +#main-content-wrapper-6, | |
169 | +#main-content-wrapper-7, | |
170 | +#main-content-wrapper-8 { | |
171 | + background: none; | |
172 | + padding: 0px; | |
173 | +} | |
174 | + | |
175 | +#content .block.main-block { | |
176 | + background: white; | |
177 | + margin-top: 0px; | |
178 | +} | |
179 | + | |
180 | +#content .main-block h1, | |
181 | +#content .main-block h2{ | |
182 | + background: #EEE; | |
183 | + margin: 0px 0px 10px 0px; | |
184 | + padding: 2px 10px 2px 25px; | |
185 | + border: 1px dotted #AAA; | |
186 | + border-left: none; | |
187 | + border-right: none; | |
188 | + color: #00006A; | |
189 | + font-variant: normal; | |
190 | +} | |
191 | + | |
192 | +#content .main-block h2 { | |
193 | + border: 0; | |
194 | + background: transparent; | |
195 | + color: #000; | |
196 | + padding-left: 2px; | |
197 | +} | |
198 | + | |
199 | +/* }}} */ | |
200 | + | |
201 | +/* Blocks {{{ */ | |
202 | + | |
203 | +.msie7 .block .menu-submenu { | |
204 | + z-index: 9; | |
205 | +} | |
206 | + | |
207 | +.msie7 .common-profile-list-block .vcard { | |
208 | + z-index: 6; | |
209 | +} | |
210 | + | |
211 | +.msie7 .box-2, | |
212 | +.msie7 .box-3 { | |
213 | + z-index: 10; | |
214 | +} | |
215 | + | |
216 | +.block { | |
217 | + background: #e5e5e5; | |
218 | + border-radius: 10px; | |
219 | + -moz-border-radius: 10px; | |
220 | + -webkit-border-radius: 10px; | |
221 | +} | |
222 | + | |
223 | +#content h3.block-title, | |
224 | +#content .login-block h2 { | |
225 | + height: 36px; | |
226 | + line-height: 34px; | |
227 | + background: url(images/box-title-bg.png) no-repeat; | |
228 | + margin-bottom: 5px; | |
229 | + white-space: nowrap; | |
230 | + overflow: hidden; | |
231 | + border: none; | |
232 | + color: #000055; | |
233 | + font-variant: normal; | |
234 | + font-size: 12px; | |
235 | +} | |
236 | + | |
237 | +#content h3.block-title span, | |
238 | +#content .login-block h2 span { | |
239 | + padding: 3px 0px 3px 35px; | |
240 | + background: url(images/box-icon-generic.png) no-repeat 10px 50%; | |
241 | +} | |
242 | + | |
243 | +.login-box-content { | |
244 | + padding: 0px 10px 5px 10px; | |
245 | +} | |
246 | + | |
247 | +#content .environment-statistics-block ul { | |
248 | + padding: 0px 10px 10px 10px; | |
249 | +} | |
250 | + | |
251 | +.msie7 #content .communities-block .vcard .menu-submenu-trigger { | |
252 | + height: 20px; | |
253 | +} | |
254 | + | |
255 | +#content .communities-block .vcard .profile_link { | |
256 | + text-align: center; | |
257 | + padding-bottom: 0px; | |
258 | + height: 112px; | |
259 | +} | |
260 | +#content .msie6 .communities-block .common-profile-list-block .vcard .profile_link, | |
261 | +.msie7 .communities-block .common-profile-list-block .vcard .profile_link { | |
262 | + height: 112px; | |
263 | + padding-bottom: 0px; | |
264 | +} | |
265 | + | |
266 | +.communities-block .vcard a .org { | |
267 | + padding-top: 0px; | |
268 | +} | |
269 | + | |
270 | +.common-profile-list-block span { | |
271 | + color: #07069F; | |
272 | +} | |
273 | + | |
274 | +/* * * Microblog * * */ | |
275 | + | |
276 | +.microblog-follow-link { | |
277 | + margin: 0px; | |
278 | + position: absolute; | |
279 | + top: 10px; | |
280 | + right: 3px; | |
281 | +} | |
282 | +#content .microblog-follow-link a { | |
283 | + opacity: 0.5; | |
284 | + filter: alpha(opacity=50); | |
285 | + font-weight: normal; | |
286 | + display: block; | |
287 | + font-size: 10px; | |
288 | + line-height: 14px; | |
289 | +} | |
290 | +#content .microblog-follow-link a:hover { | |
291 | + opacity: 1; | |
292 | + filter: alpha(opacity=100); | |
293 | +} | |
294 | + | |
295 | +.microblog-block li:hover { | |
296 | + background: #D0D0D0; | |
297 | +} | |
298 | +.microblog-author { | |
299 | + background: #EEE; | |
300 | +} | |
301 | +.microblog-block li:hover .microblog-author { | |
302 | + background: #E0E0E0; | |
303 | +} | |
304 | + | |
305 | +.microblog-block ul { | |
306 | + padding-bottom: 2px; | |
307 | +} | |
308 | + | |
309 | +.microblog-block li { | |
310 | + color: #555; | |
311 | +} | |
312 | +.microblog-block li:hover { | |
313 | + color: #000; | |
314 | +} | |
315 | + | |
316 | +.microblog-block a, | |
317 | +.microblog-block a:visited, | |
318 | +.microblog-block a:hover { | |
319 | + color: #B44; | |
320 | +} | |
321 | +.microblog-block li:hover a, | |
322 | +.microblog-block li:hover a:visited, | |
323 | +.microblog-block li:hover a:hover { | |
324 | + color: #B00; | |
325 | +} | |
326 | + | |
327 | +/* }}} */ | |
328 | + | |
329 | +/* vim: set foldmethod=marker */ | |
330 | + | |
331 | +#site-title { | |
332 | + position: absolute; | |
333 | + width: 1000px; | |
334 | + height: 100px; | |
335 | + left: 5px; | |
336 | + top: -110px; | |
337 | + background: url(images/dilma-e-lula.jpg) 100% 0% no-repeat; | |
338 | +} | |
339 | + | |
340 | +#site-title a { | |
341 | + display: block; | |
342 | + width: 329px; | |
343 | + height: 50px; | |
344 | + background: url(images/logo.png) no-repeat; | |
345 | + position: absolute; | |
346 | + left: 10px; | |
347 | + top: 50px; | |
348 | +} | |
349 | + | |
350 | +#site-title a span { | |
351 | + display: none; | |
352 | +} | |
353 | +.formlabel { | |
354 | + color: #06069F; | |
355 | +} | |
356 | + | |
357 | +.formfield input, | |
358 | +.formfield textarea { | |
359 | + background: #fff; | |
360 | + border: 1px solid #ccc; | |
361 | + width: 500px; | |
362 | +} | |
363 | + | |
364 | +#content .link-list-block li a.link-this-page { | |
365 | + border-right: 2px solid #cecece; | |
366 | +} | |
367 | + | |
368 | +.login-box .forgot-passwd a { | |
369 | + color: #06069F; | |
370 | +} | |
371 | + | |
372 | +#content .login-box a.button { | |
373 | + border: 0; | |
374 | + background: transparent; | |
375 | + color: #333; | |
376 | +} | |
377 | + | |
378 | +#content .login-box input.button { | |
379 | + background: #710404 url(images/red-button-bg.png) left top repeat-x; | |
380 | + border: 0; | |
381 | + color: white; | |
382 | + padding: 2px 6px; | |
383 | + text-align: center; | |
384 | + border-radius: 4px; | |
385 | + -moz-border-radius: 4px; | |
386 | + -webkit-border-radius: 4px; | |
387 | +} | |
388 | + | |
389 | +#content .login-block h2 span { | |
390 | + background-image: url(images/icon-login.png); | |
391 | +} | |
392 | + | |
393 | +#content .main-block h1 { | |
394 | + background: transparent url(images/arrows.png) left center no-repeat; | |
395 | + border: 0; | |
396 | +} | |
397 | + | |
398 | +#footer-content { | |
399 | + text-align: center; | |
400 | + font-size: 14px; | |
401 | +} | |
402 | + | |
403 | +#footer-content .footer-links { | |
404 | + font-size: 11px; | |
405 | +} | |
406 | + | |
407 | +#footer-content .footer-links a { | |
408 | + color: #000055; | |
409 | +} | |
410 | + | |
411 | +#footer-content .copyright { | |
412 | + font-size: 11px; | |
413 | +} | |
414 | + | |
415 | +#footer-content .copyright a { | |
416 | + color: #00006A; | |
417 | +} | |
418 | + | |
419 | +#footer-content .cc a { | |
420 | + display: block; | |
421 | + width: 88px; | |
422 | + height: 31px; | |
423 | + background-image: url(images/cc.png); | |
424 | + opacity: 0.5; | |
425 | + margin: 0 auto; | |
426 | +} | |
427 | + | |
428 | +#footer-content .cc a:hover { | |
429 | + opacity: 1; | |
430 | +} | |
431 | + | |
432 | +#footer-content .cc a span { | |
433 | + display: none; | |
434 | +} | |
435 | + | |
436 | +#content .profile-balloon h4 { | |
437 | + color: #06069F; | |
438 | +} | |
439 | + | |
440 | +#user form { | |
441 | + height: 20px; | |
442 | + top: -43px; | |
443 | + right: 0px; | |
444 | + position: absolute; | |
445 | +} | |
446 | + | |
447 | +#theme-footer { | |
448 | + background: #f4f4f4 url(images/footer-bg-2.png) center top no-repeat; | |
449 | + margin-top: -14px; | |
450 | + padding-top: 10px; | |
451 | +} | |
452 | +.msie7 #theme-footer { | |
453 | + margin-top: 0px; | |
454 | + padding-top: 10px; | |
455 | +} | |
456 | + | |
457 | +#content .highlighted-news-item h2 { | |
458 | + border: 0; | |
459 | + background: none; | |
460 | + padding-left: 2px; | |
461 | +} | |
462 | + | |
463 | +#content .highlighted-news-item h2 .post-title { | |
464 | + font-size: 18px; | |
465 | +} | |
466 | + | |
467 | +.headline { | |
468 | + font-size: 14px; | |
469 | +} | |
470 | + | |
471 | +#highlighted-news .post-title { | |
472 | + font-size: 12px; | |
473 | +} | |
474 | + | |
475 | +.news-area { | |
476 | + background: #fff url(images/portal-folder-bg.png) center center no-repeat; | |
477 | + width: 246px; | |
478 | + height: 217px; | |
479 | + border: 0; | |
480 | +} | |
481 | + | |
482 | +.news-area ul { | |
483 | + border: 0; | |
484 | + margin-top: 20px; | |
485 | + background: transparent; | |
486 | +} | |
487 | + | |
488 | +#content .news-area h3 { | |
489 | + background: transparent; | |
490 | + font-size: 11px; | |
491 | + height: 10px; | |
492 | + width: 100px; | |
493 | + overflow: visible; | |
494 | + text-align: left; | |
495 | + padding: 5px 0 5px 20px; | |
496 | +} | |
497 | + | |
498 | +#content .tags-block .block-footer-content a, | |
499 | +#content .people-block .block-footer-content a, | |
500 | +#content .profile-list-block .block-footer-content a, | |
501 | +#content .enterprises-block .block-footer-content a, | |
502 | +#content .members-block .block-footer-content a, | |
503 | +#content .communities-block .block-footer-content a, | |
504 | +#content .friends-block .block-footer-content a { | |
505 | + top: 22px; | |
506 | + right: 5px; | |
507 | + padding-right: 0; | |
508 | + font-size: 10px; | |
509 | + color: #999; | |
510 | + background: transparent; | |
511 | +} | |
512 | + | |
513 | +#content .news-area h3 a { | |
514 | + color: #00006A; | |
515 | +} | |
516 | + | |
517 | +#content .block.main-block { | |
518 | + background-color: #f4f4f4; | |
519 | + padding: 6px; | |
520 | +} | |
521 | + | |
522 | +#content .news-area a.news-see-more { | |
523 | + top: 200px; | |
524 | + right: 19px; | |
525 | + background: transparent; | |
526 | +} | |
527 | + | |
528 | +.news-area li { | |
529 | + list-style-image: none; | |
530 | + padding-left: 15px; | |
531 | + margin-left: 4px; | |
532 | + background: transparent url(images/portal-folder-marker.png) left center no-repeat; | |
533 | +} | |
534 | + | |
535 | +#article-actions { | |
536 | +} | |
537 | + | |
538 | +#portal-news li a { | |
539 | + color: #00006A; | |
540 | +} | |
541 | + | |
542 | +#portal-news { | |
543 | + position: relative; | |
544 | + z-index: 10; | |
545 | +} | |
546 | + | |
547 | +#highlighted-news-see-more { | |
548 | + position: absolute; | |
549 | + right: 10px; | |
550 | + bottom: -16px; | |
551 | + padding: 0; | |
552 | + background: #FFF url(images/highlighted-bottom-bg.png) center bottom no-repeat; | |
553 | + width: 73px; | |
554 | + height: 17px; | |
555 | +} | |
556 | + | |
557 | +.msie7 #highlighted-news-see-more { | |
558 | + bottom: 3px; | |
559 | +} | |
560 | + | |
561 | +#highlighted-news-see-more a { | |
562 | + margin-left: 15px; | |
563 | + color: #000; | |
564 | +} | |
565 | + | |
566 | +#highlighted-news-see-more a:hover { | |
567 | + color: #07C; | |
568 | + text-decoration: none; | |
569 | +} | |
570 | + | |
571 | +.highlights-block { | |
572 | + border: 0; | |
573 | + background: transparent; | |
574 | + border-radius: 0; | |
575 | + -moz-border-radius: 0; | |
576 | + -webkit-border-radius: 0; | |
577 | +} | |
578 | + | |
579 | +.highlights-image-link { | |
580 | + width: 575px !important; | |
581 | + font-weight: bold; | |
582 | + text-decoration: none; | |
583 | + text-align: center; | |
584 | + background: #000; | |
585 | +} | |
586 | + | |
587 | +.highlights-block { | |
588 | + height: 300px; | |
589 | +} | |
590 | + | |
591 | +.highlights-container, | |
592 | +.highlights-image-link { | |
593 | + height: 275px !important; | |
594 | +} | |
595 | + | |
596 | +.block a.highlights-image-link:hover { | |
597 | + text-decoration: none; | |
598 | +} | |
599 | + | |
600 | +.highlights-block-pager { | |
601 | + border: 0; | |
602 | + float: left; | |
603 | + position: static; | |
604 | +} | |
605 | + | |
606 | +.highlights-block-pager a { | |
607 | + color: #ccc; | |
608 | + font-weight: bold !important; | |
609 | +} | |
610 | + | |
611 | +.highlights-block-pager a.activeSlide, | |
612 | +.highlights-block-pager a.activeSlide:hover, | |
613 | +.highlights-block-pager a:hover { | |
614 | + color: #00006A !important; | |
615 | +} | |
616 | + | |
617 | +.highlights-label { | |
618 | + padding-left: 5px; | |
619 | + text-align: left; | |
620 | + position: absolute; | |
621 | + z-index: 2; | |
622 | + left: 0; | |
623 | + bottom: 0; | |
624 | + font-weight: bold; | |
625 | + background: transparent url(images/red-pixel.png) left top repeat; | |
626 | +} | |
627 | + | |
628 | +.msie7 .highlights-block, | |
629 | +.msie7 .highlights-container, | |
630 | +.msie .highlights-block .block-inner-2, | |
631 | +.msie .highlights-block .block-inner-1, | |
632 | +.msie7 .highlights-border, | |
633 | +.msie7 .highlights-image-link, | |
634 | +.msie7 #content #box-1 .highlights-block { | |
635 | + width: 100% !important; | |
636 | + overflow: hidden; | |
637 | +} | |
638 | + | |
639 | +.profile-image-block, .link-list-block { | |
640 | + background: transparent; | |
641 | +} | |
642 | + | |
643 | +#content .link-list-block li a:hover { | |
644 | + background: #07069F; | |
645 | +} | |
646 | + | |
647 | +#content .link-list-block li a { | |
648 | + color: #07069F; | |
649 | +} | |
650 | + | |
651 | +#agenda-toolbar { | |
652 | + bottom: 5px; | |
653 | + right: 0px; | |
654 | + text-align: right; | |
655 | +} | |
656 | + | |
657 | +.logged-user-info .user-actions { | |
658 | + padding-bottom: 8px; | |
659 | +} | |
660 | + | |
661 | +#content .tags-block .block-footer-content a, | |
662 | +#content .people-block .block-footer-content a, | |
663 | +#content .profile-list-block .block-footer-content a, | |
664 | +#content .enterprises-block .block-footer-content a, | |
665 | +#content .members-block .block-footer-content a, | |
666 | +#content .communities-block .block-footer-content a, | |
667 | +#content .friends-block .block-footer-content a { | |
668 | + margin-right: 5px; | |
669 | +} | |
670 | + | |
671 | +.blog-post { | |
672 | + background: transparent; | |
673 | + padding: 0; | |
674 | + width: 98%; | |
675 | + margin: 10px auto; | |
676 | + border-top: 1px dotted #ccc; | |
677 | +} | |
678 | + | |
679 | +.blog-post p { | |
680 | + padding: 5px; | |
681 | +} | |
682 | + | |
683 | +#addThis { | |
684 | +} | |
685 | + | |
686 | +#bt_addThis { | |
687 | + display: inline-block; | |
688 | + width: 125px; | |
689 | + height: 16px; | |
690 | + background-image: url(images/addthis.gif); | |
691 | +} | |
692 | + | |
693 | +#bt_addThis img { | |
694 | + visibility: hidden; | |
695 | +} | |
696 | + | |
697 | +#content .login-block h2 { | |
698 | + padding-left: 5px; | |
699 | +} | |
700 | + | |
701 | +#article { | |
702 | + background-color: #fff; | |
703 | + padding: 5px; | |
704 | + color: #666; | |
705 | +} | |
706 | + | |
707 | +#content .main-block #article h1 { | |
708 | + background: transparent; | |
709 | + border: 0; | |
710 | + border-bottom: 1px dotted #00006A; | |
711 | + padding: 4px; | |
712 | +} | |
713 | + | |
714 | +.blog-feed-link { | |
715 | + margin-top: 6px; | |
716 | +} | |
717 | + | |
718 | +#article-parent { | |
719 | + display: block; | |
720 | +} | |
721 | + | |
722 | +#wrap-1, #theme-footer { | |
723 | + width: 1000px; | |
724 | +} | |
725 | + | |
726 | +#content .main-block #article .blog-post h1, | |
727 | +#content .blog-post .title a { | |
728 | + border: 0; | |
729 | +} | |
730 | + | |
731 | +.main-block .article-body { | |
732 | + padding-top: 10px; | |
733 | +} | |
734 | + | |
735 | +.profile-image-block p { | |
736 | + color: #00006A; | |
737 | +} | |
738 | + | |
739 | +table.profile th { | |
740 | + color: #333; | |
741 | + border-bottom: 1px dotted #333; | |
742 | + font-size: 14px; | |
743 | +} | |
744 | + | |
745 | +/* Navigation lighter red: #B40607 | |
746 | + Navigation darker red: #7B0707 */ | |
747 | + | |
748 | +#navigation .menu-submenu { | |
749 | + z-index: 5; | |
750 | +} | |
751 | + | |
752 | +#navigation .menu-submenu ul { | |
753 | + padding-top: 20px; | |
754 | + background: #073e7b; | |
755 | + border-left: 1px solid #073e7b; | |
756 | + border-color: #7B0707; | |
757 | +} | |
758 | + | |
759 | +#navigation .menu-submenu a { | |
760 | + border-left: 0; | |
761 | + color: #fff; | |
762 | +} | |
763 | + | |
764 | +#navigation li .menu-submenu-trigger { | |
765 | + background: #044596 url(images/down-arrow-light.png) center center no-repeat; | |
766 | + height: 16px; | |
767 | + top: 43px; | |
768 | + left: 2px; | |
769 | + z-index: 12; | |
770 | + border: 1px solid #032b5c; | |
771 | + border-top-color: #fff; | |
772 | +} | |
773 | + | |
774 | +.msie7 .block .menu-submenu-trigger, | |
775 | +.msie7 #search-results .menu-submenu-trigger, | |
776 | +.msie7 #browse-results .menu-submenu-trigger { | |
777 | + width: 20px !important; | |
778 | +} | |
779 | + | |
780 | +#navigation li:hover .menu-submenu-trigger:hover { | |
781 | + background: #083755 url(images/down-arrow-light.png) center center no-repeat; | |
782 | + border-color: #083755; | |
783 | + border-top-color: #fff; | |
784 | +} | |
785 | + | |
786 | +#content .no-boxes h1 { | |
787 | + font-variant: normal; | |
788 | + color: #07069F; | |
789 | + border: 0; | |
790 | + border-bottom: 1px solid #07069F; | |
791 | + padding-bottom: 4px; | |
792 | +} | |
793 | + | |
794 | +.browse-results-innerbox { | |
795 | + border: 0; | |
796 | + background: transparent; | |
797 | +} | |
798 | + | |
799 | +#TB_window { | |
800 | + background: #fff url(images/lightbox-bg.jpg) 145% -60% no-repeat; | |
801 | + width: 500px; | |
802 | + height: 295px; | |
803 | + overflow: visible; | |
804 | + border: 16px solid #FFF; | |
805 | + padding: 0; | |
806 | + border-radius: 28px; | |
807 | + -moz-border-radius: 28px; | |
808 | + -webkit-border-radius: 28px; | |
809 | + box-shadow: inset 0 0 100px #888; | |
810 | + -moz-box-shadow: inset 0 0 100px #888; | |
811 | + -webkit-box-shadow: inset 0 0 100px #888; | |
812 | +} | |
813 | +.msie #TB_window { | |
814 | + background: #fff url(images/lightbox-bg.jpg) 100% 0% no-repeat; | |
815 | + border: 16px solid #000; | |
816 | +} | |
817 | + | |
818 | +#TB_window .button-bar { | |
819 | + margin: 5px 0; | |
820 | + padding-top: 0px; | |
821 | +} | |
822 | + | |
823 | +#TB_window .formlabel { | |
824 | + font-weight: bold; | |
825 | +} | |
826 | + | |
827 | +#online-doc-navigation a:link, | |
828 | +#online-doc-text a:link, | |
829 | +#online-doc-path a:link { | |
830 | + color: #07069F | |
831 | +} | |
832 | + | |
833 | +#online-doc-navigation a:visited, | |
834 | +#online-doc-text a:visited, | |
835 | +#online-doc-path a:visited { | |
836 | + color: #666; | |
837 | +} | |
838 | + | |
839 | +#online-doc-text { | |
840 | + background: transparent; | |
841 | +} | |
842 | + | |
843 | +#online-doc-path { | |
844 | + padding-bottom: 10px; | |
845 | + border-bottom: 1px dotted #ccc; | |
846 | +} | |
847 | + | |
848 | +.search-form, .product-categories-menu { | |
849 | + display: none; | |
850 | +} | |
851 | + | |
852 | +#article_types a { | |
853 | + color: #00006A; | |
854 | +} | |
855 | + | |
856 | +#box-organizer div.box-1 .main-block { | |
857 | + clear: both; | |
858 | +} | |
859 | + | |
860 | +/* Icons */ | |
861 | + | |
862 | +#content .environment-statistics-block h3.block-title span { background-image: url(images/icon-net.png); } | |
863 | +#content .communities-block h3.block-title span { | |
864 | + background-image: url(images/icon-communities.png); | |
865 | + padding-top: 2px; | |
866 | + padding-bottom: 2px; | |
867 | +} | |
868 | +#content .feed-reader-block h3.block-title span { background-image: url(images/icon-live.png); } | |
869 | +#content .people-block h3.block-title span { background-image: url(images/icon-people.png); } | |
870 | + | |
871 | +/* Hard-coded */ | |
872 | +#content #block-75 h3.block-title span { background-image: url(images/icon-video.png); } | |
873 | +#content #block-74 h3.block-title span { background-image: url(images/icon-twitter.png); } | |
874 | +.controller-home #content .raw-html-block h3.block-title span { background-image: url(images/icon-twitter.png); } | |
875 | + | |
876 | +li.event-dates { background-image: url(images/event.png) } | |
877 | + | |
878 | +.agenda-item a img { | |
879 | + display: none; | |
880 | +} | |
881 | + | |
882 | +.agenda-item a { | |
883 | + background: white url(images/event.png) left center no-repeat; | |
884 | + padding-left: 30px; | |
885 | + line-height: 30px; | |
886 | +} | |
887 | + | |
888 | +.agenda-item a:hover { | |
889 | + border: 0; | |
890 | + background: white url(images/event.png) left center no-repeat; | |
891 | +} | |
892 | + | |
893 | +.controller-search .search-results-innerbox { | |
894 | + border-color: #ccc; | |
895 | +} | |
896 | + | |
897 | +.controller-search #content .search-results-box a.see-more { | |
898 | + background-color: #e5a0a0; | |
899 | + border-color: #a00; | |
900 | +} | |
901 | + | |
902 | +.controller-search #content .search-results-box a.see-more:hover { | |
903 | + background-color: #a00; | |
904 | +} | |
905 | + | |
906 | +.search-results-innerbox2 { | |
907 | + float: left; | |
908 | +} | |
909 | + | |
910 | +.controller-search .only-one-result-box, | |
911 | +.controller-search .only-one-result-box .search-results-innerbox { | |
912 | + float: none; | |
913 | + border: 0; | |
914 | + background: transparent; | |
915 | +} | |
916 | + | |
917 | +div#article-parent { | |
918 | + text-align: left; | |
919 | +} | |
920 | + | |
921 | +.add-friend-tags { | |
922 | + display:none; | |
923 | +} | |
924 | + | |
925 | +.controller-search #content .map-toggle-button { | |
926 | + margin-top: -40px; | |
927 | +} | |
928 | + | |
929 | +.controller-search .has_cat_list #product-categories-menu { | |
930 | + display: none; | |
931 | +} | |
932 | + | |
933 | +.map-or-list-search-results { | |
934 | + margin-left: 0; | |
935 | + margin-right: 0; | |
936 | +} | |
937 | + | |
938 | +.controller-search .has_cat_list #map, .controller-search .msie .has_cat_list #map, .controller-search .has_cat_list .only-one-result-box .search-results-box, .controller-search .msie .has_cat_list .only-one-result-box .search-results-box { | |
939 | + width: 100%; | |
940 | + float: none; | |
941 | +} | |
942 | + | |
943 | +.controller-search .search-tagged-items li { | |
944 | + list-style-type: none; | |
945 | +} | |
946 | + | |
947 | +.controller-search .search-results-products, .controller-search .search-results-enterprises{ | |
948 | + display: none; | |
949 | +} | |
950 | + | |
951 | +div#notice { | |
952 | + left: 50%; | |
953 | + margin-left: -60px; | |
954 | + top: 80px; | |
955 | +} | |
956 | + | |
957 | +/* chat */ | |
958 | + | |
959 | +.ui-tabs .ui-tabs-nav { | |
960 | + background: #f4f4f4; | |
961 | +} | |
962 | +#buddy-list .buddy-list li a:hover { | |
963 | + background-color: #B29C9C; | |
964 | + border-top: 1px solid #161650; | |
965 | + border-bottom: 1px solid #161650; | |
966 | + color: black; | |
967 | +} | |
968 | +.msie7 table.profile { | |
969 | + width: 100%; | |
970 | +} | |
971 | +#chat-window { | |
972 | + background: white; | |
973 | +} | |
974 | +#buddy-list, | |
975 | +#chat .tabs-bottom .ui-widget-header, | |
976 | +.conversation .occupant-list { | |
977 | + background: #ECECEC; | |
978 | +} | |
979 | +#title-bar h1 { | |
980 | + color: white; | |
981 | +} | |
982 | +#title-bar { | |
983 | + background-color: #161650; | |
984 | +} | |
985 | +#chat .tabs-bottom .ui-widget-header { | |
986 | + background: #ECECEC; | |
987 | +} | |
988 | +#buddy-list #environment-logo { | |
989 | + background-color: #AAA; | |
990 | +} | |
991 | +#buddy-list .toolbar { | |
992 | + border-top: 1px solid #666; | |
993 | + border-bottom: 1px solid black; | |
994 | + background-color: gray; | |
995 | +} | |
996 | +#buddy-list .toolbar .user-status a.simplemenu-trigger { | |
997 | + color: #EFEFEF; | |
998 | + font-weight: bold; | |
999 | +} | |
1000 | +#chat-online-users .header { | |
1001 | + background-color: #00006A; | |
1002 | + color: #fff; | |
1003 | + font-weight: bold; | |
1004 | +} | |
1005 | +.chat-online-user-avatar { | |
1006 | + background: url('images/icons-app/person-icon.png'); | |
1007 | +} | |
1008 | +#chat-online-users-hidden-content { | |
1009 | + border-top-color: #00006A; | |
1010 | +} | |
1011 | + | |
1012 | +/* history activity and wall */ | |
1013 | + | |
1014 | +#profile-activity .profile-activity-description, #profile-network .profile-network-description { | |
1015 | + border-radius: 8px; | |
1016 | + -moz-border-radius: 8px; | |
1017 | + -webkit-border-radius: 8px; | |
1018 | +} | |
1019 | + | |
1020 | +#profile-network .profile-network-description textarea, | |
1021 | +#profile-wall .profile-wall-description textarea { | |
1022 | + margin-left: 2px; | |
1023 | +} | |
1024 | + | |
1025 | +#profile-network .profile-network-description .limited-text-area p, | |
1026 | +#profile-wall .profile-wall-description .limited-text-area p { | |
1027 | + margin-right: 10px; | |
1028 | +} | |
1029 | + | |
1030 | +.limited-text-area div.fieldWithErrors { | |
1031 | + background: transparent; | |
1032 | +} | |
1033 | + | |
1034 | +.msie7 #profile-activity li, .msie7 #profile-network li, .msie7 #profile-wall li { | |
1035 | + list-style: none; | |
1036 | + z-index: 1; | |
1037 | +} | |
1038 | + | |
1039 | +.msie7 #profile-activity .profile-activity-description, | |
1040 | +.msie7 #profile-network .profile-network-description, | |
1041 | +.msie7 #profile-wall .profile-wall-description { | |
1042 | + z-index: 2; | |
1043 | +} | |
1044 | + | |
1045 | +.msie7 #leave_scrap { | |
1046 | + overflow: hidden; | |
1047 | +} | |
1048 | + | |
1049 | +.msie7 #profile-activity hr, .msie7 #profile-network hr, .msie7 #profile-wall hr { | |
1050 | + visibility: hidden; | |
1051 | +} | |
1052 | + | |
1053 | +.msie #profile-activity .profile-activity-description, | |
1054 | +.msie #profile-network .profile-network-description { | |
1055 | + border: 1px solid #ccc !important; | |
1056 | +} | |
1057 | + | |
1058 | +.msie7 #profile-activity ul, .msie7 #profile-network ul, .msie7 #profile-wall ul { | |
1059 | + padding-left: 0; | |
1060 | + margin-left: 0; | |
1061 | +} | |
1062 | + | |
1063 | +.msie7 .profile-wall-image, | |
1064 | +.msie7 .leave_scrap_to_self .profile-network-image, | |
1065 | +.msie7 .leave_scrap .profile-network-image, | |
1066 | +.msie7 .leave_scrap_to_self .profile-activity-image, | |
1067 | +.msie7 .leave_scrap .profile-activity-image { | |
1068 | + z-index: 3; | |
1069 | + left: 2px; | |
1070 | +} | |
1071 | + | |
1072 | +.msie7 #profile-activity .profile-activity-send-message, | |
1073 | +.msie7 #profile-network .profile-network-send-message, | |
1074 | +.msie7 #profile-wall .profile-wall-send-message { | |
1075 | + line-height: 24px; | |
1076 | + margin-top: 2px; | |
1077 | +} | |
1078 | + | |
1079 | +.msie #profile-wall .profile-wall-description .profile-wall-description { | |
1080 | + border: 0 !important; | |
1081 | +} | |
1082 | + | |
1083 | +.msie7 #profile-wall a.button.with-text.icon-cancel { | |
1084 | + display: inline-block; | |
1085 | + line-height: 17px; | |
1086 | +} | |
1087 | + | |
1088 | +.msie7 .ui-tabs .ui-tabs-nav li { | |
1089 | + top: 1px; | |
1090 | + margin: 0; | |
1091 | + margin-right: 4px; | |
1092 | +} | |
1093 | + | |
1094 | +.msie7 .profile-wall-scrap-replies { | |
1095 | + float: none; | |
1096 | + margin-top: 10px; | |
1097 | +} | |
1098 | + | |
1099 | +#profile-wall .comment-balloon-content { | |
1100 | + min-height: 73px; | |
1101 | +} | |
1102 | + | |
1103 | +#profile-wall .profile-wall-scrap-replies .comment-balloon br { | |
1104 | + line-height: 0; | |
1105 | +} | |
1106 | + | |
1107 | +/* Comment balloon */ | |
1108 | + | |
1109 | +.comment-replies .article-comment-inner, | |
1110 | +#article .comment-replies .comment-replies .article-comment, | |
1111 | +.comment-replies .comment-replies .article-comment-inner, | |
1112 | +.comment-replies .comment-replies .comment-content, | |
1113 | +.comment-replies .comment-content, | |
1114 | +#article .comment-replies .article-comment , | |
1115 | +.comment-replies .article-comment-inner, | |
1116 | +#article .comment-replies .comment-replies .article-comment, | |
1117 | +.comment-replies .comment-replies .article-comment-inner, | |
1118 | +.comment-replies .comment-replies .comment-content, | |
1119 | +.comment-replies .comment-content, | |
1120 | +#article .comment-replies .article-comment { | |
1121 | + border-radius: 0; | |
1122 | +} | |
1123 | + | |
1124 | +.comment-from-owner .comment-wrapper-1 { | |
1125 | + background-color: #fbcece; | |
1126 | + background-image: url(images/comment-owner-bg-N.png); | |
1127 | +} | |
1128 | +.comment-replies .comment-from-owner.comment-content { | |
1129 | + background-image: url(images/comment-reply-owner-bg.png); | |
1130 | +} | |
1131 | +.comment-from-owner .comment-wrapper-2 { background-image: url(images/comment-owner-bg-S.png); } | |
1132 | +.comment-from-owner .comment-wrapper-3 { background-image: url(images/comment-owner-bg-L.png); } | |
1133 | +.comment-from-owner .comment-wrapper-4 { background-image: url(images/comment-owner-bg-O.png); } | |
1134 | +.comment-from-owner .comment-wrapper-5 { background-image: url(images/comment-owner-bg-SL.png); } | |
1135 | +.comment-from-owner .comment-wrapper-6 { background-image: url(images/comment-owner-bg-SO.png); } | |
1136 | +.comment-from-owner .comment-wrapper-7 { background-image: url(images/comment-owner-bg-NL.png); } | |
1137 | +.comment-from-owner .comment-wrapper-8 { background-image: url(images/comment-owner-bg-NO.png); } | ... | ... |