Commit 1e69ad64cbb60be7579782ef827a28232137f5f7
Exists in
master
and in
79 other branches
Merge branch 'master' of https://gitlab.com/softwarepublico/noosfero-spb-theme
Showing
11 changed files
with
475 additions
and
168 deletions
Show diff stats
cabecalho-cinza-theme.css
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | #header { |
6 | 6 | padding: 15px 0 0 0; /*13px 0 0 0;*/ |
7 | 7 | color: #000; |
8 | - background-color: rgb(236,237,241); | |
8 | + background-color:#f0f2f1 ;/*rgb(236,237,241);*/ | |
9 | 9 | } |
10 | 10 | |
11 | 11 | #header>div { |
... | ... | @@ -38,15 +38,15 @@ |
38 | 38 | } |
39 | 39 | |
40 | 40 | #accessibility a { |
41 | - color: rgb(96,96,96);/*#FFF; */ | |
41 | + /*color:# ;rgb(96,96,96);*//*#FFF; */ | |
42 | 42 | margin-right: 8px; |
43 | 43 | } |
44 | 44 | #accessibility a:hover { |
45 | - color: #969696; /*#d0d9ff;*/ | |
45 | + /*color:/*#969696;*/ /*#d0d9ff;*/ | |
46 | 46 | } |
47 | 47 | |
48 | 48 | #accessibility span { |
49 | - background: none repeat scroll 0 0 rgb(96,96,96); | |
49 | + background: none repeat scroll 0 0 #2c66ce; /*rgb(96,96,96);*/ | |
50 | 50 | color: #FFFFFF; |
51 | 51 | padding: 0 3px; |
52 | 52 | } |
... | ... | @@ -123,7 +123,7 @@ background-repeat: no-repeat; |
123 | 123 | } |
124 | 124 | |
125 | 125 | #portal-siteactions a { |
126 | - color:rgb(96,96,96); /*#FFF;*/ | |
126 | + color:#2c66ce; /*rgb(96,96,96);*/ /*#FFF;*/ | |
127 | 127 | text-decoration: none; |
128 | 128 | padding: 4px 0 4px 10px; |
129 | 129 | text-transform: uppercase; |
... | ... | @@ -137,12 +137,12 @@ background-repeat: no-repeat; |
137 | 137 | #portal-siteactions li { |
138 | 138 | display: inline; |
139 | 139 | margin: 0 5px 0 0; |
140 | - border-bottom: 1px dotted #969696; /*#d0d9ff;*/ | |
140 | + border-bottom: 1px dotted #2c66ce;; /*#d0d9ff;*/ | |
141 | 141 | } |
142 | - | |
142 | +/* | |
143 | 143 | #portal-siteactions li a:hover { |
144 | - color: #969696; /*#d0d9ff;*/ | |
145 | -} | |
144 | + color: #969696; /*#d0d9ff; | |
145 | +}*/ | |
146 | 146 | #portal-siteactions li a { |
147 | 147 | padding: 4px 0px; |
148 | 148 | } |
... | ... | @@ -176,7 +176,7 @@ li#siteaction-mapadosite { |
176 | 176 | |
177 | 177 | /* Top links */ |
178 | 178 | #theme-header .header-content #link-faq a { |
179 | - border-right: 1px solid #FFF; | |
179 | + border-right: 1px solid #2c66ce; | |
180 | 180 | padding: 0 10px; |
181 | 181 | |
182 | 182 | } |
... | ... | @@ -198,7 +198,7 @@ li#siteaction-mapadosite { |
198 | 198 | clear: both; |
199 | 199 | max-width: 100% !important; |
200 | 200 | margin: 0; |
201 | - background-color: #999999; | |
201 | + background-color:#CFD0D2; /*#999999;*/ | |
202 | 202 | /*background: #0d4094;/*azul-mais-escuro*/ |
203 | 203 | padding: 5px 0; |
204 | 204 | } |
... | ... | @@ -211,7 +211,7 @@ li#siteaction-mapadosite { |
211 | 211 | } |
212 | 212 | |
213 | 213 | #sobre a { |
214 | - color: #ffffff; /*rgb(96,96,96);*/ | |
214 | + color: #2c66ce; /*rgb(96,96,96);*/ | |
215 | 215 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; |
216 | 216 | } |
217 | 217 | #navbar a{ |
... | ... | @@ -601,13 +601,19 @@ color:#000000; |
601 | 601 | width: 100%; |
602 | 602 | min-width: 960px; |
603 | 603 | } |
604 | +#theme-footer a{ | |
605 | + color:#2c66ce; | |
606 | +} | |
607 | +#theme-footer a:hover{ | |
608 | + color:#2c66ce; | |
609 | +} | |
604 | 610 | |
605 | 611 | #footer-content { |
606 | 612 | background: #fff; |
607 | 613 | } |
608 | 614 | |
609 | 615 | #footer-logos { |
610 | - background: rgb(96,96,96); | |
616 | + background: #0042b2; /*rgb(96,96,96);*/ | |
611 | 617 | max-width: 100%; |
612 | 618 | padding: 2em 0; |
613 | 619 | height: 49px; |
... | ... | @@ -678,7 +684,7 @@ margin-left:0!important |
678 | 684 | } |
679 | 685 | |
680 | 686 | footer { |
681 | -background:#ecedf1 | |
687 | +background:#d5d5d5;/#ecedf1*/ | |
682 | 688 | } |
683 | 689 | footer .footer-atalhos { |
684 | 690 | background:#fff; |
... | ... | @@ -701,13 +707,13 @@ footer .row { |
701 | 707 | margin-bottom: 46px; /*13px*/ |
702 | 708 | } |
703 | 709 | footer nav { |
704 | -border-left:1px dotted #555; /*#dbdbc8;*/ | |
710 | +border-left:1px dotted #2c66ce; /*#555;*/ /*#dbdbc8;*/ | |
705 | 711 | padding:0 5px 0 10px |
706 | 712 | } |
707 | 713 | footer nav h2 { |
708 | 714 | font-size:18px; /*1.3em;*/ |
709 | 715 | font-weight:bold; |
710 | -color:#3b3f44; | |
716 | +color: #2c66ce; /*#3b3f44;*/ | |
711 | 717 | line-height:1.3em; |
712 | 718 | padding: 0px; /*30px 0 0px 0;*/ |
713 | 719 | margin: 0 0 18px 0; |
... | ... | @@ -723,7 +729,7 @@ padding-bottom:3px |
723 | 729 | footer nav a { |
724 | 730 | font-size: 13px; /*.9em;*/ |
725 | 731 | color:#838489; |
726 | -line-height:.9em; | |
732 | +line-height:1.7em; | |
727 | 733 | font-family:"open_sansregular", Arial, Helvetica, sans-serif; |
728 | 734 | } |
729 | 735 | footer nav a:hover { | ... | ... |
cadastro.css
1 | 1 | /*cadastro de usuario e instituicao*/ |
2 | - | |
3 | 2 | #signup-form{ |
4 | - display:block; | |
5 | - background-color:#F0F0F0; | |
6 | - border-left:solid 3px; | |
7 | - border-top:solid 1px; | |
8 | - width: 720px; | |
3 | + display:block; | |
4 | + /*background-color:#F0F0F0;*/ | |
5 | + /*border-left:solid 3px; | |
6 | + border-top:solid 1px;*/ | |
7 | + width: 720px; | |
9 | 8 | } |
10 | 9 | |
11 | 10 | #signup-form-header { |
12 | - width:90% !important; | |
11 | + width:90% !important; | |
13 | 12 | } |
14 | 13 | |
15 | 14 | #signup-form-profile{ |
16 | - width:90% !important; | |
15 | + width:90% !important; | |
17 | 16 | } |
18 | 17 | |
19 | 18 | #signup-form .formfieldline, |
20 | 19 | #signup-formfield-group { |
21 | 20 | /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/ |
22 | 21 | width:100%; |
23 | - background: url(images/hdot2.gif) repeat-x bottom #ECECEC; | |
22 | + /*background: url(images/hdot2.gif) repeat-x bottom #ECECEC;*/ | |
24 | 23 | margin:0px 10px 10px 0px; |
25 | 24 | } |
26 | 25 | |
27 | 26 | #signup-form .formfieldline:hover, |
28 | 27 | #signup-formfield-group:hover { |
29 | 28 | /*width:100%;*/ |
30 | - background: url(images/hdot2.gif) repeat-x bottom #f1e5dc; | |
29 | + /*background: url(images/hdot2.gif) repeat-x bottom #f1e5dc;*/ | |
31 | 30 | margin:0px 10px 10px 0px; |
32 | 31 | } |
33 | 32 | |
34 | 33 | .action-account-signup #content { |
35 | - text-align: left; | |
34 | + text-align: left; | |
36 | 35 | } |
37 | 36 | |
38 | 37 | .required-field label.formlabel { |
... | ... | @@ -46,17 +45,17 @@ color: #4A4A4A; |
46 | 45 | #signup-form input { |
47 | 46 | /*padding: 7px 7% 10px 3%; */ |
48 | 47 | /*height: 30px !important;*/ |
49 | - width: 50%; | |
50 | - /*center:float;*/ | |
51 | - margin:3px 2px 3px 0px; | |
48 | + width: 50%; | |
49 | + /*center:float;*/ | |
50 | + margin:3px 2px 3px 0px; | |
52 | 51 | } |
53 | 52 | |
54 | 53 | #signup-form .formlabel{ |
55 | - float:left; | |
56 | - padding:0px 15px 0px 0px; | |
57 | - width:237px; | |
58 | - height:30px; | |
59 | - margin:3px 2px 10px 0px; | |
54 | + float:left; | |
55 | + padding:0px 15px 0px 0px; | |
56 | + width:237px; | |
57 | + height:30px; | |
58 | + margin:3px 2px 10px 0px; | |
60 | 59 | } |
61 | 60 | |
62 | 61 | #signup-form .formlabel.login-box-content { |
... | ... | @@ -70,7 +69,7 @@ color: #4A4A4A; |
70 | 69 | |
71 | 70 | #signup-form .formfield input, |
72 | 71 | #signup-form .formfield textarea { |
73 | - background-color:#fff; | |
72 | + background-color:#fff; | |
74 | 73 | } |
75 | 74 | |
76 | 75 | #signup-form small#password-balloon, |
... | ... | @@ -86,16 +85,16 @@ color: #4A4A4A; |
86 | 85 | */ |
87 | 86 | |
88 | 87 | /*#content a.button.with-text { |
89 | - line-height: 50px !important; | |
88 | + line-height: 50px !important; | |
90 | 89 | } Pensar outra solucao*/ |
91 | 90 | |
92 | 91 | #status-identifier{ |
93 | - width:50%; | |
94 | - height:30px; | |
92 | + width:50%; | |
93 | + height:30px; | |
95 | 94 | } |
96 | 95 | |
97 | 96 | #errorExplanation{ |
98 | - width:720px; | |
97 | + width:720px; | |
99 | 98 | } |
100 | 99 | |
101 | 100 | /**** mudar para a cor do icone e link da imagem passado pela suzete |
... | ... | @@ -116,49 +115,62 @@ margin: 3px; |
116 | 115 | border-radius: 8px; |
117 | 116 | } *****/ |
118 | 117 | |
119 | -/**************************MODAL Instituicao***************************/ | |
120 | 118 | |
121 | 119 | |
122 | -#institution_dialog { | |
123 | - background-color:#F0F0F0 !important; | |
124 | -} | |
125 | - | |
126 | -#institution_dialog .formfield input, | |
127 | -#institution_dialog .formfield textarea { | |
128 | - background-color:#fff; | |
129 | -} | |
120 | +/**************************MODAL Instituicao***************************/ | |
130 | 121 | |
131 | 122 | #institution_dialog select, |
132 | 123 | #institution_dialog textarea, |
133 | -#institution_dialog input { | |
134 | - width: 50%; | |
124 | +#institution_dialog input{ | |
125 | + width: 60%; | |
135 | 126 | float:center; |
136 | - margin:3px 2px 3px 0px; | |
127 | + height: 25px; | |
128 | + margin:3px 2px 13px 0px; | |
137 | 129 | } |
138 | 130 | |
131 | +/* | |
139 | 132 | input#type_PublicInstitution, |
140 | 133 | input#type_PrivateInstitution{ |
141 | 134 | width: 10%; |
142 | 135 | margin:10px; |
143 | 136 | } |
144 | - | |
137 | +*/ | |
138 | +/*flutuar menu | |
145 | 139 | #institution_dialog .formlabel{ |
146 | 140 | float:left; |
147 | 141 | padding:0px 15px 0px 0px; |
148 | 142 | width:180px; |
149 | 143 | } |
150 | - | |
144 | +/* | |
151 | 145 | #institution_dialog .formfield.type-text, |
152 | -#institution_dialog .formfield.type-select, | |
153 | -#institution_dialog .formfield.type-radio { | |
154 | - /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/ | |
155 | - /*width:100%;*/ | |
156 | - background: url(images/hdot2.gif) repeat-x bottom #ECECEC; | |
157 | - /*margin:0px 10px 10px 0px;*/ | |
158 | -} | |
159 | - | |
160 | -#institution_dialog .formfield:hover, | |
161 | -#institution_dialog .formfield.type-text:hover, | |
162 | -#institution_dialog .formfield.type-radio:hover { | |
163 | - background: url(images/hdot2.gif) repeat-x bottom #f1e5dc; | |
146 | +#institution_dialog .formfield.type-select | |
147 | +#institution_dialog .formfield.type-radio{ | |
148 | + width:100%; | |
149 | + /*margin:0px 10px 10px 0px; | |
150 | +}*/ | |
151 | +/* | |
152 | +#edit_institution_page .formfield type-radio{ | |
153 | + width:10% | |
154 | +}*/ | |
155 | + | |
156 | +#institution_form select, | |
157 | +#institution_form textarea, | |
158 | +#institution_form input { | |
159 | + width: 40%; | |
160 | + height: 25px; | |
161 | + float:center; | |
162 | + margin:3px 2px 15px 0px; | |
163 | +} | |
164 | + | |
165 | +#institution_form .button.with-text.icon-save.submit{ | |
166 | + width: 60px !important; | |
167 | +} | |
168 | + | |
169 | +#institutions_type_PublicInstitution, | |
170 | +#institutions_type_PrivateInstitution, | |
171 | +#institutions_sisp_false, | |
172 | +#institutions_sisp_true { | |
173 | + width: 5% !important; | |
174 | + height: 15px !important; | |
175 | + padding: 15px !important; | |
164 | 176 | } | ... | ... |
header.html.erb
... | ... | @@ -38,7 +38,7 @@ |
38 | 38 | |
39 | 39 | <ul id="portal-siteactions"> |
40 | 40 | <li id="siteaction-accessibility"> |
41 | - <a href="#">Acessibilidade</a> | |
41 | + <a href="/software-publico-brasileiro/acessibilidade">Acessibilidade</a> | |
42 | 42 | </li> |
43 | 43 | <li id="siteaction-contraste"> |
44 | 44 | <a href="#">Alto Contraste</a> | ... | ... |
images/logotipo_spb.svg
... | ... | @@ -2,106 +2,77 @@ |
2 | 2 | <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
3 | 3 | <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> |
4 | 4 | <svg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
5 | - width="918.073px" height="171.763px" viewBox="0 0 918.073 171.763" enable-background="new 0 0 918.073 171.763" | |
5 | + width="1713.775px" height="401.424px" viewBox="-108 76 1713.775 401.424" enable-background="new -108 76 1713.775 401.424" | |
6 | 6 | xml:space="preserve"> |
7 | 7 | <g> |
8 | - <path fill="#303031" d="M26.602,125.433c0-3.994-1.322-5.483-9.86-7.673c-8.138-2.108-13.613-4.776-13.613-11.976 | |
9 | - c0-6.966,6.342-11.42,15.963-11.42c5.95,0,10.72,1.795,14.32,4.382l-3.207,4.846c-3.046-2.188-6.494-3.518-10.951-3.518 | |
10 | - c-6.415,0-8.695,1.956-8.695,5.242c0,3.441,2.502,4.696,10.566,6.968c7.91,2.19,13.225,4.62,13.225,12.594 | |
11 | - c0,9.005-8.608,12.604-17.609,12.604c-7.589,0-13.142-2.501-16.742-5.635l3.996-4.537c3.205,2.657,7.893,4.377,12.747,4.377 | |
12 | - C22.859,131.687,26.602,129.262,26.602,125.433z"/> | |
13 | - <path fill="#303031" d="M64.79,94.364c11.737,0,17.927,8.446,17.927,21.521c0,12.75-6.346,21.596-18.003,21.596 | |
14 | - c-11.745,0-18.005-8.446-18.005-21.522C46.709,103.203,53.055,94.364,64.79,94.364z M64.79,100.152 | |
15 | - c-6.88,0-10.408,5.002-10.408,15.807c0,10.724,3.442,15.728,10.332,15.728c6.886,0,10.333-5.004,10.333-15.801 | |
16 | - C75.046,105.154,71.6,100.152,64.79,100.152z"/> | |
17 | - <path fill="#303031" d="M130.886,80.118l-2.271,5.237c-2.661-1.176-5.714-1.716-8.844-1.716c-5.635,0-8.448,2.188-8.448,6.729 | |
18 | - v8.062h13.924l-0.783,5.559h-13.141v32.56h-7.207v-32.56H94.41V98.43h9.706v-7.98c0-7.668,6.416-12.606,15.259-12.606 | |
19 | - C123.997,77.843,127.596,78.708,130.886,80.118z"/> | |
20 | - <path fill="#303031" d="M220.972,136.548h-9.789l-5.085-29.193h-0.309l-5.325,29.193h-9.55l-7.356-41.25h7.205l5.007,35.762h0.316 | |
21 | - l6.023-30.514h8.065l5.626,30.367h0.316l5.015-35.616h6.88L220.972,136.548z"/> | |
22 | - <path fill="#303031" d="M269.618,127.23c0,3.287,1.015,4.538,3.285,5.242l-1.723,5.009c-3.677-0.472-6.577-2.112-7.832-5.795 | |
23 | - c-2.891,3.913-7.98,5.795-12.982,5.795c-8.3,0-13.62-5.086-13.62-12.753c0-8.535,7.125-13.306,19.639-13.306h6.033v-3.21 | |
24 | - c0-5.787-3.606-7.984-9.632-7.984c-2.738,0-6.578,0.631-10.803,2.11l-1.875-5.315c5.087-1.882,9.708-2.66,13.776-2.66 | |
25 | - c10.49,0,15.734,5.083,15.734,13.461V127.23z M262.419,126.375v-10.182h-5.644c-8.842,0-12.129,3.212-12.129,8.217 | |
26 | - c0,5.086,2.51,7.674,7.676,7.674C256.231,132.084,260.067,129.967,262.419,126.375z"/> | |
27 | - <path fill="#303031" d="M312.995,136.548h-28.171v-5.56h9.473v-30.129h-9.473v-5.562h15.732l0.86,7.906 | |
28 | - c2.345-5.794,6.889-8.839,11.735-8.839c1.96,0,3.131,0.152,5.481,0.621l-1.333,7.128c-2.032-0.552-3.289-0.709-5.011-0.709 | |
29 | - c-5.16,0-9.386,5.244-10.795,10.953v18.631h11.502V136.548z"/> | |
30 | - <path fill="#303031" d="M336.722,118.388c0.627,9.153,5.556,13.225,11.822,13.225c3.753,0,7.431-0.946,10.958-3.837l3.282,4.778 | |
31 | - c-3.837,3.046-9.074,4.928-14.402,4.928c-12.283,0-19.168-8.69-19.168-21.522c0-12.441,7.041-21.595,17.992-21.595 | |
32 | - c10.806,0,17.298,7.749,17.298,20.344c0,1.413-0.073,2.741-0.159,3.68H336.722z M336.722,113.069h20.818 | |
33 | - c-0.151-8.535-3.909-12.995-10.335-12.995C341.571,100.074,337.272,104.222,336.722,113.069z"/> | |
34 | - <path fill="#303031" d="M392.605,133.568v19.018l-12.523,1.328V94.985h11.115l0.542,4.621c3.368-4.308,7.596-6.028,11.506-6.028 | |
35 | - c10.798,0,15.186,8.536,15.186,22.074c0,12.835-5.875,22.217-15.963,22.217C398.395,137.868,395.106,136.465,392.605,133.568z | |
36 | - M405.514,115.801c0-10.331-2.349-12.99-6.339-12.99c-2.662,0-4.774,1.796-6.57,4.778v17.449c1.718,2.503,3.364,3.678,5.949,3.678 | |
37 | - C402.934,128.716,405.514,125.116,405.514,115.801z"/> | |
38 | - <path fill="#303031" d="M439.817,94.985v28.412c0,3.99,1.567,5.239,4.155,5.239c2.502,0,5.243-1.718,6.965-4.456V94.985h12.513 | |
39 | - v41.563h-10.953l-0.547-4.861c-2.816,4.07-7.752,6.182-12.754,6.182c-8.069,0-11.9-5.007-11.9-12.909V94.985H439.817z | |
40 | - M434.732,82.621l16.83-11.27l5.554,9.315l-18.625,8.295L434.732,82.621z"/> | |
41 | - <path fill="#303031" d="M489.992,99.219c2.587-3.448,6.497-5.642,10.568-5.642c10.797,0,15.413,8.536,15.413,22.074 | |
42 | - c0,12.835-5.863,22.217-16.664,22.217c-4.152,0-7.825-1.788-10.25-5.079l-0.467,3.759h-11.12V78.476l12.52-1.329V99.219z | |
43 | - M503.07,115.801c0-10.331-2.583-12.99-6.505-12.99c-2.656,0-4.769,1.796-6.573,4.778v17.449c1.572,2.431,3.367,3.753,5.949,3.753 | |
44 | - C500.329,128.791,503.07,125.116,503.07,115.801z"/> | |
45 | - <path fill="#303031" d="M544.641,123.474c0,3.284,2.028,4.539,5.323,4.539c2.109,0,4.148-0.544,5.868-1.255l2.969,8.371 | |
46 | - c-2.811,1.493-6.728,2.739-12.048,2.739c-10.253,0-14.634-6.256-14.634-16.036V87.001h-12.211v-8.525h24.732V123.474z"/> | |
47 | - <path fill="#303031" d="M605.73,136.548h-34.825v-8.535h11.732v-24.495h-11.343v-8.533h23.875v33.028h10.561V136.548z | |
48 | - M581.472,80.193c0-3.99,3.13-7.043,7.434-7.043c4.308,0,7.44,3.054,7.44,7.043c0,3.986-3.133,7.044-7.44,7.044 | |
49 | - C584.602,87.237,581.472,84.179,581.472,80.193z"/> | |
50 | - <path fill="#303031" d="M647.054,124.878l5.641,7.983c-3.915,3.131-9.314,5.007-15.417,5.007c-13.542,0-21.595-8.833-21.595-21.828 | |
51 | - s8.368-22.463,21.754-22.463c6.337,0,11.262,1.88,15.258,5.241l-5.401,7.516c-2.815-2.195-6.177-3.131-9.076-3.131 | |
52 | - c-5.556,0-9.393,3.522-9.393,12.837c0,9.152,4.147,11.973,9.393,11.973C641.037,128.013,644.162,127.075,647.054,124.878z"/> | |
53 | - <path fill="#303031" d="M701.536,115.651c0,13.925-7.518,22.217-20.265,22.217c-12.758,0-20.282-8.133-20.282-22.143 | |
54 | - c0-13.228,7.524-22.148,20.282-22.148C694.099,93.577,701.536,102.339,701.536,115.651z M673.91,115.726 | |
55 | - c0,9.152,2.345,12.99,7.361,12.99c5.003,0,7.347-3.838,7.347-13.064c0-8.926-2.344-12.841-7.347-12.841 | |
56 | - C676.254,102.811,673.91,106.726,673.91,115.726z"/> | |
57 | - <path fill="#303031" d="M171.029,134.433c-2.892,1.87-7.279,3.049-11.346,3.049c-9.075,0-14.084-5.242-14.084-12.753v-20.705h-9.4 | |
58 | - v-5.477h9.4V85.986l7.196-0.863v13.424h14.166l-0.865,5.477h-13.301v20.621c0,4.617,2.191,6.889,7.666,6.889 | |
59 | - c3.054,0,5.721-0.78,7.827-2.037L171.029,134.433z"/> | |
8 | + <path fill="#303031" d="M57.22,346.622c0-7.682-2.549-10.547-18.973-14.754c-15.656-4.066-26.186-9.193-26.186-23.051 | |
9 | + c0-13.4,12.188-21.973,30.709-21.973c11.449,0,20.625,3.456,27.551,8.432l-6.17,9.334c-5.865-4.219-12.498-6.779-21.07-6.779 | |
10 | + c-12.346,0-16.729,3.768-16.729,10.09c0,6.627,4.816,9.035,20.332,13.406c15.211,4.213,25.441,8.889,25.441,24.234 | |
11 | + c0,17.319-16.559,24.246-33.879,24.246c-14.602,0-25.289-4.812-32.215-10.84l7.688-8.73c6.164,5.109,15.188,8.42,24.527,8.42 | |
12 | + C50.013,358.657,57.22,353.993,57.22,346.622z"/> | |
13 | + <path fill="#303031" d="M130.696,286.844c22.582,0,34.488,16.255,34.488,41.402c0,24.545-12.211,41.562-34.641,41.562 | |
14 | + c-22.588,0-34.641-16.254-34.641-41.402C95.903,303.854,108.114,286.844,130.696,286.844z M130.696,297.989 | |
15 | + c-13.242,0-20.027,9.627-20.027,30.416c0,20.631,6.621,30.252,19.875,30.252s19.887-9.621,19.887-30.41 | |
16 | + C150.431,307.616,143.798,297.989,130.696,297.989z"/> | |
17 | + <path fill="#303031" d="M257.868,259.435l-4.371,10.077c-5.121-2.256-10.992-3.299-17.016-3.299 | |
18 | + c-10.84,0-16.254,4.207-16.254,12.943v15.516h26.789l-1.506,10.699h-25.283v62.637h-13.863v-62.637h-18.68v-10.699h18.68v-15.356 | |
19 | + c0-14.767,12.34-24.252,29.355-24.252C244.614,255.063,251.54,256.728,257.868,259.435z"/> | |
20 | + <path fill="#303031" d="M431.2,368.008h-18.832l-9.785-56.168h-0.598l-10.242,56.168h-18.375l-14.156-79.364h13.863l9.633,68.812 | |
21 | + h0.609l11.59-58.718h15.516l10.834,58.431h0.604l9.645-68.524h13.242L431.2,368.008z"/> | |
22 | + <path fill="#303031" d="M524.798,350.09c0,6.316,1.957,8.729,6.322,10.084l-3.312,9.634c-7.077-0.902-12.649-4.066-15.069-11.15 | |
23 | + c-5.566,7.529-15.357,11.15-24.984,11.15c-15.967,0-26.197-9.785-26.197-24.539c0-16.418,13.705-25.601,37.787-25.601h11.603 | |
24 | + v-6.176c0-11.146-6.938-15.363-18.533-15.363c-5.268,0-12.65,1.213-20.783,4.062l-3.608-10.226 | |
25 | + c9.79-3.621,18.68-5.121,26.508-5.121c20.18,0,30.27,9.785,30.27,25.898v37.348H524.798z M510.946,348.438v-19.588h-10.857 | |
26 | + c-17.01,0-23.338,6.176-23.338,15.803c0,9.797,4.828,14.766,14.766,14.766C499.04,359.418,506.423,355.347,510.946,348.438z"/> | |
27 | + <path fill="#303031" d="M608.259,368.008H554.06v-10.692h18.224v-57.974H554.06v-10.698h30.271l1.652,15.211 | |
28 | + c4.512-11.146,13.254-17.011,22.582-17.011c3.768,0,6.022,0.3,10.547,1.201l-2.566,13.711c-3.914-1.062-6.328-1.364-9.645-1.364 | |
29 | + c-9.927,0-18.06,10.09-20.771,21.082v35.842h22.131L608.259,368.008L608.259,368.008z"/> | |
30 | + <path fill="#303031" d="M653.915,333.069c1.207,17.613,10.688,25.453,22.74,25.453c7.225,0,14.303-1.822,21.088-7.383l6.315,9.188 | |
31 | + c-7.383,5.859-17.461,9.48-27.715,9.48c-23.631,0-36.879-16.711-36.879-41.402c0-23.947,13.547-41.562,34.617-41.562 | |
32 | + c20.789,0,33.287,14.912,33.287,39.146c0,2.719-0.146,5.268-0.312,7.077h-53.143V333.069z M653.915,322.827h40.055 | |
33 | + c-0.293-16.412-7.522-24.996-19.887-24.996C663.243,297.831,654.97,305.812,653.915,322.827z"/> | |
34 | + <path fill="#303031" d="M761.435,362.278v36.592l-24.094,2.555v-113.38h21.388l1.043,8.877c6.479-8.278,14.612-11.59,22.137-11.59 | |
35 | + c20.777,0,29.221,16.424,29.221,42.469c0,24.697-11.303,42.757-30.715,42.757C772.579,370.558,766.251,367.851,761.435,362.278z | |
36 | + M786.278,328.094c0-19.881-4.523-24.995-12.199-24.995c-5.115,0-9.188,3.457-12.646,9.188v33.58 | |
37 | + c3.306,4.816,6.476,7.078,11.449,7.078C781.31,352.944,786.278,346.013,786.278,328.094z"/> | |
38 | + <path fill="#303031" d="M852.278,288.045v54.662c0,7.676,3.012,10.084,7.991,10.084c4.816,0,10.091-3.312,13.406-8.578v-56.168 | |
39 | + h24.07v79.963h-21.07l-1.055-9.352c-5.42,7.84-14.918,11.899-24.539,11.899c-15.527,0-22.898-9.633-22.898-24.838v-57.674 | |
40 | + L852.278,288.045L852.278,288.045z M842.493,264.25l32.379-21.681l10.688,17.912l-35.836,15.974L842.493,264.25z"/> | |
41 | + <path fill="#303031" d="M948.817,296.185c4.979-6.634,12.504-10.853,20.332-10.853c20.776,0,29.659,16.424,29.659,42.469 | |
42 | + c0,24.697-11.284,42.757-32.062,42.757c-7.992,0-15.06-3.451-19.723-9.779l-0.896,7.229H924.73V256.282l24.088-2.561 | |
43 | + L948.817,296.185L948.817,296.185z M973.979,328.094c0-19.881-4.97-24.995-12.511-24.995c-5.114,0-9.176,3.457-12.649,9.188v33.58 | |
44 | + c3.022,4.676,6.479,7.23,11.448,7.23C968.704,353.097,973.979,346.013,973.979,328.094z"/> | |
45 | + <path fill="#303031" d="M1053.97,342.854c0,6.321,3.902,8.729,10.242,8.729c4.055,0,7.979-1.043,11.291-2.408l5.713,16.113 | |
46 | + c-5.414,2.864-12.949,5.269-23.186,5.269c-19.729,0-28.154-12.035-28.154-30.861v-67.014h-23.496v-16.4h47.59V342.854 | |
47 | + L1053.97,342.854z"/> | |
48 | + <path fill="#303031" d="M1171.509,368.008h-67.008v-16.424h22.576v-47.127h-21.826v-16.412h45.938v63.539h20.319V368.008 | |
49 | + L1171.509,368.008z M1124.833,259.575c0-7.664,6.022-13.547,14.303-13.547c8.291,0,14.314,5.883,14.314,13.547 | |
50 | + c0,7.682-6.023,13.559-14.314,13.559C1130.855,273.133,1124.833,267.256,1124.833,259.575z"/> | |
51 | + <path fill="#303031" d="M1251.021,345.562l10.852,15.362c-7.535,6.019-17.924,9.634-29.66,9.634 | |
52 | + c-26.062,0-41.555-17.004-41.555-42.013c0-24.989,16.102-43.213,41.858-43.213c12.188,0,21.668,3.614,29.355,10.084l-10.396,14.461 | |
53 | + c-5.414-4.219-11.883-6.022-17.461-6.022c-10.688,0-18.069,6.778-18.069,24.69c0,17.619,7.979,23.039,18.069,23.039 | |
54 | + C1239.442,351.584,1245.454,349.78,1251.021,345.562z"/> | |
55 | + <path fill="#303031" d="M1355.845,327.801c0,26.796-14.461,42.757-38.994,42.757c-24.545,0-39.018-15.656-39.018-42.615 | |
56 | + c0-25.447,14.473-42.609,39.018-42.609C1341.536,285.333,1355.845,302.19,1355.845,327.801z M1302.688,327.942 | |
57 | + c0,17.619,4.513,25.002,14.162,25.002c9.627,0,14.14-7.383,14.14-25.144c0-17.168-4.513-24.702-14.14-24.702 | |
58 | + C1307.2,303.099,1302.688,310.633,1302.688,327.942z"/> | |
59 | + <path fill="#303031" d="M335.106,363.942c-5.566,3.604-14.005,5.865-21.832,5.865c-17.461,0-27.101-10.084-27.101-24.539v-39.838 | |
60 | + h-18.088v-10.535h18.088v-24.17l13.846-1.658v25.828h27.258l-1.664,10.535H300.02v39.68c0,8.883,4.219,13.254,14.754,13.254 | |
61 | + c5.87,0,11.004-1.5,15.059-3.914L335.106,363.942z"/> | |
60 | 62 | </g> |
61 | 63 | <g> |
62 | - <path fill="none" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M792.436,70.97"/> | |
63 | - <polyline fill="none" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" points="856.139,162.973 845.647,98.644 | |
64 | - 749.203,129.521 725.561,70.848 725.315,8.268 "/> | |
65 | - | |
66 | - <line fill="none" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" x1="845.647" y1="98.644" x2="909.484" y2="88.677"/> | |
67 | - | |
68 | - <line fill="none" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" x1="683.014" y1="71.011" x2="792.436" y2="70.97"/> | |
69 | 64 | <g> |
70 | - <g> | |
71 | - | |
72 | - <line fill="none" stroke="#403D3A" stroke-width="2.0352" stroke-miterlimit="10" x1="682.807" y1="71.161" x2="631.075" y2="62.657"/> | |
73 | - | |
74 | - <line fill="none" stroke="#403D3A" stroke-width="2.0352" stroke-miterlimit="10" x1="590.583" y1="79.667" x2="631.075" y2="62.657"/> | |
75 | - </g> | |
76 | - </g> | |
77 | - <g> | |
78 | - <path fill="#E72F6C" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M690.577,71.161 | |
79 | - c0,4.303-3.528,7.774-7.77,7.774c-4.234,0-7.771-3.471-7.771-7.774s3.537-7.771,7.771-7.771 | |
80 | - C687.048,63.39,690.577,66.858,690.577,71.161z"/> | |
81 | - <path fill="#B4CC05" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M642.853,62.657 | |
82 | - c0,6.521-5.366,11.784-11.778,11.784c-6.414,0-11.788-5.263-11.788-11.784c0-6.521,5.374-11.781,11.788-11.781 | |
83 | - C637.487,50.876,642.853,56.136,642.853,62.657z"/> | |
84 | - <path fill="#B4CC05" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M855.94,100.467 | |
85 | - c0,6.521-5.368,11.781-11.781,11.781c-6.427,0-11.792-5.261-11.792-11.781c0-6.522,5.365-11.79,11.792-11.79 | |
86 | - C850.572,88.677,855.94,93.944,855.94,100.467z"/> | |
87 | - <path fill="#B4CC05" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M725.272,1.018 | |
88 | - c4.297,0,7.77,3.538,7.77,7.77c0,4.237-3.473,7.771-7.77,7.771c-4.307,0-7.773-3.535-7.773-7.771 | |
89 | - C717.499,4.555,720.965,1.018,725.272,1.018z"/> | |
90 | - <path fill="#B4CC05" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M855.94,155.199 | |
91 | - c4.296,0,7.763,3.535,7.763,7.773c0,4.234-3.467,7.772-7.763,7.772c-4.315,0-7.78-3.538-7.78-7.772 | |
92 | - C848.16,158.734,851.625,155.199,855.94,155.199z"/> | |
93 | - <path fill="#E72F6C" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M909.282,80.909 | |
94 | - c4.304,0,7.773,3.54,7.773,7.768c0,4.244-3.47,7.777-7.773,7.777c-4.306,0-7.774-3.533-7.774-7.777 | |
95 | - C901.507,84.449,904.976,80.909,909.282,80.909z"/> | |
96 | - <path fill="#E72F6C" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M792.234,53.642 | |
97 | - c9.699,0,17.52,7.978,17.52,17.519c0,9.545-7.82,17.516-17.52,17.516s-17.518-7.971-17.518-17.516 | |
98 | - C774.716,61.62,782.535,53.642,792.234,53.642z"/> | |
99 | - <path fill="#303031" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M748.905,121.867 | |
100 | - c4.297,0,7.771,3.54,7.771,7.774c0,4.232-3.474,7.772-7.771,7.772c-4.311,0-7.774-3.54-7.774-7.772 | |
101 | - C741.13,125.407,744.594,121.867,748.905,121.867z"/> | |
102 | - <path fill="#303031" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M725.272,63.117 | |
103 | - c4.297,0,7.77,3.542,7.77,7.771c0,4.233-3.473,7.772-7.77,7.772c-4.307,0-7.773-3.539-7.773-7.772 | |
104 | - C717.499,66.658,720.965,63.117,725.272,63.117z"/> | |
65 | + | |
66 | + <line fill="none" stroke="#403D3A" stroke-width="1.0638" stroke-miterlimit="10" x1="1319.811" y1="242.208" x2="1220.271" y2="225.842"/> | |
67 | + | |
68 | + <line fill="none" stroke="#403D3A" stroke-width="1.0638" stroke-miterlimit="10" x1="1142.364" y1="258.567" x2="1220.271" y2="225.842"/> | |
105 | 69 | </g> |
106 | 70 | </g> |
71 | +<path fill="#E72F6C" stroke="#303031" stroke-width="1.0638" stroke-miterlimit="10" d="M1334.763,242.208 | |
72 | + c0,8.273-6.797,14.953-14.953,14.953c-8.145,0-14.952-6.68-14.952-14.953c0-8.285,6.809-14.953,14.952-14.953 | |
73 | + C1327.966,227.254,1334.763,233.922,1334.763,242.208z"/> | |
74 | +<path fill="#B4CC05" stroke="#303031" stroke-width="1.0638" stroke-miterlimit="10" d="M1242.936,225.842 | |
75 | + c0,12.545-10.324,22.67-22.664,22.67s-22.677-10.125-22.677-22.67c0-12.551,10.337-22.67,22.677-22.67 | |
76 | + S1242.936,213.292,1242.936,225.842z"/> | |
77 | +<text transform="matrix(1 0 0 1 11.0811 260.6084)" fill="#323232" font-family="'OpenSans'" font-size="70.961">beta</text> | |
107 | 78 | </svg> | ... | ... |
... | ... | @@ -0,0 +1,107 @@ |
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |
3 | +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
4 | +<svg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |
5 | + width="918.073px" height="171.763px" viewBox="0 0 918.073 171.763" enable-background="new 0 0 918.073 171.763" | |
6 | + xml:space="preserve"> | |
7 | +<g> | |
8 | + <path fill="#303031" d="M26.602,125.433c0-3.994-1.322-5.483-9.86-7.673c-8.138-2.108-13.613-4.776-13.613-11.976 | |
9 | + c0-6.966,6.342-11.42,15.963-11.42c5.95,0,10.72,1.795,14.32,4.382l-3.207,4.846c-3.046-2.188-6.494-3.518-10.951-3.518 | |
10 | + c-6.415,0-8.695,1.956-8.695,5.242c0,3.441,2.502,4.696,10.566,6.968c7.91,2.19,13.225,4.62,13.225,12.594 | |
11 | + c0,9.005-8.608,12.604-17.609,12.604c-7.589,0-13.142-2.501-16.742-5.635l3.996-4.537c3.205,2.657,7.893,4.377,12.747,4.377 | |
12 | + C22.859,131.687,26.602,129.262,26.602,125.433z"/> | |
13 | + <path fill="#303031" d="M64.79,94.364c11.737,0,17.927,8.446,17.927,21.521c0,12.75-6.346,21.596-18.003,21.596 | |
14 | + c-11.745,0-18.005-8.446-18.005-21.522C46.709,103.203,53.055,94.364,64.79,94.364z M64.79,100.152 | |
15 | + c-6.88,0-10.408,5.002-10.408,15.807c0,10.724,3.442,15.728,10.332,15.728c6.886,0,10.333-5.004,10.333-15.801 | |
16 | + C75.046,105.154,71.6,100.152,64.79,100.152z"/> | |
17 | + <path fill="#303031" d="M130.886,80.118l-2.271,5.237c-2.661-1.176-5.714-1.716-8.844-1.716c-5.635,0-8.448,2.188-8.448,6.729 | |
18 | + v8.062h13.924l-0.783,5.559h-13.141v32.56h-7.207v-32.56H94.41V98.43h9.706v-7.98c0-7.668,6.416-12.606,15.259-12.606 | |
19 | + C123.997,77.843,127.596,78.708,130.886,80.118z"/> | |
20 | + <path fill="#303031" d="M220.972,136.548h-9.789l-5.085-29.193h-0.309l-5.325,29.193h-9.55l-7.356-41.25h7.205l5.007,35.762h0.316 | |
21 | + l6.023-30.514h8.065l5.626,30.367h0.316l5.015-35.616h6.88L220.972,136.548z"/> | |
22 | + <path fill="#303031" d="M269.618,127.23c0,3.287,1.015,4.538,3.285,5.242l-1.723,5.009c-3.677-0.472-6.577-2.112-7.832-5.795 | |
23 | + c-2.891,3.913-7.98,5.795-12.982,5.795c-8.3,0-13.62-5.086-13.62-12.753c0-8.535,7.125-13.306,19.639-13.306h6.033v-3.21 | |
24 | + c0-5.787-3.606-7.984-9.632-7.984c-2.738,0-6.578,0.631-10.803,2.11l-1.875-5.315c5.087-1.882,9.708-2.66,13.776-2.66 | |
25 | + c10.49,0,15.734,5.083,15.734,13.461V127.23z M262.419,126.375v-10.182h-5.644c-8.842,0-12.129,3.212-12.129,8.217 | |
26 | + c0,5.086,2.51,7.674,7.676,7.674C256.231,132.084,260.067,129.967,262.419,126.375z"/> | |
27 | + <path fill="#303031" d="M312.995,136.548h-28.171v-5.56h9.473v-30.129h-9.473v-5.562h15.732l0.86,7.906 | |
28 | + c2.345-5.794,6.889-8.839,11.735-8.839c1.96,0,3.131,0.152,5.481,0.621l-1.333,7.128c-2.032-0.552-3.289-0.709-5.011-0.709 | |
29 | + c-5.16,0-9.386,5.244-10.795,10.953v18.631h11.502V136.548z"/> | |
30 | + <path fill="#303031" d="M336.722,118.388c0.627,9.153,5.556,13.225,11.822,13.225c3.753,0,7.431-0.946,10.958-3.837l3.282,4.778 | |
31 | + c-3.837,3.046-9.074,4.928-14.402,4.928c-12.283,0-19.168-8.69-19.168-21.522c0-12.441,7.041-21.595,17.992-21.595 | |
32 | + c10.806,0,17.298,7.749,17.298,20.344c0,1.413-0.073,2.741-0.159,3.68H336.722z M336.722,113.069h20.818 | |
33 | + c-0.151-8.535-3.909-12.995-10.335-12.995C341.571,100.074,337.272,104.222,336.722,113.069z"/> | |
34 | + <path fill="#303031" d="M392.605,133.568v19.018l-12.523,1.328V94.985h11.115l0.542,4.621c3.368-4.308,7.596-6.028,11.506-6.028 | |
35 | + c10.798,0,15.186,8.536,15.186,22.074c0,12.835-5.875,22.217-15.963,22.217C398.395,137.868,395.106,136.465,392.605,133.568z | |
36 | + M405.514,115.801c0-10.331-2.349-12.99-6.339-12.99c-2.662,0-4.774,1.796-6.57,4.778v17.449c1.718,2.503,3.364,3.678,5.949,3.678 | |
37 | + C402.934,128.716,405.514,125.116,405.514,115.801z"/> | |
38 | + <path fill="#303031" d="M439.817,94.985v28.412c0,3.99,1.567,5.239,4.155,5.239c2.502,0,5.243-1.718,6.965-4.456V94.985h12.513 | |
39 | + v41.563h-10.953l-0.547-4.861c-2.816,4.07-7.752,6.182-12.754,6.182c-8.069,0-11.9-5.007-11.9-12.909V94.985H439.817z | |
40 | + M434.732,82.621l16.83-11.27l5.554,9.315l-18.625,8.295L434.732,82.621z"/> | |
41 | + <path fill="#303031" d="M489.992,99.219c2.587-3.448,6.497-5.642,10.568-5.642c10.797,0,15.413,8.536,15.413,22.074 | |
42 | + c0,12.835-5.863,22.217-16.664,22.217c-4.152,0-7.825-1.788-10.25-5.079l-0.467,3.759h-11.12V78.476l12.52-1.329V99.219z | |
43 | + M503.07,115.801c0-10.331-2.583-12.99-6.505-12.99c-2.656,0-4.769,1.796-6.573,4.778v17.449c1.572,2.431,3.367,3.753,5.949,3.753 | |
44 | + C500.329,128.791,503.07,125.116,503.07,115.801z"/> | |
45 | + <path fill="#303031" d="M544.641,123.474c0,3.284,2.028,4.539,5.323,4.539c2.109,0,4.148-0.544,5.868-1.255l2.969,8.371 | |
46 | + c-2.811,1.493-6.728,2.739-12.048,2.739c-10.253,0-14.634-6.256-14.634-16.036V87.001h-12.211v-8.525h24.732V123.474z"/> | |
47 | + <path fill="#303031" d="M605.73,136.548h-34.825v-8.535h11.732v-24.495h-11.343v-8.533h23.875v33.028h10.561V136.548z | |
48 | + M581.472,80.193c0-3.99,3.13-7.043,7.434-7.043c4.308,0,7.44,3.054,7.44,7.043c0,3.986-3.133,7.044-7.44,7.044 | |
49 | + C584.602,87.237,581.472,84.179,581.472,80.193z"/> | |
50 | + <path fill="#303031" d="M647.054,124.878l5.641,7.983c-3.915,3.131-9.314,5.007-15.417,5.007c-13.542,0-21.595-8.833-21.595-21.828 | |
51 | + s8.368-22.463,21.754-22.463c6.337,0,11.262,1.88,15.258,5.241l-5.401,7.516c-2.815-2.195-6.177-3.131-9.076-3.131 | |
52 | + c-5.556,0-9.393,3.522-9.393,12.837c0,9.152,4.147,11.973,9.393,11.973C641.037,128.013,644.162,127.075,647.054,124.878z"/> | |
53 | + <path fill="#303031" d="M701.536,115.651c0,13.925-7.518,22.217-20.265,22.217c-12.758,0-20.282-8.133-20.282-22.143 | |
54 | + c0-13.228,7.524-22.148,20.282-22.148C694.099,93.577,701.536,102.339,701.536,115.651z M673.91,115.726 | |
55 | + c0,9.152,2.345,12.99,7.361,12.99c5.003,0,7.347-3.838,7.347-13.064c0-8.926-2.344-12.841-7.347-12.841 | |
56 | + C676.254,102.811,673.91,106.726,673.91,115.726z"/> | |
57 | + <path fill="#303031" d="M171.029,134.433c-2.892,1.87-7.279,3.049-11.346,3.049c-9.075,0-14.084-5.242-14.084-12.753v-20.705h-9.4 | |
58 | + v-5.477h9.4V85.986l7.196-0.863v13.424h14.166l-0.865,5.477h-13.301v20.621c0,4.617,2.191,6.889,7.666,6.889 | |
59 | + c3.054,0,5.721-0.78,7.827-2.037L171.029,134.433z"/> | |
60 | +</g> | |
61 | +<g> | |
62 | + <path fill="none" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M792.436,70.97"/> | |
63 | + <polyline fill="none" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" points="856.139,162.973 845.647,98.644 | |
64 | + 749.203,129.521 725.561,70.848 725.315,8.268 "/> | |
65 | + | |
66 | + <line fill="none" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" x1="845.647" y1="98.644" x2="909.484" y2="88.677"/> | |
67 | + | |
68 | + <line fill="none" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" x1="683.014" y1="71.011" x2="792.436" y2="70.97"/> | |
69 | + <g> | |
70 | + <g> | |
71 | + | |
72 | + <line fill="none" stroke="#403D3A" stroke-width="2.0352" stroke-miterlimit="10" x1="682.807" y1="71.161" x2="631.075" y2="62.657"/> | |
73 | + | |
74 | + <line fill="none" stroke="#403D3A" stroke-width="2.0352" stroke-miterlimit="10" x1="590.583" y1="79.667" x2="631.075" y2="62.657"/> | |
75 | + </g> | |
76 | + </g> | |
77 | + <g> | |
78 | + <path fill="#E72F6C" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M690.577,71.161 | |
79 | + c0,4.303-3.528,7.774-7.77,7.774c-4.234,0-7.771-3.471-7.771-7.774s3.537-7.771,7.771-7.771 | |
80 | + C687.048,63.39,690.577,66.858,690.577,71.161z"/> | |
81 | + <path fill="#B4CC05" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M642.853,62.657 | |
82 | + c0,6.521-5.366,11.784-11.778,11.784c-6.414,0-11.788-5.263-11.788-11.784c0-6.521,5.374-11.781,11.788-11.781 | |
83 | + C637.487,50.876,642.853,56.136,642.853,62.657z"/> | |
84 | + <path fill="#B4CC05" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M855.94,100.467 | |
85 | + c0,6.521-5.368,11.781-11.781,11.781c-6.427,0-11.792-5.261-11.792-11.781c0-6.522,5.365-11.79,11.792-11.79 | |
86 | + C850.572,88.677,855.94,93.944,855.94,100.467z"/> | |
87 | + <path fill="#B4CC05" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M725.272,1.018 | |
88 | + c4.297,0,7.77,3.538,7.77,7.77c0,4.237-3.473,7.771-7.77,7.771c-4.307,0-7.773-3.535-7.773-7.771 | |
89 | + C717.499,4.555,720.965,1.018,725.272,1.018z"/> | |
90 | + <path fill="#B4CC05" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M855.94,155.199 | |
91 | + c4.296,0,7.763,3.535,7.763,7.773c0,4.234-3.467,7.772-7.763,7.772c-4.315,0-7.78-3.538-7.78-7.772 | |
92 | + C848.16,158.734,851.625,155.199,855.94,155.199z"/> | |
93 | + <path fill="#E72F6C" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M909.282,80.909 | |
94 | + c4.304,0,7.773,3.54,7.773,7.768c0,4.244-3.47,7.777-7.773,7.777c-4.306,0-7.774-3.533-7.774-7.777 | |
95 | + C901.507,84.449,904.976,80.909,909.282,80.909z"/> | |
96 | + <path fill="#E72F6C" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M792.234,53.642 | |
97 | + c9.699,0,17.52,7.978,17.52,17.519c0,9.545-7.82,17.516-17.52,17.516s-17.518-7.971-17.518-17.516 | |
98 | + C774.716,61.62,782.535,53.642,792.234,53.642z"/> | |
99 | + <path fill="#303031" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M748.905,121.867 | |
100 | + c4.297,0,7.771,3.54,7.771,7.774c0,4.232-3.474,7.772-7.771,7.772c-4.311,0-7.774-3.54-7.774-7.772 | |
101 | + C741.13,125.407,744.594,121.867,748.905,121.867z"/> | |
102 | + <path fill="#303031" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M725.272,63.117 | |
103 | + c4.297,0,7.77,3.542,7.77,7.771c0,4.233-3.473,7.772-7.77,7.772c-4.307,0-7.773-3.539-7.773-7.772 | |
104 | + C717.499,66.658,720.965,63.117,725.272,63.117z"/> | |
105 | + </g> | |
106 | +</g> | |
107 | +</svg> | ... | ... |
... | ... | @@ -0,0 +1,108 @@ |
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |
3 | +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
4 | +<svg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |
5 | + width="918.073px" height="171.763px" viewBox="0 0 918.073 171.763" enable-background="new 0 0 918.073 171.763" | |
6 | + xml:space="preserve"> | |
7 | +<g> | |
8 | + <path fill="#303031" d="M26.602,125.433c0-3.994-1.322-5.483-9.86-7.673c-8.138-2.108-13.613-4.776-13.613-11.976 | |
9 | + c0-6.966,6.342-11.42,15.963-11.42c5.95,0,10.72,1.795,14.32,4.382l-3.207,4.846c-3.046-2.188-6.494-3.518-10.951-3.518 | |
10 | + c-6.415,0-8.695,1.956-8.695,5.242c0,3.441,2.502,4.696,10.566,6.968c7.91,2.19,13.225,4.62,13.225,12.594 | |
11 | + c0,9.005-8.608,12.604-17.609,12.604c-7.589,0-13.142-2.501-16.742-5.635l3.996-4.537c3.205,2.657,7.893,4.377,12.747,4.377 | |
12 | + C22.859,131.687,26.602,129.262,26.602,125.433z"/> | |
13 | + <path fill="#303031" d="M64.79,94.364c11.737,0,17.927,8.446,17.927,21.521c0,12.75-6.346,21.596-18.003,21.596 | |
14 | + c-11.745,0-18.005-8.446-18.005-21.522C46.709,103.203,53.055,94.364,64.79,94.364z M64.79,100.152 | |
15 | + c-6.88,0-10.408,5.002-10.408,15.807c0,10.724,3.442,15.728,10.332,15.728c6.886,0,10.333-5.004,10.333-15.801 | |
16 | + C75.046,105.154,71.6,100.152,64.79,100.152z"/> | |
17 | + <path fill="#303031" d="M130.886,80.118l-2.271,5.237c-2.661-1.176-5.714-1.716-8.844-1.716c-5.635,0-8.448,2.188-8.448,6.729 | |
18 | + v8.062h13.924l-0.783,5.559h-13.141v32.56h-7.207v-32.56H94.41V98.43h9.706v-7.98c0-7.668,6.416-12.606,15.259-12.606 | |
19 | + C123.997,77.843,127.596,78.708,130.886,80.118z"/> | |
20 | + <path fill="#303031" d="M220.972,136.548h-9.789l-5.085-29.193h-0.309l-5.325,29.193h-9.55l-7.356-41.25h7.205l5.007,35.762h0.316 | |
21 | + l6.023-30.514h8.065l5.626,30.367h0.316l5.015-35.616h6.88L220.972,136.548z"/> | |
22 | + <path fill="#303031" d="M269.618,127.23c0,3.287,1.015,4.538,3.285,5.242l-1.723,5.009c-3.677-0.472-6.577-2.112-7.832-5.795 | |
23 | + c-2.891,3.913-7.98,5.795-12.982,5.795c-8.3,0-13.62-5.086-13.62-12.753c0-8.535,7.125-13.306,19.639-13.306h6.033v-3.21 | |
24 | + c0-5.787-3.606-7.984-9.632-7.984c-2.738,0-6.578,0.631-10.803,2.11l-1.875-5.315c5.087-1.882,9.708-2.66,13.776-2.66 | |
25 | + c10.49,0,15.734,5.083,15.734,13.461V127.23z M262.419,126.375v-10.182h-5.644c-8.842,0-12.129,3.212-12.129,8.217 | |
26 | + c0,5.086,2.51,7.674,7.676,7.674C256.231,132.084,260.067,129.967,262.419,126.375z"/> | |
27 | + <path fill="#303031" d="M312.995,136.548h-28.171v-5.56h9.473v-30.129h-9.473v-5.562h15.732l0.86,7.906 | |
28 | + c2.345-5.794,6.889-8.839,11.735-8.839c1.96,0,3.131,0.152,5.481,0.621l-1.333,7.128c-2.032-0.552-3.289-0.709-5.011-0.709 | |
29 | + c-5.16,0-9.386,5.244-10.795,10.953v18.631h11.502V136.548z"/> | |
30 | + <path fill="#303031" d="M336.722,118.388c0.627,9.153,5.556,13.225,11.822,13.225c3.753,0,7.431-0.946,10.958-3.837l3.282,4.778 | |
31 | + c-3.837,3.046-9.074,4.928-14.402,4.928c-12.283,0-19.168-8.69-19.168-21.522c0-12.441,7.041-21.595,17.992-21.595 | |
32 | + c10.806,0,17.298,7.749,17.298,20.344c0,1.413-0.073,2.741-0.159,3.68H336.722z M336.722,113.069h20.818 | |
33 | + c-0.151-8.535-3.909-12.995-10.335-12.995C341.571,100.074,337.272,104.222,336.722,113.069z"/> | |
34 | + <path fill="#303031" d="M392.605,133.568v19.018l-12.523,1.328V94.985h11.115l0.542,4.621c3.368-4.308,7.596-6.028,11.506-6.028 | |
35 | + c10.798,0,15.186,8.536,15.186,22.074c0,12.835-5.875,22.217-15.963,22.217C398.395,137.868,395.106,136.465,392.605,133.568z | |
36 | + M405.514,115.801c0-10.331-2.349-12.99-6.339-12.99c-2.662,0-4.774,1.796-6.57,4.778v17.449c1.718,2.503,3.364,3.678,5.949,3.678 | |
37 | + C402.934,128.716,405.514,125.116,405.514,115.801z"/> | |
38 | + <path fill="#303031" d="M439.817,94.985v28.412c0,3.99,1.567,5.239,4.155,5.239c2.502,0,5.243-1.718,6.965-4.456V94.985h12.513 | |
39 | + v41.563h-10.953l-0.547-4.861c-2.816,4.07-7.752,6.182-12.754,6.182c-8.069,0-11.9-5.007-11.9-12.909V94.985H439.817z | |
40 | + M434.732,82.621l16.83-11.27l5.554,9.315l-18.625,8.295L434.732,82.621z"/> | |
41 | + <path fill="#303031" d="M489.992,99.219c2.587-3.448,6.497-5.642,10.568-5.642c10.797,0,15.413,8.536,15.413,22.074 | |
42 | + c0,12.835-5.863,22.217-16.664,22.217c-4.152,0-7.825-1.788-10.25-5.079l-0.467,3.759h-11.12V78.476l12.52-1.329V99.219z | |
43 | + M503.07,115.801c0-10.331-2.583-12.99-6.505-12.99c-2.656,0-4.769,1.796-6.573,4.778v17.449c1.572,2.431,3.367,3.753,5.949,3.753 | |
44 | + C500.329,128.791,503.07,125.116,503.07,115.801z"/> | |
45 | + <path fill="#303031" d="M544.641,123.474c0,3.284,2.028,4.539,5.323,4.539c2.109,0,4.148-0.544,5.868-1.255l2.969,8.371 | |
46 | + c-2.811,1.493-6.728,2.739-12.048,2.739c-10.253,0-14.634-6.256-14.634-16.036V87.001h-12.211v-8.525h24.732V123.474z"/> | |
47 | + <path fill="#303031" d="M605.73,136.548h-34.825v-8.535h11.732v-24.495h-11.343v-8.533h23.875v33.028h10.561V136.548z | |
48 | + M581.472,80.193c0-3.99,3.13-7.043,7.434-7.043c4.308,0,7.44,3.054,7.44,7.043c0,3.986-3.133,7.044-7.44,7.044 | |
49 | + C584.602,87.237,581.472,84.179,581.472,80.193z"/> | |
50 | + <path fill="#303031" d="M647.054,124.878l5.641,7.983c-3.915,3.131-9.314,5.007-15.417,5.007c-13.542,0-21.595-8.833-21.595-21.828 | |
51 | + s8.368-22.463,21.754-22.463c6.337,0,11.262,1.88,15.258,5.241l-5.401,7.516c-2.815-2.195-6.177-3.131-9.076-3.131 | |
52 | + c-5.556,0-9.393,3.522-9.393,12.837c0,9.152,4.147,11.973,9.393,11.973C641.037,128.013,644.162,127.075,647.054,124.878z"/> | |
53 | + <path fill="#303031" d="M701.536,115.651c0,13.925-7.518,22.217-20.265,22.217c-12.758,0-20.282-8.133-20.282-22.143 | |
54 | + c0-13.228,7.524-22.148,20.282-22.148C694.099,93.577,701.536,102.339,701.536,115.651z M673.91,115.726 | |
55 | + c0,9.152,2.345,12.99,7.361,12.99c5.003,0,7.347-3.838,7.347-13.064c0-8.926-2.344-12.841-7.347-12.841 | |
56 | + C676.254,102.811,673.91,106.726,673.91,115.726z"/> | |
57 | + <path fill="#303031" d="M171.029,134.433c-2.892,1.87-7.279,3.049-11.346,3.049c-9.075,0-14.084-5.242-14.084-12.753v-20.705h-9.4 | |
58 | + v-5.477h9.4V85.986l7.196-0.863v13.424h14.166l-0.865,5.477h-13.301v20.621c0,4.617,2.191,6.889,7.666,6.889 | |
59 | + c3.054,0,5.721-0.78,7.827-2.037L171.029,134.433z"/> | |
60 | +</g> | |
61 | +<g> | |
62 | + <path fill="none" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M792.436,70.97"/> | |
63 | + <polyline fill="none" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" points="856.139,162.973 845.647,98.644 | |
64 | + 749.203,129.521 725.561,70.848 725.315,8.268 "/> | |
65 | + | |
66 | + <line fill="none" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" x1="845.647" y1="98.644" x2="909.484" y2="88.677"/> | |
67 | + | |
68 | + <line fill="none" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" x1="683.014" y1="71.011" x2="792.436" y2="70.97"/> | |
69 | + <g> | |
70 | + <g> | |
71 | + | |
72 | + <line fill="none" stroke="#403D3A" stroke-width="2.0352" stroke-miterlimit="10" x1="682.807" y1="71.161" x2="631.075" y2="62.657"/> | |
73 | + | |
74 | + <line fill="none" stroke="#403D3A" stroke-width="2.0352" stroke-miterlimit="10" x1="590.583" y1="79.667" x2="631.075" y2="62.657"/> | |
75 | + </g> | |
76 | + </g> | |
77 | + <g> | |
78 | + <path fill="#E72F6C" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M690.577,71.161 | |
79 | + c0,4.303-3.528,7.774-7.77,7.774c-4.234,0-7.771-3.471-7.771-7.774s3.537-7.771,7.771-7.771 | |
80 | + C687.048,63.39,690.577,66.858,690.577,71.161z"/> | |
81 | + <path fill="#B4CC05" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M642.853,62.657 | |
82 | + c0,6.521-5.366,11.784-11.778,11.784c-6.414,0-11.788-5.263-11.788-11.784c0-6.521,5.374-11.781,11.788-11.781 | |
83 | + C637.487,50.876,642.853,56.136,642.853,62.657z"/> | |
84 | + <path fill="#B4CC05" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M855.94,100.467 | |
85 | + c0,6.521-5.368,11.781-11.781,11.781c-6.427,0-11.792-5.261-11.792-11.781c0-6.522,5.365-11.79,11.792-11.79 | |
86 | + C850.572,88.677,855.94,93.944,855.94,100.467z"/> | |
87 | + <path fill="#B4CC05" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M725.272,1.018 | |
88 | + c4.297,0,7.77,3.538,7.77,7.77c0,4.237-3.473,7.771-7.77,7.771c-4.307,0-7.773-3.535-7.773-7.771 | |
89 | + C717.499,4.555,720.965,1.018,725.272,1.018z"/> | |
90 | + <path fill="#B4CC05" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M855.94,155.199 | |
91 | + c4.296,0,7.763,3.535,7.763,7.773c0,4.234-3.467,7.772-7.763,7.772c-4.315,0-7.78-3.538-7.78-7.772 | |
92 | + C848.16,158.734,851.625,155.199,855.94,155.199z"/> | |
93 | + <path fill="#E72F6C" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M909.282,80.909 | |
94 | + c4.304,0,7.773,3.54,7.773,7.768c0,4.244-3.47,7.777-7.773,7.777c-4.306,0-7.774-3.533-7.774-7.777 | |
95 | + C901.507,84.449,904.976,80.909,909.282,80.909z"/> | |
96 | + <path fill="#E72F6C" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M792.234,53.642 | |
97 | + c9.699,0,17.52,7.978,17.52,17.519c0,9.545-7.82,17.516-17.52,17.516s-17.518-7.971-17.518-17.516 | |
98 | + C774.716,61.62,782.535,53.642,792.234,53.642z"/> | |
99 | + <path fill="#303031" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M748.905,121.867 | |
100 | + c4.297,0,7.771,3.54,7.771,7.774c0,4.232-3.474,7.772-7.771,7.772c-4.311,0-7.774-3.54-7.774-7.772 | |
101 | + C741.13,125.407,744.594,121.867,748.905,121.867z"/> | |
102 | + <path fill="#303031" stroke="#303031" stroke-width="2.0352" stroke-miterlimit="10" d="M725.272,63.117 | |
103 | + c4.297,0,7.77,3.542,7.77,7.771c0,4.233-3.473,7.772-7.77,7.772c-4.307,0-7.773-3.539-7.773-7.772 | |
104 | + C717.499,66.658,720.965,63.117,725.272,63.117z"/> | |
105 | + </g> | |
106 | +</g> | |
107 | +<text transform="matrix(1 0 0 1 -2.5088 77.6597)" font-family="'ArialMT'" font-size="33.5">BETA</text> | |
108 | +</svg> | ... | ... |
... | ... | @@ -0,0 +1,103 @@ |
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |
3 | +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
4 | +<svg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |
5 | + width="926px" height="173px" viewBox="0 0 926 173" enable-background="new 0 0 926 173" xml:space="preserve"> | |
6 | +<g> | |
7 | + <path fill="#313131" d="M27.262,126.58c0-4.023-1.335-5.523-9.938-7.73c-8.201-2.129-13.718-4.812-13.718-12.07 | |
8 | + c0-7.02,6.39-11.51,16.088-11.51c5.997,0,10.803,1.812,14.431,4.418l-3.232,4.888c-3.072-2.207-6.545-3.55-11.036-3.55 | |
9 | + c-6.466,0-8.763,1.975-8.763,5.283c0,3.469,2.523,4.733,10.65,7.022c7.967,2.207,13.326,4.655,13.326,12.692 | |
10 | + c0,9.074-8.673,12.701-17.746,12.701c-7.647,0-13.246-2.521-16.874-5.681l4.026-4.571c3.229,2.678,7.955,4.409,12.847,4.409 | |
11 | + C23.487,132.883,27.262,130.439,27.262,126.58z"/> | |
12 | + <path fill="#313131" d="M65.747,95.27c11.829,0,18.065,8.515,18.065,21.688c0,12.853-6.396,21.769-18.144,21.769 | |
13 | + c-11.834,0-18.145-8.517-18.145-21.688C47.523,104.178,53.92,95.27,65.747,95.27z M65.747,101.104 | |
14 | + c-6.936,0-10.489,5.043-10.489,15.934c0,10.805,3.468,15.848,10.41,15.848s10.417-5.043,10.417-15.926 | |
15 | + C76.084,106.146,72.61,101.104,65.747,101.104z"/> | |
16 | + <path fill="#313131" d="M132.358,80.912l-2.289,5.279c-2.683-1.185-5.758-1.731-8.913-1.731c-5.678,0-8.514,2.206-8.514,6.783 | |
17 | + v8.126h14.033l-0.79,5.602h-13.243v32.812h-7.261v-32.812h-9.784v-5.602h9.784v-8.046c0-7.728,6.464-12.703,15.376-12.703 | |
18 | + C125.417,78.62,129.043,79.491,132.358,80.912z"/> | |
19 | + <path fill="#313131" d="M223.146,137.781h-9.864l-5.125-29.42h-0.313l-5.365,29.42h-9.624l-7.415-41.57h7.261l5.045,36.044h0.319 | |
20 | + l6.072-30.755h8.126l5.672,30.604h0.319l5.052-35.893h6.935L223.146,137.781z"/> | |
21 | + <path fill="#313131" d="M272.171,128.395c0,3.312,1.025,4.571,3.312,5.281l-1.734,5.049c-3.707-0.477-6.629-2.132-7.894-5.842 | |
22 | + c-2.915,3.944-8.044,5.842-13.086,5.842c-8.363,0-13.725-5.125-13.725-12.854c0-8.6,7.182-13.41,19.796-13.41h6.077v-3.232 | |
23 | + c0-5.836-3.634-8.049-9.708-8.049c-2.759,0-6.626,0.637-10.886,2.127l-1.891-5.354c5.129-1.896,9.784-2.684,13.885-2.684 | |
24 | + c10.569,0,15.854,5.125,15.854,13.565V128.395L272.171,128.395z M264.916,127.531v-10.26h-5.687 | |
25 | + c-8.909,0-12.224,3.232-12.224,8.274c0,5.129,2.529,7.731,7.734,7.731C258.681,133.281,262.547,131.148,264.916,127.531z"/> | |
26 | + <path fill="#313131" d="M315.887,137.781h-28.389v-5.602h9.545v-30.365h-9.545V96.21h15.854l0.866,7.967 | |
27 | + c2.363-5.839,6.943-8.907,11.829-8.907c1.974,0,3.155,0.154,5.523,0.625l-1.343,7.186c-2.051-0.557-3.315-0.715-5.052-0.715 | |
28 | + c-5.199,0-9.458,5.283-10.879,11.039v18.775h11.592L315.887,137.781L315.887,137.781z"/> | |
29 | + <path fill="#313131" d="M339.801,119.48c0.632,9.225,5.598,13.328,11.911,13.328c3.784,0,7.492-0.951,11.045-3.867l3.309,4.814 | |
30 | + c-3.867,3.069-9.146,4.967-14.517,4.967c-12.377,0-19.317-8.757-19.317-21.688c0-12.541,7.096-21.767,18.133-21.767 | |
31 | + c10.889,0,17.432,7.812,17.432,20.504c0,1.424-0.074,2.763-0.16,3.707h-27.836V119.48z M339.801,114.119h20.979 | |
32 | + c-0.153-8.6-3.94-13.096-10.416-13.096C344.687,101.023,340.353,105.203,339.801,114.119z"/> | |
33 | + <path fill="#313131" d="M396.117,134.779v19.166l-12.619,1.338V95.896h11.201l0.547,4.653c3.394-4.34,7.654-6.071,11.595-6.071 | |
34 | + c10.882,0,15.307,8.603,15.307,22.242c0,12.938-5.922,22.395-16.089,22.395C401.955,139.114,398.641,137.697,396.117,134.779z | |
35 | + M409.13,116.875c0-10.414-2.37-13.092-6.39-13.092c-2.684,0-4.812,1.811-6.623,4.812v17.588c1.729,2.521,3.392,3.707,5.997,3.707 | |
36 | + C406.527,129.891,409.13,126.26,409.13,116.875z"/> | |
37 | + <path fill="#313131" d="M443.699,95.896v28.633c0,4.021,1.579,5.279,4.187,5.279c2.523,0,5.285-1.731,7.021-4.49V95.896h12.607 | |
38 | + v41.886h-11.036l-0.554-4.898c-2.838,4.104-7.812,6.231-12.852,6.231c-8.133,0-11.995-5.047-11.995-13.012V95.896H443.699z | |
39 | + M438.575,83.435l16.959-11.358l5.598,9.389l-18.77,8.359L438.575,83.435z"/> | |
40 | + <path fill="#313131" d="M494.265,100.161c2.609-3.474,6.552-5.685,10.649-5.685c10.883,0,15.536,8.604,15.536,22.244 | |
41 | + c0,12.938-5.91,22.394-16.793,22.394c-4.188,0-7.888-1.806-10.331-5.121l-0.47,3.788h-11.208V79.258l12.614-1.338L494.265,100.161 | |
42 | + L494.265,100.161z M507.444,116.875c0-10.414-2.604-13.092-6.559-13.092c-2.676,0-4.803,1.811-6.623,4.812v17.588 | |
43 | + c1.585,2.447,3.396,3.782,5.998,3.782C504.682,129.968,507.444,126.26,507.444,116.875z"/> | |
44 | + <path fill="#313131" d="M549.342,124.605c0,3.312,2.045,4.57,5.366,4.57c2.122,0,4.179-0.545,5.913-1.26l2.992,8.438 | |
45 | + c-2.835,1.504-6.783,2.761-12.146,2.761c-10.333,0-14.746-6.306-14.746-16.163v-35.1h-12.307v-8.595h24.926L549.342,124.605 | |
46 | + L549.342,124.605z"/> | |
47 | + <path fill="#313131" d="M610.907,137.781H575.81v-8.604h11.825v-24.684h-11.432v-8.599h24.062v33.28h10.645L610.907,137.781 | |
48 | + L610.907,137.781z M586.46,80.99c0-4.021,3.154-7.099,7.491-7.099c4.343,0,7.498,3.078,7.498,7.099 | |
49 | + c0,4.016-3.155,7.099-7.498,7.099C589.614,88.088,586.46,85.006,586.46,80.99z"/> | |
50 | + <path fill="#313131" d="M652.555,126.023l5.685,8.043c-3.946,3.156-9.39,5.048-15.535,5.048c-13.651,0-21.766-8.905-21.766-21.999 | |
51 | + c0-13.096,8.434-22.639,21.927-22.639c6.382,0,11.348,1.895,15.374,5.281l-5.443,7.574c-2.837-2.214-6.225-3.156-9.146-3.156 | |
52 | + c-5.6,0-9.467,3.551-9.467,12.938c0,9.225,4.183,12.062,9.467,12.062C646.489,129.178,649.639,128.236,652.555,126.023z"/> | |
53 | + <path fill="#313131" d="M707.459,116.721c0,14.036-7.574,22.396-20.424,22.396c-12.856,0-20.438-8.198-20.438-22.315 | |
54 | + c0-13.332,7.58-22.32,20.438-22.32C699.965,94.479,707.459,103.307,707.459,116.721z M679.616,116.799 | |
55 | + c0,9.225,2.364,13.092,7.419,13.092c5.041,0,7.405-3.867,7.405-13.17c0-8.994-2.364-12.938-7.405-12.938 | |
56 | + C681.98,103.783,679.616,107.727,679.616,116.799z"/> | |
57 | + <path fill="#313131" d="M172.814,135.652c-2.916,1.883-7.335,3.07-11.435,3.07c-9.145,0-14.195-5.281-14.195-12.854v-20.867h-9.474 | |
58 | + v-5.52h9.474V86.825l7.252-0.868v13.527h14.278l-0.872,5.519h-13.406v20.783c0,4.653,2.21,6.942,7.728,6.942 | |
59 | + c3.075,0,5.764-0.785,7.888-2.055L172.814,135.652z"/> | |
60 | +</g> | |
61 | +<path fill="none" stroke="#313131" stroke-width="1.0638" stroke-miterlimit="10" d="M799.07,71.692"/> | |
62 | +<polyline fill="none" stroke="#313131" stroke-width="1.0638" stroke-miterlimit="10" points="863.27,164.414 852.696,99.584 | |
63 | + 755.495,130.701 731.674,71.57 731.421,8.501 "/> | |
64 | +<line fill="none" stroke="#313131" stroke-width="1.0638" stroke-miterlimit="10" x1="852.696" y1="99.584" x2="917.031" y2="89.54"/> | |
65 | +<line fill="none" stroke="#313131" stroke-width="1.0638" stroke-miterlimit="10" x1="688.793" y1="71.735" x2="799.07" y2="71.692"/> | |
66 | +<g> | |
67 | + <g> | |
68 | + | |
69 | + <line fill="none" stroke="#403D39" stroke-width="1.0638" stroke-miterlimit="10" x1="688.585" y1="71.886" x2="636.447" y2="63.314"/> | |
70 | + | |
71 | + <line fill="none" stroke="#403D39" stroke-width="1.0638" stroke-miterlimit="10" x1="595.642" y1="80.458" x2="636.447" y2="63.314"/> | |
72 | + </g> | |
73 | +</g> | |
74 | +<path fill="#448ECC" stroke="#313131" stroke-width="0.8097" stroke-miterlimit="10" d="M696.416,71.886 | |
75 | + c0,4.336-3.56,7.832-7.831,7.832c-4.267,0-7.833-3.496-7.833-7.832c0-4.337,3.566-7.832,7.833-7.832 | |
76 | + C692.856,64.054,696.416,67.549,696.416,71.886z"/> | |
77 | +<path fill="#FFCC13" stroke="#313131" stroke-width="0.8097" stroke-miterlimit="10" d="M648.318,63.314 | |
78 | + c0,6.574-5.407,11.877-11.871,11.877c-6.462,0-11.877-5.303-11.877-11.877c0-6.57,5.415-11.87,11.877-11.87 | |
79 | + C642.911,51.444,648.318,56.744,648.318,63.314z"/> | |
80 | +<path fill="#FFCC13" stroke="#313131" stroke-width="0.8097" stroke-miterlimit="10" d="M863.065,101.419 | |
81 | + c0,6.575-5.407,11.874-11.871,11.874c-6.477,0-11.884-5.299-11.884-11.874c0-6.573,5.407-11.879,11.884-11.879 | |
82 | + C857.658,89.54,863.065,94.846,863.065,101.419z"/> | |
83 | +<path fill="#FFCC13" stroke="#313131" stroke-width="0.8097" stroke-miterlimit="10" d="M731.378,1.194 | |
84 | + c4.331,0,7.834,3.566,7.834,7.832c0,4.269-3.503,7.833-7.834,7.833c-4.339,0-7.831-3.564-7.831-7.833 | |
85 | + C723.547,4.76,727.039,1.194,731.378,1.194z"/> | |
86 | +<path fill="#FFCC13" stroke="#313131" stroke-width="0.8097" stroke-miterlimit="10" d="M863.065,156.58 | |
87 | + c4.331,0,7.824,3.562,7.824,7.834c0,4.268-3.493,7.833-7.824,7.833c-4.347,0-7.841-3.565-7.841-7.833 | |
88 | + C855.227,160.143,858.721,156.58,863.065,156.58z"/> | |
89 | +<path fill="#448ECC" stroke="#313131" stroke-width="1.0638" stroke-miterlimit="10" d="M916.828,81.71 | |
90 | + c4.335,0,7.833,3.566,7.833,7.83c0,4.274-3.498,7.838-7.833,7.838c-4.34,0-7.837-3.563-7.837-7.838 | |
91 | + C908.991,85.276,912.488,81.71,916.828,81.71z"/> | |
92 | +<path fill="#448ECC" stroke="#313131" stroke-width="0.8097" stroke-miterlimit="10" d="M798.865,54.23 | |
93 | + c9.773,0,17.652,8.04,17.652,17.656c0,9.618-7.879,17.653-17.652,17.653c-9.776,0-17.656-8.035-17.656-17.653 | |
94 | + C781.209,62.271,789.089,54.23,798.865,54.23z"/> | |
95 | +<path fill="#313131" stroke="#313131" stroke-width="1.0638" stroke-miterlimit="10" d="M755.201,122.988 | |
96 | + c4.327,0,7.832,3.566,7.832,7.836c0,4.262-3.505,7.832-7.832,7.832c-4.349,0-7.839-3.57-7.839-7.832 | |
97 | + C747.362,126.555,750.854,122.988,755.201,122.988z"/> | |
98 | +<path fill="#313131" stroke="#313131" stroke-width="1.0638" stroke-miterlimit="10" d="M731.378,63.778 | |
99 | + c4.331,0,7.834,3.569,7.834,7.832c0,4.266-3.503,7.832-7.834,7.832c-4.339,0-7.831-3.565-7.831-7.832 | |
100 | + C723.547,67.347,727.039,63.778,731.378,63.778z"/> | |
101 | +<rect id="_x3C_Fatia_x3E_" fill="none" width="926" height="173"/> | |
102 | +<text transform="matrix(1 0 0 1 -2.4688 78)" fill="#1D1D1B" font-family="'ArialMT'" font-size="33.5">BETA</text> | |
103 | +</svg> | ... | ... |
1.18 KB
2.03 KB
recent-content.css
1 | 1 | |
2 | 2 | #content .recent-documents-block .block-inner-2 { |
3 | 3 | background-color: #eeeff1; |
4 | - padding-bottom: 10px; | |
5 | 4 | border: 1px solid #c0c1c1; |
6 | 5 | border-radius:8px; |
7 | - margin:1px; | |
6 | + margin:11px 0px; | |
8 | 7 | padding: 10px 0px; |
9 | 8 | } |
10 | 9 | |
10 | + | |
11 | 11 | #content .recent-documents-block .block-inner-2 .block-title{ |
12 | 12 | background-color: #eeeff1; |
13 | 13 | border-top:none; | ... | ... |
style.css
... | ... | @@ -175,7 +175,7 @@ a:link, #content a:link, dl.portlet a:link { |
175 | 175 | } |
176 | 176 | |
177 | 177 | a:visited, #content a:visited, dl.portlet a:visited { |
178 | - color: #2c67cd; | |
178 | + color:#2c66ce; /*#2c67cd;*/ | |
179 | 179 | } |
180 | 180 | |
181 | 181 | #content a:hover, dl.portlet a:hover { |
... | ... | @@ -424,10 +424,10 @@ p { |
424 | 424 | #content .box .block-title { |
425 | 425 | font-size: 12px; |
426 | 426 | text-align: left; |
427 | - border-top: 4px solid #757575; | |
427 | + border-top: 4px solid #2c66ce;/*#757575;*/ | |
428 | 428 | background: #eee; /*#eeefff;*/ |
429 | 429 | border-bottom: none; |
430 | - color: #757575; | |
430 | + color:#2c66ce; /*#757575;*/ | |
431 | 431 | padding: 8px 8px 24px 10px; |
432 | 432 | text-transform: uppercase; |
433 | 433 | /*margin: 0;*/ | ... | ... |