Commit 93e05133b8d911d2ce68920fe3455eeff2919f40
0 parents
Exists in
master
initial commit
Signed-off-by: Valessio Brito <contato@valessiobrito.com.br> Signed-off-by: Daniel Bucher <daniel.bucher88@gmail.com>
Showing
10 changed files
with
1197 additions
and
0 deletions
Show diff stats
1 | +++ a/footer.rhtml | |
... | ... | @@ -0,0 +1,56 @@ |
1 | +<script> | |
2 | + // Identificar Blocos de links com e sem título: | |
3 | + // TODO: Colocar isso no core do noosfero para qualquer bloco. | |
4 | + jQuery('.link-list-block').each(function(num, el) { | |
5 | + title = jQuery('.block-title', el).text().trim(); | |
6 | + el.className += (title=='')? ' without-title' : ' with-title'; | |
7 | + }); | |
8 | + | |
9 | + // Identificar cabeçalho e rodabe vazios: | |
10 | + // TODO: Colocar isso no core do noosfero. | |
11 | + jQuery('#profile-header, #profile-footer').each(function(num, el) { | |
12 | + if ( jQuery(el).html().trim() == '' ) el.className += ' empty'; | |
13 | + }); | |
14 | +</script> | |
15 | + | |
16 | +<div id="footer-border"> | |
17 | +<div id="footer-box"> | |
18 | +<div id="footer-content"> | |
19 | + | |
20 | +<a href="http://sedf.cdtc.gdf.br" id="gdf"><span>SABERES</span></a> | |
21 | + | |
22 | +<ul id="footer-menu"> | |
23 | + <li>Conheça | |
24 | + <ul> | |
25 | + <li><a href="/portal/quem-somos">Quem Somos</a></li> | |
26 | + <li><a href="/portal/termo-de-uso">Termos de Uso</a></li> | |
27 | + <li><a href="/doc">Documentação</a></li> | |
28 | + <li><a href="/contact/portal/new">Fale Conosco</a></li> | |
29 | + </ul> | |
30 | + </li> | |
31 | + <li>Colabore | |
32 | + <ul> | |
33 | + <li><a href="/myprofile/portal/cms/suggest_an_article">Sugerir uma Notícia</a></li> | |
34 | + <li><a href="/colabore/sugerir-melhorias">Sugerir Melhorias</a></li> | |
35 | + <li><a href="/colabore/reporte-um-bug">Reportar um Bug</a></li> | |
36 | + <li><a href="/desenvolvimento">Desenvolvimento</a></li> | |
37 | + </ul> | |
38 | + </li> | |
39 | + | |
40 | + | |
41 | +</ul><!-- id="footer-menu" --> | |
42 | +<script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script> | |
43 | + | |
44 | +<div id="copyright"> | |
45 | + <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.pt_BR" id="license"><span>Creative Commons License</span></a><br />Todo o conteúdo e dados da Comunidade UnB estão disponíveis sob a licença <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.pt_BR">Creative Commons Atribuição 3.0 Unported (CC BY 3.0)</a> exceto quando especificado em contrário e nos conteúdos replicados de outras fontes.</p> | |
46 | + | |
47 | + <p id="dev-info"><a href="http://www.gnu.org/licenses/agpl.html"><img alt="AGPL License" style="border-width:0" src="http://www.gnu.org/graphics/agplv3-88x31.png" /></a><br/><%= _('This site uses <a href="http://noosfero.org/">Noosfero</a>, developed by %s and licensed under the <a href="http://www.gnu.org/licenses/agpl.html">GNU Affero General Public License</a> version 3 or any later version.') % link_to('Colivre', 'http://colivre.coop.br/') %> | |
48 | + </p> | |
49 | + | |
50 | + | |
51 | +</div><!-- id="copyright" --> | |
52 | + | |
53 | +</div><!-- id="footer-content" --> | |
54 | +</div><!-- id="footer-box" --> | |
55 | +</div><!-- id="footer-border" --> | |
56 | + | ... | ... |
1 | +++ a/header.rhtml | |
... | ... | @@ -0,0 +1,25 @@ |
1 | +<div id="barra-psocial"> | |
2 | +<div id="assets-menu"> | |
3 | + <ul> | |
4 | + <%= generate_assets_menu %> | |
5 | + </ul> | |
6 | +</div><!-- fim id="assets-menu" --> | |
7 | + | |
8 | +<script type="text/javascript"> | |
9 | + jQuery(function($) { | |
10 | + $("#site-title, #assets-menu").mouseover(function() { | |
11 | + clearTimeout( window.closeAssetsTimeout ); | |
12 | + $("#assets-menu").slideDown(400); | |
13 | + }); | |
14 | + $("#site-title, #assets-menu").mouseout(function() { | |
15 | + window.closeAssetsTimeout = | |
16 | + setTimeout( function() { $("#assets-menu").slideUp(400); }, 500 ); | |
17 | + }); | |
18 | + }); | |
19 | +</script> | |
20 | +</div> | |
21 | + | |
22 | +<div id="search-header"> | |
23 | + <%= render :partial => 'shared/profile_search_form' %> | |
24 | +</div> | |
25 | + | ... | ... |
15.1 KB
1 | +++ a/images/logo.svg | |
... | ... | @@ -0,0 +1,357 @@ |
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="475.56781" | |
14 | + height="116.2255" | |
15 | + id="svg2" | |
16 | + version="1.1" | |
17 | + inkscape:version="0.48.4 r9939" | |
18 | + sodipodi:docname="logo.svg"> | |
19 | + <defs | |
20 | + id="defs4"> | |
21 | + <clipPath | |
22 | + clipPathUnits="userSpaceOnUse" | |
23 | + id="clipPath3002"> | |
24 | + <rect | |
25 | + style="color:#000000;fill:#fdfeff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.48199999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
26 | + id="rect3004" | |
27 | + width="68.571426" | |
28 | + height="68.571426" | |
29 | + x="166.42854" | |
30 | + y="267.93362" /> | |
31 | + </clipPath> | |
32 | + </defs> | |
33 | + <sodipodi:namedview | |
34 | + id="base" | |
35 | + pagecolor="#ffffff" | |
36 | + bordercolor="#666666" | |
37 | + borderopacity="1.0" | |
38 | + inkscape:pageopacity="0.0" | |
39 | + inkscape:pageshadow="2" | |
40 | + inkscape:zoom="1" | |
41 | + inkscape:cx="160.02932" | |
42 | + inkscape:cy="154.8373" | |
43 | + inkscape:document-units="px" | |
44 | + inkscape:current-layer="layer1" | |
45 | + showgrid="false" | |
46 | + inkscape:window-width="1366" | |
47 | + inkscape:window-height="720" | |
48 | + inkscape:window-x="0" | |
49 | + inkscape:window-y="27" | |
50 | + inkscape:window-maximized="1" | |
51 | + fit-margin-top="0" | |
52 | + fit-margin-left="0" | |
53 | + fit-margin-right="0" | |
54 | + fit-margin-bottom="0" /> | |
55 | + <metadata | |
56 | + id="metadata7"> | |
57 | + <rdf:RDF> | |
58 | + <cc:Work | |
59 | + rdf:about=""> | |
60 | + <dc:format>image/svg+xml</dc:format> | |
61 | + <dc:type | |
62 | + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
63 | + <dc:title></dc:title> | |
64 | + </cc:Work> | |
65 | + </rdf:RDF> | |
66 | + </metadata> | |
67 | + <g | |
68 | + inkscape:label="Camada 1" | |
69 | + inkscape:groupmode="layer" | |
70 | + id="layer1" | |
71 | + transform="translate(-136,-414.36218)"> | |
72 | + <path | |
73 | + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.48199999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
74 | + d="m 147.55061,429.36218 266.33547,0 0,68.15318 -266.33547,0 z" | |
75 | + id="rect3803" | |
76 | + inkscape:connector-curvature="0" /> | |
77 | + <image | |
78 | + y="270.95319" | |
79 | + x="158.29875" | |
80 | + id="image2993" | |
81 | + xlink:href="file:///home/valessio/Desktop/logo.jpg" | |
82 | + height="98" | |
83 | + width="338" | |
84 | + clip-path="url(#clipPath3002)" | |
85 | + transform="matrix(0.89675243,0,0,0.89675243,8.553982,191.398)" /> | |
86 | + <g | |
87 | + style="font-size:46.34568024px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:100%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.48199999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold" | |
88 | + id="text3006" | |
89 | + transform="matrix(0.89675243,0,0,0.89675243,50.701346,209.33305)"> | |
90 | + <path | |
91 | + d="m 222.23552,290.95009 c -3e-5,1.47848 -0.2565,2.81363 -0.76941,4.00546 -0.49788,1.17675 -1.23712,2.18754 -2.21772,3.03238 -0.96555,0.82976 -2.15738,1.47094 -3.57549,1.92353 -1.40306,0.45259 -3.01731,0.67889 -4.84277,0.67889 -1.59917,0 -3.14554,-0.16595 -4.63909,-0.49785 -1.47848,-0.33191 -2.85135,-0.82976 -4.11861,-1.49357 l 0,-6.51736 c 0.72415,0.347 1.45584,0.68645 2.19508,1.01834 0.73924,0.31682 1.48602,0.60347 2.24035,0.85993 0.7694,0.25648 1.53127,0.46014 2.2856,0.611 0.7694,0.15087 1.53127,0.22631 2.2856,0.2263 0.7694,10e-6 1.42566,-0.083 1.96879,-0.24893 0.55818,-0.18103 1.00324,-0.42241 1.33515,-0.72415 0.34698,-0.31681 0.5959,-0.68643 0.74678,-1.10885 0.16594,-0.4375 0.24891,-0.91273 0.24893,-1.42568 -2e-5,-0.61853 -0.13579,-1.16165 -0.40734,-1.62934 -0.25648,-0.48275 -0.6261,-0.9278 -1.10885,-1.33515 -0.4677,-0.42241 -1.04098,-0.82974 -1.71986,-1.22201 -0.66382,-0.39223 -1.4106,-0.80711 -2.24034,-1.24463 -0.69399,-0.36206 -1.47094,-0.79957 -2.33087,-1.31253 -0.85993,-0.51292 -1.6746,-1.14655 -2.44401,-1.90089 -0.75433,-0.76939 -1.38796,-1.68967 -1.90089,-2.76083 -0.51295,-1.0862 -0.76942,-2.38364 -0.76941,-3.89231 -1e-5,-1.47845 0.24138,-2.79852 0.72415,-3.9602 0.49785,-1.17672 1.19937,-2.16488 2.10456,-2.9645 0.90518,-0.81464 1.99895,-1.43318 3.28131,-1.85564 1.29743,-0.42238 2.74573,-0.63359 4.34491,-0.63363 0.79957,4e-5 1.57652,0.0528 2.33086,0.15841 0.7694,0.10564 1.52372,0.2565 2.26297,0.45259 0.75431,0.19616 1.50863,0.43754 2.26298,0.72416 0.7543,0.28667 1.53125,0.61857 2.33086,0.9957 l -2.26297,5.45377 c -0.67892,-0.31679 -1.31255,-0.59589 -1.9009,-0.8373 -0.58839,-0.24136 -1.16168,-0.44503 -1.71986,-0.611 -0.55822,-0.16593 -1.10887,-0.28662 -1.65197,-0.36208 -0.52804,-0.0905 -1.06361,-0.13575 -1.60671,-0.13578 -1.17676,3e-5 -2.08195,0.31684 -2.71557,0.95045 -0.61855,0.61857 -0.92783,1.44833 -0.92782,2.48927 -1e-5,0.55822 0.0905,1.05608 0.27156,1.49356 0.19611,0.42245 0.49784,0.82224 0.90519,1.19938 0.42241,0.37718 0.95798,0.76189 1.60671,1.15411 0.66379,0.39227 1.46337,0.83732 2.39875,1.33516 1.13147,0.60347 2.17244,1.22202 3.1229,1.85563 0.95043,0.61857 1.7651,1.31254 2.44401,2.08194 0.69396,0.75434 1.22953,1.61427 1.60671,2.57979 0.37714,0.96554 0.56572,2.09703 0.56575,3.39446" | |
92 | + style="marker:none" | |
93 | + id="path3807" | |
94 | + inkscape:connector-curvature="0" /> | |
95 | + <path | |
96 | + d="m 247.24137,300.13776 -2.26298,-7.87515 -11.40538,0 -2.2856,7.87515 -7.08311,0 10.74912,-33.22044 8.57667,0 10.79438,33.22044 -7.0831,0 m -3.89232,-13.75888 -2.12719,-7.24151 c -0.0905,-0.27154 -0.22632,-0.71659 -0.40734,-1.33515 -0.18105,-0.61853 -0.37718,-1.29742 -0.58837,-2.03668 -0.19614,-0.7543 -0.38472,-1.50862 -0.56574,-2.26297 -0.18106,-0.7543 -0.30929,-1.39547 -0.38471,-1.92353 -0.0604,0.33193 -0.14333,0.72418 -0.24893,1.17675 -0.0905,0.45262 -0.20368,0.93539 -0.33944,1.4483 -0.12071,0.49788 -0.24894,1.00328 -0.38471,1.51619 -0.13579,0.51297 -0.26402,0.99573 -0.3847,1.4483 -0.12071,0.45262 -0.23386,0.85241 -0.33945,1.19938 -0.0905,0.34701 -0.15842,0.60348 -0.20367,0.76941 l -2.10456,7.24151 8.07881,0" | |
97 | + style="marker:none" | |
98 | + id="path3809" | |
99 | + inkscape:connector-curvature="0" /> | |
100 | + <path | |
101 | + d="m 258.51097,267.0531 9.68552,0 c 2.08192,3e-5 3.90738,0.15089 5.4764,0.45259 1.56897,0.28668 2.88149,0.7619 3.93757,1.42567 1.05603,0.64875 1.84807,1.50868 2.37612,2.57979 0.54309,1.05608 0.81464,2.36106 0.81467,3.91494 -3e-5,0.93539 -0.11318,1.81041 -0.33945,2.62505 -0.22632,0.81469 -0.55822,1.5313 -0.9957,2.14983 -0.43754,0.61856 -0.97311,1.13905 -1.60671,1.56145 -0.61857,0.40735 -1.33518,0.67891 -2.14983,0.81467 l 0,0.2263 c 0.82974,0.18105 1.59915,0.44506 2.30823,0.79204 0.72413,0.33192 1.35022,0.7996 1.87827,1.40304 0.54309,0.58839 0.96551,1.33517 1.26727,2.24034 0.31678,0.9052 0.47519,2.00652 0.47522,3.30394 -3e-5,1.50866 -0.26404,2.8589 -0.79204,4.05072 -0.52805,1.17675 -1.28992,2.18 -2.2856,3.00976 -0.98065,0.81467 -2.18002,1.44076 -3.59813,1.87826 -1.40306,0.43751 -2.99468,0.65627 -4.77487,0.65627 l -11.67694,0 0,-33.08466 m 7.01521,13.10261 3.64339,0 c 0.875,2e-5 1.60669,-0.0754 2.19508,-0.2263 0.58836,-0.16593 1.06358,-0.40731 1.42568,-0.72415 0.36205,-0.3168 0.61852,-0.70904 0.76941,-1.17675 0.16593,-0.48274 0.2489,-1.04094 0.24892,-1.6746 -2e-5,-1.26724 -0.39981,-2.17242 -1.19937,-2.71556 -0.78452,-0.55818 -2.03669,-0.83728 -3.75654,-0.8373 l -3.32657,0 0,7.35466 m 0,5.56691 0,8.62193 4.11861,0 c 0.92026,0 1.68967,-0.1056 2.30824,-0.31682 0.63361,-0.2112 1.13901,-0.51293 1.51619,-0.90519 0.39223,-0.39224 0.67133,-0.86746 0.8373,-1.42567 0.16593,-0.55819 0.24891,-1.17674 0.24893,-1.85564 -2e-5,-0.61853 -0.083,-1.17673 -0.24893,-1.6746 -0.16597,-0.51293 -0.45262,-0.95043 -0.85993,-1.31252 -0.39227,-0.36207 -0.91275,-0.64116 -1.56145,-0.8373 -0.64874,-0.19611 -1.45586,-0.29418 -2.42138,-0.29419 l -3.93758,0" | |
102 | + style="marker:none" | |
103 | + id="path3811" | |
104 | + inkscape:connector-curvature="0" /> | |
105 | + <path | |
106 | + d="m 307.34592,300.13776 -19.05423,0 0,-33.08466 19.05423,0 0,5.74795 -12.03901,0 0,7.26414 11.20171,0 0,5.74795 -11.20171,0 0,8.53141 12.03901,0 0,5.79321" | |
107 | + style="marker:none" | |
108 | + id="path3813" | |
109 | + inkscape:connector-curvature="0" /> | |
110 | + <path | |
111 | + d="m 321.28583,281.73979 1.90089,0 c 1.94615,2e-5 3.34164,-0.38469 4.1865,-1.15412 0.84483,-0.78447 1.26725,-1.93105 1.26727,-3.43972 -2e-5,-1.56897 -0.45261,-2.68536 -1.35778,-3.3492 -0.90521,-0.66377 -2.30825,-0.99568 -4.20913,-0.9957 l -1.78775,0 0,8.93874 m 0,5.70269 0,12.69528 -7.01522,0 0,-33.08466 9.05189,0 c 4.23929,3e-5 7.36973,0.82224 9.39134,2.46664 2.02156,1.62937 3.03236,4.11109 3.03238,7.44518 -2e-5,1.1315 -0.15089,2.15738 -0.45259,3.07764 -0.30176,0.92029 -0.70909,1.74251 -1.22201,2.46664 -0.49787,0.70908 -1.0787,1.33517 -1.74249,1.87827 -0.64874,0.52804 -1.33517,0.97309 -2.0593,1.33515 1.67458,2.68541 3.17568,5.08416 4.50331,7.19625 0.57327,0.9052 1.12392,1.78776 1.65197,2.64768 0.54309,0.85993 1.02586,1.62934 1.44831,2.30823 0.42239,0.6789 0.76938,1.22201 1.04096,1.62934 l 0.38471,0.63364 -7.78463,0 -7.17362,-12.69528 -3.05501,0" | |
112 | + style="marker:none" | |
113 | + id="path3815" | |
114 | + inkscape:connector-curvature="0" /> | |
115 | + <path | |
116 | + d="m 362.56244,300.13776 -19.05423,0 0,-33.08466 19.05423,0 0,5.74795 -12.03901,0 0,7.26414 11.20171,0 0,5.74795 -11.20171,0 0,8.53141 12.03901,0 0,5.79321" | |
117 | + style="marker:none" | |
118 | + id="path3817" | |
119 | + inkscape:connector-curvature="0" /> | |
120 | + <path | |
121 | + d="m 387.61355,290.95009 c -2e-5,1.47848 -0.25649,2.81363 -0.76941,4.00546 -0.49787,1.17675 -1.23711,2.18754 -2.21771,3.03238 -0.96555,0.82976 -2.15738,1.47094 -3.5755,1.92353 -1.40305,0.45259 -3.01731,0.67889 -4.84276,0.67889 -1.59918,0 -3.14554,-0.16595 -4.63909,-0.49785 -1.47848,-0.33191 -2.85135,-0.82976 -4.11861,-1.49357 l 0,-6.51736 c 0.72415,0.347 1.45584,0.68645 2.19508,1.01834 0.73923,0.31682 1.48601,0.60347 2.24034,0.85993 0.76941,0.25648 1.53127,0.46014 2.28561,0.611 0.7694,0.15087 1.53126,0.22631 2.2856,0.2263 0.7694,10e-6 1.42566,-0.083 1.96878,-0.24893 0.55819,-0.18103 1.00324,-0.42241 1.33516,-0.72415 0.34697,-0.31681 0.5959,-0.68643 0.74678,-1.10885 0.16594,-0.4375 0.24891,-0.91273 0.24893,-1.42568 -2e-5,-0.61853 -0.1358,-1.16165 -0.40734,-1.62934 -0.25648,-0.48275 -0.6261,-0.9278 -1.10886,-1.33515 -0.46769,-0.42241 -1.04098,-0.82974 -1.71985,-1.22201 -0.66382,-0.39223 -1.4106,-0.80711 -2.24035,-1.24463 -0.69399,-0.36206 -1.47094,-0.79957 -2.33086,-1.31253 -0.85994,-0.51292 -1.67461,-1.14655 -2.44401,-1.90089 -0.75433,-0.76939 -1.38796,-1.68967 -1.9009,-2.76083 -0.51294,-1.0862 -0.76941,-2.38364 -0.76941,-3.89231 0,-1.47845 0.24138,-2.79852 0.72415,-3.9602 0.49785,-1.17672 1.19937,-2.16488 2.10457,-2.9645 0.90518,-0.81464 1.99895,-1.43318 3.28131,-1.85564 1.29743,-0.42238 2.74573,-0.63359 4.34491,-0.63363 0.79957,4e-5 1.57652,0.0528 2.33086,0.15841 0.76939,0.10564 1.52372,0.2565 2.26297,0.45259 0.75431,0.19616 1.50863,0.43754 2.26297,0.72416 0.75431,0.28667 1.53126,0.61857 2.33087,0.9957 l -2.26298,5.45377 c -0.67891,-0.31679 -1.31254,-0.59589 -1.90089,-0.8373 -0.58839,-0.24136 -1.16168,-0.44503 -1.71986,-0.611 -0.55822,-0.16593 -1.10888,-0.28662 -1.65197,-0.36208 -0.52804,-0.0905 -1.06361,-0.13575 -1.60671,-0.13578 -1.17676,3e-5 -2.08195,0.31684 -2.71557,0.95045 -0.61856,0.61857 -0.92783,1.44833 -0.92782,2.48927 -10e-6,0.55822 0.0905,1.05608 0.27156,1.49356 0.19611,0.42245 0.49784,0.82224 0.90519,1.19938 0.42241,0.37718 0.95798,0.76189 1.60671,1.15411 0.66379,0.39227 1.46337,0.83732 2.39875,1.33516 1.13147,0.60347 2.17243,1.22202 3.1229,1.85563 0.95043,0.61857 1.7651,1.31254 2.44401,2.08194 0.69396,0.75434 1.22953,1.61427 1.60671,2.57979 0.37714,0.96554 0.56572,2.09703 0.56574,3.39446" | |
122 | + style="marker:none" | |
123 | + id="path3819" | |
124 | + inkscape:connector-curvature="0" /> | |
125 | + </g> | |
126 | + <g | |
127 | + style="font-size:17.1632328px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:100%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.48199999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold" | |
128 | + id="text3006-4" | |
129 | + transform="matrix(0.89675243,0,0,0.89675243,37.592278,42.781887)"> | |
130 | + <path | |
131 | + d="m 142.86403,519.65114 0.70397,0 c 0.72071,10e-6 1.23751,-0.14246 1.55039,-0.4274 0.31286,-0.29052 0.4693,-0.71513 0.4693,-1.27383 0,-0.58104 -0.16761,-0.99448 -0.50283,-1.24032 -0.33522,-0.24581 -0.85481,-0.36873 -1.55877,-0.36874 l -0.66206,0 0,3.31029 m 0,2.11189 0,4.70145 -2.59795,0 0,-12.25227 3.3522,0 c 1.56994,10e-6 2.72924,0.3045 3.4779,0.91347 0.74865,0.60341 1.12298,1.52247 1.12298,2.75718 0,0.41903 -0.0559,0.79895 -0.16761,1.13975 -0.11174,0.34081 -0.26259,0.6453 -0.45254,0.91347 -0.18438,0.26259 -0.39948,0.49445 -0.6453,0.69558 -0.24025,0.19555 -0.49445,0.36037 -0.76262,0.49445 0.62015,0.99449 1.17605,1.88282 1.66771,2.66499 0.2123,0.33522 0.41622,0.66206 0.61178,0.98052 0.20112,0.31846 0.3799,0.6034 0.53635,0.85481 0.15643,0.25141 0.28493,0.45255 0.3855,0.60339 l 0.14247,0.23466 -2.88289,0 -2.65661,-4.70145 -1.13137,0" | |
132 | + style="marker:none" | |
133 | + id="path3822" | |
134 | + inkscape:connector-curvature="0" /> | |
135 | + <path | |
136 | + d="m 154.68052,518.73767 c -0.45255,10e-6 -0.82967,0.15924 -1.13137,0.47769 -0.29611,0.31846 -0.46651,0.8185 -0.51121,1.5001 l 3.26001,0 c -0.006,-0.28493 -0.0419,-0.54751 -0.10894,-0.78776 -0.0671,-0.24023 -0.16762,-0.44695 -0.3017,-0.62016 -0.1341,-0.17877 -0.30171,-0.31845 -0.50283,-0.41902 -0.20114,-0.10056 -0.43579,-0.15084 -0.70396,-0.15085 m 0.32684,7.89442 c -0.67045,0 -1.28781,-0.0978 -1.85209,-0.29332 -0.56429,-0.19554 -1.05036,-0.48886 -1.4582,-0.87995 -0.40786,-0.39668 -0.72631,-0.89392 -0.95538,-1.49173 -0.22348,-0.60339 -0.33522,-1.31014 -0.33522,-2.12026 0,-0.82128 0.10336,-1.53921 0.31008,-2.15378 0.20672,-0.61457 0.49445,-1.12577 0.86319,-1.53363 0.37432,-0.41343 0.82128,-0.72351 1.34088,-0.93024 0.52517,-0.20671 1.10622,-0.31007 1.74314,-0.31007 0.62015,0 1.17885,0.095 1.67609,0.28493 0.50283,0.18438 0.92744,0.45814 1.27384,0.82129 0.35197,0.36316 0.62015,0.81012 0.80452,1.34088 0.18995,0.52518 0.28493,1.12857 0.28494,1.81018 l 0,1.24031 -5.71549,0 c 0.0112,0.35757 0.067,0.68162 0.16761,0.97214 0.10615,0.28494 0.25141,0.52797 0.43579,0.7291 0.18995,0.19555 0.41622,0.3464 0.67881,0.45255 0.26817,0.10615 0.57267,0.15923 0.91348,0.15923 0.28493,0 0.5531,-0.014 0.80452,-0.0419 0.257,-0.0335 0.50562,-0.081 0.74587,-0.14246 0.24023,-0.0615 0.47768,-0.13688 0.71234,-0.22628 0.23464,-0.095 0.47488,-0.20392 0.72072,-0.32684 l 0,1.9778 c -0.22349,0.11733 -0.44976,0.21789 -0.67882,0.3017 -0.22349,0.0782 -0.46093,0.14526 -0.71234,0.20113 -0.25142,0.0559 -0.52239,0.095 -0.81291,0.11732 -0.29053,0.0279 -0.60899,0.0419 -0.95537,0.0419" | |
137 | + style="marker:none" | |
138 | + id="path3824" | |
139 | + inkscape:connector-curvature="0" /> | |
140 | + <path | |
141 | + d="m 163.63926,526.63209 c -0.48049,0 -0.91907,-0.10336 -1.31574,-0.31008 -0.39668,-0.20672 -0.73749,-0.51121 -1.02242,-0.91347 -0.28494,-0.40785 -0.50842,-0.91347 -0.67044,-1.51687 -0.15643,-0.60339 -0.23465,-1.30177 -0.23465,-2.09512 0,-0.80452 0.0782,-1.50848 0.23465,-2.11188 0.16202,-0.60898 0.3883,-1.11739 0.67882,-1.52525 0.29611,-0.41343 0.64809,-0.72351 1.05594,-0.93024 0.40785,-0.20671 0.8576,-0.31007 1.34926,-0.31007 0.30169,0 0.57825,0.0363 0.82967,0.10894 0.25141,0.067 0.47768,0.16483 0.67882,0.29332 0.20112,0.12292 0.37991,0.26818 0.53635,0.43578 0.16201,0.16204 0.30448,0.34082 0.4274,0.53635 l 0.0838,0 c -0.0335,-0.21788 -0.0643,-0.43857 -0.0922,-0.66205 -0.0279,-0.18995 -0.0531,-0.39108 -0.0754,-0.6034 -0.0168,-0.21788 -0.0251,-0.41901 -0.0251,-0.60339 l 0,-3.00022 2.55604,0 0,13.04004 -1.95265,0 -0.49445,-1.21517 -0.10894,0 c -0.11734,0.18996 -0.25142,0.37153 -0.40227,0.54473 -0.15085,0.16761 -0.32684,0.31287 -0.52797,0.43578 -0.19555,0.12292 -0.41903,0.22069 -0.67044,0.29332 -0.24583,0.0726 -0.52518,0.10895 -0.83804,0.10895 m 0.93023,-2.03646 c 0.30169,0 0.55869,-0.0503 0.771,-0.15085 0.2123,-0.10615 0.38271,-0.26259 0.51121,-0.46931 0.13409,-0.2123 0.23186,-0.47489 0.29332,-0.78776 0.067,-0.31287 0.10335,-0.67882 0.10895,-1.09785 l 0,-0.27655 c -1e-5,-0.45254 -0.0279,-0.85481 -0.0838,-1.20679 -0.0559,-0.35198 -0.14806,-0.64529 -0.27655,-0.87995 -0.12851,-0.24024 -0.30171,-0.42181 -0.51959,-0.54473 -0.2179,-0.12291 -0.49166,-0.18437 -0.82129,-0.18437 -0.53636,0 -0.93024,0.24304 -1.18165,0.7291 -0.25142,0.48049 -0.37712,1.18165 -0.37712,2.1035 0,0.92186 0.1257,1.61464 0.37712,2.07836 0.257,0.45813 0.65647,0.6872 1.19841,0.6872" | |
142 | + style="marker:none" | |
143 | + id="path3826" | |
144 | + inkscape:connector-curvature="0" /> | |
145 | + <path | |
146 | + d="m 175.09538,518.73767 c -0.45255,10e-6 -0.82967,0.15924 -1.13137,0.47769 -0.29611,0.31846 -0.46651,0.8185 -0.51121,1.5001 l 3.26001,0 c -0.006,-0.28493 -0.0419,-0.54751 -0.10894,-0.78776 -0.067,-0.24023 -0.16762,-0.44695 -0.3017,-0.62016 -0.1341,-0.17877 -0.3017,-0.31845 -0.50283,-0.41902 -0.20114,-0.10056 -0.43579,-0.15084 -0.70396,-0.15085 m 0.32684,7.89442 c -0.67045,0 -1.28781,-0.0978 -1.85209,-0.29332 -0.56429,-0.19554 -1.05036,-0.48886 -1.4582,-0.87995 -0.40786,-0.39668 -0.72631,-0.89392 -0.95538,-1.49173 -0.22348,-0.60339 -0.33522,-1.31014 -0.33522,-2.12026 0,-0.82128 0.10336,-1.53921 0.31008,-2.15378 0.20672,-0.61457 0.49445,-1.12577 0.86319,-1.53363 0.37433,-0.41343 0.82128,-0.72351 1.34088,-0.93024 0.52517,-0.20671 1.10622,-0.31007 1.74314,-0.31007 0.62015,0 1.17885,0.095 1.67609,0.28493 0.50283,0.18438 0.92744,0.45814 1.27384,0.82129 0.35197,0.36316 0.62015,0.81012 0.80453,1.34088 0.18994,0.52518 0.28492,1.12857 0.28493,1.81018 l 0,1.24031 -5.71549,0 c 0.0112,0.35757 0.067,0.68162 0.16761,0.97214 0.10615,0.28494 0.25141,0.52797 0.43579,0.7291 0.18995,0.19555 0.41622,0.3464 0.67882,0.45255 0.26817,0.10615 0.57266,0.15923 0.91347,0.15923 0.28493,0 0.5531,-0.014 0.80452,-0.0419 0.257,-0.0335 0.50562,-0.081 0.74587,-0.14246 0.24023,-0.0615 0.47768,-0.13688 0.71234,-0.22628 0.23464,-0.095 0.47488,-0.20392 0.72072,-0.32684 l 0,1.9778 c -0.22349,0.11733 -0.44976,0.21789 -0.67882,0.3017 -0.22349,0.0782 -0.46093,0.14526 -0.71234,0.20113 -0.25142,0.0559 -0.52239,0.095 -0.81291,0.11732 -0.29053,0.0279 -0.60898,0.0419 -0.95537,0.0419" | |
147 | + style="marker:none" | |
148 | + id="path3828" | |
149 | + inkscape:connector-curvature="0" /> | |
150 | + <path | |
151 | + d="m 188.51254,526.63209 c -0.48049,0 -0.91907,-0.10336 -1.31574,-0.31008 -0.39668,-0.20672 -0.73749,-0.51121 -1.02242,-0.91347 -0.28494,-0.40785 -0.50842,-0.91347 -0.67044,-1.51687 -0.15644,-0.60339 -0.23465,-1.30177 -0.23465,-2.09512 0,-0.80452 0.0782,-1.50848 0.23465,-2.11188 0.16202,-0.60898 0.3883,-1.11739 0.67882,-1.52525 0.29611,-0.41343 0.64809,-0.72351 1.05594,-0.93024 0.40785,-0.20671 0.8576,-0.31007 1.34926,-0.31007 0.30169,0 0.57825,0.0363 0.82967,0.10894 0.25141,0.067 0.47768,0.16483 0.67882,0.29332 0.20112,0.12292 0.37991,0.26818 0.53635,0.43578 0.16201,0.16204 0.30448,0.34082 0.4274,0.53635 l 0.0838,0 c -0.0335,-0.21788 -0.0643,-0.43857 -0.0922,-0.66205 -0.0279,-0.18995 -0.0531,-0.39108 -0.0754,-0.6034 -0.0168,-0.21788 -0.0252,-0.41901 -0.0251,-0.60339 l 0,-3.00022 2.55604,0 0,13.04004 -1.95265,0 -0.49445,-1.21517 -0.10894,0 c -0.11734,0.18996 -0.25142,0.37153 -0.40227,0.54473 -0.15085,0.16761 -0.32684,0.31287 -0.52797,0.43578 -0.19555,0.12292 -0.41903,0.22069 -0.67044,0.29332 -0.24583,0.0726 -0.52518,0.10895 -0.83804,0.10895 m 0.93023,-2.03646 c 0.30169,0 0.55869,-0.0503 0.771,-0.15085 0.2123,-0.10615 0.38271,-0.26259 0.51121,-0.46931 0.13408,-0.2123 0.23186,-0.47489 0.29332,-0.78776 0.067,-0.31287 0.10335,-0.67882 0.10895,-1.09785 l 0,-0.27655 c -10e-6,-0.45254 -0.028,-0.85481 -0.0838,-1.20679 -0.0559,-0.35198 -0.14806,-0.64529 -0.27655,-0.87995 -0.12851,-0.24024 -0.30171,-0.42181 -0.51959,-0.54473 -0.2179,-0.12291 -0.49166,-0.18437 -0.82129,-0.18437 -0.53636,0 -0.93024,0.24304 -1.18165,0.7291 -0.25142,0.48049 -0.37713,1.18165 -0.37712,2.1035 -1e-5,0.92186 0.1257,1.61464 0.37712,2.07836 0.257,0.45813 0.65647,0.6872 1.19841,0.6872" | |
152 | + style="marker:none" | |
153 | + id="path3830" | |
154 | + inkscape:connector-curvature="0" /> | |
155 | + <path | |
156 | + d="m 199.96866,518.73767 c -0.45255,10e-6 -0.82967,0.15924 -1.13137,0.47769 -0.29611,0.31846 -0.46651,0.8185 -0.51121,1.5001 l 3.26001,0 c -0.006,-0.28493 -0.0419,-0.54751 -0.10894,-0.78776 -0.067,-0.24023 -0.16762,-0.44695 -0.3017,-0.62016 -0.1341,-0.17877 -0.30171,-0.31845 -0.50283,-0.41902 -0.20114,-0.10056 -0.43579,-0.15084 -0.70396,-0.15085 m 0.32684,7.89442 c -0.67045,0 -1.28781,-0.0978 -1.85209,-0.29332 -0.56429,-0.19554 -1.05036,-0.48886 -1.4582,-0.87995 -0.40786,-0.39668 -0.72631,-0.89392 -0.95538,-1.49173 -0.22348,-0.60339 -0.33522,-1.31014 -0.33522,-2.12026 0,-0.82128 0.10336,-1.53921 0.31008,-2.15378 0.20672,-0.61457 0.49445,-1.12577 0.86319,-1.53363 0.37433,-0.41343 0.82128,-0.72351 1.34088,-0.93024 0.52517,-0.20671 1.10622,-0.31007 1.74314,-0.31007 0.62015,0 1.17885,0.095 1.67609,0.28493 0.50283,0.18438 0.92744,0.45814 1.27384,0.82129 0.35197,0.36316 0.62015,0.81012 0.80452,1.34088 0.18995,0.52518 0.28493,1.12857 0.28494,1.81018 l 0,1.24031 -5.71549,0 c 0.0112,0.35757 0.067,0.68162 0.16761,0.97214 0.10615,0.28494 0.25141,0.52797 0.43579,0.7291 0.18995,0.19555 0.41622,0.3464 0.67881,0.45255 0.26818,0.10615 0.57267,0.15923 0.91348,0.15923 0.28493,0 0.5531,-0.014 0.80452,-0.0419 0.257,-0.0335 0.50562,-0.081 0.74587,-0.14246 0.24023,-0.0615 0.47768,-0.13688 0.71234,-0.22628 0.23464,-0.095 0.47488,-0.20392 0.72072,-0.32684 l 0,1.9778 c -0.22349,0.11733 -0.44976,0.21789 -0.67882,0.3017 -0.22349,0.0782 -0.46093,0.14526 -0.71234,0.20113 -0.25142,0.0559 -0.52239,0.095 -0.81291,0.11732 -0.29053,0.0279 -0.60899,0.0419 -0.95537,0.0419" | |
157 | + style="marker:none" | |
158 | + id="path3832" | |
159 | + inkscape:connector-curvature="0" /> | |
160 | + <path | |
161 | + d="m 216.03405,516.19838 c -0.49725,10e-6 -0.93862,0.0978 -1.32412,0.29332 -0.37992,0.18997 -0.70117,0.46652 -0.96375,0.82967 -0.25701,0.35757 -0.45255,0.79615 -0.58664,1.31573 -0.13409,0.51402 -0.20113,1.09227 -0.20113,1.73477 0,0.65368 0.0587,1.23472 0.17599,1.74314 0.12291,0.50842 0.30728,0.93861 0.55311,1.29059 0.25141,0.3464 0.56987,0.61178 0.95538,0.79615 0.39108,0.17878 0.8548,0.26817 1.39116,0.26817 0.49723,0 0.99447,-0.0559 1.49172,-0.16761 0.50282,-0.11174 1.04756,-0.27096 1.6342,-0.47769 l 0,2.17893 c -0.26819,0.11174 -0.53357,0.20672 -0.79615,0.28494 -0.26259,0.0782 -0.53077,0.14247 -0.80452,0.19275 -0.27377,0.0503 -0.55592,0.0866 -0.84643,0.10894 -0.28495,0.0279 -0.59223,0.0419 -0.92186,0.0419 -0.9442,0 -1.7627,-0.15085 -2.45548,-0.45255 -0.69279,-0.3017 -1.26545,-0.72631 -1.718,-1.27383 -0.45255,-0.54753 -0.78776,-1.20679 -1.00566,-1.9778 -0.21789,-0.771 -0.32684,-1.6286 -0.32683,-2.57281 -1e-5,-0.92743 0.1257,-1.77665 0.37712,-2.54766 0.25141,-0.77659 0.62015,-1.44423 1.10622,-2.00294 0.48607,-0.55869 1.08667,-0.99168 1.80181,-1.29897 0.71513,-0.31286 1.53641,-0.4693 2.46386,-0.46931 0.60897,10e-6 1.21795,0.0782 1.82694,0.23465 0.61456,0.15086 1.2012,0.36037 1.75991,0.62854 l -0.83805,2.11188 c -0.45815,-0.21788 -0.91907,-0.40784 -1.38278,-0.56987 -0.46373,-0.16201 -0.91907,-0.24303 -1.36602,-0.24304" | |
162 | + style="marker:none" | |
163 | + id="path3834" | |
164 | + inkscape:connector-curvature="0" /> | |
165 | + <path | |
166 | + d="m 223.68543,521.76303 c 0,0.93303 0.13129,1.63699 0.39389,2.11188 0.26258,0.46931 0.68998,0.70396 1.28221,0.70396 0.58663,0 1.01124,-0.23745 1.27383,-0.71234 0.26259,-0.47489 0.39388,-1.17606 0.39389,-2.1035 -1e-5,-0.93303 -0.1313,-1.62861 -0.39389,-2.08675 -0.26259,-0.46371 -0.69279,-0.69557 -1.29059,-0.69558 -0.58664,1e-5 -1.01125,0.23187 -1.27384,0.69558 -0.257,0.45814 -0.3855,1.15372 -0.3855,2.08675 m 5.95015,0 c -1e-5,0.78218 -0.10058,1.47496 -0.3017,2.07836 -0.19555,0.60339 -0.48049,1.11181 -0.85481,1.52524 -0.36875,0.41344 -0.8213,0.72911 -1.35764,0.947 -0.53077,0.2123 -1.12858,0.31846 -1.79342,0.31846 -0.62016,0 -1.19004,-0.10616 -1.70962,-0.31846 -0.51959,-0.21789 -0.96935,-0.53356 -1.34926,-0.947 -0.37433,-0.41343 -0.66765,-0.92185 -0.87995,-1.52524 -0.21231,-0.6034 -0.31846,-1.29618 -0.31846,-2.07836 0,-0.77659 0.0978,-1.46658 0.29332,-2.06998 0.20113,-0.60339 0.48606,-1.10901 0.85481,-1.51687 0.37432,-0.41343 0.82687,-0.7263 1.35764,-0.93862 0.53076,-0.21229 1.13136,-0.31845 1.8018,-0.31845 0.62015,0 1.19002,0.10616 1.70962,0.31845 0.51958,0.21232 0.96654,0.52519 1.34088,0.93862 0.3799,0.40786 0.67601,0.91348 0.88833,1.51687 0.21229,0.6034 0.31845,1.29339 0.31846,2.06998" | |
167 | + style="marker:none" | |
168 | + id="path3836" | |
169 | + inkscape:connector-curvature="0" /> | |
170 | + <path | |
171 | + d="m 239.9771,526.46448 -2.55605,0 0,-5.47246 c -1e-5,-0.67602 -0.10337,-1.18164 -0.31008,-1.51687 -0.20114,-0.3408 -0.52518,-0.5112 -0.97214,-0.51121 -0.33522,10e-6 -0.61457,0.067 -0.83804,0.20114 -0.22349,0.13409 -0.40227,0.33243 -0.53635,0.59501 -0.12851,0.26259 -0.2207,0.58664 -0.27656,0.97214 -0.0559,0.3855 -0.0838,0.82688 -0.0838,1.32411 l 0,4.40814 -2.55604,0 0,-9.36938 1.95265,0 0.3436,1.1984 0.14247,0 c 0.13408,-0.24023 0.2961,-0.44695 0.48607,-0.62015 0.19554,-0.17319 0.40784,-0.31566 0.63691,-0.42741 0.22906,-0.11173 0.4721,-0.19274 0.7291,-0.24303 0.257,-0.0559 0.51959,-0.0838 0.78777,-0.0838 0.45813,0 0.87436,0.067 1.24869,0.20113 0.37432,0.12851 0.69557,0.33243 0.96376,0.61177 0.26816,0.27936 0.47488,0.63693 0.62015,1.0727 0.14526,0.43021 0.21789,0.94701 0.2179,1.55039 l 0,6.10938" | |
172 | + style="marker:none" | |
173 | + id="path3838" | |
174 | + inkscape:connector-curvature="0" /> | |
175 | + <path | |
176 | + d="m 250.73763,526.46448 -2.55605,0 0,-5.47246 c 0,-0.67602 -0.10615,-1.18164 -0.31845,-1.51687 -0.20673,-0.3408 -0.52798,-0.5112 -0.96376,-0.51121 -0.32964,10e-6 -0.60619,0.067 -0.82967,0.20114 -0.22348,0.13409 -0.40226,0.33243 -0.53635,0.59501 -0.13409,0.26259 -0.22907,0.58664 -0.28493,0.97214 -0.0559,0.3855 -0.0838,0.82688 -0.0838,1.32411 l 0,4.40814 -2.55605,0 0,-13.04004 2.55605,0 0,2.65662 c 0,0.23466 -0.006,0.48328 -0.0168,0.74586 -0.0112,0.25701 -0.0251,0.49446 -0.0419,0.71234 -0.0224,0.25701 -0.0419,0.50843 -0.0587,0.75424 l 0.13409,0 c 0.27376,-0.48605 0.62295,-0.83524 1.04756,-1.04756 0.42461,-0.21788 0.90509,-0.32683 1.44145,-0.32683 0.46371,0 0.88273,0.067 1.25707,0.20113 0.37991,0.12851 0.70395,0.33243 0.97213,0.61177 0.26817,0.27936 0.47489,0.63693 0.62016,1.0727 0.14525,0.43021 0.21788,0.94701 0.21789,1.55039 l 0,6.10938" | |
177 | + style="marker:none" | |
178 | + id="path3840" | |
179 | + inkscape:connector-curvature="0" /> | |
180 | + <path | |
181 | + d="m 257.15709,518.73767 c -0.45256,10e-6 -0.82968,0.15924 -1.13137,0.47769 -0.29611,0.31846 -0.46652,0.8185 -0.51121,1.5001 l 3.26001,0 c -0.006,-0.28493 -0.0419,-0.54751 -0.10895,-0.78776 -0.067,-0.24023 -0.16761,-0.44695 -0.30169,-0.62016 -0.1341,-0.17877 -0.30171,-0.31845 -0.50283,-0.41902 -0.20114,-0.10056 -0.43579,-0.15084 -0.70396,-0.15085 m 0.32683,7.89442 c -0.67044,0 -1.2878,-0.0978 -1.85208,-0.29332 -0.56429,-0.19554 -1.05036,-0.48886 -1.45821,-0.87995 -0.40785,-0.39668 -0.72631,-0.89392 -0.95537,-1.49173 -0.22348,-0.60339 -0.33522,-1.31014 -0.33522,-2.12026 0,-0.82128 0.10336,-1.53921 0.31008,-2.15378 0.20671,-0.61457 0.49444,-1.12577 0.86319,-1.53363 0.37432,-0.41343 0.82128,-0.72351 1.34087,-0.93024 0.52518,-0.20671 1.10622,-0.31007 1.74314,-0.31007 0.62015,0 1.17885,0.095 1.6761,0.28493 0.50282,0.18438 0.92743,0.45814 1.27384,0.82129 0.35197,0.36316 0.62014,0.81012 0.80452,1.34088 0.18995,0.52518 0.28493,1.12857 0.28494,1.81018 l 0,1.24031 -5.71549,0 c 0.0112,0.35757 0.067,0.68162 0.16761,0.97214 0.10615,0.28494 0.25141,0.52797 0.43578,0.7291 0.18996,0.19555 0.41623,0.3464 0.67882,0.45255 0.26817,0.10615 0.57266,0.15923 0.91347,0.15923 0.28494,0 0.55311,-0.014 0.80453,-0.0419 0.257,-0.0335 0.50562,-0.081 0.74586,-0.14246 0.24024,-0.0615 0.47768,-0.13688 0.71235,-0.22628 0.23464,-0.095 0.47488,-0.20392 0.72072,-0.32684 l 0,1.9778 c -0.22349,0.11733 -0.44976,0.21789 -0.67882,0.3017 -0.22349,0.0782 -0.46094,0.14526 -0.71234,0.20113 -0.25142,0.0559 -0.52239,0.095 -0.81291,0.11732 -0.29053,0.0279 -0.60899,0.0419 -0.95538,0.0419" | |
182 | + style="marker:none" | |
183 | + id="path3842" | |
184 | + inkscape:connector-curvature="0" /> | |
185 | + <path | |
186 | + d="m 267.25557,526.63209 c -0.67044,0 -1.27663,-0.0922 -1.81856,-0.27656 -0.53636,-0.18437 -0.99728,-0.46931 -1.38278,-0.85481 -0.37992,-0.39109 -0.67324,-0.88833 -0.87995,-1.49172 -0.20114,-0.60898 -0.3017,-1.33529 -0.3017,-2.17893 0,-0.93302 0.10336,-1.71241 0.31008,-2.33816 0.2123,-0.63132 0.50841,-1.13694 0.88833,-1.51686 0.3855,-0.37991 0.84642,-0.65088 1.38278,-0.81291 0.54193,-0.16201 1.14253,-0.24303 1.8018,-0.24303 0.48048,0 0.95816,0.0587 1.43306,0.17599 0.47489,0.11733 0.92185,0.28215 1.34088,0.49444 l -0.73748,1.94428 c -0.36875,-0.16202 -0.72352,-0.29331 -1.06432,-0.39389 -0.34081,-0.10614 -0.66486,-0.15922 -0.97214,-0.15923 -0.62016,1e-5 -1.06991,0.23746 -1.34926,0.71235 -0.27935,0.46931 -0.41902,1.17606 -0.41902,2.12026 0,0.93862 0.13967,1.6314 0.41902,2.07836 0.27935,0.44696 0.71793,0.67044 1.31574,0.67044 0.48606,0 0.92743,-0.0615 1.32412,-0.18437 0.39667,-0.1285 0.80172,-0.29052 1.21517,-0.48607 l 0,2.12864 c -0.20673,0.10057 -0.40786,0.18996 -0.6034,0.26818 -0.19555,0.0782 -0.39389,0.14247 -0.59501,0.19275 -0.19555,0.0503 -0.40227,0.0866 -0.62016,0.10894 -0.21231,0.0279 -0.44138,0.0419 -0.6872,0.0419" | |
187 | + style="marker:none" | |
188 | + id="path3844" | |
189 | + inkscape:connector-curvature="0" /> | |
190 | + <path | |
191 | + d="m 271.83131,514.67314 c 0,-0.24023 0.0363,-0.43857 0.10895,-0.59502 0.0726,-0.16201 0.1704,-0.29051 0.29332,-0.3855 0.12849,-0.10055 0.27655,-0.17039 0.44416,-0.20951 0.1732,-0.0391 0.35477,-0.0587 0.54473,-0.0587 0.18996,2e-5 0.36874,0.0196 0.53635,0.0587 0.16761,0.0391 0.31287,0.10896 0.43579,0.20951 0.1285,0.095 0.22906,0.22349 0.3017,0.3855 0.0782,0.15645 0.11732,0.35479 0.11732,0.59502 0,0.23466 -0.0391,0.433 -0.11732,0.59501 -0.0726,0.16203 -0.1732,0.29333 -0.3017,0.39388 -0.12292,0.095 -0.26818,0.16483 -0.43579,0.20951 -0.16761,0.0391 -0.34639,0.0587 -0.53635,0.0587 -0.18996,10e-6 -0.37153,-0.0195 -0.54473,-0.0587 -0.16761,-0.0447 -0.31567,-0.11452 -0.44416,-0.20951 -0.12292,-0.10055 -0.22069,-0.23185 -0.29332,-0.39388 -0.0726,-0.16201 -0.10895,-0.36035 -0.10895,-0.59501 m 2.665,11.79134 -2.55605,0 0,-9.36938 2.55605,0 0,9.36938" | |
192 | + style="marker:none" | |
193 | + id="path3846" | |
194 | + inkscape:connector-curvature="0" /> | |
195 | + <path | |
196 | + d="m 285.21495,526.46448 -2.55604,0 0,-5.47246 c -10e-6,-0.67602 -0.10058,-1.18164 -0.3017,-1.51687 -0.20114,-0.3408 -0.5168,-0.5112 -0.947,-0.51121 -0.32405,10e-6 -0.59501,0.067 -0.8129,0.20114 -0.21231,0.13409 -0.38272,0.33243 -0.51121,0.59501 -0.12851,0.26259 -0.22069,0.58664 -0.27656,0.97214 -0.0559,0.3855 -0.0838,0.82688 -0.0838,1.32411 l 0,4.40814 -2.55605,0 0,-9.36938 1.95265,0 0.3436,1.1984 0.14247,0 c 0.13408,-0.24023 0.29331,-0.44695 0.47769,-0.62015 0.18995,-0.17319 0.39667,-0.31566 0.62015,-0.42741 0.22348,-0.11173 0.46093,-0.19274 0.71234,-0.24303 0.25141,-0.0559 0.50562,-0.0838 0.76263,-0.0838 0.6425,0 1.18723,0.11174 1.63419,0.33521 0.45254,0.21791 0.79893,0.5643 1.03918,1.03918 l 0.20952,0 c 0.13407,-0.24023 0.2961,-0.44695 0.48606,-0.62015 0.18995,-0.17319 0.39946,-0.31566 0.62854,-0.42741 0.22906,-0.11173 0.4693,-0.19274 0.72072,-0.24303 0.25699,-0.0559 0.51399,-0.0838 0.77101,-0.0838 1.00564,0 1.76268,0.27377 2.27111,0.82128 0.51399,0.54195 0.77099,1.41352 0.771,2.61471 l 0,6.10938 -2.56443,0 0,-5.47246 c -1e-5,-0.67602 -0.10057,-1.18164 -0.30169,-1.51687 -0.20115,-0.3408 -0.51681,-0.5112 -0.947,-0.51121 -0.60899,10e-6 -1.04198,0.24304 -1.29897,0.72911 -0.25701,0.48048 -0.38551,1.17048 -0.38551,2.06998 l 0,4.70145" | |
197 | + style="marker:none" | |
198 | + id="path3848" | |
199 | + inkscape:connector-curvature="0" /> | |
200 | + <path | |
201 | + d="m 297.11525,518.73767 c -0.45256,10e-6 -0.82968,0.15924 -1.13137,0.47769 -0.29611,0.31846 -0.46652,0.8185 -0.51121,1.5001 l 3.26001,0 c -0.006,-0.28493 -0.0419,-0.54751 -0.10895,-0.78776 -0.0671,-0.24023 -0.16761,-0.44695 -0.30169,-0.62016 -0.1341,-0.17877 -0.30171,-0.31845 -0.50283,-0.41902 -0.20114,-0.10056 -0.43579,-0.15084 -0.70396,-0.15085 m 0.32683,7.89442 c -0.67044,0 -1.2878,-0.0978 -1.85208,-0.29332 -0.56429,-0.19554 -1.05036,-0.48886 -1.45821,-0.87995 -0.40785,-0.39668 -0.72631,-0.89392 -0.95537,-1.49173 -0.22348,-0.60339 -0.33522,-1.31014 -0.33522,-2.12026 0,-0.82128 0.10336,-1.53921 0.31008,-2.15378 0.20671,-0.61457 0.49444,-1.12577 0.86319,-1.53363 0.37432,-0.41343 0.82128,-0.72351 1.34087,-0.93024 0.52518,-0.20671 1.10622,-0.31007 1.74314,-0.31007 0.62016,0 1.17885,0.095 1.6761,0.28493 0.50282,0.18438 0.92743,0.45814 1.27384,0.82129 0.35197,0.36316 0.62014,0.81012 0.80452,1.34088 0.18995,0.52518 0.28493,1.12857 0.28494,1.81018 l 0,1.24031 -5.71549,0 c 0.0112,0.35757 0.067,0.68162 0.16761,0.97214 0.10615,0.28494 0.25141,0.52797 0.43578,0.7291 0.18996,0.19555 0.41623,0.3464 0.67882,0.45255 0.26817,0.10615 0.57266,0.15923 0.91347,0.15923 0.28494,0 0.55311,-0.014 0.80453,-0.0419 0.257,-0.0335 0.50562,-0.081 0.74586,-0.14246 0.24024,-0.0615 0.47768,-0.13688 0.71235,-0.22628 0.23464,-0.095 0.47488,-0.20392 0.72072,-0.32684 l 0,1.9778 c -0.22349,0.11733 -0.44976,0.21789 -0.67882,0.3017 -0.22349,0.0782 -0.46094,0.14526 -0.71234,0.20113 -0.25142,0.0559 -0.52239,0.095 -0.81291,0.11732 -0.29053,0.0279 -0.60899,0.0419 -0.95538,0.0419" | |
202 | + style="marker:none" | |
203 | + id="path3850" | |
204 | + inkscape:connector-curvature="0" /> | |
205 | + <path | |
206 | + d="m 311.44587,526.46448 -2.55605,0 0,-5.47246 c -10e-6,-0.67602 -0.10336,-1.18164 -0.31008,-1.51687 -0.20113,-0.3408 -0.52518,-0.5112 -0.97213,-0.51121 -0.33523,10e-6 -0.61458,0.067 -0.83805,0.20114 -0.22349,0.13409 -0.40227,0.33243 -0.53635,0.59501 -0.12851,0.26259 -0.22069,0.58664 -0.27656,0.97214 -0.0559,0.3855 -0.0838,0.82688 -0.0838,1.32411 l 0,4.40814 -2.55605,0 0,-9.36938 1.95265,0 0.3436,1.1984 0.14247,0 c 0.13408,-0.24023 0.29611,-0.44695 0.48607,-0.62015 0.19554,-0.17319 0.40784,-0.31566 0.63692,-0.42741 0.22906,-0.11173 0.47209,-0.19274 0.7291,-0.24303 0.25699,-0.0559 0.51958,-0.0838 0.78776,-0.0838 0.45813,0 0.87436,0.067 1.2487,0.20113 0.37432,0.12851 0.69557,0.33243 0.96375,0.61177 0.26817,0.27936 0.47489,0.63693 0.62016,1.0727 0.14525,0.43021 0.21788,0.94701 0.21789,1.55039 l 0,6.10938" | |
207 | + style="marker:none" | |
208 | + id="path3852" | |
209 | + inkscape:connector-curvature="0" /> | |
210 | + <path | |
211 | + d="m 317.88208,524.59563 c 0.25141,0 0.48886,-0.0279 0.71234,-0.0838 0.22906,-0.0559 0.46092,-0.1257 0.69558,-0.20951 l 0,1.90237 c -0.24024,0.12292 -0.53915,0.22348 -0.89671,0.3017 -0.35198,0.0838 -0.73748,0.12571 -1.1565,0.12571 -0.40786,0 -0.78777,-0.0475 -1.13975,-0.14247 -0.35198,-0.095 -0.65647,-0.2598 -0.91347,-0.49445 -0.25701,-0.24024 -0.46093,-0.5587 -0.61178,-0.95537 -0.14526,-0.40227 -0.21789,-0.90509 -0.21789,-1.50849 l 0,-4.51708 -1.22355,0 0,-1.08109 1.40792,-0.85481 0.73748,-1.97779 1.6342,0 0,1.99456 2.27949,0 0,1.91913 -2.27949,0 0,4.51708 c -10e-6,0.36315 0.0894,0.63133 0.26817,0.80452 0.17878,0.1732 0.41343,0.2598 0.70396,0.2598" | |
212 | + style="marker:none" | |
213 | + id="path3854" | |
214 | + inkscape:connector-curvature="0" /> | |
215 | + <path | |
216 | + d="m 323.31263,521.76303 c 0,0.93303 0.13129,1.63699 0.39388,2.11188 0.26259,0.46931 0.68999,0.70396 1.28222,0.70396 0.58662,0 1.01124,-0.23745 1.27383,-0.71234 0.26258,-0.47489 0.39388,-1.17606 0.39388,-2.1035 0,-0.93303 -0.1313,-1.62861 -0.39388,-2.08675 -0.26259,-0.46371 -0.69279,-0.69557 -1.29059,-0.69558 -0.58664,1e-5 -1.01125,0.23187 -1.27384,0.69558 -0.257,0.45814 -0.3855,1.15372 -0.3855,2.08675 m 5.95014,0 c -10e-6,0.78218 -0.10057,1.47496 -0.30169,2.07836 -0.19556,0.60339 -0.48049,1.11181 -0.85481,1.52524 -0.36875,0.41344 -0.8213,0.72911 -1.35764,0.947 -0.53077,0.2123 -1.12858,0.31846 -1.79343,0.31846 -0.62016,0 -1.19003,-0.10616 -1.70961,-0.31846 -0.5196,-0.21789 -0.96935,-0.53356 -1.34926,-0.947 -0.37433,-0.41343 -0.66765,-0.92185 -0.87995,-1.52524 -0.21231,-0.6034 -0.31846,-1.29618 -0.31846,-2.07836 0,-0.77659 0.0978,-1.46658 0.29332,-2.06998 0.20113,-0.60339 0.48606,-1.10901 0.8548,-1.51687 0.37433,-0.41343 0.82688,-0.7263 1.35764,-0.93862 0.53076,-0.21229 1.13136,-0.31845 1.80181,-0.31845 0.62015,0 1.19002,0.10616 1.70962,0.31845 0.51958,0.21232 0.96654,0.52519 1.34087,0.93862 0.37991,0.40786 0.67602,0.91348 0.88834,1.51687 0.21229,0.6034 0.31844,1.29339 0.31845,2.06998" | |
217 | + style="marker:none" | |
218 | + id="path3856" | |
219 | + inkscape:connector-curvature="0" /> | |
220 | + <path | |
221 | + d="m 340.86138,526.63209 c -0.30729,0 -0.58385,-0.0335 -0.82967,-0.10057 -0.24025,-0.067 -0.45535,-0.15643 -0.6453,-0.26817 -0.18996,-0.11174 -0.35757,-0.23745 -0.50283,-0.37713 -0.14526,-0.14526 -0.27656,-0.29611 -0.39388,-0.45254 l -0.13409,0 c 0.0223,0.19554 0.0447,0.37991 0.067,0.55311 0.0168,0.14526 0.0307,0.29611 0.0419,0.45255 0.0168,0.15084 0.0251,0.26817 0.0251,0.35198 l 0,3.79636 -2.55605,0 0,-13.49258 2.07836,0 0.36036,1.21517 0.11733,0 c 0.11732,-0.18995 0.25141,-0.36874 0.40226,-0.53636 0.15085,-0.1676 0.32404,-0.31286 0.51959,-0.43578 0.20113,-0.12849 0.4274,-0.22906 0.67882,-0.3017 0.25141,-0.0782 0.53076,-0.11732 0.83805,-0.11732 0.48606,0 0.92743,0.10336 1.32412,0.31007 0.39666,0.20673 0.73747,0.51402 1.02242,0.92186 0.28492,0.40785 0.50561,0.91348 0.66205,1.51686 0.15643,0.60341 0.23465,1.30178 0.23466,2.09513 -1e-5,0.79894 -0.081,1.5029 -0.24304,2.11188 -0.16203,0.60339 -0.39109,1.11181 -0.6872,1.52525 -0.29053,0.40785 -0.63971,0.71513 -1.04756,0.92185 -0.40227,0.20672 -0.84643,0.31008 -1.33249,0.31008 m -0.79615,-7.66815 c -0.28494,10e-6 -0.52798,0.0531 -0.7291,0.15923 -0.19555,0.10058 -0.35478,0.25422 -0.47769,0.46093 -0.12292,0.20672 -0.21231,0.46931 -0.26818,0.78777 -0.0559,0.31287 -0.0894,0.67882 -0.10056,1.09784 l 0,0.27655 c -1e-5,0.45256 0.0251,0.85482 0.0754,1.20679 0.0559,0.35199 0.14526,0.6481 0.26818,0.88834 0.12291,0.23465 0.28493,0.41344 0.48607,0.53635 0.20671,0.12291 0.46092,0.18437 0.76262,0.18437 0.50841,0 0.87995,-0.24024 1.11461,-0.72072 0.24023,-0.48607 0.36035,-1.19003 0.36036,-2.11189 -10e-6,-0.92184 -0.12013,-1.61184 -0.36036,-2.06998 -0.23466,-0.46371 -0.61179,-0.69557 -1.13137,-0.69558" | |
222 | + style="marker:none" | |
223 | + id="path3858" | |
224 | + inkscape:connector-curvature="0" /> | |
225 | + <path | |
226 | + d="m 351.79791,526.46448 -0.49445,-1.27384 -0.0754,0 c -0.18438,0.25142 -0.36875,0.46931 -0.55312,0.65368 -0.18437,0.17879 -0.3855,0.32684 -0.60339,0.44417 -0.2179,0.11732 -0.46373,0.20392 -0.73748,0.25979 -0.26818,0.0559 -0.58105,0.0838 -0.93862,0.0838 -0.37992,0 -0.7319,-0.0587 -1.05594,-0.17599 -0.32405,-0.12292 -0.60619,-0.30449 -0.84643,-0.54473 -0.23465,-0.24583 -0.41902,-0.55312 -0.55311,-0.92186 -0.13409,-0.37432 -0.20113,-0.8157 -0.20113,-1.32411 0,-0.99448 0.31846,-1.72638 0.95537,-2.19569 0.63692,-0.47489 1.5895,-0.73748 2.85775,-0.78777 l 1.49173,-0.0503 0,-0.70396 c -1e-5,-0.3855 -0.11175,-0.67043 -0.33522,-0.85481 -0.22349,-0.18436 -0.53636,-0.27655 -0.93862,-0.27656 -0.40227,10e-6 -0.79615,0.0587 -1.18165,0.17599 -0.37992,0.11734 -0.76262,0.27377 -1.14812,0.46931 l -0.82967,-1.69286 c 0.4693,-0.26258 0.98889,-0.46929 1.55877,-0.62015 0.56987,-0.15084 1.16768,-0.22627 1.79342,-0.22628 1.16768,10e-6 2.0616,0.27378 2.68176,0.82129 0.62573,0.54754 0.9386,1.38 0.93861,2.49739 l 0,6.24346 -1.78504,0 m -0.75424,-4.34109 -0.84643,0.0335 c -0.34081,0.0112 -0.62854,0.0559 -0.86319,0.13409 -0.23466,0.0782 -0.42462,0.18437 -0.56988,0.31845 -0.13967,0.12851 -0.24303,0.28494 -0.31007,0.46931 -0.0615,0.17879 -0.0922,0.37992 -0.0922,0.6034 0,0.39109 0.095,0.67044 0.28494,0.83805 0.18995,0.16202 0.43857,0.24303 0.74586,0.24303 0.23465,0 0.45254,-0.0391 0.65368,-0.11733 0.20112,-0.0838 0.37432,-0.20392 0.51959,-0.36036 0.15084,-0.16202 0.26817,-0.35756 0.35198,-0.58663 0.0838,-0.23465 0.1257,-0.50283 0.12571,-0.80453 l 0,-0.771" | |
227 | + style="marker:none" | |
228 | + id="path3860" | |
229 | + inkscape:connector-curvature="0" /> | |
230 | + <path | |
231 | + d="m 361.10024,516.91911 c 0.067,0 0.13966,0.003 0.21789,0.008 0.0838,10e-6 0.16201,0.006 0.23465,0.0168 0.0782,0.006 0.14805,0.014 0.20951,0.0251 0.067,0.006 0.11732,0.014 0.15085,0.0251 l 0,2.39682 c -0.0447,-0.0112 -0.10616,-0.0223 -0.18437,-0.0335 -0.0782,-0.0112 -0.16203,-0.0195 -0.25141,-0.0251 -0.0838,-0.0112 -0.16762,-0.0168 -0.25142,-0.0168 -0.0838,-0.006 -0.15365,-0.008 -0.20951,-0.008 -0.32964,10e-6 -0.63413,0.0419 -0.91347,0.12571 -0.27377,0.0838 -0.51122,0.22069 -0.71234,0.41064 -0.19555,0.18438 -0.34919,0.43021 -0.46093,0.73749 -0.10616,0.3017 -0.15923,0.67323 -0.15923,1.1146 l 0,4.7685 -2.55605,0 0,-9.36938 1.93589,0 0.37713,1.40792 0.1257,0 c 0.13409,-0.24024 0.27935,-0.45813 0.43579,-0.65368 0.15643,-0.19554 0.32963,-0.36035 0.51959,-0.49445 0.19554,-0.13966 0.41343,-0.24582 0.65368,-0.31846 0.24582,-0.0782 0.52517,-0.11732 0.83805,-0.11732" | |
232 | + style="marker:none" | |
233 | + id="path3862" | |
234 | + inkscape:connector-curvature="0" /> | |
235 | + <path | |
236 | + d="m 368.92761,526.46448 -0.49445,-1.27384 -0.0754,0 c -0.18438,0.25142 -0.36875,0.46931 -0.55312,0.65368 -0.18437,0.17879 -0.3855,0.32684 -0.60339,0.44417 -0.2179,0.11732 -0.46373,0.20392 -0.73748,0.25979 -0.26818,0.0559 -0.58105,0.0838 -0.93862,0.0838 -0.37992,0 -0.7319,-0.0587 -1.05594,-0.17599 -0.32405,-0.12292 -0.60619,-0.30449 -0.84643,-0.54473 -0.23465,-0.24583 -0.41902,-0.55312 -0.55311,-0.92186 -0.13409,-0.37432 -0.20113,-0.8157 -0.20113,-1.32411 0,-0.99448 0.31846,-1.72638 0.95537,-2.19569 0.63692,-0.47489 1.5895,-0.73748 2.85775,-0.78777 l 1.49173,-0.0503 0,-0.70396 c -10e-6,-0.3855 -0.11175,-0.67043 -0.33522,-0.85481 -0.22349,-0.18436 -0.53636,-0.27655 -0.93862,-0.27656 -0.40227,10e-6 -0.79615,0.0587 -1.18165,0.17599 -0.37992,0.11734 -0.76262,0.27377 -1.14812,0.46931 l -0.82967,-1.69286 c 0.4693,-0.26258 0.98889,-0.46929 1.55877,-0.62015 0.56987,-0.15084 1.16768,-0.22627 1.79342,-0.22628 1.16768,10e-6 2.06159,0.27378 2.68176,0.82129 0.62573,0.54754 0.9386,1.38 0.93861,2.49739 l 0,6.24346 -1.78504,0 m -0.75424,-4.34109 -0.84643,0.0335 c -0.34082,0.0112 -0.62854,0.0559 -0.86319,0.13409 -0.23466,0.0782 -0.42462,0.18437 -0.56988,0.31845 -0.13968,0.12851 -0.24303,0.28494 -0.31007,0.46931 -0.0615,0.17879 -0.0922,0.37992 -0.0922,0.6034 0,0.39109 0.095,0.67044 0.28494,0.83805 0.18995,0.16202 0.43857,0.24303 0.74586,0.24303 0.23465,0 0.45254,-0.0391 0.65368,-0.11733 0.20112,-0.0838 0.37432,-0.20392 0.51959,-0.36036 0.15084,-0.16202 0.26817,-0.35756 0.35198,-0.58663 0.0838,-0.23465 0.1257,-0.50283 0.12571,-0.80453 l 0,-0.771" | |
237 | + style="marker:none" | |
238 | + id="path3864" | |
239 | + inkscape:connector-curvature="0" /> | |
240 | + <path | |
241 | + d="m 380.60163,519.97798 0.51121,0 c 0.73189,10e-6 1.28221,-0.14525 1.65095,-0.43578 0.37433,-0.29052 0.56149,-0.76262 0.5615,-1.4163 -10e-6,-0.60898 -0.16762,-1.05873 -0.50283,-1.34926 -0.32964,-0.29052 -0.84923,-0.43578 -1.55877,-0.43579 l -0.66206,0 0,3.63713 m 5.35513,-1.94427 c -10e-6,0.53636 -0.081,1.05036 -0.24303,1.54201 -0.16204,0.49166 -0.43021,0.92465 -0.80453,1.29897 -0.36875,0.37434 -0.85761,0.67324 -1.46659,0.89672 -0.6034,0.22348 -1.35205,0.33522 -2.24597,0.33522 l -0.59501,0 0,4.35785 -2.59795,0 0,-12.25227 3.40248,0 c 0.78776,10e-6 1.46657,0.0894 2.03645,0.26817 0.57546,0.17321 1.04756,0.42463 1.41631,0.75425 0.37432,0.32405 0.65087,0.72352 0.82966,1.19841 0.17878,0.46931 0.26817,1.00287 0.26818,1.60067" | |
242 | + style="marker:none" | |
243 | + id="path3866" | |
244 | + inkscape:connector-curvature="0" /> | |
245 | + <path | |
246 | + d="m 392.94608,516.91911 c 0.067,0 0.13966,0.003 0.21789,0.008 0.0838,10e-6 0.16201,0.006 0.23465,0.0168 0.0782,0.006 0.14805,0.014 0.20951,0.0251 0.067,0.006 0.11732,0.014 0.15085,0.0251 l 0,2.39682 c -0.0447,-0.0112 -0.10616,-0.0223 -0.18437,-0.0335 -0.0782,-0.0112 -0.16203,-0.0195 -0.25141,-0.0251 -0.0838,-0.0112 -0.16762,-0.0168 -0.25142,-0.0168 -0.0838,-0.006 -0.15365,-0.008 -0.20951,-0.008 -0.32964,10e-6 -0.63413,0.0419 -0.91347,0.12571 -0.27377,0.0838 -0.51122,0.22069 -0.71234,0.41064 -0.19555,0.18438 -0.34919,0.43021 -0.46093,0.73749 -0.10616,0.3017 -0.15923,0.67323 -0.15923,1.1146 l 0,4.7685 -2.55605,0 0,-9.36938 1.9359,0 0.37712,1.40792 0.1257,0 c 0.13409,-0.24024 0.27935,-0.45813 0.43579,-0.65368 0.15643,-0.19554 0.32963,-0.36035 0.51959,-0.49445 0.19554,-0.13966 0.41343,-0.24582 0.65368,-0.31846 0.24582,-0.0782 0.52517,-0.11732 0.83805,-0.11732" | |
247 | + style="marker:none" | |
248 | + id="path3868" | |
249 | + inkscape:connector-curvature="0" /> | |
250 | + <path | |
251 | + d="m 397.63078,521.76303 c -1e-5,0.93303 0.13129,1.63699 0.39388,2.11188 0.26258,0.46931 0.68999,0.70396 1.28221,0.70396 0.58663,0 1.01124,-0.23745 1.27384,-0.71234 0.26258,-0.47489 0.39387,-1.17606 0.39388,-2.1035 -10e-6,-0.93303 -0.1313,-1.62861 -0.39388,-2.08675 -0.2626,-0.46371 -0.6928,-0.69557 -1.2906,-0.69558 -0.58664,1e-5 -1.01125,0.23187 -1.27383,0.69558 -0.25701,0.45814 -0.38551,1.15372 -0.3855,2.08675 m 5.95014,0 c -10e-6,0.78218 -0.10058,1.47496 -0.3017,2.07836 -0.19555,0.60339 -0.48049,1.11181 -0.85481,1.52524 -0.36875,0.41344 -0.82129,0.72911 -1.35764,0.947 -0.53077,0.2123 -1.12857,0.31846 -1.79342,0.31846 -0.62016,0 -1.19003,-0.10616 -1.70962,-0.31846 -0.51959,-0.21789 -0.96934,-0.53356 -1.34926,-0.947 -0.37433,-0.41343 -0.66764,-0.92185 -0.87995,-1.52524 -0.2123,-0.6034 -0.31846,-1.29618 -0.31846,-2.07836 0,-0.77659 0.0978,-1.46658 0.29332,-2.06998 0.20113,-0.60339 0.48607,-1.10901 0.85481,-1.51687 0.37433,-0.41343 0.82687,-0.7263 1.35764,-0.93862 0.53076,-0.21229 1.13136,-0.31845 1.8018,-0.31845 0.62015,0 1.19003,0.10616 1.70962,0.31845 0.51959,0.21232 0.96654,0.52519 1.34088,0.93862 0.37991,0.40786 0.67602,0.91348 0.88833,1.51687 0.2123,0.6034 0.31845,1.29339 0.31846,2.06998" | |
252 | + style="marker:none" | |
253 | + id="path3870" | |
254 | + inkscape:connector-curvature="0" /> | |
255 | + <path | |
256 | + d="m 410.66244,519.01423 -1.90237,0 0,7.45025 -2.55605,0 0,-7.45025 -1.40792,0 0,-1.23193 1.40792,-0.6872 0,-0.6872 c 0,-0.5978 0.0726,-1.09225 0.21789,-1.48335 0.14526,-0.39666 0.35198,-0.71233 0.62016,-0.94699 0.26817,-0.23465 0.59222,-0.39946 0.97214,-0.49445 0.37991,-0.10056 0.80731,-0.15084 1.28221,-0.15085 0.514,10e-6 0.94699,0.0419 1.29897,0.12571 0.35198,0.0782 0.65088,0.16762 0.89672,0.26817 l -0.6034,1.87723 c -0.1732,-0.0615 -0.35478,-0.11732 -0.54473,-0.16761 -0.18996,-0.0503 -0.41344,-0.0754 -0.67044,-0.0754 -0.33522,10e-6 -0.57267,0.10895 -0.71234,0.32683 -0.13409,0.21232 -0.20114,0.48608 -0.20113,0.82129 l 0,0.58664 1.90237,0 0,1.91913" | |
257 | + style="marker:none" | |
258 | + id="path3872" | |
259 | + inkscape:connector-curvature="0" /> | |
260 | + <path | |
261 | + d="m 416.21869,518.73767 c -0.45256,10e-6 -0.82968,0.15924 -1.13137,0.47769 -0.29611,0.31846 -0.46652,0.8185 -0.51121,1.5001 l 3.26001,0 c -0.006,-0.28493 -0.0419,-0.54751 -0.10895,-0.78776 -0.067,-0.24023 -0.16761,-0.44695 -0.3017,-0.62016 -0.13409,-0.17877 -0.3017,-0.31845 -0.50282,-0.41902 -0.20114,-0.10056 -0.43579,-0.15084 -0.70396,-0.15085 m 0.32683,7.89442 c -0.67044,0 -1.2878,-0.0978 -1.85208,-0.29332 -0.56429,-0.19554 -1.05036,-0.48886 -1.45821,-0.87995 -0.40785,-0.39668 -0.72631,-0.89392 -0.95537,-1.49173 -0.22348,-0.60339 -0.33522,-1.31014 -0.33522,-2.12026 0,-0.82128 0.10336,-1.53921 0.31008,-2.15378 0.20671,-0.61457 0.49444,-1.12577 0.86319,-1.53363 0.37432,-0.41343 0.82128,-0.72351 1.34087,-0.93024 0.52518,-0.20671 1.10622,-0.31007 1.74314,-0.31007 0.62015,0 1.17885,0.095 1.6761,0.28493 0.50282,0.18438 0.92743,0.45814 1.27383,0.82129 0.35198,0.36316 0.62015,0.81012 0.80453,1.34088 0.18995,0.52518 0.28493,1.12857 0.28494,1.81018 l 0,1.24031 -5.71549,0 c 0.0112,0.35757 0.067,0.68162 0.16761,0.97214 0.10615,0.28494 0.25141,0.52797 0.43578,0.7291 0.18996,0.19555 0.41623,0.3464 0.67882,0.45255 0.26817,0.10615 0.57266,0.15923 0.91347,0.15923 0.28493,0 0.55311,-0.014 0.80453,-0.0419 0.257,-0.0335 0.50562,-0.081 0.74586,-0.14246 0.24024,-0.0615 0.47768,-0.13688 0.71235,-0.22628 0.23464,-0.095 0.47488,-0.20392 0.72072,-0.32684 l 0,1.9778 c -0.22349,0.11733 -0.44976,0.21789 -0.67882,0.3017 -0.22349,0.0782 -0.46094,0.14526 -0.71234,0.20113 -0.25143,0.0559 -0.52239,0.095 -0.81291,0.11732 -0.29053,0.0279 -0.60899,0.0419 -0.95538,0.0419" | |
262 | + style="marker:none" | |
263 | + id="path3874" | |
264 | + inkscape:connector-curvature="0" /> | |
265 | + <path | |
266 | + d="m 428.6637,523.68216 c -1e-5,0.49165 -0.0894,0.92185 -0.26818,1.29059 -0.17879,0.36874 -0.43299,0.67603 -0.76262,0.92185 -0.32964,0.24583 -0.72911,0.4302 -1.19841,0.55312 -0.46931,0.12291 -0.99449,0.18437 -1.57553,0.18437 -0.30729,0 -0.59222,-0.0112 -0.85481,-0.0335 -0.26259,-0.0168 -0.51121,-0.0475 -0.74586,-0.0922 -0.23466,-0.0447 -0.46093,-0.10057 -0.67882,-0.16761 -0.2179,-0.067 -0.43858,-0.15085 -0.66206,-0.25141 l 0,-2.11189 c 0.23465,0.11733 0.48048,0.22349 0.73748,0.31846 0.26259,0.095 0.52238,0.17879 0.77939,0.25142 0.257,0.067 0.50562,0.12012 0.74586,0.15923 0.24582,0.0391 0.4721,0.0587 0.67882,0.0587 0.22906,0 0.42461,-0.0195 0.58663,-0.0587 0.16202,-0.0447 0.29332,-0.10336 0.39389,-0.17599 0.10614,-0.0782 0.18157,-0.16761 0.22627,-0.26818 0.0503,-0.10615 0.0754,-0.21789 0.0754,-0.33522 0,-0.11732 -0.0196,-0.22068 -0.0587,-0.31008 -0.0335,-0.095 -0.11454,-0.19275 -0.24303,-0.29331 -0.12851,-0.10615 -0.31847,-0.22348 -0.56988,-0.35198 -0.24583,-0.13409 -0.57825,-0.29611 -0.99727,-0.48607 -0.40786,-0.18437 -0.76263,-0.36595 -1.06433,-0.54473 -0.29611,-0.18437 -0.54194,-0.3883 -0.73748,-0.61178 -0.18996,-0.22347 -0.33243,-0.47768 -0.4274,-0.76262 -0.095,-0.29052 -0.14247,-0.63412 -0.14247,-1.0308 0,-0.43578 0.0838,-0.8157 0.25141,-1.13975 0.16761,-0.32962 0.40506,-0.60339 0.71234,-0.82129 0.30729,-0.21788 0.67603,-0.3799 1.10623,-0.48606 0.43578,-0.11174 0.91905,-0.16761 1.44982,-0.16761 0.5587,0 1.08946,0.0643 1.59229,0.19275 0.50283,0.12851 1.01962,0.32126 1.55039,0.57825 l -0.771,1.81018 c -0.42462,-0.20112 -0.82967,-0.36594 -1.21517,-0.49444 -0.38551,-0.1285 -0.77101,-0.19275 -1.15651,-0.19276 -0.3464,1e-5 -0.59781,0.0615 -0.75424,0.18438 -0.15085,0.12292 -0.22628,0.29053 -0.22627,0.50282 -1e-5,0.11175 0.0196,0.21232 0.0587,0.3017 0.0391,0.0838 0.11732,0.17321 0.23465,0.26818 0.11733,0.0894 0.28214,0.18996 0.49445,0.3017 0.2123,0.10615 0.48886,0.23745 0.82967,0.39388 0.39667,0.1732 0.75424,0.3464 1.0727,0.51959 0.31845,0.16761 0.59222,0.36036 0.82129,0.57825 0.22906,0.2179 0.40505,0.47211 0.52797,0.76263 0.12291,0.29052 0.18436,0.6425 0.18437,1.05594" | |
267 | + style="marker:none" | |
268 | + id="path3876" | |
269 | + inkscape:connector-curvature="0" /> | |
270 | + <path | |
271 | + d="m 436.9101,523.68216 c -10e-6,0.49165 -0.0894,0.92185 -0.26818,1.29059 -0.17879,0.36874 -0.433,0.67603 -0.76262,0.92185 -0.32964,0.24583 -0.72911,0.4302 -1.19841,0.55312 -0.46931,0.12291 -0.99449,0.18437 -1.57553,0.18437 -0.30729,0 -0.59223,-0.0112 -0.85481,-0.0335 -0.26259,-0.0168 -0.51121,-0.0475 -0.74586,-0.0922 -0.23466,-0.0447 -0.46093,-0.10057 -0.67882,-0.16761 -0.2179,-0.067 -0.43858,-0.15085 -0.66206,-0.25141 l 0,-2.11189 c 0.23465,0.11733 0.48048,0.22349 0.73748,0.31846 0.26259,0.095 0.52238,0.17879 0.77939,0.25142 0.257,0.067 0.50562,0.12012 0.74586,0.15923 0.24582,0.0391 0.4721,0.0587 0.67882,0.0587 0.22906,0 0.42461,-0.0195 0.58663,-0.0587 0.16202,-0.0447 0.29331,-0.10336 0.39389,-0.17599 0.10614,-0.0782 0.18157,-0.16761 0.22627,-0.26818 0.0503,-0.10615 0.0754,-0.21789 0.0754,-0.33522 0,-0.11732 -0.0196,-0.22068 -0.0587,-0.31008 -0.0335,-0.095 -0.11454,-0.19275 -0.24303,-0.29331 -0.12851,-0.10615 -0.31847,-0.22348 -0.56988,-0.35198 -0.24583,-0.13409 -0.57825,-0.29611 -0.99728,-0.48607 -0.40785,-0.18437 -0.76262,-0.36595 -1.06432,-0.54473 -0.29611,-0.18437 -0.54194,-0.3883 -0.73748,-0.61178 -0.18996,-0.22347 -0.33243,-0.47768 -0.4274,-0.76262 -0.095,-0.29052 -0.14247,-0.63412 -0.14247,-1.0308 0,-0.43578 0.0838,-0.8157 0.25141,-1.13975 0.16761,-0.32962 0.40506,-0.60339 0.71234,-0.82129 0.30729,-0.21788 0.67603,-0.3799 1.10623,-0.48606 0.43578,-0.11174 0.91905,-0.16761 1.44982,-0.16761 0.5587,0 1.08946,0.0643 1.59229,0.19275 0.50283,0.12851 1.01962,0.32126 1.55039,0.57825 l -0.771,1.81018 c -0.42462,-0.20112 -0.82968,-0.36594 -1.21517,-0.49444 -0.38551,-0.1285 -0.77101,-0.19275 -1.15651,-0.19276 -0.3464,1e-5 -0.59781,0.0615 -0.75424,0.18438 -0.15085,0.12292 -0.22628,0.29053 -0.22628,0.50282 0,0.11175 0.0196,0.21232 0.0587,0.3017 0.0391,0.0838 0.11732,0.17321 0.23465,0.26818 0.11732,0.0894 0.28214,0.18996 0.49445,0.3017 0.2123,0.10615 0.48886,0.23745 0.82967,0.39388 0.39667,0.1732 0.75424,0.3464 1.0727,0.51959 0.31845,0.16761 0.59221,0.36036 0.82129,0.57825 0.22906,0.2179 0.40505,0.47211 0.52797,0.76263 0.1229,0.29052 0.18436,0.6425 0.18437,1.05594" | |
272 | + style="marker:none" | |
273 | + id="path3878" | |
274 | + inkscape:connector-curvature="0" /> | |
275 | + <path | |
276 | + d="m 441.04168,521.76303 c 0,0.93303 0.13129,1.63699 0.39388,2.11188 0.26259,0.46931 0.68999,0.70396 1.28222,0.70396 0.58662,0 1.01124,-0.23745 1.27383,-0.71234 0.26258,-0.47489 0.39388,-1.17606 0.39388,-2.1035 0,-0.93303 -0.1313,-1.62861 -0.39388,-2.08675 -0.26259,-0.46371 -0.69279,-0.69557 -1.29059,-0.69558 -0.58664,1e-5 -1.01125,0.23187 -1.27384,0.69558 -0.257,0.45814 -0.3855,1.15372 -0.3855,2.08675 m 5.95014,0 c -1e-5,0.78218 -0.10057,1.47496 -0.30169,2.07836 -0.19556,0.60339 -0.48049,1.11181 -0.85481,1.52524 -0.36875,0.41344 -0.8213,0.72911 -1.35764,0.947 -0.53077,0.2123 -1.12858,0.31846 -1.79343,0.31846 -0.62016,0 -1.19003,-0.10616 -1.70961,-0.31846 -0.5196,-0.21789 -0.96935,-0.53356 -1.34926,-0.947 -0.37433,-0.41343 -0.66765,-0.92185 -0.87995,-1.52524 -0.21231,-0.6034 -0.31846,-1.29618 -0.31846,-2.07836 0,-0.77659 0.0978,-1.46658 0.29332,-2.06998 0.20113,-0.60339 0.48606,-1.10901 0.8548,-1.51687 0.37433,-0.41343 0.82688,-0.7263 1.35764,-0.93862 0.53076,-0.21229 1.13136,-0.31845 1.80181,-0.31845 0.62015,0 1.19002,0.10616 1.70962,0.31845 0.51958,0.21232 0.96654,0.52519 1.34087,0.93862 0.37991,0.40786 0.67602,0.91348 0.88834,1.51687 0.21229,0.6034 0.31844,1.29339 0.31845,2.06998" | |
277 | + style="marker:none" | |
278 | + id="path3880" | |
279 | + inkscape:connector-curvature="0" /> | |
280 | + <path | |
281 | + d="m 454.09009,516.91911 c 0.067,0 0.13967,0.003 0.21789,0.008 0.0838,10e-6 0.16202,0.006 0.23465,0.0168 0.0782,0.006 0.14805,0.014 0.20952,0.0251 0.067,0.006 0.11732,0.014 0.15085,0.0251 l 0,2.39682 c -0.0447,-0.0112 -0.10616,-0.0223 -0.18438,-0.0335 -0.0782,-0.0112 -0.16202,-0.0195 -0.25141,-0.0251 -0.0838,-0.0112 -0.16762,-0.0168 -0.25141,-0.0168 -0.0838,-0.006 -0.15365,-0.008 -0.20952,-0.008 -0.32963,10e-6 -0.63413,0.0419 -0.91347,0.12571 -0.27377,0.0838 -0.51121,0.22069 -0.71234,0.41064 -0.19555,0.18438 -0.34919,0.43021 -0.46093,0.73749 -0.10615,0.3017 -0.15923,0.67323 -0.15923,1.1146 l 0,4.7685 -2.55604,0 0,-9.36938 1.93589,0 0.37712,1.40792 0.12571,0 c 0.13408,-0.24024 0.27934,-0.45813 0.43578,-0.65368 0.15643,-0.19554 0.32963,-0.36035 0.51959,-0.49445 0.19554,-0.13966 0.41343,-0.24582 0.65368,-0.31846 0.24582,-0.0782 0.52517,-0.11732 0.83805,-0.11732" | |
282 | + style="marker:none" | |
283 | + id="path3882" | |
284 | + inkscape:connector-curvature="0" /> | |
285 | + <path | |
286 | + d="m 460.43414,518.73767 c -0.45255,10e-6 -0.82967,0.15924 -1.13137,0.47769 -0.29611,0.31846 -0.46651,0.8185 -0.51121,1.5001 l 3.26001,0 c -0.006,-0.28493 -0.0419,-0.54751 -0.10894,-0.78776 -0.067,-0.24023 -0.16762,-0.44695 -0.3017,-0.62016 -0.13409,-0.17877 -0.3017,-0.31845 -0.50283,-0.41902 -0.20114,-0.10056 -0.43579,-0.15084 -0.70396,-0.15085 m 0.32684,7.89442 c -0.67045,0 -1.28781,-0.0978 -1.85209,-0.29332 -0.56429,-0.19554 -1.05036,-0.48886 -1.4582,-0.87995 -0.40786,-0.39668 -0.72631,-0.89392 -0.95538,-1.49173 -0.22348,-0.60339 -0.33522,-1.31014 -0.33522,-2.12026 0,-0.82128 0.10336,-1.53921 0.31008,-2.15378 0.20672,-0.61457 0.49445,-1.12577 0.86319,-1.53363 0.37433,-0.41343 0.82128,-0.72351 1.34088,-0.93024 0.52517,-0.20671 1.10622,-0.31007 1.74314,-0.31007 0.62015,0 1.17885,0.095 1.6761,0.28493 0.50282,0.18438 0.92743,0.45814 1.27383,0.82129 0.35197,0.36316 0.62015,0.81012 0.80453,1.34088 0.18994,0.52518 0.28492,1.12857 0.28493,1.81018 l 0,1.24031 -5.71549,0 c 0.0112,0.35757 0.067,0.68162 0.16761,0.97214 0.10615,0.28494 0.25141,0.52797 0.43579,0.7291 0.18995,0.19555 0.41622,0.3464 0.67882,0.45255 0.26817,0.10615 0.57266,0.15923 0.91347,0.15923 0.28493,0 0.5531,-0.014 0.80452,-0.0419 0.257,-0.0335 0.50562,-0.081 0.74587,-0.14246 0.24023,-0.0615 0.47768,-0.13688 0.71234,-0.22628 0.23464,-0.095 0.47489,-0.20392 0.72072,-0.32684 l 0,1.9778 c -0.22349,0.11733 -0.44976,0.21789 -0.67882,0.3017 -0.22349,0.0782 -0.46093,0.14526 -0.71234,0.20113 -0.25142,0.0559 -0.52239,0.095 -0.81291,0.11732 -0.29053,0.0279 -0.60898,0.0419 -0.95537,0.0419" | |
287 | + style="marker:none" | |
288 | + id="path3884" | |
289 | + inkscape:connector-curvature="0" /> | |
290 | + <path | |
291 | + d="m 472.87915,523.68216 c 0,0.49165 -0.0894,0.92185 -0.26817,1.29059 -0.17879,0.36874 -0.433,0.67603 -0.76263,0.92185 -0.32963,0.24583 -0.7291,0.4302 -1.19841,0.55312 -0.46931,0.12291 -0.99448,0.18437 -1.57553,0.18437 -0.30728,0 -0.59222,-0.0112 -0.85481,-0.0335 -0.26259,-0.0168 -0.51121,-0.0475 -0.74586,-0.0922 -0.23465,-0.0447 -0.46093,-0.10057 -0.67882,-0.16761 -0.21789,-0.067 -0.43858,-0.15085 -0.66206,-0.25141 l 0,-2.11189 c 0.23466,0.11733 0.48048,0.22349 0.73749,0.31846 0.26258,0.095 0.52238,0.17879 0.77938,0.25142 0.257,0.067 0.50562,0.12012 0.74586,0.15923 0.24583,0.0391 0.4721,0.0587 0.67882,0.0587 0.22907,0 0.42461,-0.0195 0.58664,-0.0587 0.16202,-0.0447 0.29331,-0.10336 0.39388,-0.17599 0.10615,-0.0782 0.18157,-0.16761 0.22627,-0.26818 0.0503,-0.10615 0.0754,-0.21789 0.0754,-0.33522 -1e-5,-0.11732 -0.0196,-0.22068 -0.0587,-0.31008 -0.0335,-0.095 -0.11453,-0.19275 -0.24303,-0.29331 -0.1285,-0.10615 -0.31846,-0.22348 -0.56987,-0.35198 -0.24583,-0.13409 -0.57826,-0.29611 -0.99728,-0.48607 -0.40785,-0.18437 -0.76263,-0.36595 -1.06432,-0.54473 -0.29611,-0.18437 -0.54194,-0.3883 -0.73748,-0.61178 -0.18996,-0.22347 -0.33243,-0.47768 -0.42741,-0.76262 -0.095,-0.29052 -0.14247,-0.63412 -0.14247,-1.0308 0,-0.43578 0.0838,-0.8157 0.25142,-1.13975 0.16761,-0.32962 0.40505,-0.60339 0.71234,-0.82129 0.30728,-0.21788 0.67602,-0.3799 1.10622,-0.48606 0.43578,-0.11174 0.91906,-0.16761 1.44983,-0.16761 0.55869,0 1.08945,0.0643 1.59229,0.19275 0.50282,0.12851 1.01962,0.32126 1.55039,0.57825 l -0.77101,1.81018 c -0.42461,-0.20112 -0.82967,-0.36594 -1.21517,-0.49444 -0.3855,-0.1285 -0.77101,-0.19275 -1.1565,-0.19276 -0.3464,1e-5 -0.59782,0.0615 -0.75425,0.18438 -0.15085,0.12292 -0.22627,0.29053 -0.22627,0.50282 0,0.11175 0.0195,0.21232 0.0587,0.3017 0.0391,0.0838 0.11733,0.17321 0.23466,0.26818 0.11732,0.0894 0.28214,0.18996 0.49445,0.3017 0.2123,0.10615 0.48885,0.23745 0.82966,0.39388 0.39667,0.1732 0.75424,0.3464 1.07271,0.51959 0.31845,0.16761 0.59221,0.36036 0.82128,0.57825 0.22906,0.2179 0.40505,0.47211 0.52797,0.76263 0.12291,0.29052 0.18437,0.6425 0.18437,1.05594" | |
292 | + style="marker:none" | |
293 | + id="path3886" | |
294 | + inkscape:connector-curvature="0" /> | |
295 | + <path | |
296 | + d="m 483.12848,518.73767 c -0.45256,10e-6 -0.82968,0.15924 -1.13137,0.47769 -0.29611,0.31846 -0.46652,0.8185 -0.51121,1.5001 l 3.26001,0 c -0.006,-0.28493 -0.0419,-0.54751 -0.10895,-0.78776 -0.067,-0.24023 -0.16761,-0.44695 -0.30169,-0.62016 -0.1341,-0.17877 -0.30171,-0.31845 -0.50283,-0.41902 -0.20114,-0.10056 -0.43579,-0.15084 -0.70396,-0.15085 m 0.32683,7.89442 c -0.67044,0 -1.2878,-0.0978 -1.85208,-0.29332 -0.56429,-0.19554 -1.05036,-0.48886 -1.45821,-0.87995 -0.40785,-0.39668 -0.72631,-0.89392 -0.95537,-1.49173 -0.22348,-0.60339 -0.33522,-1.31014 -0.33522,-2.12026 0,-0.82128 0.10336,-1.53921 0.31008,-2.15378 0.20671,-0.61457 0.49444,-1.12577 0.86319,-1.53363 0.37432,-0.41343 0.82128,-0.72351 1.34087,-0.93024 0.52518,-0.20671 1.10622,-0.31007 1.74314,-0.31007 0.62015,0 1.17885,0.095 1.6761,0.28493 0.50282,0.18438 0.92743,0.45814 1.27383,0.82129 0.35198,0.36316 0.62015,0.81012 0.80453,1.34088 0.18995,0.52518 0.28493,1.12857 0.28494,1.81018 l 0,1.24031 -5.71549,0 c 0.0112,0.35757 0.067,0.68162 0.16761,0.97214 0.10615,0.28494 0.25141,0.52797 0.43578,0.7291 0.18996,0.19555 0.41623,0.3464 0.67882,0.45255 0.26817,0.10615 0.57266,0.15923 0.91347,0.15923 0.28493,0 0.55311,-0.014 0.80453,-0.0419 0.257,-0.0335 0.50562,-0.081 0.74586,-0.14246 0.24024,-0.0615 0.47768,-0.13688 0.71235,-0.22628 0.23464,-0.095 0.47488,-0.20392 0.72072,-0.32684 l 0,1.9778 c -0.22349,0.11733 -0.44976,0.21789 -0.67882,0.3017 -0.22349,0.0782 -0.46094,0.14526 -0.71234,0.20113 -0.25143,0.0559 -0.52239,0.095 -0.81291,0.11732 -0.29053,0.0279 -0.60899,0.0419 -0.95538,0.0419" | |
297 | + style="marker:none" | |
298 | + id="path3888" | |
299 | + inkscape:connector-curvature="0" /> | |
300 | + <path | |
301 | + d="m 500.97892,526.46448 -0.83805,-2.91641 -4.22376,0 -0.84643,2.91641 -2.62309,0 3.98073,-12.30255 3.1762,0 3.99749,12.30255 -2.62309,0 m -1.44144,-5.09534 -0.78777,-2.68175 c -0.0335,-0.10056 -0.0838,-0.26538 -0.15085,-0.49445 -0.067,-0.22906 -0.13968,-0.48047 -0.21789,-0.75424 -0.0726,-0.27934 -0.14247,-0.55869 -0.20951,-0.83805 -0.0671,-0.27934 -0.11454,-0.51679 -0.14247,-0.71234 -0.0224,0.12292 -0.0531,0.26818 -0.0922,0.43578 -0.0335,0.16762 -0.0754,0.3464 -0.1257,0.53635 -0.0447,0.18438 -0.0922,0.37155 -0.14247,0.56149 -0.0503,0.18997 -0.0978,0.36875 -0.14247,0.53636 -0.0447,0.16761 -0.0866,0.31567 -0.12571,0.44416 -0.0335,0.12851 -0.0587,0.22349 -0.0754,0.28494 l -0.77939,2.68175 2.99184,0" | |
302 | + style="marker:none" | |
303 | + id="path3890" | |
304 | + inkscape:connector-curvature="0" /> | |
305 | + <path | |
306 | + d="m 507.50732,526.46448 -2.55605,0 0,-13.04004 2.55605,0 0,13.04004" | |
307 | + style="marker:none" | |
308 | + id="path3892" | |
309 | + inkscape:connector-curvature="0" /> | |
310 | + <path | |
311 | + d="m 516.30681,526.46448 -0.3436,-1.19841 -0.13409,0 c -0.13968,0.24024 -0.30729,0.44696 -0.50283,0.62015 -0.18996,0.16761 -0.39947,0.30729 -0.62853,0.41903 -0.22908,0.11174 -0.47211,0.19275 -0.72911,0.24303 -0.257,0.0559 -0.51959,0.0838 -0.78776,0.0838 -0.45814,0 -0.87437,-0.0642 -1.24869,-0.19275 -0.37433,-0.13409 -0.69559,-0.34081 -0.96376,-0.62016 -0.26818,-0.27935 -0.47489,-0.63412 -0.62015,-1.06432 -0.14527,-0.4302 -0.2179,-0.94699 -0.2179,-1.55039 l 0,-6.10937 2.55605,0 0,5.47245 c 0,0.67603 0.10056,1.18445 0.3017,1.52525 0.20671,0.33522 0.53355,0.50283 0.98051,0.50283 0.33522,0 0.61457,-0.067 0.83805,-0.20113 0.22348,-0.13409 0.39947,-0.33243 0.52797,-0.59502 0.13408,-0.26258 0.22906,-0.58663 0.28494,-0.97213 0.0559,-0.3855 0.0838,-0.82687 0.0838,-1.32412 l 0,-4.40813 2.55605,0 0,9.36938 -1.95265,0" | |
312 | + style="marker:none" | |
313 | + id="path3894" | |
314 | + inkscape:connector-curvature="0" /> | |
315 | + <path | |
316 | + d="m 529.0703,526.46448 -2.55604,0 0,-5.47246 c -1e-5,-0.67602 -0.10337,-1.18164 -0.31008,-1.51687 -0.20114,-0.3408 -0.52518,-0.5112 -0.97214,-0.51121 -0.33522,10e-6 -0.61457,0.067 -0.83805,0.20114 -0.22348,0.13409 -0.40226,0.33243 -0.53635,0.59501 -0.1285,0.26259 -0.22069,0.58664 -0.27655,0.97214 -0.0559,0.3855 -0.0838,0.82688 -0.0838,1.32411 l 0,4.40814 -2.55605,0 0,-9.36938 1.95266,0 0.3436,1.1984 0.14247,0 c 0.13408,-0.24023 0.2961,-0.44695 0.48606,-0.62015 0.19554,-0.17319 0.40785,-0.31566 0.63692,-0.42741 0.22906,-0.11173 0.4721,-0.19274 0.7291,-0.24303 0.257,-0.0559 0.51959,-0.0838 0.78777,-0.0838 0.45812,0 0.87436,0.067 1.24869,0.20113 0.37432,0.12851 0.69557,0.33243 0.96376,0.61177 0.26816,0.27936 0.47488,0.63693 0.62015,1.0727 0.14525,0.43021 0.21789,0.94701 0.21789,1.55039 l 0,6.10938" | |
317 | + style="marker:none" | |
318 | + id="path3896" | |
319 | + inkscape:connector-curvature="0" /> | |
320 | + <path | |
321 | + d="m 533.83041,521.76303 c -10e-6,0.93303 0.13129,1.63699 0.39388,2.11188 0.26258,0.46931 0.68999,0.70396 1.28221,0.70396 0.58663,0 1.01124,-0.23745 1.27384,-0.71234 0.26258,-0.47489 0.39387,-1.17606 0.39388,-2.1035 -10e-6,-0.93303 -0.1313,-1.62861 -0.39388,-2.08675 -0.2626,-0.46371 -0.6928,-0.69557 -1.2906,-0.69558 -0.58664,1e-5 -1.01125,0.23187 -1.27383,0.69558 -0.25701,0.45814 -0.38551,1.15372 -0.3855,2.08675 m 5.95014,0 c -10e-6,0.78218 -0.10057,1.47496 -0.3017,2.07836 -0.19555,0.60339 -0.48049,1.11181 -0.85481,1.52524 -0.36875,0.41344 -0.82129,0.72911 -1.35763,0.947 -0.53078,0.2123 -1.12858,0.31846 -1.79343,0.31846 -0.62016,0 -1.19003,-0.10616 -1.70962,-0.31846 -0.51959,-0.21789 -0.96934,-0.53356 -1.34926,-0.947 -0.37433,-0.41343 -0.66764,-0.92185 -0.87995,-1.52524 -0.2123,-0.6034 -0.31846,-1.29618 -0.31845,-2.07836 -10e-6,-0.77659 0.0978,-1.46658 0.29331,-2.06998 0.20113,-0.60339 0.48607,-1.10901 0.85481,-1.51687 0.37433,-0.41343 0.82687,-0.7263 1.35764,-0.93862 0.53076,-0.21229 1.13136,-0.31845 1.8018,-0.31845 0.62015,0 1.19003,0.10616 1.70962,0.31845 0.51959,0.21232 0.96654,0.52519 1.34088,0.93862 0.37991,0.40786 0.67602,0.91348 0.88833,1.51687 0.2123,0.6034 0.31845,1.29339 0.31846,2.06998" | |
322 | + style="marker:none" | |
323 | + id="path3898" | |
324 | + inkscape:connector-curvature="0" /> | |
325 | + <path | |
326 | + d="m 548.23645,523.68216 c 0,0.49165 -0.0894,0.92185 -0.26817,1.29059 -0.17879,0.36874 -0.433,0.67603 -0.76263,0.92185 -0.32963,0.24583 -0.7291,0.4302 -1.19841,0.55312 -0.46931,0.12291 -0.99448,0.18437 -1.57553,0.18437 -0.30728,0 -0.59222,-0.0112 -0.85481,-0.0335 -0.26259,-0.0168 -0.51121,-0.0475 -0.74586,-0.0922 -0.23465,-0.0447 -0.46093,-0.10057 -0.67882,-0.16761 -0.21789,-0.067 -0.43858,-0.15085 -0.66206,-0.25141 l 0,-2.11189 c 0.23466,0.11733 0.48048,0.22349 0.73749,0.31846 0.26258,0.095 0.52238,0.17879 0.77938,0.25142 0.257,0.067 0.50562,0.12012 0.74586,0.15923 0.24583,0.0391 0.4721,0.0587 0.67882,0.0587 0.22907,0 0.42461,-0.0195 0.58664,-0.0587 0.16202,-0.0447 0.29331,-0.10336 0.39388,-0.17599 0.10615,-0.0782 0.18157,-0.16761 0.22627,-0.26818 0.0503,-0.10615 0.0754,-0.21789 0.0754,-0.33522 -10e-6,-0.11732 -0.0196,-0.22068 -0.0587,-0.31008 -0.0335,-0.095 -0.11453,-0.19275 -0.24303,-0.29331 -0.12851,-0.10615 -0.31846,-0.22348 -0.56987,-0.35198 -0.24583,-0.13409 -0.57826,-0.29611 -0.99728,-0.48607 -0.40785,-0.18437 -0.76263,-0.36595 -1.06432,-0.54473 -0.29611,-0.18437 -0.54194,-0.3883 -0.73748,-0.61178 -0.18996,-0.22347 -0.33243,-0.47768 -0.42741,-0.76262 -0.095,-0.29052 -0.14247,-0.63412 -0.14247,-1.0308 0,-0.43578 0.0838,-0.8157 0.25142,-1.13975 0.16761,-0.32962 0.40505,-0.60339 0.71234,-0.82129 0.30728,-0.21788 0.67602,-0.3799 1.10622,-0.48606 0.43578,-0.11174 0.91906,-0.16761 1.44983,-0.16761 0.55869,0 1.08945,0.0643 1.59229,0.19275 0.50282,0.12851 1.01962,0.32126 1.55039,0.57825 l -0.77101,1.81018 c -0.42461,-0.20112 -0.82967,-0.36594 -1.21517,-0.49444 -0.3855,-0.1285 -0.77101,-0.19275 -1.1565,-0.19276 -0.3464,1e-5 -0.59782,0.0615 -0.75425,0.18438 -0.15085,0.12292 -0.22627,0.29053 -0.22627,0.50282 0,0.11175 0.0195,0.21232 0.0587,0.3017 0.0391,0.0838 0.11733,0.17321 0.23466,0.26818 0.11732,0.0894 0.28214,0.18996 0.49444,0.3017 0.21231,0.10615 0.48886,0.23745 0.82967,0.39388 0.39667,0.1732 0.75424,0.3464 1.0727,0.51959 0.31846,0.16761 0.59222,0.36036 0.82129,0.57825 0.22906,0.2179 0.40505,0.47211 0.52797,0.76263 0.12291,0.29052 0.18437,0.6425 0.18437,1.05594" | |
327 | + style="marker:none" | |
328 | + id="path3900" | |
329 | + inkscape:connector-curvature="0" /> | |
330 | + <path | |
331 | + d="m 557.45501,526.63209 c -0.48049,0 -0.91907,-0.10336 -1.31574,-0.31008 -0.39668,-0.20672 -0.73748,-0.51121 -1.02242,-0.91347 -0.28494,-0.40785 -0.50842,-0.91347 -0.67044,-1.51687 -0.15643,-0.60339 -0.23465,-1.30177 -0.23465,-2.09512 0,-0.80452 0.0782,-1.50848 0.23465,-2.11188 0.16202,-0.60898 0.3883,-1.11739 0.67882,-1.52525 0.29611,-0.41343 0.64809,-0.72351 1.05594,-0.93024 0.40785,-0.20671 0.8576,-0.31007 1.34926,-0.31007 0.30169,0 0.57825,0.0363 0.82967,0.10894 0.25141,0.067 0.47768,0.16483 0.67882,0.29332 0.20112,0.12292 0.37991,0.26818 0.53635,0.43578 0.16201,0.16204 0.30448,0.34082 0.4274,0.53635 l 0.0838,0 c -0.0335,-0.21788 -0.0643,-0.43857 -0.0922,-0.66205 -0.0279,-0.18995 -0.0531,-0.39108 -0.0754,-0.6034 -0.0168,-0.21788 -0.0251,-0.41901 -0.0251,-0.60339 l 0,-3.00022 2.55604,0 0,13.04004 -1.95265,0 -0.49445,-1.21517 -0.10894,0 c -0.11734,0.18996 -0.25142,0.37153 -0.40227,0.54473 -0.15085,0.16761 -0.32684,0.31287 -0.52797,0.43578 -0.19555,0.12292 -0.41903,0.22069 -0.67044,0.29332 -0.24583,0.0726 -0.52518,0.10895 -0.83804,0.10895 m 0.93023,-2.03646 c 0.30169,0 0.55869,-0.0503 0.771,-0.15085 0.2123,-0.10615 0.38271,-0.26259 0.51121,-0.46931 0.13409,-0.2123 0.23186,-0.47489 0.29332,-0.78776 0.067,-0.31287 0.10335,-0.67882 0.10895,-1.09785 l 0,-0.27655 c -10e-6,-0.45254 -0.0279,-0.85481 -0.0838,-1.20679 -0.0559,-0.35198 -0.14806,-0.64529 -0.27655,-0.87995 -0.12851,-0.24024 -0.30171,-0.42181 -0.51959,-0.54473 -0.2179,-0.12291 -0.49166,-0.18437 -0.82129,-0.18437 -0.53636,0 -0.93024,0.24304 -1.18165,0.7291 -0.25142,0.48049 -0.37712,1.18165 -0.37712,2.1035 0,0.92186 0.1257,1.61464 0.37712,2.07836 0.257,0.45813 0.65647,0.6872 1.19841,0.6872" | |
332 | + style="marker:none" | |
333 | + id="path3902" | |
334 | + inkscape:connector-curvature="0" /> | |
335 | + <path | |
336 | + d="m 567.25179,521.76303 c 0,0.93303 0.13129,1.63699 0.39389,2.11188 0.26258,0.46931 0.68998,0.70396 1.28221,0.70396 0.58663,0 1.01124,-0.23745 1.27383,-0.71234 0.26259,-0.47489 0.39388,-1.17606 0.39389,-2.1035 -10e-6,-0.93303 -0.1313,-1.62861 -0.39389,-2.08675 -0.26259,-0.46371 -0.69279,-0.69557 -1.29059,-0.69558 -0.58664,1e-5 -1.01125,0.23187 -1.27383,0.69558 -0.25701,0.45814 -0.38551,1.15372 -0.38551,2.08675 m 5.95015,0 c -1e-5,0.78218 -0.10058,1.47496 -0.3017,2.07836 -0.19555,0.60339 -0.48049,1.11181 -0.85481,1.52524 -0.36875,0.41344 -0.82129,0.72911 -1.35764,0.947 -0.53077,0.2123 -1.12858,0.31846 -1.79342,0.31846 -0.62016,0 -1.19003,-0.10616 -1.70962,-0.31846 -0.51959,-0.21789 -0.96935,-0.53356 -1.34926,-0.947 -0.37433,-0.41343 -0.66765,-0.92185 -0.87995,-1.52524 -0.21231,-0.6034 -0.31846,-1.29618 -0.31846,-2.07836 0,-0.77659 0.0978,-1.46658 0.29332,-2.06998 0.20113,-0.60339 0.48607,-1.10901 0.85481,-1.51687 0.37432,-0.41343 0.82687,-0.7263 1.35764,-0.93862 0.53076,-0.21229 1.13136,-0.31845 1.8018,-0.31845 0.62015,0 1.19002,0.10616 1.70962,0.31845 0.51958,0.21232 0.96654,0.52519 1.34088,0.93862 0.3799,0.40786 0.67601,0.91348 0.88833,1.51687 0.2123,0.6034 0.31845,1.29339 0.31846,2.06998" | |
337 | + style="marker:none" | |
338 | + id="path3904" | |
339 | + inkscape:connector-curvature="0" /> | |
340 | + <path | |
341 | + d="m 584.72508,519.5841 4.86069,0 0,6.35241 c -0.32406,0.10615 -0.6509,0.20392 -0.98052,0.29331 -0.32964,0.0838 -0.67324,0.15644 -1.0308,0.2179 -0.35199,0.0559 -0.72352,0.10056 -1.11461,0.13408 -0.38551,0.0335 -0.79615,0.0503 -1.23193,0.0503 -0.91627,0 -1.72917,-0.13409 -2.43872,-0.40227 -0.70396,-0.27376 -1.29898,-0.67602 -1.78504,-1.20679 -0.48048,-0.53634 -0.84643,-1.19561 -1.09784,-1.97779 -0.25142,-0.78776 -0.37713,-1.69565 -0.37713,-2.72366 0,-0.96095 0.13968,-1.82973 0.41903,-2.60633 0.27935,-0.77658 0.68999,-1.43584 1.23193,-1.97779 0.54752,-0.54752 1.21796,-0.96654 2.01132,-1.25708 0.79893,-0.29609 1.7124,-0.44415 2.74041,-0.44416 0.65367,10e-6 1.29338,0.0699 1.91914,0.20951 0.62573,0.13969 1.19839,0.32126 1.71799,0.54473 l -0.86319,2.07836 c -0.37992,-0.18995 -0.81012,-0.34917 -1.29059,-0.47769 -0.4749,-0.12849 -0.97494,-0.19274 -1.50011,-0.19275 -0.56988,10e-6 -1.08388,0.10058 -1.54201,0.3017 -0.45255,0.19556 -0.84084,0.4749 -1.16488,0.83805 -0.32405,0.36316 -0.57267,0.80174 -0.74587,1.31574 -0.1732,0.51401 -0.2598,1.08667 -0.25979,1.718 -10e-6,0.6034 0.0587,1.15651 0.17599,1.65933 0.12291,0.49725 0.31287,0.92744 0.56987,1.2906 0.257,0.36315 0.58663,0.6453 0.9889,0.84642 0.40784,0.20114 0.89391,0.3017 1.4582,0.3017 0.36874,0 0.67881,-0.0168 0.93024,-0.0503 0.25699,-0.0335 0.49723,-0.0726 0.72072,-0.11733 l 0,-2.55605 -2.3214,0 0,-2.16216" | |
342 | + style="marker:none" | |
343 | + id="path3906" | |
344 | + inkscape:connector-curvature="0" /> | |
345 | + <path | |
346 | + d="m 601.98889,520.22102 c -10e-6,1.03359 -0.14248,1.94148 -0.42741,2.72365 -0.27936,0.7766 -0.68721,1.42748 -1.22355,1.95266 -0.53077,0.51959 -1.18445,0.91068 -1.96103,1.17326 -0.77101,0.26259 -1.65096,0.39389 -2.63985,0.39389 l -3.22649,0 0,-12.25227 3.58685,0 c 0.8995,10e-6 1.70961,0.12851 2.43034,0.3855 0.7263,0.25701 1.34645,0.63972 1.86047,1.14813 0.51399,0.50284 0.90787,1.12858 1.18164,1.87723 0.27934,0.74866 0.41902,1.61464 0.41903,2.59795 m -2.63147,0.067 c -1e-5,-0.68161 -0.0699,-1.26824 -0.20952,-1.7599 -0.13409,-0.49724 -0.33243,-0.90788 -0.59501,-1.23193 -0.25701,-0.32404 -0.57547,-0.56428 -0.95537,-0.72072 -0.37434,-0.15643 -0.80454,-0.23465 -1.2906,-0.23466 l -1.19841,0 0,7.97822 0.95538,0 c 1.09504,10e-6 1.91633,-0.33521 2.46386,-1.00565 0.5531,-0.67044 0.82966,-1.67889 0.82967,-3.02536" | |
347 | + style="marker:none" | |
348 | + id="path3908" | |
349 | + inkscape:connector-curvature="0" /> | |
350 | + <path | |
351 | + d="m 607.101,526.46448 -2.55605,0 0,-12.25227 7.02285,0 0,2.12864 -4.4668,0 0,3.15944 4.15672,0 0,2.12027 -4.15672,0 0,4.84392" | |
352 | + style="marker:none" | |
353 | + id="path3910" | |
354 | + inkscape:connector-curvature="0" /> | |
355 | + </g> | |
356 | + </g> | |
357 | +</svg> | ... | ... |
4.01 KB
8.12 KB
1 | +++ a/style.css | |
... | ... | @@ -0,0 +1,748 @@ |
1 | +@import url(../scarletred/style.css); | |
2 | + | |
3 | +/* Main style page */ | |
4 | +body { | |
5 | + background: #FFF url('http://www.se.df.gov.br/wp-content/uploads/bg-gradient.png') top left repeat-x; | |
6 | +} | |
7 | + | |
8 | +#wrap-1 { | |
9 | + width: auto; | |
10 | + margin: 0px; | |
11 | +} | |
12 | + | |
13 | +#wrap-2 { | |
14 | + width: 960px; | |
15 | + margin: auto; | |
16 | + border: 0px; | |
17 | +} | |
18 | + | |
19 | +#main-content-wrapper-1, | |
20 | +#main-content-wrapper-2, | |
21 | +#main-content-wrapper-3, | |
22 | +#main-content-wrapper-4, | |
23 | +#main-content-wrapper-5, | |
24 | +#main-content-wrapper-6, | |
25 | +#main-content-wrapper-7, | |
26 | +#main-content-wrapper-8 { | |
27 | + background-image: none; | |
28 | + background: none; | |
29 | +} | |
30 | + | |
31 | +/* Bar Psocial Style */ | |
32 | + | |
33 | +#theme-header { | |
34 | + height: 40px; | |
35 | + background: #E8E8E8; | |
36 | + background-image: linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%); | |
37 | + background-image: -o-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%); | |
38 | + background-image: -moz-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%); | |
39 | + background-image: -webkit-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%); | |
40 | + background-image: -ms-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%); | |
41 | + background-image: -webkit-gradient( | |
42 | + linear, | |
43 | + left bottom, | |
44 | + left top, | |
45 | + color-stop(0.2, #E8E8E8), | |
46 | + color-stop(0.8, #FEFEFE) | |
47 | + ); | |
48 | + border-bottom: 4px solid #C90B10; | |
49 | +} | |
50 | + | |
51 | +#profile-header { | |
52 | + min-height: 150px; | |
53 | + max-height: 200px; | |
54 | + overflow: hidden; | |
55 | + margin: 0px; | |
56 | + width: 100%; | |
57 | +} | |
58 | + | |
59 | +#profile-footer { | |
60 | + margin-top: 30px; | |
61 | +} | |
62 | + | |
63 | +#site-title { top: -40px; } | |
64 | + | |
65 | +#user { top: -35px; } | |
66 | + | |
67 | +#barra-brasil { | |
68 | + box-shadow: 0px 0px 10px #DFDFDF inset; | |
69 | + z-index: 9999; | |
70 | + position: relative; | |
71 | + width: 100%; | |
72 | +} | |
73 | + | |
74 | +#barra-psocial { | |
75 | + position: relative; | |
76 | + width: 960px; | |
77 | + margin: auto; | |
78 | +} | |
79 | +#assets-menu { | |
80 | + background: #E8E8E8; | |
81 | + top: 35px; | |
82 | + left: 80px; | |
83 | + min-width: 132px; | |
84 | +} | |
85 | +#assets-menu a { | |
86 | + border: 1px solid #E8E8E8; | |
87 | +} | |
88 | + | |
89 | +#search-header { | |
90 | + position: relative; | |
91 | + width: 960px; | |
92 | + margin: auto; | |
93 | +} | |
94 | +#search-header .search-field { | |
95 | + width: 200px; | |
96 | + position: absolute; | |
97 | + top: 100px; | |
98 | + right: 20px; | |
99 | + z-index: 5; | |
100 | +} | |
101 | +#search-header .search-field div { | |
102 | + display: none; | |
103 | +} | |
104 | +#search-header input.button.with-text { | |
105 | + width: 22px; | |
106 | + text-indent: -1000px; | |
107 | + float: right; | |
108 | + height: 30px; | |
109 | + max-height: 30px; | |
110 | + border: none; | |
111 | + background-color: transparent; | |
112 | +} | |
113 | +#search-header #q { | |
114 | + width: 170px; | |
115 | + height: 25px; | |
116 | + border-radius: 5px; | |
117 | +} | |
118 | + | |
119 | +/* Social Buttons */ | |
120 | +#social-buttons { | |
121 | + float: right; | |
122 | + text-align: right; | |
123 | + width: 200px; | |
124 | + margin-top: -30px; | |
125 | + height: 30px; | |
126 | +} | |
127 | + | |
128 | +#social-buttons a { | |
129 | + display: inline-block; | |
130 | + width: 24px; | |
131 | + height: 24px; | |
132 | + margin-right: 3px; | |
133 | +} | |
134 | + | |
135 | +#social-buttons a:hover { | |
136 | + opacity: 0.6; | |
137 | +} | |
138 | + | |
139 | +#social-buttons #sb_face { | |
140 | +background-image: url(images/facebook.png); | |
141 | +background: none,url(images/facebook.svg); | |
142 | +background-size: 100% 100%; | |
143 | +} | |
144 | + | |
145 | +#social-buttons #sb_tweet { | |
146 | +background-image: url(images/twitter.png); | |
147 | +background: none,url(images/twitter.svg); | |
148 | +background-size: 100% 100%; | |
149 | +} | |
150 | + | |
151 | +#social-buttons #sb_feed { | |
152 | +background-image: url(images/rss.png); | |
153 | +background: none,url(images/rss.svg); | |
154 | +background-size: 100% 100%; | |
155 | +} | |
156 | + | |
157 | +#social-buttons span { display: none; } | |
158 | + | |
159 | +/* Title Header */ | |
160 | + | |
161 | +#content .main-block h1, | |
162 | +#content .main-block h2, | |
163 | +#content .main-block h3, | |
164 | +#content .main-block h4 { | |
165 | + font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
166 | +} | |
167 | + | |
168 | +#content .main-block h1, | |
169 | +#not-found h1, | |
170 | +#access-denied h1 { | |
171 | + color: #C90B10; | |
172 | + font-size: 1.7em; | |
173 | + padding: 7px 0; | |
174 | + margin-left: 0 !important; | |
175 | + padding-left: 0.3em; | |
176 | + border-bottom: 1px solid #CCCCCC; | |
177 | + border-top: 2px solid #172838; | |
178 | +} | |
179 | + | |
180 | +#content .title { | |
181 | + font-weight: normal; | |
182 | + padding-right: 70px; | |
183 | +} | |
184 | + | |
185 | +#content .main-block h1 { | |
186 | + font-size: 2.3em; | |
187 | + font-weight: bold; | |
188 | +} | |
189 | + | |
190 | +#content .main-block h2 { | |
191 | + font-size: 1.8em; | |
192 | + min-height: 48px; | |
193 | +} | |
194 | + | |
195 | +#content .main-block h3 { | |
196 | + font-size: 1.5em; | |
197 | + min-height: 48px; | |
198 | +} | |
199 | + | |
200 | +#content .main-block h4 { | |
201 | + font-size: 1.3em; | |
202 | + min-height: 38px; | |
203 | +} | |
204 | + | |
205 | +div#article-parent { | |
206 | + position: absolute; | |
207 | + right: 0px; | |
208 | + top: 0px; | |
209 | +} | |
210 | + | |
211 | +/* Menu List left */ | |
212 | + | |
213 | +#content .box-2 .block-title { | |
214 | + font-size: 12px; | |
215 | + text-align: left; | |
216 | + border-top: 4px solid #757575; | |
217 | + background: #eeefff; | |
218 | + border-bottom: none; | |
219 | + color: #757575; | |
220 | + padding: 8px 8px 24px 10px; | |
221 | + text-transform: uppercase; | |
222 | + margin: 0; | |
223 | +} | |
224 | + | |
225 | +#content .box-2 .link-list-block li a.link-this-page { | |
226 | + width: auto; | |
227 | + border-right: none; | |
228 | + font-weight: bold; | |
229 | + color: #436976 !important; | |
230 | + border-top: 2px solid #64946e !important; | |
231 | + border-bottom: 2px solid #64946e !important; | |
232 | + background-color: #eeefff; | |
233 | + border-radius: 0px; | |
234 | +} | |
235 | + | |
236 | +#content .box-2 .link-list-block li a { | |
237 | + font-size: 14px; | |
238 | + line-height: 1em; | |
239 | + color: #436976; | |
240 | + background-color: #FFF; | |
241 | + border-radius: none; | |
242 | + padding: 0.6em 1.5em; | |
243 | +} | |
244 | + | |
245 | +#content .box-2 .link-list-block li a:hover { | |
246 | + background-color: #FFF; | |
247 | + color: #000; | |
248 | +} | |
249 | + | |
250 | +#content .box-2 .link-list-block li { | |
251 | + border-bottom: 1px solid #ddd; | |
252 | + border-top: none; | |
253 | + padding: 0; | |
254 | + margin: 0; | |
255 | +} | |
256 | + | |
257 | +/* Blocks main style */ | |
258 | + | |
259 | +#content .box-1 .block { | |
260 | + background: #eeefff; | |
261 | + width: 48%; | |
262 | + float: left; | |
263 | + margin-right: 10px; | |
264 | +} | |
265 | + | |
266 | +#content .box-1 .block-title { | |
267 | + background: #757575; | |
268 | + padding: 0.6em 1.5em; | |
269 | + color: #FFF; | |
270 | + text-transform: uppercase; | |
271 | + font-variant: normal; | |
272 | +} | |
273 | + | |
274 | +#content .box-1 .main-block { | |
275 | + background: #FFF; | |
276 | + width: 100%; | |
277 | + clear: both; | |
278 | +} | |
279 | + | |
280 | +#content .box-1 .article-block { | |
281 | + background: none; | |
282 | +} | |
283 | + | |
284 | +#content .blog-post .title { | |
285 | + text-align: left; | |
286 | +} | |
287 | + | |
288 | +/* Box styles */ | |
289 | +.box-2 { | |
290 | + width: 160px; | |
291 | + margin-bottom: 40px; | |
292 | +} | |
293 | + | |
294 | +#content .box-3 .block { | |
295 | + width: 210px; | |
296 | + margin: 0px 0px 0px 30px; | |
297 | + float: left; | |
298 | +} | |
299 | + | |
300 | +/* Editorial Area */ | |
301 | + | |
302 | +#content .box-1 .recent-content-block { | |
303 | + width: 250px; | |
304 | + display: block; | |
305 | + float: left; | |
306 | +} | |
307 | + | |
308 | +#content .box-1 a { | |
309 | + text-decoration: none; | |
310 | +} | |
311 | + | |
312 | +#content .box-1 .recent-content-block h3 { | |
313 | + background: #DFDFDF; | |
314 | + text-decoration: none; | |
315 | + line-height: 30px; | |
316 | + height: 25px; | |
317 | + border-top: 5px solid #545454; | |
318 | + padding-left: 10px; | |
319 | + text-transform: uppercase; | |
320 | + font-weight: normal; | |
321 | + font-size: 20px; | |
322 | +} | |
323 | + | |
324 | +#content .box-1 .recent-content-block .block-footer-content a { | |
325 | + position: relative; | |
326 | + background-color: #DFDFDF; | |
327 | + width: auto; | |
328 | + display: block; | |
329 | + text-align: right; | |
330 | + padding: 5px 15px; | |
331 | +} | |
332 | + | |
333 | +#content .box-1 .recent-content-block ul { | |
334 | + background: #FFF; | |
335 | + border: none; | |
336 | + background-image: none; | |
337 | +} | |
338 | + | |
339 | +.blog-post { | |
340 | + background: none !important; | |
341 | + margin: 0px; | |
342 | +} | |
343 | + | |
344 | +/* Block My Network style */ | |
345 | + | |
346 | +#content .my-network-block { | |
347 | + background: #eeefff; | |
348 | +} | |
349 | + | |
350 | +#content .my-network-block .block-title { | |
351 | + background: #757575; | |
352 | + padding: 0.6em 1.5em; | |
353 | + color: #FFF; | |
354 | +} | |
355 | + | |
356 | +#content .my-network-block ul { | |
357 | + padding: 10px 0px 10px 20px; | |
358 | +} | |
359 | + | |
360 | +#content .my-network-block .my-network-actions a.button { | |
361 | + width: 100px; | |
362 | + display: block; | |
363 | + line-height: 1.2em; | |
364 | + margin-bottom: 5px; | |
365 | + height: auto; | |
366 | + min-height: 20px; | |
367 | +} | |
368 | + | |
369 | +/* Hidden Actions MyNetwork */ | |
370 | + | |
371 | +#content .box-2 .my-network-block .my-network-actions a.report-abuse-action, | |
372 | +#content .box-2 .my-network-block .my-network-actions a.icon-menu-mail { | |
373 | + display: none; | |
374 | +} | |
375 | + | |
376 | +/* Blocks profiles and enterprises */ | |
377 | +.recent-documents-block ul { | |
378 | + padding: 0px 0px 0px 30px; | |
379 | +} | |
380 | + | |
381 | +.box-1 .menu-submenu { | |
382 | + bottom: 80px; | |
383 | + right: -40px; | |
384 | +} | |
385 | + | |
386 | +.box-1 .common-profile-list-block .vcard { | |
387 | + border-radius: 0px; | |
388 | + -moz-border-radius: 0px; | |
389 | +} | |
390 | + | |
391 | +.box-1 .common-profile-list-block .profile_link { | |
392 | + width: 65px; | |
393 | + height: 80px; | |
394 | +} | |
395 | + | |
396 | +.box-1 .common-profile-list-block span { | |
397 | + width: auto; | |
398 | +} | |
399 | + | |
400 | +.box-1 .common-profile-list-block .profile-image { | |
401 | + display: block; | |
402 | + height: auto; | |
403 | + width: auto; | |
404 | + text-align: center; | |
405 | + margin: 0px; | |
406 | + padding: 0px; | |
407 | + padding-bottom: 5px; | |
408 | +} | |
409 | + | |
410 | +.box-1 .common-profile-list-block { | |
411 | + margin-left: 15px; | |
412 | +} | |
413 | + | |
414 | +.box-1 .block-footer-content { | |
415 | + clear: both; | |
416 | + text-align: right; | |
417 | + font-size: 11px; | |
418 | + color: #000; | |
419 | + position: relative; | |
420 | + padding: 5px; | |
421 | + background: #DFDFDF; | |
422 | + border-top: 3px solid #545454; | |
423 | +} | |
424 | + | |
425 | +#content .box-1 .block-footer-content a { | |
426 | + position: relative; | |
427 | +} | |
428 | + | |
429 | +#content .box-1 .display-content-block { | |
430 | + width: 250px; | |
431 | +} | |
432 | + | |
433 | +/* Menu List footer */ | |
434 | + | |
435 | +#content .box-3 .block-title { | |
436 | + font-size: 12px; | |
437 | + text-align: left; | |
438 | + border-top: none; | |
439 | + background: #FFF; | |
440 | + border-bottom: none; | |
441 | + color: #757575; | |
442 | + padding: 5px; | |
443 | + text-transform: uppercase; | |
444 | + margin: 0; | |
445 | +} | |
446 | + | |
447 | +#content .box-3 .link-list-block li a.link-this-page { | |
448 | + width: auto; | |
449 | + border-right: none; | |
450 | + font-weight: bold; | |
451 | + background-color: #eeefff; | |
452 | + border-radius: 0px; | |
453 | +} | |
454 | + | |
455 | +#content .box-3 .link-list-block li a { | |
456 | + font-size: 14px; | |
457 | + line-height: 1em; | |
458 | + color: #545454; | |
459 | + background-color: #FFF; | |
460 | + border-radius: none; | |
461 | + padding: 0.6em 1.5em; | |
462 | +} | |
463 | + | |
464 | +#content .box-3 .link-list-block li a:hover { | |
465 | + background-color: #FFF; | |
466 | + color: #436976; | |
467 | +} | |
468 | + | |
469 | +#content .box-3 .link-list-block li { | |
470 | + border-bottom: none; | |
471 | + border-top: none; | |
472 | + padding: 0; | |
473 | + margin: 0; | |
474 | +} | |
475 | + | |
476 | +/* Agenda Style */ | |
477 | + | |
478 | +#events-of-the-day h2 { | |
479 | + text-align: center; | |
480 | + color: #757575; | |
481 | + text-transform: uppercase; | |
482 | + background: #eeefff; | |
483 | + line-height: 2em; | |
484 | + font-size: 1.2em !important; | |
485 | + border-top: 4px solid #757575; | |
486 | +} | |
487 | + | |
488 | +#agenda-items td { | |
489 | + border-top: 1px solid #bbb; | |
490 | + padding: 5px; | |
491 | + transition: 0.3s; | |
492 | +} | |
493 | + | |
494 | +#agenda-items a { | |
495 | + color: #545454; | |
496 | +} | |
497 | +#agenda-items a:visited { | |
498 | + color: #555; | |
499 | + font-weight: normal; | |
500 | +} | |
501 | +#agenda-items a:hover { | |
502 | + color: #000; | |
503 | + text-decoration: underline; | |
504 | +} | |
505 | + | |
506 | +#agenda .event-date { | |
507 | + font-size: 12px; | |
508 | + margin-top: -5px; | |
509 | + margin-right: -5px; | |
510 | + width: auto; | |
511 | + padding-right: 5px; | |
512 | + padding-left: 5px; | |
513 | + background: #bbb; | |
514 | + text-align: center; | |
515 | + float: right; | |
516 | + color: #fff; | |
517 | + font-weight: bold; | |
518 | +} | |
519 | + | |
520 | +#agenda .event-place { | |
521 | + font-size: 11px; | |
522 | + margin-top: 5px; | |
523 | + text-overflow: ellipsis; | |
524 | + height: 25px; | |
525 | + overflow: hidden; | |
526 | + color: #444; | |
527 | + margin-left: 5px; | |
528 | +} | |
529 | + | |
530 | +#agenda .event-title { | |
531 | + font-size: 1.2em; | |
532 | + max-height: 47px; | |
533 | + overflow: hidden; | |
534 | + width: 100%; | |
535 | +} | |
536 | + | |
537 | +#agenda .agenda-calendar .calendar-day a { | |
538 | + background: #eeefff; | |
539 | + padding: 7px; | |
540 | + border-radius: 25px; | |
541 | +} | |
542 | + | |
543 | +#agenda .agenda-calendar .selected a { | |
544 | + background: none; | |
545 | +} | |
546 | + | |
547 | +#agenda .loading { | |
548 | + background-position: center 100px; | |
549 | +} | |
550 | + | |
551 | +#agenda .loading #agenda-items { | |
552 | + display: none !important; | |
553 | + transition: 0.3s; | |
554 | +} | |
555 | + | |
556 | +#agenda .agenda-calendar caption a.icon-next { | |
557 | + background-position: right; | |
558 | + text-align: left; | |
559 | + padding-left: 2px; | |
560 | + padding-right: 20px; | |
561 | +} | |
562 | + | |
563 | +#agenda #events-of-the-day, | |
564 | +#agenda .agenda-calendar { | |
565 | + float: left; | |
566 | + left: auto; | |
567 | +} | |
568 | + | |
569 | +#agenda #events-of-the-day { | |
570 | + position: relative; | |
571 | +} | |
572 | + | |
573 | +#agenda #events-of-the-day #agenda-items { | |
574 | + overflow: auto; | |
575 | + overflow-x: auto; | |
576 | + height: auto; | |
577 | + max-height: 650px; | |
578 | +} | |
579 | + | |
580 | +#box-organizer .block-target { clear: both; } | |
581 | + | |
582 | +/* Custom Forms */ | |
583 | + | |
584 | +.formfield input, .formfield textarea { | |
585 | + border: 1px solid #DFDFDF !important; | |
586 | + background-image: none !important; | |
587 | + background-color: #fff !important; | |
588 | + line-height: 1.8em !important; | |
589 | + color: #333 !important; | |
590 | + font-size: 13px !important; | |
591 | + outline: none !important; | |
592 | +} | |
593 | + | |
594 | +.formfield input:focus, .formfield textarea:focus { | |
595 | + border: 1px solid #AAA !important; | |
596 | + box-shadow: 1px 1px 2px rgba(0, 0, 0, .1) !important; | |
597 | +} | |
598 | +#article_name{ | |
599 | + font-size: 18px !important; | |
600 | + color: #333 !important; | |
601 | +} | |
602 | + | |
603 | +.controller-cms div.with_media_panel { | |
604 | + width: 580px !important; | |
605 | +} | |
606 | +.text-editor-sidebar { | |
607 | + width: 300px !important; | |
608 | +} | |
609 | + | |
610 | +.text-editor-sidebar-box { | |
611 | + background: #f5f5f5 !important; | |
612 | + border: 1px solid #DFDFDF !important; | |
613 | +} | |
614 | +.text-editor-sidebar-box .header { | |
615 | + background-color: #F9F9F9 !important; | |
616 | +} | |
617 | + | |
618 | +.header{ | |
619 | + background-image: linear-gradient(to top,#ECECEC,#F9F9F9); | |
620 | +} | |
621 | + | |
622 | + | |
623 | +/************************** theme footer ***************************/ | |
624 | + | |
625 | +#theme-footer { | |
626 | + background: #e8edf1; | |
627 | + width: 100%; | |
628 | + position: absolute; | |
629 | + z-index: 10; | |
630 | + font-size: 11px; | |
631 | + padding-bottom: 30px; | |
632 | + padding-top: 20px; | |
633 | +} | |
634 | + | |
635 | +#footer-border { | |
636 | + | |
637 | +} | |
638 | + | |
639 | +#footer-box { | |
640 | +} | |
641 | + | |
642 | +#footer-content { | |
643 | + padding: 20px 0px; | |
644 | + width: 960px; | |
645 | + margin: auto; | |
646 | + text-align: center; | |
647 | +} | |
648 | + | |
649 | +#footer-menu { | |
650 | + font-weight: bold; | |
651 | + margin: 0px; | |
652 | + margin-left: -50px; | |
653 | + font-size: 14px; | |
654 | + float: left; | |
655 | + text-align: left; | |
656 | + color: #555; | |
657 | +} | |
658 | + | |
659 | +#footer-menu > li { | |
660 | + display: inline-block; | |
661 | + padding: 0px; | |
662 | + margin: 0px; | |
663 | + margin-left: 50px; | |
664 | + vertical-align: top; | |
665 | +} | |
666 | + | |
667 | +#footer-menu ul { | |
668 | + margin: 0px; | |
669 | + padding: 0px; | |
670 | +} | |
671 | + | |
672 | +#footer-menu ul li { | |
673 | + font-weight: normal; | |
674 | + font-size: 13px; | |
675 | + list-style: none; | |
676 | + margin: 0px; | |
677 | + padding: 3px 0px 0px 5px; | |
678 | + line-height: 1.5; | |
679 | +} | |
680 | + | |
681 | +#footer-menu a, | |
682 | +#footer-menu a:visited { | |
683 | + color: rgba(0,0,0,0.5); | |
684 | +} | |
685 | +#footer-menu a:hover { | |
686 | + -webkit-transition: 0s; | |
687 | + -moz-transition: 0s; | |
688 | + -ms-transition: 0s; | |
689 | + -o-transition: 0s; | |
690 | + transition: 0s; | |
691 | + color: #36b; | |
692 | + text-decoration: none; | |
693 | +} | |
694 | + | |
695 | +#copyright { | |
696 | + float: right; | |
697 | + width: 500px; | |
698 | + opacity: 0.6; | |
699 | + color: #000 rgba(0,0,0,0.7); | |
700 | +} | |
701 | + | |
702 | +#copyright p { | |
703 | + margin: 0px; | |
704 | + padding: 0px 0px 10px 0px; | |
705 | +} | |
706 | + | |
707 | +#copyright img { | |
708 | + opacity: 0.7; | |
709 | + vertical-align: middle; | |
710 | + margin-left: 3px; | |
711 | + float: right; | |
712 | + margin-top: 10px; | |
713 | +} | |
714 | +#copyright img:hover { | |
715 | + opacity: 1; | |
716 | +} | |
717 | + | |
718 | +#copyright #license span { display: none; } | |
719 | + | |
720 | +#copyright #license { | |
721 | + background: url(images/cc.png) top left no-repeat !important; | |
722 | + display: block; | |
723 | + width: 25px; | |
724 | + height: 25px; | |
725 | + margin-top: 10px; | |
726 | + float: left; | |
727 | +} | |
728 | + | |
729 | +#gdf { | |
730 | + display: block; | |
731 | + float: left; | |
732 | + width: 84px; | |
733 | + height: 98px; | |
734 | + background: url(images/gdf-footer.png) top left no-repeat; | |
735 | + opacity: 0.7; | |
736 | + margin: 5px; | |
737 | +} | |
738 | +#gdf:hover { | |
739 | + opacity: 1.0; | |
740 | +} | |
741 | +#gdf span { | |
742 | + display: none; | |
743 | +} | |
744 | + | |
745 | +#dev-info { | |
746 | + font-size: 11px; | |
747 | +} | |
748 | + | ... | ... |