Commit 3052da32a1a714e432c59cfe8a2bfd3775e030d3

Authored by Leandro Santos
1 parent 2cc96472
Exists in new-theme

refactoring do tema excluindo arquivos e inforacoes desnecessarias

Showing 351 changed files with 135 additions and 466 deletions   Show diff stats

Too many changes.

To preserve performance only 100 of 351 files displayed.

1 -/*(amarelo-claro=#fcdd4e)*/  
2 -/*(amarelo-escuro=#f9c404)*/  
3 -/****************** cabecalho ******************/  
4 -#theme-header{height: auto;}  
5 -  
6 -#header {  
7 - padding: 13px 0 0 0;  
8 -background-color: #fcdd4e;/*(amarelo-claro)*/  
9 - /* Old browsers */  
10 - background-color: #f9c404; /*(amarelo-escuro)*/  
11 - background-image: -moz-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); /*(amarelo-claro)(amarelo-escuro)*/  
12 - /* FF3.6+ */  
13 - background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#fcdd4e), color-stop(100%,#f9c404));  
14 - /* Chrome,Safari4+ */  
15 - background-image: -webkit-radial-gradient(center, ellipse cover, #fcdd4e 1%,#f9c404 100%);  
16 - /* Chrome10+,Safari5.1+ */  
17 - background-image: -o-radial-gradient(center, ellipse cover, #fcdd4e 1%,#f9c404 100%);  
18 - /* Opera 12+ */  
19 - background-image: -ms-radial-gradient(center, ellipse cover, #fcdd4e 1%,#f9c404 100%);  
20 - /* IE10+ */  
21 - background-image: radial-gradient(ellipse at center, #fcdd4e 1%,#f9c404 100%);  
22 - /* W3C */  
23 -/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcdd4e', endColorstr='#f9c404',GradientType=1 );*/  
24 - /* IE6-9 fallback on horizontal gradient */  
25 - color: #fff;  
26 -}  
27 -  
28 -#header>div {  
29 - max-width: 960px;  
30 - margin: 0 auto;  
31 -}  
32 -  
33 -.header-content * {  
34 - margin: 0;  
35 - padding: 0;  
36 - list-style: none;  
37 - vertical-align: baseline;  
38 -}  
39 -  
40 -.header-content {  
41 - height: 5px;  
42 - transition-duration: 0.6s;  
43 - overflow: hidden;  
44 -}  
45 -  
46 -.header-content:hover,  
47 -.header-content *:focus + .header-content,  
48 -.header-content *:focus > .header-content {  
49 - height: 173px;  
50 -}  
51 -  
52 -.header-content li { display: inline; }  
53 -  
54 -#brasilgov {  
55 - background: #00510f;  
56 - border-bottom: 1px solid #ffcc00;  
57 - padding: 5px 10px;  
58 - color: #03316f;  
59 -}  
60 -  
61 -#accessibility {  
62 - display: block !important;  
63 - float: left;  
64 - font-family: arial;  
65 - font-size: 10px;  
66 - width: 50%;  
67 -}  
68 -  
69 -#accessibility a {  
70 - color: #00500f;  
71 - margin-right: 8px;  
72 -}  
73 -  
74 -#accessibility span {  
75 - background: none repeat scroll 0 0 #497B16;  
76 - color: #FFFFFF;  
77 - padding: 0 4px;  
78 -}  
79 -  
80 -  
81 -  
82 -/* Site Actions */  
83 -#portal-siteactions {  
84 - display: block;  
85 - float: right;  
86 - clear: left;  
87 - border-bottom: 1px dotted #00500f;  
88 - padding-bottom: 2px;  
89 - margin-top: -15px;  
90 - font-size: 10px;  
91 - text-align: center;  
92 -}  
93 -  
94 -#portal-siteactions a {  
95 - color: #00500f;  
96 - text-decoration: none;  
97 - padding: 4px 0 4px 10px;  
98 - text-transform: uppercase;  
99 - font-family: 'Open Sans', Arial, Helvetica, sans-serif;  
100 -}  
101 -  
102 -#portal-siteactions a:hover {  
103 - color: #03316f;  
104 -}  
105 -  
106 -#portal-siteactions li {  
107 - display: inline;  
108 -}  
109 -  
110 -#portal-siteactions li a:hover {  
111 -color: #75ad0a  
112 -}  
113 -#portal-siteactions li a {  
114 - padding: 4px 0px;  
115 -}  
116 -  
117 -#social-icons {  
118 - float: right;  
119 - clear: right;  
120 - margin: 0px;  
121 -}  
122 -  
123 -#social-icons ul {  
124 - display: table-row;  
125 -}  
126 -  
127 -#social-icons li {  
128 - display: table-cell;  
129 -}  
130 -  
131 -#social-icons li a {  
132 - border: none;  
133 - padding: 0 5px;  
134 -}  
135 -  
136 -#siteaction-accessibility,  
137 -#siteaction-contraste {  
138 - margin: 0px 15px 0px 0px;  
139 -}  
140 -/* */  
141 -  
142 -/* Top links */  
143 -#theme-header .header-content #link-faq a {  
144 - border-right: 1px solid #00500f;  
145 - padding: 0 10px;  
146 -}  
147 -#theme-header .header-content #link-contact a {  
148 - padding-left: 10px;  
149 -}  
150 -  
151 -#theme-header #sobre {  
152 - line-height: 20px;  
153 - font-size: 12px;  
154 -}  
155 -/* */  
156 -  
157 -/* Searchbox */  
158 -.LSBox {  
159 - margin: 0;  
160 - padding: 0;  
161 - border: none;  
162 -}  
163 -  
164 -input.searchField {  
165 - -moz-appearance: none;  
166 -}  
167 -  
168 -#portal-searchbox {  
169 - clear: right;  
170 - float: right;  
171 - font-size: 80%;  
172 - margin: 30px 0 14px;  
173 - /*margin: 3.12em 0px 3px 0px;*/  
174 - text-align: right;  
175 - border-radius: 5px;  
176 - -moz-border-radius: 5px;  
177 - -webkit-border-radius: 5px;  
178 - border: 1px solid #CCCCCC;  
179 - background: #fff;  
180 - padding: 2px;  
181 -}  
182 -  
183 -#portal-searchbox .searchField {  
184 - padding: 0.45em;  
185 - border-right: none;  
186 - border: none;  
187 - width: 170px;  
188 -}  
189 -  
190 -#portal-searchbox form {  
191 -white-space: nowrap;  
192 -}  
193 -  
194 -#portal-searchbox label {  
195 -font-weight: normal;  
196 -}  
197 -  
198 -#searchGadget {  
199 -width: 13em;  
200 -}  
201 -  
202 -#header input.searchButton {  
203 - padding: 0.3em;  
204 - background: transparent;  
205 - text-indent: -2000px;  
206 - padding: 4px 15px;  
207 - border: none;  
208 -}  
209 -  
210 -#content input.searchField {  
211 -margin-bottom: 1em;  
212 -}  
213 -input.searchField {  
214 --moz-appearance: searchfield;  
215 -}  
216 -  
217 -#header input.searchButton {  
218 - background-image: url("images/search-button.gif");  
219 - background-position: 8px 2px;  
220 - background-repeat: no-repeat;  
221 - background-color: #ffffff;  
222 -}  
223 -  
224 -#LSResult {  
225 - z-index: 1;  
226 - margin-top: 0.5%;  
227 -}  
228 -  
229 -  
230 -/* Search Button */  
231 -#search-button a {  
232 - display: inline-block;  
233 - width: 29px;  
234 - height: 25px;  
235 - margin-right: 3px;  
236 - margin-top: 10px;  
237 -}  
238 -  
239 -#search-button a:hover {  
240 - opacity: 0.6;  
241 -}  
242 -  
243 -#search-button #sb_search {  
244 -background-image: url(images/search.png);  
245 -background-size: 100% 100%;  
246 -}  
247 -  
248 -#search-button span { display: none; }  
249 -  
250 -  
251 -/* */  
252 -  
253 -/* Social Buttons */  
254 -#social-buttons a {  
255 - width: 18px;  
256 - height: 20px;  
257 - margin-right: 3px;  
258 - margin-top: 10px;  
259 -}  
260 -  
261 -#social-icons li a {  
262 - width: 20px;  
263 - height: 20px;  
264 - padding: 0px;  
265 - display: inline-block;  
266 - background-repeat: no-repeat;  
267 -}  
268 -  
269 -#social-icons li {  
270 - float: right;  
271 - width: 20px;  
272 - margin-left: 4px;  
273 -}  
274 -  
275 -#social-icons #sb_face {  
276 -background-image: url(images/icone-verde-facebook.png);  
277 -}  
278 -#social-icons #sb_face:hover {  
279 -background: url(images/icone-verde-facebook.png) 0 20px;  
280 -}  
281 -  
282 -#social-icons #sb_tweet {  
283 -background-image: url(images/icone-verde-twitter.png);  
284 -}  
285 -#social-icons #sb_tweet:hover {  
286 -background: url(images/icone-verde-twitter.png) 0 20px;  
287 -}  
288 -  
289 -#social-icons #sb_youtb {  
290 -background-image: url(images/icone-verde-youtube.png);  
291 -}  
292 -#social-icons #sb_youtb:hover {  
293 -background: url(images/icone-verde-youtube.png) 0 20px;  
294 -}  
295 -  
296 -#social-icons #sb_flickr {  
297 -background-image: url(images/icone-verde-flickr.png);  
298 -}  
299 -#social-icons #sb_flickr:hover {  
300 -background: url(images/icone-verde-flickr.png) 0 20px;  
301 -}  
302 -  
303 -#social-icons span { display: none; }  
304 -  
305 -/* FIM social Buttons */  
306 -  
307 -/****************** FIM cabecalho ******************/  
308 -  
309 -  
310 -  
311 /****************** Barra do usuário e Espaço do usuário ******************/ 1 /****************** Barra do usuário e Espaço do usuário ******************/
312 2
313 /********ABA Lateral - Espaço do Usuário**********/ 3 /********ABA Lateral - Espaço do Usuário**********/
@@ -1021,74 +711,6 @@ float: right; @@ -1021,74 +711,6 @@ float: right;
1021 /*ajuste no content*/ 711 /*ajuste no content*/
1022 #content{margin-top: 8px;} 712 #content{margin-top: 8px;}
1023 713
1024 -  
1025 -/******************Footer - Rodapé**********************************/  
1026 -  
1027 -#theme-footer {  
1028 - background-color: #eee;  
1029 - position: relative;  
1030 - margin-bottom: 0;  
1031 -}  
1032 -}  
1033 -  
1034 -#footer-content {  
1035 - background: #fff;  
1036 -}  
1037 -  
1038 -#footer-logos {  
1039 - background: #F28F00;  
1040 - max-width: 100%;  
1041 - padding: 2em 0;  
1042 - height: 49px;  
1043 -}  
1044 -  
1045 -#footer-logos div {  
1046 - max-width: 960px;  
1047 - margin: 0 auto;  
1048 -}  
1049 -  
1050 -#footer-logos a {  
1051 - display: block;  
1052 - height: 49px;  
1053 - float: left;  
1054 -}  
1055 -  
1056 -#footer-logos span {  
1057 - display: none;  
1058 -}  
1059 -  
1060 -#footer-logos .logo-acesso {  
1061 - background: transparent url(images/acesso-a-informacao.png) center center no-repeat;  
1062 - width: 107px;  
1063 -}  
1064 -  
1065 -#footer-logos .logo-brasil {  
1066 - background: transparent url(images/brasil.png) center center no-repeat;  
1067 - width: 153px;  
1068 -}  
1069 -  
1070 -#footer-logos .logo-sgpr {  
1071 - background: transparent url(images/sgpr.png) center center no-repeat;  
1072 - width: 187px;  
1073 - margin-right: 30px;  
1074 -}  
1075 -  
1076 -#footer-logos .institucionais {  
1077 - float: right;  
1078 -}  
1079 -  
1080 -#footer-license {  
1081 - max-width: 960px;  
1082 - margin: 0 auto;  
1083 - text-align: left;  
1084 - padding: 19px;  
1085 -}  
1086 -  
1087 -#footer-license p {  
1088 - color: #F28F00;  
1089 - text-align: left;  
1090 -}  
1091 -  
1092 #user #homepage-link { 714 #user #homepage-link {
1093 background: url(images/barra-menu-control.png) no-repeat 10px center; 715 background: url(images/barra-menu-control.png) no-repeat 10px center;
1094 margin-left: 0px; 716 margin-left: 0px;
@@ -1128,30 +750,3 @@ float: right; @@ -1128,30 +750,3 @@ float: right;
1128 left: 27px; 750 left: 27px;
1129 border: 0; 751 border: 0;
1130 } 752 }
1131 -  
1132 -/*--------------------------------------------------------------  
1133 -Header: Leandro  
1134 ---------------------------------------------------------------*/  
1135 -header { margin:0 auto; height: 195px; border-bottom:1px solid #eaeaea; }  
1136 -#logo { margin-top:55px; float:left; }  
1137 -#header-left { width:400px; }  
1138 -#header-right { float:right; width:530px; height:185px; }  
1139 -#header-right a { color:#ffffff; }  
1140 -  
1141 -#header-right-1 { float:right; width:258px; height:185px; }  
1142 -header .tile { display:block; float:right; margin:2px; width:125px; height:88px; position:relative; background-color:#257CAD; transition: all 300ms ease-out; }  
1143 -header .tile:hover { background:#5d6da2; background: linear-gradient(135deg, #5d6da2 0%,#5d6da2 50%,#546394 50%,#546394 100%); }  
1144 -header .tile-title { position:absolute; right:5px; bottom:5px; font-size:10px; font-weight:700; color:#ffffff; }  
1145 -header .tile-title a { font-weight:700; font-family: Open Sans; text-transform:uppercase; }  
1146 -header .tile img { margin-top:10px; margin-left:10px; }  
1147 -#header-right-2 { height:185px; width:270px; float:right; }  
1148 -header .tile2 { float:right; margin:2px; width:254px; height:88px; position:relative; background-color:#257CAD; font:24px QuicksandBold; text-align:center; color:#ffffff; }  
1149 -header .tile-avatar { margin-right:7px; border-right:4px solid #ffffff; float:left; }  
1150 -header .tile-avatar img { width:88px; height:88px; }  
1151 -header .tile-username { float:left; width:145px; font:18px QuicksandBold; margin-top:6px; text-align:left; }  
1152 -header .tile-username a { font-size:18px!important; color:#ffffff; }  
1153 -header .tile-logout { float:left; text-align:left; font:12px Open Sans; }  
1154 -header .tile-logout a { font-size:10px; text-transform:uppercase; font-weight:700; color:#ffffff; }  
1155 -header a.tile-messages { margin-top:11px; width:27px; text-align:left; display:block; padding-left:34px; float:right; background-image: url( images/tile-messages.png ); background-position: 0px 3px;background-repeat: no-repeat; }  
1156 -header .tile-messages a { line-height:24px; }  
1157 -#header-right-2 { float:right; width:270px; height:88px; }  
footer.css 0 → 100644
@@ -0,0 +1,67 @@ @@ -0,0 +1,67 @@
  1 +/*--------------------------------------------------------------
  2 + Footer
  3 +--------------------------------------------------------------*/
  4 +#theme-footer {
  5 + background-color: #eee;
  6 + position: relative;
  7 + margin-bottom: 0;
  8 +}
  9 +}
  10 +
  11 +#footer-content {
  12 + background: #fff;
  13 +}
  14 +
  15 +#footer-logos {
  16 + background: #F28F00;
  17 + max-width: 100%;
  18 + padding: 2em 0;
  19 + height: 49px;
  20 +}
  21 +
  22 +#footer-logos div {
  23 + max-width: 960px;
  24 + margin: 0 auto;
  25 +}
  26 +
  27 +#footer-logos a {
  28 + display: block;
  29 + height: 49px;
  30 + float: left;
  31 +}
  32 +
  33 +#footer-logos span {
  34 + display: none;
  35 +}
  36 +
  37 +#footer-logos .logo-acesso {
  38 + background: transparent url(images/acesso-a-informacao.png) center center no-repeat;
  39 + width: 107px;
  40 +}
  41 +
  42 +#footer-logos .logo-brasil {
  43 + background: transparent url(images/brasil.png) center center no-repeat;
  44 + width: 153px;
  45 +}
  46 +
  47 +#footer-logos .logo-sgpr {
  48 + background: transparent url(images/sgpr.png) center center no-repeat;
  49 + width: 187px;
  50 + margin-right: 30px;
  51 +}
  52 +
  53 +#footer-logos .institucionais {
  54 + float: right;
  55 +}
  56 +
  57 +#footer-license {
  58 + max-width: 960px;
  59 + margin: 0 auto;
  60 + text-align: left;
  61 + padding: 19px;
  62 +}
  63 +
  64 +#footer-license p {
  65 + color: #F28F00;
  66 + text-align: left;
  67 +}
