Commit 0be1f6ae6e9003cbc7ec7cc1ee98669fa4f45339

Authored by Leandro Nunes dos Santos
0 parents

Serpro theme

Showing 114 changed files with 4483 additions and 0 deletions   Show diff stats

Too many changes.

To preserve performance only 100 of 114 files displayed.

500.html 0 → 100644
  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 + &nbsp;
  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>
... ...
503.html 0 → 100644
  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 + &nbsp;
  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>
... ...
errors.css 0 → 100644
  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 +}
... ...
favicon.ico 0 → 100644
No preview for this file type
footer.rhtml 0 → 100644
  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>
... ...
header.rhtml 0 → 100644
  1 +++ a/header.rhtml
... ... @@ -0,0 +1,3 @@
  1 +<div id='highlighted-news-see-more' style='display:none'>
  2 + <a href="/serpro/blog"><span>Ver mais</span></a>
  3 +</div>
... ...
images/addthis.gif 0 → 100644

1.56 KB

images/arrows.png 0 → 100755

594 Bytes

images/bg-top.jpg 0 → 100644

13.8 KB

images/bg-top.png 0 → 100644

58 KB

images/big-down-arrow-darker.png 0 → 100644

651 Bytes

images/big-down-arrow-lighter.png 0 → 100644

642 Bytes

images/big-down-arrow.png 0 → 100644

646 Bytes

images/big-logo.png 0 → 100644

20.6 KB

images/box-icon-generic.png 0 → 100644

458 Bytes

images/box-title-bg.png 0 → 100644

3.28 KB

images/bt-branco.png 0 → 100644

3.3 KB

images/bt-vermelho.png 0 → 100644

1.03 KB

images/cc.png 0 → 100755

3.72 KB

images/comment-bg-L.png 0 → 100644

188 Bytes

images/comment-bg-N.png 0 → 100644

187 Bytes

images/comment-bg-NL.png 0 → 100644

262 Bytes

images/comment-bg-NO.png 0 → 100644

391 Bytes

images/comment-bg-O.png 0 → 100644

192 Bytes

images/comment-bg-S.png 0 → 100644

224 Bytes

images/comment-bg-SL.png 0 → 100644

263 Bytes

images/comment-bg-SO.png 0 → 100644

279 Bytes

images/comment-owner-bg-L.png 0 → 100644

188 Bytes

images/comment-owner-bg-N.png 0 → 100644

168 Bytes

images/comment-owner-bg-NL.png 0 → 100644

247 Bytes

images/comment-owner-bg-NO.png 0 → 100644

468 Bytes

images/comment-owner-bg-O.png 0 → 100644

201 Bytes

images/comment-owner-bg-S.png 0 → 100644

314 Bytes

images/comment-owner-bg-SL.png 0 → 100644

253 Bytes

images/comment-owner-bg-SO.png 0 → 100644

272 Bytes

images/comment-reply-owner-bg.png 0 → 100644

255 Bytes

images/content-bg-L.png 0 → 100644

154 Bytes

images/content-bg-N.png 0 → 100644

156 Bytes

images/content-bg-NL.png 0 → 100644

228 Bytes

images/content-bg-NO.png 0 → 100644

214 Bytes

images/content-bg-O.png 0 → 100644

153 Bytes

images/content-bg-S.png 0 → 100644

156 Bytes

images/content-bg-SL.png 0 → 100644

216 Bytes

images/content-bg-SO.png 0 → 100644

217 Bytes

images/deg.png 0 → 100755

177 Bytes

images/down-arrow-light.png 0 → 100644

169 Bytes

images/event.png 0 → 100644

846 Bytes

images/footer-bg-2.png 0 → 100755

9.25 KB

images/footer-bg-2.svg 0 → 100755
  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>
... ...
images/footer-bg.png 0 → 100644

199 Bytes

images/footer-deg.png 0 → 100755

4.39 KB

images/footer-sombra.png 0 → 100644

4.03 KB

images/fundo.jpg 0 → 100644

52.1 KB

images/fundo.png 0 → 100644

204 Bytes

images/highlighted-bottom-bg.png 0 → 100644

328 Bytes

images/icon-communities.png 0 → 100644

866 Bytes

images/icon-live.png 0 → 100644

436 Bytes

images/icon-login.png 0 → 100755

468 Bytes

images/icon-net.png 0 → 100644

490 Bytes

images/icon-people.png 0 → 100644

477 Bytes

images/icon-twitter.png 0 → 100644

672 Bytes

images/icon-video.png 0 → 100644

418 Bytes

images/icons-app/community-big.png 0 → 100644

19.6 KB

images/icons-app/community-icon.png 0 → 100644

1.19 KB

images/icons-app/community-minor.png 0 → 100644

4.31 KB

images/icons-app/community-portrait.png 0 → 100644

6.21 KB

images/icons-app/community-thumb.png 0 → 100644

11.5 KB

images/icons-app/enterprise-big.png 0 → 100644

10.6 KB

images/icons-app/enterprise-default-pic.svg 0 → 100644
  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
... ...
images/icons-app/enterprise-icon.png 0 → 100644

982 Bytes

images/icons-app/enterprise-minor.png 0 → 100644

3 KB

images/icons-app/enterprise-portrait.png 0 → 100644

4.05 KB

images/icons-app/enterprise-thumb.png 0 → 100644

6.71 KB

images/icons-app/person-big.png 0 → 100644

13.5 KB

images/icons-app/person-icon.png 0 → 100644

1.03 KB

images/icons-app/person-minor.png 0 → 100644

3.59 KB

images/icons-app/person-portrait.png 0 → 100644

5.03 KB

images/icons-app/person-small.png 0 → 100644

2.06 KB

images/icons-app/person-thumb.png 0 → 100644

8.73 KB

images/icons-app/system-users.png 0 → 100644

3.46 KB

images/icons-app/system-users.svg 0 → 100644
  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>
... ...
images/icons-app/user_icon.svg 0 → 100644
  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>
... ...
images/icons-app/users.svg 0 → 100644
  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>
... ...
images/icons-map/enterprise.png 0 → 100644

1.2 KB

images/icons-map/enterprise_shadow.png 0 → 100644

1.41 KB

images/li-gray.gif 0 → 100644

88 Bytes

images/li-recent.gif 0 → 100644

88 Bytes

images/lightbox-bg.jpg 0 → 100644

9.98 KB

images/lightbox-bg.png 0 → 100644

104 KB

images/logo-menor.png 0 → 100644

6.88 KB

images/logo.png 0 → 100644

5.98 KB

images/logo.svg 0 → 100644
  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>
... ...
images/menu-top-bg-hover.png 0 → 100644

261 Bytes

images/menu-top-bg-sep.png 0 → 100644

212 Bytes

images/menu-top-bg-sep.svg 0 → 100644
  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>
... ...
images/menu-top-bg-sep_original.png 0 → 100644

311 Bytes

images/menu-top-bg.png 0 → 100644

254 Bytes

images/menu_topo.svg 0 → 100644
  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>
... ...
images/menu_topo_hover.svg 0 → 100644
  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>
... ...
images/news-box-bg.png 0 → 100644

274 Bytes