header-left.css
No preview for this file type
header-right.css
No preview for this file type
header.css 0 → 100644
@@ -0,0 +1,27 @@ @@ -0,0 +1,27 @@
  1 +/*--------------------------------------------------------------
  2 + Header
  3 +--------------------------------------------------------------*/
  4 +#theme-header{height: auto;}
  5 +header { margin:0 auto; height: 195px; border-bottom:1px solid #eaeaea; }
  6 +#logo { margin-top:55px; float:left; }
  7 +#header-left { width:400px; }
  8 +#header-right { float:right; width:530px; height:185px; }
  9 +#header-right a { color:#ffffff; }
  10 +
  11 +#header-right-1 { float:right; width:258px; height:185px; }
  12 +header .tile { display:block; float:right; margin:2px; width:125px; height:88px; position:relative; background-color:#257CAD; transition: all 300ms ease-out; }
  13 +header .tile:hover { background:#5d6da2; background: linear-gradient(135deg, #5d6da2 0%,#5d6da2 50%,#546394 50%,#546394 100%); }
  14 +header .tile-title { position:absolute; right:5px; bottom:5px; font-size:10px; font-weight:700; color:#ffffff; }
  15 +header .tile-title a { font-weight:700; font-family: Open Sans; text-transform:uppercase; }
  16 +header .tile img { margin-top:10px; margin-left:10px; }
  17 +#header-right-2 { height:185px; width:270px; float:right; }
  18 +header .tile2 { float:right; margin:2px; width:254px; height:88px; position:relative; background-color:#257CAD; font:24px QuicksandBold; text-align:center; color:#ffffff; }
  19 +header .tile-avatar { margin-right:7px; border-right:4px solid #ffffff; float:left; }
  20 +header .tile-avatar img { width:88px; height:88px; }
  21 +header .tile-username { float:left; width:145px; font:18px QuicksandBold; margin-top:6px; text-align:left; }
  22 +header .tile-username a { font-size:18px!important; color:#ffffff; }
  23 +header .tile-logout { float:left; text-align:left; font:12px Open Sans; }
  24 +header .tile-logout a { font-size:10px; text-transform:uppercase; font-weight:700; color:#ffffff; }
  25 +header a.tile-messages { margin-top:11px; width:27px; text-align:left; display:block; padding-left:34px; float:right; background-image: url( images/tile-messages.png ); background-position: 0px 3px;background-repeat: no-repeat; }
  26 +header .tile-messages a { line-height:24px; }
  27 +#header-right-2 { float:right; width:270px; height:88px; }
images/acesso-a-informacao.png

3.75 KB

images/acesso-a-infornacao.png

3.75 KB

images/apagar.jpg

229 KB

images/arrow_down.jpg

567 Bytes

images/arrow_right.jpg

548 Bytes

images/background_footer.png

230 Bytes

images/balao-amarelo.png

2.54 KB

images/barra-psocial-bg-contarste.png

187 Bytes

images/barra-psocial-bg.png

173 Bytes

images/barra-psocial.png

14.3 KB

images/bg-btn-buscar.png

695 Bytes

images/bg-btn-ver-mais-1px.png

159 Bytes

images/bg-btn-ver-mais.png

418 Bytes

images/bg-fundo-verde-tags.png

1.02 KB

images/bg-linhas-cinza.png

3.01 KB

images/bg-menu-mobile-panel.png

1.47 KB

images/bg-menu-mobile.png

3.13 KB

images/bg-paginacao-preto.png

884 Bytes

images/bg-paginacao.png

856 Bytes

images/bg-palacio-do-planalto.jpg

95.1 KB

images/bg-palacio-do-planalto_old.jpg

78.5 KB

images/bg-titulo-interno.png

142 Bytes

images/bg-titulo-login.png

216 Bytes

images/bg_h1.gif

35 Bytes

images/bg_h3_busca.gif

43 Bytes

images/bg_tags.png

305 Bytes

images/border-hor.png

127 Bytes

images/border-ver.png

128 Bytes

images/botao-enviar-pairwise.png

1.85 KB

images/btn_busca.png

969 Bytes

images/btn_cancelar_login.png

333 Bytes

images/btn_commit.png

969 Bytes

images/btn_continue.png

1.01 KB

images/btn_duvida_pairwise.png

2.85 KB

images/btn_duvida_pairwise_hover.png

3.12 KB

images/btn_entrar_login.png

445 Bytes

images/btn_entrar_login_hover.png

448 Bytes

images/bullet.png

174 Bytes

images/button-read-more-vazio-contraste.png

648 Bytes

images/button-read-more-vazio.png

648 Bytes

images/button-read-more2.png

2.17 KB

images/cabecalho_pairwise.png

52 KB

images/cadeado.png

850 Bytes

images/carta-comentarios.png

771 Bytes

images/coala.jpeg

5.21 KB

images/comentarios.png

579 Bytes

images/em-destaque.png

877 Bytes

images/enterprise-big.png

7.01 KB

images/enterprise-icon.png

1.04 KB

images/enterprise-minor.png

3.32 KB

images/enterprise-portrait.png

3.74 KB

images/enterprise-thumb.png

4.75 KB

images/facebook-widget.png

2.46 KB

images/facebook.png

624 Bytes

images/favicon.ico
No preview for this file type
images/flag-en.gif

538 Bytes

images/flag-en.png

2.09 KB

images/flag-es.gif

190 Bytes

images/flag-pt_br.png

1.71 KB

images/flickr.png

642 Bytes

images/fundo-de-tela-amarelo.png

182 KB

images/google_follow.png

2.04 KB

images/google_follow.svg
@@ -1,23 +0,0 @@ @@ -1,23 +0,0 @@
1 -<?xml version="1.0" encoding="iso-8859-1"?>  
2 -<!-- Generator: Adobe Illustrator 15.1.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="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"  
5 - width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">  
6 -<circle id="circle_x5F_bg_17_" style="fill:#CF4832;" cx="16" cy="16" r="16.005"/>  
7 -<g>  
8 - <polygon style="fill:#FFFFFF;" points="24.376,9.896 22.499,9.896 22.499,13.646 18.747,13.646 18.747,15.523 22.499,15.523  
9 - 22.499,19.273 24.376,19.273 24.376,15.523 28.126,15.523 28.126,13.646 24.376,13.646 "/>  
10 -</g>  
11 -<g>  
12 - <path style="fill:#FFFFFF;" d="M14.933,25.068c-0.74-0.559-2.355-1.699-2.355-2.465c0-0.898,0.256-1.342,1.605-2.396  
13 - c1.387-1.082,2.367-2.51,2.367-4.279c0-1.93-0.789-3.678-2.27-4.527h2.102l1.787-1.879c0,0-5.91,0-8.008,0  
14 - c-4.061,0-7.447,2.996-7.447,6.291c0,3.367,2.225,6.051,6.045,6.051c0.264,0,0.523-0.01,0.775-0.027  
15 - C9.286,22.309,9.11,22.84,9.11,23.395c0,0.938,0.518,1.473,1.148,2.09c-0.48,0-0.941,0.01-1.449,0.01  
16 - c-1.805,0-3.395,0.486-4.67,1.254c0.396,0.436,0.814,0.85,1.254,1.238c1.1-0.949,2.709-1.561,4.471-1.541  
17 - c0.748,0.004,1.449,0.127,2.082,0.332c1.746,1.215,3.156,1.971,3.508,3.357c0.066,0.275,0.102,0.566,0.102,0.861  
18 - c0,0.34-0.033,0.666-0.098,0.982c0.174,0.006,0.342,0.025,0.518,0.025c0.639,0,1.264-0.047,1.883-0.119  
19 - c0.119-0.406,0.186-0.818,0.186-1.232C18.044,28.225,17.521,27.008,14.933,25.068z M10.306,20.645  
20 - c-2.156-0.066-4.209-2.049-4.58-4.881c-0.375-2.834,1.07-5.004,3.23-4.939c2.158,0.064,4.004,2.389,4.377,5.223  
21 - S12.464,20.707,10.306,20.645z"/>  
22 -</g>  
23 -</svg>  
images/header.gif

279 Bytes

images/hub-arrow-right.png

349 Bytes

images/hub-not-pinned-icon.png

772 Bytes

images/hub-not-promote-icon.png

674 Bytes

images/hub-pinned-icon.png

772 Bytes

images/hub-promote-icon.png

674 Bytes

images/hub-remove-icon.png

567 Bytes

images/hub-samarelo-a.png

424 Bytes

images/hub-samarelo-b.png

426 Bytes

images/hub-samarelo.gif

357 Bytes

images/hub-sverde-a.png

438 Bytes

images/hub-sverde-b.png

438 Bytes

images/hub-svermelho-a.png

373 Bytes

images/hub-svermelho-b.png

374 Bytes

images/hub-time-bg.gif

807 Bytes

images/icone-branco-facebook.png

1.05 KB

images/icone-branco-flickr.png

1.09 KB

images/icone-branco-twitter.png

1.14 KB

images/icone-branco-youtube.png

1.3 KB

images/icone-facebook.gif

741 Bytes

images/icone-facebook.png

286 Bytes

images/icone-flickr.png

283 Bytes

images/icone-related-items.png

1.19 KB

images/icone-twitter-branco.png

470 Bytes

images/icone-twitter.png

569 Bytes

images/icone-verde-facebook.png

1.26 KB

images/icone-verde-flickr.png

1.29 KB

images/icone-verde-twitter.png

1.4 KB

images/icone-verde-youtube.png

1.75 KB

images/icone-youtube.png

502 Bytes

images/img-padrao-comunidade.png

4.14 KB

images/img-padrao-usuario-grande.png

1.97 KB