Commit 8c847dfbe9ed06bfe6f644cbdbbc89e4f8f9f53d
New participa theme
Too many changes.
To preserve performance only 100 of 213 files displayed.
1 | +++ a/cabecalho.css | |
... | ... | @@ -0,0 +1,1143 @@ |
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 | +/* logo */ | |
83 | +#logo { | |
84 | + padding: 0; | |
85 | + float: left; | |
86 | + width: 70%; | |
87 | +} | |
88 | + | |
89 | +#logo span { | |
90 | + display: block; | |
91 | +} | |
92 | + | |
93 | +#logo a { | |
94 | + display: block; | |
95 | + width: 100%; | |
96 | + color: #03316f !important; | |
97 | + margin: 1em 0px; | |
98 | +} | |
99 | + | |
100 | +#logo a, #logo #portal-title { | |
101 | + color: #03316f; | |
102 | +} | |
103 | + | |
104 | +#logo #portal-title { | |
105 | + margin: 30px 0px 46px 0px; | |
106 | + color: #03316f; | |
107 | + font-size: 40px; | |
108 | + font-family: 'Open Sans Extrabold', Arial, Helvetica, sans-serif; | |
109 | + font-weight: normal; | |
110 | + line-height: 1em; | |
111 | + letter-spacing: -0.05em; | |
112 | +} | |
113 | + | |
114 | +#logo .luongo { | |
115 | + font-size: 3em !important; | |
116 | + line-height: 1.1em; | |
117 | + margin-bottom: 0.2em; | |
118 | +} | |
119 | + | |
120 | +#logo #portal-description { | |
121 | + font-size: 1.2em; | |
122 | + text-transform: uppercase; | |
123 | +} | |
124 | + | |
125 | +/* Site Actions */ | |
126 | +#portal-siteactions { | |
127 | + display: block; | |
128 | + float: right; | |
129 | + clear: left; | |
130 | + border-bottom: 1px dotted #00500f; | |
131 | + padding-bottom: 2px; | |
132 | + margin-top: -15px; | |
133 | + font-size: 10px; | |
134 | + text-align: center; | |
135 | +} | |
136 | + | |
137 | +#portal-siteactions a { | |
138 | + color: #00500f; | |
139 | + text-decoration: none; | |
140 | + padding: 4px 0 4px 10px; | |
141 | + text-transform: uppercase; | |
142 | + font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
143 | +} | |
144 | + | |
145 | +#portal-siteactions a:hover { | |
146 | + color: #03316f; | |
147 | +} | |
148 | + | |
149 | +#portal-siteactions li { | |
150 | + display: inline; | |
151 | +} | |
152 | + | |
153 | +#portal-siteactions li a:hover { | |
154 | +color: #75ad0a | |
155 | +} | |
156 | +#portal-siteactions li a { | |
157 | + padding: 4px 0px; | |
158 | +} | |
159 | + | |
160 | +#social-icons { | |
161 | + float: right; | |
162 | + clear: right; | |
163 | + margin: 0px; | |
164 | +} | |
165 | + | |
166 | +#social-icons ul { | |
167 | + display: table-row; | |
168 | +} | |
169 | + | |
170 | +#social-icons li { | |
171 | + display: table-cell; | |
172 | +} | |
173 | + | |
174 | +#social-icons li a { | |
175 | + border: none; | |
176 | + padding: 0 5px; | |
177 | +} | |
178 | + | |
179 | +#siteaction-accessibility, | |
180 | +#siteaction-contraste { | |
181 | + margin: 0px 15px 0px 0px; | |
182 | +} | |
183 | +/* */ | |
184 | + | |
185 | +/* Top links */ | |
186 | +#theme-header .header-content #link-faq a { | |
187 | + border-right: 1px solid #00500f; | |
188 | + padding: 0 10px; | |
189 | +} | |
190 | +#theme-header .header-content #link-contact a { | |
191 | + padding-left: 10px; | |
192 | +} | |
193 | + | |
194 | +#theme-header #sobre { | |
195 | + line-height: 20px; | |
196 | + font-size: 12px; | |
197 | +} | |
198 | +/* */ | |
199 | + | |
200 | +/* Sobre o brasil */ | |
201 | +#sobre { | |
202 | + clear: both; | |
203 | + max-width: 100% !important; | |
204 | + margin: 0; | |
205 | + background: #f8c300;/*amarelo-mais-escuro*/ | |
206 | + padding: 5px 0; | |
207 | +} | |
208 | + | |
209 | +#sobre ul { | |
210 | + max-width: 960px; | |
211 | + margin: 0 auto; | |
212 | + text-align: right; | |
213 | +} | |
214 | + | |
215 | +#sobre a { | |
216 | + color: #00500f; | |
217 | + font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
218 | +} | |
219 | + | |
220 | +#sobre .portalservicos-item a { | |
221 | + padding: 0 10px; | |
222 | + border-right: 1px solid #03316f; | |
223 | +} | |
224 | + | |
225 | +#sobre .last-item a { | |
226 | + padding: 0 0 0 10px; | |
227 | + border-right: none; | |
228 | +} | |
229 | + | |
230 | +/* Searchbox */ | |
231 | +.LSBox { | |
232 | + margin: 0; | |
233 | + padding: 0; | |
234 | + border: none; | |
235 | +} | |
236 | + | |
237 | +input.searchField { | |
238 | + -moz-appearance: none; | |
239 | +} | |
240 | + | |
241 | +#portal-searchbox { | |
242 | + clear: right; | |
243 | + float: right; | |
244 | + font-size: 80%; | |
245 | + margin: 30px 0 14px; | |
246 | + /*margin: 3.12em 0px 3px 0px;*/ | |
247 | + text-align: right; | |
248 | + border-radius: 5px; | |
249 | + -moz-border-radius: 5px; | |
250 | + -webkit-border-radius: 5px; | |
251 | + border: 1px solid #CCCCCC; | |
252 | + background: #fff; | |
253 | + padding: 2px; | |
254 | +} | |
255 | + | |
256 | +#portal-searchbox .searchField { | |
257 | + padding: 0.45em; | |
258 | + border-right: none; | |
259 | + border: none; | |
260 | + width: 170px; | |
261 | +} | |
262 | + | |
263 | +#portal-searchbox form { | |
264 | +white-space: nowrap; | |
265 | +} | |
266 | + | |
267 | +#portal-searchbox label { | |
268 | +font-weight: normal; | |
269 | +} | |
270 | + | |
271 | +#searchGadget { | |
272 | +width: 13em; | |
273 | +} | |
274 | + | |
275 | +#header input.searchButton { | |
276 | + padding: 0.3em; | |
277 | + background: transparent; | |
278 | + text-indent: -2000px; | |
279 | + padding: 4px 15px; | |
280 | + border: none; | |
281 | +} | |
282 | + | |
283 | +#content input.searchField { | |
284 | +margin-bottom: 1em; | |
285 | +} | |
286 | +input.searchField { | |
287 | +-moz-appearance: searchfield; | |
288 | +} | |
289 | + | |
290 | +#header input.searchButton { | |
291 | + background-image: url("images/search-button.gif"); | |
292 | + background-position: 8px 2px; | |
293 | + background-repeat: no-repeat; | |
294 | + background-color: #ffffff; | |
295 | +} | |
296 | + | |
297 | +#LSResult { | |
298 | + z-index: 1; | |
299 | + margin-top: 0.5%; | |
300 | +} | |
301 | + | |
302 | + | |
303 | +/* Search Button */ | |
304 | +#search-button a { | |
305 | + display: inline-block; | |
306 | + width: 29px; | |
307 | + height: 25px; | |
308 | + margin-right: 3px; | |
309 | + margin-top: 10px; | |
310 | +} | |
311 | + | |
312 | +#search-button a:hover { | |
313 | + opacity: 0.6; | |
314 | +} | |
315 | + | |
316 | +#search-button #sb_search { | |
317 | +background-image: url(images/search.png); | |
318 | +background-size: 100% 100%; | |
319 | +} | |
320 | + | |
321 | +#search-button span { display: none; } | |
322 | + | |
323 | + | |
324 | +/* */ | |
325 | + | |
326 | +/* Social Buttons */ | |
327 | +#social-buttons a { | |
328 | + width: 18px; | |
329 | + height: 20px; | |
330 | + margin-right: 3px; | |
331 | + margin-top: 10px; | |
332 | +} | |
333 | + | |
334 | +#social-icons li a { | |
335 | + width: 20px; | |
336 | + height: 20px; | |
337 | + padding: 0px; | |
338 | + display: inline-block; | |
339 | + background-repeat: no-repeat; | |
340 | +} | |
341 | + | |
342 | +#social-icons li { | |
343 | + float: right; | |
344 | + width: 20px; | |
345 | + margin-left: 4px; | |
346 | +} | |
347 | + | |
348 | +#social-icons #sb_face { | |
349 | +background-image: url(images/icone-verde-facebook.png); | |
350 | +} | |
351 | +#social-icons #sb_face:hover { | |
352 | +background: url(images/icone-verde-facebook.png) 0 20px; | |
353 | +} | |
354 | + | |
355 | +#social-icons #sb_tweet { | |
356 | +background-image: url(images/icone-verde-twitter.png); | |
357 | +} | |
358 | +#social-icons #sb_tweet:hover { | |
359 | +background: url(images/icone-verde-twitter.png) 0 20px; | |
360 | +} | |
361 | + | |
362 | +#social-icons #sb_youtb { | |
363 | +background-image: url(images/icone-verde-youtube.png); | |
364 | +} | |
365 | +#social-icons #sb_youtb:hover { | |
366 | +background: url(images/icone-verde-youtube.png) 0 20px; | |
367 | +} | |
368 | + | |
369 | +#social-icons #sb_flickr { | |
370 | +background-image: url(images/icone-verde-flickr.png); | |
371 | +} | |
372 | +#social-icons #sb_flickr:hover { | |
373 | +background: url(images/icone-verde-flickr.png) 0 20px; | |
374 | +} | |
375 | + | |
376 | +#social-icons span { display: none; } | |
377 | + | |
378 | +/* FIM social Buttons */ | |
379 | + | |
380 | +/****************** FIM cabecalho ******************/ | |
381 | + | |
382 | + | |
383 | + | |
384 | +/****************** Barra do usuário e Espaço do usuário ******************/ | |
385 | + | |
386 | +/********ABA Lateral - Espaço do Usuário**********/ | |
387 | +/*escondendo e revelando a aba lateral*/ | |
388 | +div#wrap-1,div#wrap-0{transition-duration: 0.6s;-webkit-transition-duration:0.6s;} | |
389 | +div#wrap-1,div#theme-footer {float: right;width:100%;} | |
390 | +div#wrap-1.menu,div#theme-footer.menu {width: 80%;} | |
391 | +div#wrap-0.menu{/*width: 20%*/; /*float: left;height: 1px;*/} | |
392 | + | |
393 | +/*Propriedades da aba lateral e elementos internos*/ | |
394 | +#navigation-control { | |
395 | + width: 20%; | |
396 | + /*position: absolute;*/ | |
397 | + position: fixed; | |
398 | + left: 0px; | |
399 | + display: inline-block; | |
400 | + background-color: transparent; | |
401 | + color: black; | |
402 | + z-index: -1; | |
403 | +} | |
404 | + | |
405 | +#navigation-control a{} | |
406 | + | |
407 | +#navigation-control ul li { | |
408 | + margin: 10px 0; | |
409 | + text-align: left; | |
410 | + list-style: none; | |
411 | +} | |
412 | + | |
413 | +#navigation-control ul li a.button.with-text, | |
414 | +#navigation-control ul li a.button.with-text:visited { | |
415 | + border: 0px solid #AAA; | |
416 | +} | |
417 | + | |
418 | +#navigation-control ul li a span { | |
419 | + background-repeat: no-repeat; | |
420 | + /*padding-left: 25px;*/ | |
421 | +} | |
422 | + | |
423 | +/**/ | |
424 | +#navigation-control .perfil{ | |
425 | + display: inline-block; | |
426 | + background-color: gray; | |
427 | + width: 100%; | |
428 | +} | |
429 | + | |
430 | +#navigation-control .perfil ul{padding-left: 0;} | |
431 | + | |
432 | +#navigation-control .perfil ul li{} | |
433 | + | |
434 | +#navigation-control .perfil .name{text-align: center;} | |
435 | + | |
436 | +#navigation-control .perfil .name h1{color: #fff;} | |
437 | + | |
438 | +#navigation-control .perfil .picture{display: inline-block;width: 100%;text-align: center;} | |
439 | + | |
440 | +#navigation-control .perfil .picture img{max-width: 140px; max-height: 140px;overflow: hidden;/*border-radius: 50%;border: 1px solid red;*/} | |
441 | + | |
442 | +#navigation-control .perfil .tasks_inner{cursor:pointer; color: #fff;display: inline-block;width: 49%;text-align: center;background: url(images/barra-menu-task.png) no-repeat 10px center gray;} | |
443 | + | |
444 | +#navigation-control .perfil .user_status{cursor:pointer; display:inline-block; width:49% ; text-align: center;} | |
445 | + | |
446 | +#navigation-control .perfil .online{color: greenyellow;} | |
447 | +#navigation-control .perfil .busy{color: red;} | |
448 | +#navigation-control .perfil .away{color: yellow;} | |
449 | +#navigation-control .perfil .offline{color: #ccc;} | |
450 | + | |
451 | +#navigation-control .perfil .online span{font-size: large;vertical-align: -1px;} | |
452 | + | |
453 | + | |
454 | +#navigation-control .menu_user{margin-top: 0;} | |
455 | + | |
456 | +#navigation-control .menu_user .activity_menu {margin-top: 0;padding: 0;border-top: 1px solid #ddd;} | |
457 | + | |
458 | +#navigation-control .menu_user .activity_menu .activity_menu_item{color: #ddd; background-color: gray;padding: 14px 28px;margin: 0;border-bottom: 1px solid #ddd;} | |
459 | + | |
460 | +#navigation-control .menu_user .activity_menu .activity_menu_item:hover {background-color: #ddd; color: #333;} | |
461 | + | |
462 | +#navigation-control .menu_user .activity_menu .activity_menu_item span{float: right;} | |
463 | + | |
464 | +#navigation-control .menu_user .activity_menu .activity_menu_item .quick_post{padding: 14px;background-color: #fff;margin-top: 10px;display: none;} | |
465 | + | |
466 | +/********FIM ABA Lateral - Espaço do Usuário**********/ | |
467 | + | |
468 | + | |
469 | +/****************** Barra do usuário ******************/ | |
470 | +#barra-psocial { | |
471 | + position: relative; | |
472 | + height: 40px; | |
473 | + margin: auto; | |
474 | + background: url(images/barra-psocial-bg.png) repeat-x; | |
475 | +} | |
476 | + | |
477 | +#barra-psocial.top { | |
478 | + background-image: none; | |
479 | + background-color: #fff; | |
480 | + height: 40px; | |
481 | +} | |
482 | + | |
483 | +#barra-psocial li { | |
484 | + float: left; | |
485 | +} | |
486 | + | |
487 | + | |
488 | +/*****Botões da barra do usuário - Menu - Pendẽncias - Mensagens *****/ | |
489 | +.btn_control_panel{ | |
490 | + min-width: 40px; | |
491 | + height: 40px; | |
492 | + color: #999; | |
493 | + margin-top: 0; | |
494 | + margin-right: -3px; | |
495 | + display: inline-block; | |
496 | + /*float: left;*/ | |
497 | + vertical-align:top; | |
498 | + cursor: pointer; | |
499 | + border-right: 1px solid #999; | |
500 | + opacity:0.4; | |
501 | + filter:alpha(opacity=40); | |
502 | + padding: 0px 0px 0 35px; | |
503 | + position:relative; | |
504 | + /*z-index: 99;*/ | |
505 | +} | |
506 | + | |
507 | +.btn_control_panel:hover { background-color: #eee; opacity:0.8;filter:alpha(opacity=80);} | |
508 | + | |
509 | +.btn_control_panel span{margin:8px 5px 5px 5px; border: 1px solid gray;border-radius: 5px; background-color: white; padding: 3px;color: #333;display: inline-block;} | |
510 | + | |
511 | +a.btn_control_panel span{margin:0px; border: 0px solid gray;border-radius: 0px; background-color: transparent; padding: 0px;color: #333;display: inline-block;height: 35px;} | |
512 | + | |
513 | +.btn_control_panel ul {padding-left: 0;text-align: left;margin: 0;padding: 1em} | |
514 | + | |
515 | +.btn_control_panel ul li {display: none;padding-left: 0;text-align: left;margin: 0;padding: 1em} | |
516 | + | |
517 | +a.btn_control_panel:hover ul li{display: block;} | |
518 | + | |
519 | +.btn_control_panel ul li ul {display: none;} | |
520 | + | |
521 | +.btn_control_panel ul.menu_conteudo li:hover ul {display: inline-block} | |
522 | + | |
523 | +.btn_control_panel.btn_control {padding: 0;} | |
524 | + | |
525 | +/*****FIM Botões da barra do usuário - Menu - Pendẽncias - Mensagens *****/ | |
526 | + | |
527 | +/*.btn_control,*/ | |
528 | +.btn_menu { | |
529 | + background: url(images/barra-menu-control.png) no-repeat 14px center #eee; | |
530 | + padding-left: 10px; | |
531 | +} | |
532 | + | |
533 | +.btn_tasks { | |
534 | + background: url(images/barra-menu-task.png) no-repeat 10px center #eee;padding-left: 30px; | |
535 | +} | |
536 | + | |
537 | +.btn_msg { | |
538 | + background: url(images/barra-menu-mail.png) no-repeat 10px center #eee; | |
539 | +} | |
540 | + | |
541 | + | |
542 | +/*tarefas da barra do usuário*/ | |
543 | +.task_list { | |
544 | + position: absolute; | |
545 | + background: #eee; | |
546 | + z-index: 9999; | |
547 | + margin-left: 50px; | |
548 | + visibility: visible; | |
549 | + display: block; | |
550 | +} | |
551 | + | |
552 | +#msg_list.task_list {margin-left: 122px;} | |
553 | + | |
554 | +.task_list ul {display: inline-block;padding-left: 0;} | |
555 | + | |
556 | +.task_list ul li { | |
557 | + float: none; | |
558 | + display: block; | |
559 | + padding: 10px; | |
560 | +} | |
561 | +.task_list ul .task_box { | |
562 | + border-bottom: 1px solid #ccc; | |
563 | + padding:16px; | |
564 | +/* display: inline-block; | |
565 | + float: left; | |
566 | + margin-right: 1em;*/ | |
567 | +} | |
568 | + | |
569 | +.task_icon { | |
570 | + float: left; | |
571 | + margin-right: 14px; | |
572 | +} | |
573 | + | |
574 | +.task_list ul .task_decisions { | |
575 | + clear: right; | |
576 | +} | |
577 | + | |
578 | +.task_information { | |
579 | + display: inline-block; | |
580 | + width: 300px; | |
581 | +} | |
582 | + | |
583 | +.task_list ul .task_title {margin-right: 0px !important} | |
584 | + | |
585 | +.task_list .button-bar{float: right;margin-right: 10px;} | |
586 | + | |
587 | +.task_list .button-bar a.button.with-text { | |
588 | + padding: 5px 10px; | |
589 | + padding-left: 20px; | |
590 | + padding-right: 5px; | |
591 | +} | |
592 | +.task_list .button-bar input.button.with-text { | |
593 | + max-height: 32px; | |
594 | + height: 32px; | |
595 | + padding: 0 25px; | |
596 | + padding-right: 10px; | |
597 | +} | |
598 | + | |
599 | +.task_list.hide {display: none; visibility: hidden;} | |
600 | + | |
601 | +/*FIM tarefas da barra do usuário*/ | |
602 | + | |
603 | + | |
604 | +/**/ | |
605 | + | |
606 | + /*código "#control-panel" substituído por "#control_panel_bar" */ | |
607 | +/* | |
608 | +#control-panel { | |
609 | + position: absolute; | |
610 | + width: 230px; | |
611 | + padding: 10px; | |
612 | +} | |
613 | +#control-panel .pending-tasks {background-color: white;} | |
614 | + | |
615 | +#control-panel .pending-tasks ul{ | |
616 | + padding-left: 0; | |
617 | +} | |
618 | + | |
619 | +#control-panel .pending-tasks ul li{ | |
620 | + margin: 10px 0; | |
621 | + padding: 10px 0; | |
622 | + border-bottom: 1px solid gray; | |
623 | +} | |
624 | + | |
625 | +#control-panel .control-panel {position: relative;} | |
626 | + | |
627 | +#control-panel .control-panel a, | |
628 | +#control-panel .control-panel a:visited { | |
629 | + clear: left; | |
630 | + border-bottom: 1px solid LightGray; | |
631 | +} | |
632 | +*/ | |
633 | + | |
634 | + | |
635 | + | |
636 | +/************* Bar Psocial Style - Menu Horizontal**************/ | |
637 | +/* | |
638 | +#user{ | |
639 | + padding: 0px 2em; | |
640 | + top: -30px; | |
641 | + font-size: 12px; | |
642 | + right: 4em; | |
643 | +} | |
644 | + | |
645 | +.logged-in #user{ | |
646 | + top: -40px; | |
647 | +} | |
648 | +*/ | |
649 | + | |
650 | +#user{ | |
651 | + | |
652 | + top: 0px; | |
653 | + font-size: 12px; | |
654 | + position: relative; | |
655 | + z-index: 9; | |
656 | +} | |
657 | + | |
658 | +#user form { | |
659 | + display:none; | |
660 | +} | |
661 | + | |
662 | +#user #top-search {display: none;visibility:hidden;} | |
663 | + | |
664 | +#user .logged-in { | |
665 | + visibility: hidden; | |
666 | + display: block; | |
667 | + background:url("images/barra-menu-user-bg.png") repeat-x bottom center #FEFEFE; | |
668 | + display: block; | |
669 | + padding: 2px 1em; | |
670 | + text-align: left; | |
671 | + width: 130px; | |
672 | + border-radius: 10px | |
673 | +} | |
674 | + | |
675 | +#user .logged-in:hover { | |
676 | + visibility: visible; | |
677 | +} | |
678 | +#user .logged-in a#homepage-link { | |
679 | + display: block; | |
680 | + visibility: visible; | |
681 | +} | |
682 | + | |
683 | + | |
684 | +#user .logged-in a.admin-link, | |
685 | +#user .logged-in a.ctrl-panel, | |
686 | +#user .logged-in a#logout { | |
687 | + margin-top: 14px; | |
688 | +} | |
689 | + | |
690 | + | |
691 | +#user .logged-in span {display: none;} | |
692 | + | |
693 | +#user .logged-in a { | |
694 | + display: block; | |
695 | + margin-bottom: 10px; | |
696 | + width: auto; | |
697 | +} | |
698 | + | |
699 | +/*modificado devido a barra do usuário*/ | |
700 | +/* | |
701 | +#user .logged-in #pending-tasks-count { | |
702 | + display: inline-block; | |
703 | + left: -30px; | |
704 | + position: absolute; | |
705 | + top: 0px; | |
706 | + visibility: visible; | |
707 | + text-align: right; | |
708 | +} | |
709 | +*/ | |
710 | + | |
711 | +/* | |
712 | +.layout_user { | |
713 | + margin-left: 14px; | |
714 | + margin-top: 11px; | |
715 | + position: relative; | |
716 | + z-index: 9; | |
717 | + display: inline-block; | |
718 | +} | |
719 | + | |
720 | +.layout_user ul {margin-right: 24px;} | |
721 | + | |
722 | +.layout_user ul li { | |
723 | + display: inline; | |
724 | +} | |
725 | +*/ | |
726 | +/*info do usuário na barra do usuário*/ | |
727 | +#barra-psocial{} | |
728 | + | |
729 | +#barra-psocial .layout_user {} | |
730 | + | |
731 | +#barra-psocial .layout_user #user .logged-in a{text-decoration: none;} | |
732 | + | |
733 | +#barra-psocial .layout_user #user .logged-in { | |
734 | + visibility: visible; | |
735 | + display: block; | |
736 | + background: none; | |
737 | + display: block; | |
738 | + padding: 5px 5px 5px 15px; | |
739 | + text-align: left; | |
740 | + width: auto; | |
741 | + border-radius: 0; | |
742 | + border: 0px; | |
743 | +} | |
744 | + | |
745 | +.btn_control_panel #user span.not-logged-in, | |
746 | +.btn_control_panel #user span.not-logged-in span { | |
747 | +margin: 5px 5px 5px 5px; | |
748 | +border: 0px solid #808080; | |
749 | +border-radius: 5px; | |
750 | +background-color: transparent; | |
751 | +padding: 3px; | |
752 | +color: #333; | |
753 | +display: inline-block; | |
754 | +} | |
755 | + | |
756 | +#barra-psocial .layout_user #user .not-logged-in a{text-decoration: none;} | |
757 | + | |
758 | +#barra-psocial .layout_user #user .not-logged-in {padding-left: 35px;} | |
759 | + | |
760 | +/*info do usuário no espaço do usuário*/ | |
761 | +#navigation-control{ | |
762 | + height: 100%; | |
763 | + overflow-y: scroll; | |
764 | + overflow-x: hidden; | |
765 | + background-color:gray; | |
766 | +} | |
767 | + | |
768 | +#navigation-control #user{margin-top: 0;width: 300px;} | |
769 | + | |
770 | + | |
771 | +#navigation-control #user .logged-in { | |
772 | + visibility: visible; | |
773 | + display: block; | |
774 | + background: none; | |
775 | + display: block; | |
776 | + padding: 5px; | |
777 | + text-align: left; | |
778 | + width: auto; | |
779 | + border-radius: 0; | |
780 | + border: 0px; | |
781 | + margin-top: 0; | |
782 | + padding: 0; | |
783 | + border-top: 0px solid #DDD; | |
784 | +} | |
785 | + | |
786 | +#navigation-control #user .logged-in a { | |
787 | + text-decoration: none; | |
788 | + color: #DDD; | |
789 | + background-color: #808080; | |
790 | + padding: 14px 28px; | |
791 | + margin: 0; | |
792 | + border-bottom: 1px solid #DDD; | |
793 | +} | |
794 | + | |
795 | +#navigation-control #user .logged-in a strong { | |
796 | +font-weight: normal; | |
797 | +color: #DDD; | |
798 | +background-color: #808080; | |
799 | +padding: 14px; | |
800 | +margin: 0; | |
801 | +border-bottom: 0px solid #DDD; | |
802 | +font-size: 16px; | |
803 | +font-family: Arial, sans-serif; | |
804 | +text-decoration: none; | |
805 | +} | |
806 | + | |
807 | +#navigation-control .menu_user .activity_menu{border-top: 0px solid #DDD;} | |
808 | + | |
809 | + | |
810 | +/*modificação da scroll bar DO ESPAÇO DO USUÁRIO*/ | |
811 | +#navigation-control::-webkit-scrollbar-button { | |
812 | + height: 0; | |
813 | + width: 0; | |
814 | +} | |
815 | + | |
816 | +#navigation-control::-webkit-scrollbar-thumb { | |
817 | + background-clip: padding-box; | |
818 | + background-color: gray;/*rgba(0,0,0,.3);*/ | |
819 | + border: 5px solid transparent; | |
820 | + border-radius: 10px; | |
821 | + min-height: 20px; | |
822 | + min-width: 20px; | |
823 | + height: 5px; | |
824 | + width: 5px; | |
825 | +} | |
826 | + | |
827 | +#navigation-control::-webkit-scrollbar-thumb:hover { | |
828 | + background-clip: padding-box; | |
829 | + background-color: #eee;/*rgba(0,0,0,.3);*/ | |
830 | + border: 5px solid transparent; | |
831 | + border-radius: 10px; | |
832 | + min-height: 20px; | |
833 | + min-width: 20px; | |
834 | + height: 5px; | |
835 | + width: 5px; | |
836 | +} | |
837 | + | |
838 | + | |
839 | +#navigation-control::-webkit-scrollbar { | |
840 | + height: 15px; | |
841 | + width: 15px; | |
842 | +} | |
843 | + | |
844 | +/*fim de modificação da scroll bar DO ESPAÇO DO USUÁRIO */ | |
845 | + | |
846 | +/* * Internacionalização * */ | |
847 | + | |
848 | +#participa-languages { | |
849 | + margin-right: 14px; | |
850 | + float: right; | |
851 | + vertical-align: top; | |
852 | + display: inline-block; | |
853 | +} | |
854 | + | |
855 | +#participa-languages ul {} | |
856 | + | |
857 | +#participa-languages ul li { | |
858 | + display: inline; | |
859 | +} | |
860 | + | |
861 | +#participa-languages a.flag { | |
862 | + color: #333; | |
863 | + text-decoration: none; | |
864 | + cursor: pointer; | |
865 | + background-repeat: no-repeat; | |
866 | + display: inline-block; | |
867 | + height: 17px; | |
868 | + width: 25px; | |
869 | + margin-left: 5px; | |
870 | +} | |
871 | + | |
872 | +.flag-en { background-image: url(images/flag-en.png) } | |
873 | +.flag-pt { background-image: url(images/flag-pt_br.png) } | |
874 | + | |
875 | +#participa-languages a span{ display: none } | |
876 | + | |
877 | +/* * FIM Internacionalização * */ | |
878 | + | |
879 | +/****************** FIM Barra do usuário ******************/ | |
880 | + | |
881 | +/****************** FIM Barra do usuário e Menu do usuário ******************/ | |
882 | + | |
883 | + | |
884 | +/****************** Painel de Controle ******************/ | |
885 | + | |
886 | +/*Botão Painel de controle*/ | |
887 | + | |
888 | +#btn_open_control_panel { | |
889 | +/* float: right;*/ | |
890 | +/* width: 100%;*/ | |
891 | + background-color: #eee; | |
892 | + position: relative; | |
893 | + padding: 0 14px; | |
894 | + text-decoration: none; | |
895 | + font-size: small; | |
896 | + color: #666; | |
897 | +} | |
898 | + | |
899 | +#btn_open_control_panel span { | |
900 | + position: relative; | |
901 | + background: url("images/20-gear2.png") no-repeat left center transparent; | |
902 | + padding-left: 30px; | |
903 | + display: inline-block; | |
904 | + height: 30px; | |
905 | + line-height: 30px; | |
906 | + text-decoration: none; | |
907 | +} | |
908 | + | |
909 | +#btn_open_control_panel.show span {} | |
910 | + | |
911 | +/*****FIM Botão Painel de controle*****/ | |
912 | + | |
913 | +/*barra (menu) painel de controle*/ | |
914 | + | |
915 | +#control_panel_bar { | |
916 | + /*width: 100%;*/ | |
917 | + text-align: center; | |
918 | + display: inline-block; | |
919 | + padding-top: 0px; | |
920 | + background-color: #ccc; | |
921 | + overflow: hidden; | |
922 | + height: 0px; | |
923 | + transition: 0.6s; | |
924 | + /*margin-bottom: 14px;*/ | |
925 | + width: 100%; | |
926 | +} | |
927 | + | |
928 | + | |
929 | +#control_panel_bar.show { | |
930 | + padding-top: 0px; | |
931 | + background-color: #ccc; | |
932 | + height: 80px; | |
933 | + | |
934 | +} | |
935 | + | |
936 | +.btn_control_panel_bar{ | |
937 | + text-align: right; | |
938 | + position: relative; | |
939 | + background-color: #eee; | |
940 | + /*position: absolute;*/ | |
941 | + /*right: 0;*/ | |
942 | + /*padding: 0;*/ | |
943 | +} | |
944 | + | |
945 | +.btn_control_panel_bar ul {text-align: center;display: inline-block;padding-left: 0px;} | |
946 | + | |
947 | +.btn_control_panel_bar ul li{ | |
948 | +display: inline-block; | |
949 | +border-left: 1px solid black; | |
950 | +padding: 0 14px;} | |
951 | + | |
952 | +#control_panel_bar .btn_control_panel{ | |
953 | + float: none; | |
954 | +} | |
955 | + | |
956 | +#control_panel_bar #new_content{ | |
957 | + background-image: url(images/text-editor.png); | |
958 | + background-repeat: no-repeat; | |
959 | +} | |
960 | + | |
961 | +#control_panel_bar .btn_control { | |
962 | + background-position: center 3px; | |
963 | + height: 35px; | |
964 | + padding: 40px 14px 0px 14px; | |
965 | + display: inline-block; | |
966 | + width: 100px; | |
967 | + vertical-align: top; | |
968 | + background-size: 25%; | |
969 | +} | |
970 | + | |
971 | +#control_panel_bar .btn_menu{ | |
972 | + background-position: center 3px; | |
973 | + height: 0px; | |
974 | + overflow: hidden; | |
975 | + padding: 0px; | |
976 | + display: inline-block; | |
977 | + width: 100px; | |
978 | + vertical-align: top; | |
979 | + background-size: 25%; | |
980 | + transition: 0.6s; | |
981 | +} | |
982 | + | |
983 | +#control_panel_bar.show .btn_menu{ | |
984 | + background-position: center 3px; | |
985 | + height: 35px; | |
986 | + overflow: hidden; | |
987 | + padding: 40px 14px 0px 14px; | |
988 | + display: inline-block; | |
989 | + width: 100px; | |
990 | + vertical-align: top; | |
991 | + background-size: 25%; | |
992 | +} | |
993 | + | |
994 | +#control_panel_bar.show .btn_menu:hover{ | |
995 | + overflow: visible; | |
996 | +} | |
997 | + | |
998 | +/*Menu e SubMenu do Painel de controle*/ | |
999 | +#control_panel_bar a.btn_control_panel span{margin:0px; border: 0px solid gray;border-radius: 0px; background-color: transparent; padding: 0px;color: #333;display: inline-block;height: 35px;} | |
1000 | + | |
1001 | + | |
1002 | +#control_panel_bar .btn_control_panel ul {display: inline-block;padding-left: 0;padding-top: 0;text-align: left;margin: 0;position: relative;left: -14px;} | |
1003 | + | |
1004 | +#control_panel_bar .btn_control_panel ul:hover {} | |
1005 | + | |
1006 | +#control_panel_bar .btn_control_panel ul li {padding: 0;display: block;display: inline-block;}/*{display: block;padding-left: 0;text-align: left;margin: 0;padding: 0 1em}*/ | |
1007 | + | |
1008 | +#control_panel_bar a.btn_control_panel:hover ul li{display: block;} | |
1009 | + | |
1010 | +#control_panel_bar a.btn_control_panel ul li span{height: auto;width: 140px;background-color: #eee;padding: 7px 14px;} | |
1011 | + | |
1012 | +#control_panel_bar a.btn_control_panel ul li span:hover{background-color: #ccc;} | |
1013 | + | |
1014 | +#control_panel_bar .btn_control_panel ul li ul {display: none;} | |
1015 | + | |
1016 | +#control_panel_bar .btn_control_panel ul.menu_conteudo li:hover ul {display: inline-block} | |
1017 | +/*FIM Menu e SubMenu do Painel de controle*/ | |
1018 | + | |
1019 | +/* FIM barra (menu) painel de controle*/ | |
1020 | + | |
1021 | + | |
1022 | + | |
1023 | +/****************** FIM Painel de Controle ******************/ | |
1024 | + | |
1025 | + | |
1026 | +#assets-menu { | |
1027 | + background: #E8E8E8; | |
1028 | + top: 35px; | |
1029 | + left: 80px; | |
1030 | + min-width: 132px; | |
1031 | +} | |
1032 | + | |
1033 | +#assets-menu a { | |
1034 | + border: 1px solid #E8E8E8; | |
1035 | +} | |
1036 | + | |
1037 | +#categories_menu { | |
1038 | + /*max-width: 960px;*/ | |
1039 | + padding: 0 1em; | |
1040 | + margin: auto; | |
1041 | + float: left; | |
1042 | +} | |
1043 | + | |
1044 | +#cat_menu { | |
1045 | + background: url(images/logo-ps.png) no-repeat center left; | |
1046 | + height: 40px; | |
1047 | + padding-left: 70px; | |
1048 | + | |
1049 | +} | |
1050 | + | |
1051 | +#cat_menu li { | |
1052 | + list-style: none; | |
1053 | + font-size: 12px; | |
1054 | + font-weight: bold; | |
1055 | + padding: 0px 20px; | |
1056 | + height: 100%; | |
1057 | + text-transform: uppercase; | |
1058 | +} | |
1059 | + | |
1060 | +#cat_menu li:hover { | |
1061 | + background-color: #E1E4E4; | |
1062 | +} | |
1063 | + | |
1064 | +#cat_menu li a { | |
1065 | + line-height: 40px; | |
1066 | + width: 100%; | |
1067 | + height: 100%; | |
1068 | + display: block; | |
1069 | +} | |
1070 | +/************* FIM Bar Psocial Style - Menu Horizontal**************/ | |
1071 | + | |
1072 | +/*ajuste no content*/ | |
1073 | +#content{margin-top: 0;} | |
1074 | + | |
1075 | + | |
1076 | +/******************Footer - Rodapé**********************************/ | |
1077 | + | |
1078 | +#theme-footer { | |
1079 | + background-color: #eee; | |
1080 | + position: relative; | |
1081 | + margin-bottom: 0; | |
1082 | +} | |
1083 | +} | |
1084 | + | |
1085 | +#footer-content { | |
1086 | + background: #fff; | |
1087 | +} | |
1088 | + | |
1089 | +#footer-logos { | |
1090 | + background: #F28F00; | |
1091 | + max-width: 100%; | |
1092 | + padding: 2em 0; | |
1093 | + height: 49px; | |
1094 | +} | |
1095 | + | |
1096 | +#footer-logos div { | |
1097 | + max-width: 960px; | |
1098 | + margin: 0 auto; | |
1099 | +} | |
1100 | + | |
1101 | +#footer-logos a { | |
1102 | + display: block; | |
1103 | + height: 49px; | |
1104 | + float: left; | |
1105 | +} | |
1106 | + | |
1107 | +#footer-logos span { | |
1108 | + display: none; | |
1109 | +} | |
1110 | + | |
1111 | +#footer-logos .logo-acesso { | |
1112 | + background: transparent url(images/acesso-a-informacao.png) center center no-repeat; | |
1113 | + width: 107px; | |
1114 | +} | |
1115 | + | |
1116 | +#footer-logos .logo-brasil { | |
1117 | + background: transparent url(images/brasil.png) center center no-repeat; | |
1118 | + width: 153px; | |
1119 | +} | |
1120 | + | |
1121 | +#footer-logos .logo-sgpr { | |
1122 | + background: transparent url(images/sgpr.png) center center no-repeat; | |
1123 | + width: 187px; | |
1124 | + margin-right: 30px; | |
1125 | +} | |
1126 | + | |
1127 | +#footer-logos .institucionais { | |
1128 | + float: right; | |
1129 | +} | |
1130 | + | |
1131 | +#footer-license { | |
1132 | + max-width: 960px; | |
1133 | + margin: 0 auto; | |
1134 | + text-align: left; | |
1135 | + padding: 19px; | |
1136 | +} | |
1137 | + | |
1138 | +#footer-license p { | |
1139 | + color: #F28F00; | |
1140 | + text-align: left; | |
1141 | +} | |
1142 | + | |
1143 | + | ... | ... |
1 | +++ a/css/cabecalho-amarelo-theme.css | |
... | ... | @@ -0,0 +1,940 @@ |
1 | +/*(amarelo-claro=#fcdd4e)*/ | |
2 | +/*(amarelo-escuro=#f9c404)*/ | |
3 | +/****************** cabecalho ******************/ | |
4 | +#theme-header{} | |
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 | +/* logo */ | |
83 | +#logo { | |
84 | + padding: 0; | |
85 | + float: left; | |
86 | + width: 70%; | |
87 | +} | |
88 | + | |
89 | +#logo span { | |
90 | + display: block; | |
91 | +} | |
92 | + | |
93 | +#logo a { | |
94 | + display: block; | |
95 | + width: 100%; | |
96 | + color: #03316f !important; | |
97 | + margin: 1em 0px; | |
98 | +} | |
99 | + | |
100 | +#logo a, #logo #portal-title { | |
101 | + color: #03316f; | |
102 | +} | |
103 | + | |
104 | +#logo #portal-title { | |
105 | + margin: 30px 0px 46px 0px; | |
106 | + color: #03316f; | |
107 | + font-size: 40px; | |
108 | + font-family: 'Open Sans Extrabold', Arial, Helvetica, sans-serif; | |
109 | + font-weight: normal; | |
110 | + line-height: 1em; | |
111 | + letter-spacing: -0.05em; | |
112 | +} | |
113 | + | |
114 | +#logo .luongo { | |
115 | + font-size: 3em !important; | |
116 | + line-height: 1.1em; | |
117 | + margin-bottom: 0.2em; | |
118 | +} | |
119 | + | |
120 | +#logo #portal-description { | |
121 | + font-size: 1.2em; | |
122 | + text-transform: uppercase; | |
123 | +} | |
124 | + | |
125 | +/* Site Actions */ | |
126 | +#portal-siteactions { | |
127 | + display: block; | |
128 | + float: right; | |
129 | + clear: left; | |
130 | + border-bottom: 1px dotted #00500f; | |
131 | + padding-bottom: 2px; | |
132 | + margin-top: -15px; | |
133 | + font-size: 10px; | |
134 | + text-align: center; | |
135 | +} | |
136 | + | |
137 | +#portal-siteactions a { | |
138 | + color: #00500f; | |
139 | + text-decoration: none; | |
140 | + padding: 4px 0 4px 10px; | |
141 | + text-transform: uppercase; | |
142 | + font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
143 | +} | |
144 | + | |
145 | +#portal-siteactions a:hover { | |
146 | + color: #03316f; | |
147 | +} | |
148 | + | |
149 | +#portal-siteactions li { | |
150 | + display: inline; | |
151 | +} | |
152 | + | |
153 | +#portal-siteactions li a:hover { | |
154 | +color: #75ad0a | |
155 | +} | |
156 | +#portal-siteactions li a { | |
157 | + padding: 4px 0px; | |
158 | +} | |
159 | + | |
160 | +#social-icons { | |
161 | + float: right; | |
162 | + clear: right; | |
163 | + margin: 0px; | |
164 | +} | |
165 | + | |
166 | +#social-icons ul { | |
167 | + display: table-row; | |
168 | +} | |
169 | + | |
170 | +#social-icons li { | |
171 | + display: table-cell; | |
172 | +} | |
173 | + | |
174 | +#social-icons li a { | |
175 | + border: none; | |
176 | + padding: 0 5px; | |
177 | +} | |
178 | + | |
179 | +#siteaction-accessibility, | |
180 | +#siteaction-contraste { | |
181 | + margin: 0px 15px 0px 0px; | |
182 | +} | |
183 | +/* */ | |
184 | + | |
185 | +/* Top links */ | |
186 | +#theme-header .header-content #link-faq a { | |
187 | + border-right: 1px solid #00500f; | |
188 | + padding: 0 10px; | |
189 | +} | |
190 | +#theme-header .header-content #link-contact a { | |
191 | + padding-left: 10px; | |
192 | +} | |
193 | + | |
194 | +#theme-header #sobre { | |
195 | + line-height: 20px; | |
196 | + font-size: 12px; | |
197 | +} | |
198 | +/* */ | |
199 | + | |
200 | +/* Sobre o brasil */ | |
201 | +#sobre { | |
202 | + clear: both; | |
203 | + max-width: 100% !important; | |
204 | + margin: 0; | |
205 | + background: #f8c300;/*amarelo-mais-escuro*/ | |
206 | + padding: 5px 0; | |
207 | +} | |
208 | + | |
209 | +#sobre ul { | |
210 | + max-width: 960px; | |
211 | + margin: 0 auto; | |
212 | + text-align: right; | |
213 | +} | |
214 | + | |
215 | +#sobre a { | |
216 | + color: #00500f; | |
217 | + font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
218 | +} | |
219 | + | |
220 | +#sobre .portalservicos-item a { | |
221 | + padding: 0 10px; | |
222 | + border-right: 1px solid #03316f; | |
223 | +} | |
224 | + | |
225 | +#sobre .last-item a { | |
226 | + padding: 0 0 0 10px; | |
227 | + border-right: none; | |
228 | +} | |
229 | + | |
230 | +/* Searchbox */ | |
231 | +.LSBox { | |
232 | + margin: 0; | |
233 | + padding: 0; | |
234 | + border: none; | |
235 | +} | |
236 | + | |
237 | +input.searchField { | |
238 | + -moz-appearance: none; | |
239 | +} | |
240 | + | |
241 | +#portal-searchbox { | |
242 | + clear: right; | |
243 | + float: right; | |
244 | + font-size: 80%; | |
245 | + margin: 30px 0 14px; | |
246 | + /*margin: 3.12em 0px 3px 0px;*/ | |
247 | + text-align: right; | |
248 | + border-radius: 5px; | |
249 | + -moz-border-radius: 5px; | |
250 | + -webkit-border-radius: 5px; | |
251 | + border: 1px solid #CCCCCC; | |
252 | + background: #fff; | |
253 | + padding: 2px; | |
254 | +} | |
255 | + | |
256 | +#portal-searchbox .searchField { | |
257 | + padding: 0.45em; | |
258 | + border-right: none; | |
259 | + border: none; | |
260 | + width: 170px; | |
261 | +} | |
262 | + | |
263 | +#portal-searchbox form { | |
264 | +white-space: nowrap; | |
265 | +} | |
266 | + | |
267 | +#portal-searchbox label { | |
268 | +font-weight: normal; | |
269 | +} | |
270 | + | |
271 | +#searchGadget { | |
272 | +width: 13em; | |
273 | +} | |
274 | + | |
275 | +#header input.searchButton { | |
276 | + padding: 0.3em; | |
277 | + background: transparent; | |
278 | + text-indent: -2000px; | |
279 | + padding: 4px 15px; | |
280 | + border: none; | |
281 | +} | |
282 | + | |
283 | +#content input.searchField { | |
284 | +margin-bottom: 1em; | |
285 | +} | |
286 | +input.searchField { | |
287 | +-moz-appearance: searchfield; | |
288 | +} | |
289 | + | |
290 | +#header input.searchButton { | |
291 | + background-image: url("images/search-button.gif"); | |
292 | + background-position: 8px 2px; | |
293 | + background-repeat: no-repeat; | |
294 | + background-color: #ffffff; | |
295 | +} | |
296 | + | |
297 | +#LSResult { | |
298 | + z-index: 1; | |
299 | + margin-top: 0.5%; | |
300 | +} | |
301 | + | |
302 | + | |
303 | +/* Search Button */ | |
304 | +#search-button a { | |
305 | + display: inline-block; | |
306 | + width: 29px; | |
307 | + height: 25px; | |
308 | + margin-right: 3px; | |
309 | + margin-top: 10px; | |
310 | +} | |
311 | + | |
312 | +#search-button a:hover { | |
313 | + opacity: 0.6; | |
314 | +} | |
315 | + | |
316 | +#search-button #sb_search { | |
317 | +background-image: url(images/search.png); | |
318 | +background-size: 100% 100%; | |
319 | +} | |
320 | + | |
321 | +#search-button span { display: none; } | |
322 | + | |
323 | + | |
324 | +/* */ | |
325 | + | |
326 | +/* Social Buttons */ | |
327 | +#social-buttons a { | |
328 | + width: 18px; | |
329 | + height: 20px; | |
330 | + margin-right: 3px; | |
331 | + margin-top: 10px; | |
332 | +} | |
333 | + | |
334 | +#social-icons li a { | |
335 | + width: 20px; | |
336 | + height: 20px; | |
337 | + padding: 0px; | |
338 | + display: inline-block; | |
339 | + background-repeat: no-repeat; | |
340 | +} | |
341 | + | |
342 | +#social-icons li { | |
343 | + float: right; | |
344 | + width: 20px; | |
345 | + margin-left: 4px; | |
346 | +} | |
347 | + | |
348 | +#social-icons #sb_face { | |
349 | +background-image: url(images/icone-verde-facebook.png); | |
350 | +} | |
351 | +#social-icons #sb_face:hover { | |
352 | +background: url(images/icone-verde-facebook.png) 0 20px; | |
353 | +} | |
354 | + | |
355 | +#social-icons #sb_tweet { | |
356 | +background-image: url(images/icone-verde-twitter.png); | |
357 | +} | |
358 | +#social-icons #sb_tweet:hover { | |
359 | +background: url(images/icone-verde-twitter.png) 0 20px; | |
360 | +} | |
361 | + | |
362 | +#social-icons #sb_youtb { | |
363 | +background-image: url(images/icone-verde-youtube.png); | |
364 | +} | |
365 | +#social-icons #sb_youtb:hover { | |
366 | +background: url(images/icone-verde-youtube.png) 0 20px; | |
367 | +} | |
368 | + | |
369 | +#social-icons #sb_flickr { | |
370 | +background-image: url(images/icone-verde-flickr.png); | |
371 | +} | |
372 | +#social-icons #sb_flickr:hover { | |
373 | +background: url(images/icone-verde-flickr.png) 0 20px; | |
374 | +} | |
375 | + | |
376 | +#social-icons span { display: none; } | |
377 | + | |
378 | +/* FIM social Buttons */ | |
379 | + | |
380 | +/****************** FIM cabecalho ******************/ | |
381 | + | |
382 | + | |
383 | +/****************** Barra do usuário e Espaço do usuário ******************/ | |
384 | + | |
385 | +/********ABA Lateral - Espaço do Usuário**********/ | |
386 | +/*escondendo e revelando a aba lateral*/ | |
387 | +div#wrap-1,div#wrap-0{transition-duration: 0.6s;-webkit-transition-duration:0.6s;} | |
388 | +div#wrap-1,div#theme-footer {float: right;} | |
389 | +div#wrap-1.menu,div#theme-footer.menu {width: 80%;} | |
390 | +div#wrap-0.menu{width: 20%; float: left;height: 1px;} | |
391 | + | |
392 | +/*Propriedades da aba lateral e elementos internos*/ | |
393 | +#navigation-control { | |
394 | + width: 20%; | |
395 | + position: absolute; | |
396 | + display: inline-block; | |
397 | + background-color: transparent; | |
398 | + color: black; | |
399 | +} | |
400 | + | |
401 | +#navigation-control a{} | |
402 | + | |
403 | +#navigation-control ul li { | |
404 | + margin: 10px 0; | |
405 | + text-align: left; | |
406 | +} | |
407 | + | |
408 | +#navigation-control ul li a.button.with-text, | |
409 | +#navigation-control ul li a.button.with-text:visited { | |
410 | + border: 0px solid #AAA; | |
411 | +} | |
412 | + | |
413 | +#navigation-control ul li a span { | |
414 | + background-repeat: no-repeat; | |
415 | + /*padding-left: 25px;*/ | |
416 | +} | |
417 | + | |
418 | +/**/ | |
419 | +#navigation-control .perfil{ | |
420 | + display: inline-block; | |
421 | + background-color: gray; | |
422 | + width: 100%; | |
423 | +} | |
424 | + | |
425 | +#navigation-control .perfil ul{padding-left: 0;} | |
426 | + | |
427 | +#navigation-control .perfil ul li{} | |
428 | + | |
429 | +#navigation-control .perfil .name{text-align: center;} | |
430 | + | |
431 | +#navigation-control .perfil .name h1{color: #fff;} | |
432 | + | |
433 | +#navigation-control .perfil .picture{display: inline-block;width: 100%;text-align: center;} | |
434 | + | |
435 | +#navigation-control .perfil .picture img{max-width: 140px; max-height: 140px;overflow: hidden;/*border-radius: 50%;border: 1px solid red;*/} | |
436 | + | |
437 | +#navigation-control .perfil .tasks_inner{cursor:pointer; color: #fff;display: inline-block;width: 49%;text-align: center;background: url(images/barra-menu-task.png) no-repeat 10px center gray;} | |
438 | + | |
439 | +#navigation-control .perfil .user_status{cursor:pointer; display:inline-block; width:49% ; text-align: center;} | |
440 | + | |
441 | +#navigation-control .perfil .online{color: greenyellow;} | |
442 | +#navigation-control .perfil .busy{color: red;} | |
443 | +#navigation-control .perfil .away{color: yellow;} | |
444 | +#navigation-control .perfil .offline{color: #ccc;} | |
445 | + | |
446 | +#navigation-control .perfil .online span{font-size: large;vertical-align: -1px;} | |
447 | + | |
448 | + | |
449 | +#navigation-control .menu_user{margin-top: 0;} | |
450 | + | |
451 | +#navigation-control .menu_user .activity_menu {margin-top: 0;padding: 0;border-top: 1px solid #ddd;} | |
452 | + | |
453 | +#navigation-control .menu_user .activity_menu .activity_menu_item{color: #ddd; background-color: gray;padding: 14px 28px;margin: 0;border-bottom: 1px solid #ddd;} | |
454 | + | |
455 | +#navigation-control .menu_user .activity_menu .activity_menu_item:hover {background-color: #ddd; color: #333;} | |
456 | + | |
457 | +#navigation-control .menu_user .activity_menu .activity_menu_item span{float: right;} | |
458 | + | |
459 | +#navigation-control .menu_user .activity_menu .activity_menu_item .quick_post{padding: 14px;background-color: #fff;margin-top: 10px;display: none;} | |
460 | + | |
461 | +/********FIM ABA Lateral - Espaço do Usuário**********/ | |
462 | + | |
463 | + | |
464 | +/****************** Barra do usuário ******************/ | |
465 | +#barra-psocial { | |
466 | + position: relative; | |
467 | + height: 40px; | |
468 | + margin: auto; | |
469 | + background: url(images/barra-psocial-bg.png) repeat-x; | |
470 | +} | |
471 | + | |
472 | +#barra-psocial.top { | |
473 | + background-image: none; | |
474 | + background-color: #fff; | |
475 | + height: 40px; | |
476 | +} | |
477 | + | |
478 | +#barra-psocial li { | |
479 | + float: left; | |
480 | +} | |
481 | + | |
482 | + | |
483 | +/*****Botões da barra do usuário - Menu - Pendẽncias - Mensagens *****/ | |
484 | +.btn_control_panel{ | |
485 | + min-width: 40px; | |
486 | + height: 40px; | |
487 | + color: #999; | |
488 | + margin-top: 0; | |
489 | + display: inline-block; | |
490 | + float: left; | |
491 | + cursor: pointer; | |
492 | + border-right: 1px solid #999; | |
493 | + opacity:0.4; | |
494 | + filter:alpha(opacity=40); | |
495 | + padding: 0px 0px 0 35px; | |
496 | +} | |
497 | + | |
498 | +.btn_control_panel:hover { background-color: #ddd; opacity:0.8;filter:alpha(opacity=80);} | |
499 | + | |
500 | +.btn_control_panel span{margin:8px 5px 5px 5px; border: 1px solid gray;border-radius: 5px; background-color: white; padding: 3px;color: #333;display: inline-block;} | |
501 | + | |
502 | +a.btn_control_panel span{margin:0px; border: 0px solid gray;border-radius: 0px; background-color: transparent; padding: 0px;color: #333;display: inline-block;height: 35px;} | |
503 | + | |
504 | +.btn_control_panel ul {padding-left: 0;text-align: left;margin: 0;padding: 1em} | |
505 | + | |
506 | +.btn_control_panel ul li {display: none;padding-left: 0;text-align: left;margin: 0;padding: 1em} | |
507 | + | |
508 | +a.btn_control_panel:hover ul li{display: block;} | |
509 | + | |
510 | +.btn_control_panel ul li ul {display: none;} | |
511 | + | |
512 | +.btn_control_panel ul.menu_conteudo li:hover ul {display: inline-block} | |
513 | + | |
514 | + | |
515 | +/*****FIM Botões da barra do usuário - Menu - Pendẽncias - Mensagens *****/ | |
516 | + | |
517 | +.btn_control, | |
518 | +.btn_menu { | |
519 | + background: url(images/barra-menu-control.png) no-repeat 14px center #eee; | |
520 | + padding-left: 10px; | |
521 | +} | |
522 | + | |
523 | +.btn_tasks { | |
524 | + background: url(images/barra-menu-task.png) no-repeat 10px center #eee;padding-left: 30px; | |
525 | +} | |
526 | + | |
527 | +.btn_msg { | |
528 | + background: url(images/barra-menu-mail.png) no-repeat 10px center #eee; | |
529 | +} | |
530 | + | |
531 | + | |
532 | +/*tarefas da barra do usuário*/ | |
533 | +.task_list { | |
534 | + position: absolute; | |
535 | + background: #eee; | |
536 | + z-index: 9999; | |
537 | + margin-left: 50px; | |
538 | + visibility: visible; | |
539 | + display: block; | |
540 | +} | |
541 | + | |
542 | +#msg_list.task_list {margin-left: 122px;} | |
543 | + | |
544 | +.task_list ul {display: inline-block;padding-left: 0;} | |
545 | + | |
546 | +.task_list ul li { | |
547 | + float: none; | |
548 | + display: block; | |
549 | + padding: 10px; | |
550 | +} | |
551 | +.task_list ul .task_box { | |
552 | + border-bottom: 1px solid #ccc; | |
553 | +/* display: inline-block; | |
554 | + float: left; | |
555 | + margin-right: 1em;*/ | |
556 | +} | |
557 | + | |
558 | +.task_icon { | |
559 | + float: left; | |
560 | + margin-right: 14px; | |
561 | +} | |
562 | + | |
563 | +.task_list ul .task_decisions { | |
564 | + clear: right; | |
565 | +} | |
566 | + | |
567 | +.task_information { | |
568 | + display: inline-block; | |
569 | + width: 300px; | |
570 | +} | |
571 | + | |
572 | +.task_list ul .task_title {margin-right: 0px !important} | |
573 | + | |
574 | +.task_list .button-bar{float: right;margin-right: 10px;} | |
575 | + | |
576 | +.task_list .button-bar a.button.with-text { | |
577 | + padding: 5px 10px; | |
578 | + padding-left: 20px; | |
579 | + padding-right: 5px; | |
580 | +} | |
581 | +.task_list .button-bar input.button.with-text { | |
582 | + max-height: 32px; | |
583 | + height: 32px; | |
584 | + padding: 0 25px; | |
585 | + padding-right: 10px; | |
586 | +} | |
587 | + | |
588 | +.task_list.hide {display: none; visibility: hidden;} | |
589 | + | |
590 | +/*FIM tarefas da barra do usuário*/ | |
591 | + | |
592 | + | |
593 | +/**/ | |
594 | + | |
595 | + /*código "#control-panel" substituído por "#control_panel_bar" */ | |
596 | +/* | |
597 | +#control-panel { | |
598 | + position: absolute; | |
599 | + width: 230px; | |
600 | + padding: 10px; | |
601 | +} | |
602 | +#control-panel .pending-tasks {background-color: white;} | |
603 | + | |
604 | +#control-panel .pending-tasks ul{ | |
605 | + padding-left: 0; | |
606 | +} | |
607 | + | |
608 | +#control-panel .pending-tasks ul li{ | |
609 | + margin: 10px 0; | |
610 | + padding: 10px 0; | |
611 | + border-bottom: 1px solid gray; | |
612 | +} | |
613 | + | |
614 | +#control-panel .control-panel {position: relative;} | |
615 | + | |
616 | +#control-panel .control-panel a, | |
617 | +#control-panel .control-panel a:visited { | |
618 | + clear: left; | |
619 | + border-bottom: 1px solid LightGray; | |
620 | +} | |
621 | +*/ | |
622 | + | |
623 | + | |
624 | + | |
625 | +/************* Bar Psocial Style - Menu Horizontal**************/ | |
626 | +/* | |
627 | +#user{ | |
628 | + padding: 0px 2em; | |
629 | + top: -30px; | |
630 | + font-size: 12px; | |
631 | + right: 4em; | |
632 | +} | |
633 | + | |
634 | +.logged-in #user{ | |
635 | + top: -40px; | |
636 | +} | |
637 | +*/ | |
638 | + | |
639 | +#user{ | |
640 | + | |
641 | + top: 0px; | |
642 | + font-size: 12px; | |
643 | + position: relative; | |
644 | +} | |
645 | + | |
646 | + | |
647 | +#user form { | |
648 | + display:none; | |
649 | +} | |
650 | + | |
651 | +#user .logged-in { | |
652 | + visibility: hidden; | |
653 | + display: block; | |
654 | + background:url("images/barra-menu-user-bg.png") repeat-x bottom center #FEFEFE; | |
655 | + display: block; | |
656 | + padding: 2px 1em; | |
657 | + text-align: left; | |
658 | + width: 130px; | |
659 | + border-radius: 10px | |
660 | +} | |
661 | + | |
662 | +#user .logged-in:hover { | |
663 | + visibility: visible; | |
664 | +} | |
665 | +#user .logged-in a#homepage-link { | |
666 | + display: block; | |
667 | + visibility: visible; | |
668 | +} | |
669 | + | |
670 | + | |
671 | +#user .logged-in a.admin-link, | |
672 | +#user .logged-in a.ctrl-panel, | |
673 | +#user .logged-in a#logout { | |
674 | + margin-top: 14px; | |
675 | +} | |
676 | + | |
677 | + | |
678 | +#user .logged-in span {display: none;} | |
679 | + | |
680 | +#user .logged-in a { | |
681 | + display: block; | |
682 | + margin-bottom: 10px; | |
683 | + width: auto; | |
684 | +} | |
685 | + | |
686 | +#user .logged-in #pending-tasks-count { | |
687 | + display: inline-block; | |
688 | + left: -30px; | |
689 | + position: absolute; | |
690 | + top: 0px; | |
691 | + visibility: visible; | |
692 | + text-align: right; | |
693 | +} | |
694 | + | |
695 | +/****************** FIM Barra do usuário ******************/ | |
696 | + | |
697 | +/****************** FIM Barra do usuário e Menu do usuário ******************/ | |
698 | + | |
699 | + | |
700 | +/****************** Painel de Controle ******************/ | |
701 | + | |
702 | +/*Botão Painel de controle*/ | |
703 | + | |
704 | +#btn_open_control_panel {float: right;} | |
705 | + | |
706 | +#btn_open_control_panel span { | |
707 | + position: relative; | |
708 | + background: url("images/20-gear2.png") no-repeat left center transparent; | |
709 | + padding-left: 30px; | |
710 | + display: inline-block; | |
711 | + height: 30px; | |
712 | + line-height: 30px; | |
713 | +} | |
714 | + | |
715 | +#btn_open_control_panel.show span {} | |
716 | + | |
717 | +/*****FIM Botão Painel de controle*****/ | |
718 | + | |
719 | +/*barra (menu) painel de controle*/ | |
720 | + | |
721 | +#control_panel_bar { | |
722 | + /*width: 100%;*/ | |
723 | + text-align: center; | |
724 | + display: inline-block; | |
725 | + padding-top: 0px; | |
726 | + background-color: #ccc; | |
727 | + overflow: hidden; | |
728 | + height: 0px; | |
729 | + transition: 0.6s; | |
730 | + /*margin-bottom: 14px;*/ | |
731 | + width: 100%; | |
732 | +} | |
733 | + | |
734 | + | |
735 | +#control_panel_bar.show { | |
736 | + padding-top: 0px; | |
737 | + background-color: #ccc; | |
738 | + height: 80px; | |
739 | + | |
740 | +} | |
741 | + | |
742 | +.btn_control_panel_bar{ | |
743 | + text-align: right; | |
744 | + /*position: absolute;*/ | |
745 | + /*right: 0;*/ | |
746 | + padding: 0 14px; | |
747 | +} | |
748 | + | |
749 | +.btn_control_panel_bar ul {text-align: center;display: inline-block;} | |
750 | + | |
751 | +.btn_control_panel_bar ul li{ | |
752 | +display: inline-block; | |
753 | +border-left: 1px solid black; | |
754 | +padding: 0 14px;} | |
755 | + | |
756 | +#control_panel_bar .btn_control_panel{ | |
757 | + float: none; | |
758 | +} | |
759 | + | |
760 | +#control_panel_bar #new_content{ | |
761 | + background-image: url(images/text-editor.png); | |
762 | + background-repeat: no-repeat; | |
763 | +} | |
764 | + | |
765 | +#control_panel_bar .btn_control { | |
766 | + background-position: center 3px; | |
767 | + height: 35px; | |
768 | + padding: 40px 14px 0px 14px; | |
769 | + display: inline-block; | |
770 | + width: 100px; | |
771 | + vertical-align: top; | |
772 | + background-size: 25%; | |
773 | +} | |
774 | + | |
775 | +#control_panel_bar .btn_menu{ | |
776 | + background-position: center 3px; | |
777 | + height: 0px; | |
778 | + overflow: hidden; | |
779 | + padding: 0px; | |
780 | + display: inline-block; | |
781 | + width: 100px; | |
782 | + vertical-align: top; | |
783 | + background-size: 25%; | |
784 | + transition: 0.6s; | |
785 | +} | |
786 | + | |
787 | +#control_panel_bar.show .btn_menu{ | |
788 | + background-position: center 3px; | |
789 | + height: 35px; | |
790 | + overflow: hidden; | |
791 | + padding: 40px 14px 0px 14px; | |
792 | + display: inline-block; | |
793 | + width: 100px; | |
794 | + vertical-align: top; | |
795 | + background-size: 25%; | |
796 | +} | |
797 | + | |
798 | +#control_panel_bar.show .btn_menu:hover{ | |
799 | + overflow: visible; | |
800 | +} | |
801 | + | |
802 | +/*Menu e SubMenu do Painel de controle*/ | |
803 | +#control_panel_bar a.btn_control_panel span{margin:0px; border: 0px solid gray;border-radius: 0px; background-color: transparent; padding: 0px;color: #333;display: inline-block;height: 35px;} | |
804 | + | |
805 | + | |
806 | +#control_panel_bar .btn_control_panel ul {display: inline-block;padding-left: 0;padding-top: 0;text-align: left;margin: 0;position: relative;left: -14px;} | |
807 | + | |
808 | +#control_panel_bar .btn_control_panel ul:hover {} | |
809 | + | |
810 | +#control_panel_bar .btn_control_panel ul li {padding: 0;display: block;display: inline-block;}/*{display: block;padding-left: 0;text-align: left;margin: 0;padding: 0 1em}*/ | |
811 | + | |
812 | +#control_panel_bar a.btn_control_panel:hover ul li{display: block;} | |
813 | + | |
814 | +#control_panel_bar a.btn_control_panel ul li span{height: auto;width: 140px;background-color: #eee;padding: 7px 14px;} | |
815 | + | |
816 | +#control_panel_bar a.btn_control_panel ul li span:hover{background-color: #ccc;} | |
817 | + | |
818 | +#control_panel_bar .btn_control_panel ul li ul {display: none;} | |
819 | + | |
820 | +#control_panel_bar .btn_control_panel ul.menu_conteudo li:hover ul {display: inline-block} | |
821 | +/*FIM Menu e SubMenu do Painel de controle*/ | |
822 | + | |
823 | +/* FIM barra (menu) painel de controle*/ | |
824 | + | |
825 | + | |
826 | + | |
827 | +/****************** FIM Painel de Controle ******************/ | |
828 | + | |
829 | + | |
830 | +#assets-menu { | |
831 | + background: #E8E8E8; | |
832 | + top: 35px; | |
833 | + left: 80px; | |
834 | + min-width: 132px; | |
835 | +} | |
836 | + | |
837 | +#assets-menu a { | |
838 | + border: 1px solid #E8E8E8; | |
839 | +} | |
840 | + | |
841 | +#categories_menu { | |
842 | + /*max-width: 960px;*/ | |
843 | + padding: 0 1em; | |
844 | + margin: auto; | |
845 | + float: left; | |
846 | +} | |
847 | + | |
848 | +#cat_menu { | |
849 | + background: url(images/logo-ps.png) no-repeat center left; | |
850 | + height: 40px; | |
851 | + padding-left: 70px; | |
852 | + | |
853 | +} | |
854 | + | |
855 | +#cat_menu li { | |
856 | + list-style: none; | |
857 | + font-size: 12px; | |
858 | + font-weight: bold; | |
859 | + padding: 0px 20px; | |
860 | + height: 100%; | |
861 | + text-transform: uppercase; | |
862 | +} | |
863 | + | |
864 | +#cat_menu li:hover { | |
865 | + background-color: #E1E4E4; | |
866 | +} | |
867 | + | |
868 | +#cat_menu li a { | |
869 | + line-height: 40px; | |
870 | + width: 100%; | |
871 | + height: 100%; | |
872 | + display: block; | |
873 | +} | |
874 | +/************* FIM Bar Psocial Style - Menu Horizontal**************/ | |
875 | + | |
876 | + | |
877 | +/******************Footer - Rodapé**********************************/ | |
878 | +#theme-footer { | |
879 | + width: 100%; | |
880 | +} | |
881 | + | |
882 | +#footer-content { | |
883 | + background: #fff; | |
884 | +} | |
885 | + | |
886 | +#footer-logos { | |
887 | + background: #F28F00; | |
888 | + max-width: 100%; | |
889 | + padding: 2em 0; | |
890 | + height: 49px; | |
891 | +} | |
892 | + | |
893 | +#footer-logos div { | |
894 | + max-width: 960px; | |
895 | + margin: 0 auto; | |
896 | +} | |
897 | + | |
898 | +#footer-logos a { | |
899 | + display: block; | |
900 | + height: 49px; | |
901 | + float: left; | |
902 | +} | |
903 | + | |
904 | +#footer-logos span { | |
905 | + display: none; | |
906 | +} | |
907 | + | |
908 | +#footer-logos .logo-acesso { | |
909 | + background: transparent url(images/acesso-a-informacao.png) center center no-repeat; | |
910 | + width: 107px; | |
911 | +} | |
912 | + | |
913 | +#footer-logos .logo-brasil { | |
914 | + background: transparent url(images/brasil.png) center center no-repeat; | |
915 | + width: 153px; | |
916 | +} | |
917 | + | |
918 | +#footer-logos .logo-sgpr { | |
919 | + background: transparent url(images/sgpr.png) center center no-repeat; | |
920 | + width: 187px; | |
921 | + margin-right: 30px; | |
922 | +} | |
923 | + | |
924 | +#footer-logos .institucionais { | |
925 | + float: right; | |
926 | +} | |
927 | + | |
928 | +#footer-license { | |
929 | + max-width: 960px; | |
930 | + margin: 0 auto; | |
931 | + text-align: left; | |
932 | + padding: 19px; | |
933 | +} | |
934 | + | |
935 | +#footer-license p { | |
936 | + color: #F28F00; | |
937 | + text-align: left; | |
938 | +} | |
939 | + | |
940 | + | ... | ... |
1 | +++ a/css/userBar_controlPanel.css | |
... | ... | @@ -0,0 +1,430 @@ |
1 | + | |
2 | +/****************** Barra do usuário e Espaço do usuário ******************/ | |
3 | + | |
4 | +/********ABA Lateral - Espaço do Usuário**********/ | |
5 | +/*escondendo e revelando a aba lateral*/ | |
6 | +div#wrap-1,div#wrap-0{transition-duration: 0.6s;-webkit-transition-duration:0.6s;} | |
7 | +div#wrap-1,div#theme-footer {float: right;} | |
8 | +div#wrap-1.menu,div#theme-footer.menu {width: 80%;} | |
9 | +div#wrap-0.menu{width: 20%; float: left;height: 1px;} | |
10 | + | |
11 | +/*Propriedades da aba lateral e elementos internos*/ | |
12 | +#navigation-control { | |
13 | + width: 20%; | |
14 | + position: absolute; | |
15 | + display: inline-block; | |
16 | + background-color: transparent; | |
17 | + color: black; | |
18 | +} | |
19 | + | |
20 | +#navigation-control a{} | |
21 | + | |
22 | +#navigation-control ul li { | |
23 | + margin: 10px 0; | |
24 | + text-align: left; | |
25 | +} | |
26 | + | |
27 | +#navigation-control ul li a.button.with-text, | |
28 | +#navigation-control ul li a.button.with-text:visited { | |
29 | + border: 0px solid #AAA; | |
30 | +} | |
31 | + | |
32 | +#navigation-control ul li a span { | |
33 | + background-repeat: no-repeat; | |
34 | + /*padding-left: 25px;*/ | |
35 | +} | |
36 | + | |
37 | +/**/ | |
38 | +#navigation-control .perfil{ | |
39 | + display: inline-block; | |
40 | + background-color: gray; | |
41 | + width: 100%; | |
42 | +} | |
43 | + | |
44 | +#navigation-control .perfil ul{padding-left: 0;} | |
45 | + | |
46 | +#navigation-control .perfil ul li{} | |
47 | + | |
48 | +#navigation-control .perfil .name{text-align: center;} | |
49 | + | |
50 | +#navigation-control .perfil .name h1{color: #fff;} | |
51 | + | |
52 | +#navigation-control .perfil .picture{display: inline-block;width: 100%;text-align: center;} | |
53 | + | |
54 | +#navigation-control .perfil .picture img{max-width: 140px; max-height: 140px;overflow: hidden;/*border-radius: 50%;border: 1px solid red;*/} | |
55 | + | |
56 | +#navigation-control .perfil .tasks_inner{cursor:pointer; color: #fff;display: inline-block;width: 49%;text-align: center;background: url(images/barra-menu-task.png) no-repeat 10px center gray;} | |
57 | + | |
58 | +#navigation-control .perfil .user_status{cursor:pointer; display:inline-block; width:49% ; text-align: center;} | |
59 | + | |
60 | +#navigation-control .perfil .online{color: greenyellow;} | |
61 | +#navigation-control .perfil .busy{color: red;} | |
62 | +#navigation-control .perfil .away{color: yellow;} | |
63 | +#navigation-control .perfil .offline{color: #ccc;} | |
64 | + | |
65 | +#navigation-control .perfil .online span{font-size: large;vertical-align: -1px;} | |
66 | + | |
67 | + | |
68 | +#navigation-control .menu_user{margin-top: 0;} | |
69 | + | |
70 | +#navigation-control .menu_user .activity_menu {margin-top: 0;padding: 0;border-top: 1px solid #ddd;} | |
71 | + | |
72 | +#navigation-control .menu_user .activity_menu .activity_menu_item{color: #ddd; background-color: gray;padding: 14px 28px;margin: 0;border-bottom: 1px solid #ddd;} | |
73 | + | |
74 | +#navigation-control .menu_user .activity_menu .activity_menu_item:hover {background-color: #ddd; color: #333;} | |
75 | + | |
76 | +#navigation-control .menu_user .activity_menu .activity_menu_item span{float: right;} | |
77 | + | |
78 | +#navigation-control .menu_user .activity_menu .activity_menu_item .quick_post{padding: 14px;background-color: #fff;margin-top: 10px;display: none;} | |
79 | + | |
80 | +/********FIM ABA Lateral - Espaço do Usuário**********/ | |
81 | + | |
82 | + | |
83 | +/****************** Barra do usuário ******************/ | |
84 | +#barra-psocial { | |
85 | + position: relative; | |
86 | + height: 40px; | |
87 | + margin: auto; | |
88 | + background: url(images/barra-psocial-bg.png) repeat-x; | |
89 | +} | |
90 | + | |
91 | +#barra-psocial.top { | |
92 | + background-image: none; | |
93 | + background-color: #fff; | |
94 | + height: 40px; | |
95 | +} | |
96 | + | |
97 | +#barra-psocial li { | |
98 | + float: left; | |
99 | +} | |
100 | + | |
101 | + | |
102 | +/*****Botões da barra do usuário - Menu - Pendẽncias - Mensagens *****/ | |
103 | +.btn_control_panel{ | |
104 | + min-width: 40px; | |
105 | + height: 40px; | |
106 | + color: #999; | |
107 | + margin-top: 0; | |
108 | + display: inline-block; | |
109 | + float: left; | |
110 | + cursor: pointer; | |
111 | + border-right: 1px solid #999; | |
112 | + opacity:0.4; | |
113 | + filter:alpha(opacity=40); | |
114 | + padding: 0px 0px 0 35px; | |
115 | +} | |
116 | + | |
117 | +.btn_control_panel:hover { background-color: #ddd; opacity:0.8;filter:alpha(opacity=80);} | |
118 | + | |
119 | +.btn_control_panel span{margin:8px 5px 5px 5px; border: 1px solid gray;border-radius: 5px; background-color: white; padding: 3px;color: #333;display: inline-block;} | |
120 | + | |
121 | +a.btn_control_panel span{margin:0px; border: 0px solid gray;border-radius: 0px; background-color: transparent; padding: 0px;color: #333;display: inline-block;height: 35px;} | |
122 | + | |
123 | +.btn_control_panel ul {padding-left: 0;text-align: left;margin: 0;padding: 1em} | |
124 | + | |
125 | +.btn_control_panel ul li {display: none;padding-left: 0;text-align: left;margin: 0;padding: 1em} | |
126 | + | |
127 | +a.btn_control_panel:hover ul li{display: block;} | |
128 | + | |
129 | +.btn_control_panel ul li ul {display: none;} | |
130 | + | |
131 | +.btn_control_panel ul.menu_conteudo li:hover ul {display: inline-block} | |
132 | + | |
133 | + | |
134 | +/*****FIM Botões da barra do usuário - Menu - Pendẽncias - Mensagens *****/ | |
135 | + | |
136 | +.btn_control, | |
137 | +.btn_menu { | |
138 | + background: url(images/barra-menu-control.png) no-repeat 14px center #eee; | |
139 | + padding-left: 10px; | |
140 | +} | |
141 | + | |
142 | +.btn_tasks { | |
143 | + background: url(images/barra-menu-task.png) no-repeat 10px center #eee;padding-left: 30px; | |
144 | +} | |
145 | + | |
146 | +.btn_msg { | |
147 | + background: url(images/barra-menu-mail.png) no-repeat 10px center #eee; | |
148 | +} | |
149 | + | |
150 | + | |
151 | +/*tarefas da barra do usuário*/ | |
152 | +.task_list { | |
153 | + position: absolute; | |
154 | + background: #eee; | |
155 | + z-index: 9999; | |
156 | + margin-left: 50px; | |
157 | + visibility: visible; | |
158 | + display: block; | |
159 | +} | |
160 | + | |
161 | +#msg_list.task_list {margin-left: 122px;} | |
162 | + | |
163 | +.task_list ul {display: inline-block;padding-left: 0;} | |
164 | + | |
165 | +.task_list ul li { | |
166 | + float: none; | |
167 | + display: block; | |
168 | + padding: 10px; | |
169 | +} | |
170 | +.task_list ul .task_box { | |
171 | + border-bottom: 1px solid #ccc; | |
172 | +/* display: inline-block; | |
173 | + float: left; | |
174 | + margin-right: 1em;*/ | |
175 | +} | |
176 | + | |
177 | +.task_icon { | |
178 | + float: left; | |
179 | + margin-right: 14px; | |
180 | +} | |
181 | + | |
182 | +.task_list ul .task_decisions { | |
183 | + clear: right; | |
184 | +} | |
185 | + | |
186 | +.task_information { | |
187 | + display: inline-block; | |
188 | + width: 300px; | |
189 | +} | |
190 | + | |
191 | +.task_list ul .task_title {margin-right: 0px !important} | |
192 | + | |
193 | +.task_list .button-bar{float: right;margin-right: 10px;} | |
194 | + | |
195 | +.task_list .button-bar a.button.with-text { | |
196 | + padding: 5px 10px; | |
197 | + padding-left: 20px; | |
198 | + padding-right: 5px; | |
199 | +} | |
200 | +.task_list .button-bar input.button.with-text { | |
201 | + max-height: 32px; | |
202 | + height: 32px; | |
203 | + padding: 0 25px; | |
204 | + padding-right: 10px; | |
205 | +} | |
206 | + | |
207 | +.task_list.hide {display: none; visibility: hidden;} | |
208 | + | |
209 | +/*FIM tarefas da barra do usuário*/ | |
210 | + | |
211 | + | |
212 | +/**/ | |
213 | + | |
214 | + /*código "#control-panel" substituído por "#control_panel_bar" */ | |
215 | +/* | |
216 | +#control-panel { | |
217 | + position: absolute; | |
218 | + width: 230px; | |
219 | + padding: 10px; | |
220 | +} | |
221 | +#control-panel .pending-tasks {background-color: white;} | |
222 | + | |
223 | +#control-panel .pending-tasks ul{ | |
224 | + padding-left: 0; | |
225 | +} | |
226 | + | |
227 | +#control-panel .pending-tasks ul li{ | |
228 | + margin: 10px 0; | |
229 | + padding: 10px 0; | |
230 | + border-bottom: 1px solid gray; | |
231 | +} | |
232 | + | |
233 | +#control-panel .control-panel {position: relative;} | |
234 | + | |
235 | +#control-panel .control-panel a, | |
236 | +#control-panel .control-panel a:visited { | |
237 | + clear: left; | |
238 | + border-bottom: 1px solid LightGray; | |
239 | +} | |
240 | +*/ | |
241 | + | |
242 | + | |
243 | + | |
244 | +/************* Bar Psocial Style - Menu Horizontal**************/ | |
245 | +/* | |
246 | +#user{ | |
247 | + padding: 0px 2em; | |
248 | + top: -30px; | |
249 | + font-size: 12px; | |
250 | + right: 4em; | |
251 | +} | |
252 | + | |
253 | +.logged-in #user{ | |
254 | + top: -40px; | |
255 | +} | |
256 | +*/ | |
257 | + | |
258 | +#user{ | |
259 | + | |
260 | + top: 0px; | |
261 | + font-size: 12px; | |
262 | + position: relative; | |
263 | +} | |
264 | + | |
265 | + | |
266 | +#user form { | |
267 | + display:none; | |
268 | +} | |
269 | + | |
270 | +#user .logged-in { | |
271 | + visibility: hidden; | |
272 | + display: block; | |
273 | + background:url("images/barra-menu-user-bg.png") repeat-x bottom center #FEFEFE; | |
274 | + display: block; | |
275 | + padding: 2px 1em; | |
276 | + text-align: left; | |
277 | + width: 130px; | |
278 | + border-radius: 10px | |
279 | +} | |
280 | + | |
281 | +#user .logged-in:hover { | |
282 | + visibility: visible; | |
283 | +} | |
284 | +#user .logged-in a#homepage-link { | |
285 | + display: block; | |
286 | + visibility: visible; | |
287 | +} | |
288 | + | |
289 | + | |
290 | +#user .logged-in a.admin-link, | |
291 | +#user .logged-in a.ctrl-panel, | |
292 | +#user .logged-in a#logout { | |
293 | + margin-top: 14px; | |
294 | +} | |
295 | + | |
296 | + | |
297 | +#user .logged-in span {display: none;} | |
298 | + | |
299 | +#user .logged-in a { | |
300 | + display: block; | |
301 | + margin-bottom: 10px; | |
302 | + width: auto; | |
303 | +} | |
304 | + | |
305 | +#user .logged-in #pending-tasks-count { | |
306 | + display: inline-block; | |
307 | + left: -30px; | |
308 | + position: absolute; | |
309 | + top: 0px; | |
310 | + visibility: visible; | |
311 | + text-align: right; | |
312 | +} | |
313 | + | |
314 | +/****************** FIM Barra do usuário ******************/ | |
315 | + | |
316 | +/****************** FIM Barra do usuário e Menu do usuário ******************/ | |
317 | + | |
318 | + | |
319 | + | |
320 | + | |
321 | +/****************** Painel de Controle ******************/ | |
322 | + | |
323 | +/*Botão Painel de controle*/ | |
324 | + | |
325 | +#btn_open_control_panel {} | |
326 | + | |
327 | +#btn_open_control_panel span { | |
328 | + position: relative; | |
329 | + background: url("images/20-gear2.png") no-repeat left center transparent; | |
330 | + padding-left: 30px; | |
331 | + display: inline-block; | |
332 | + height: 30px; | |
333 | + line-height: 30px; | |
334 | +} | |
335 | + | |
336 | +#btn_open_control_panel.show span {} | |
337 | + | |
338 | +/*****FIM Botão Painel de controle*****/ | |
339 | + | |
340 | +/*barra (menu) painel de controle*/ | |
341 | + | |
342 | +#control_panel_bar { | |
343 | + /*width: 100%;*/ | |
344 | + text-align: center; | |
345 | + display: inline-block; | |
346 | + padding-top: 0px; | |
347 | + background-color: #ccc; | |
348 | + /*overflow: hidden;*/ | |
349 | + height: 0px; | |
350 | + transition: 0.6s; | |
351 | + margin-bottom: 14px; | |
352 | + width: 100%; | |
353 | +} | |
354 | + | |
355 | + | |
356 | +#control_panel_bar.show { | |
357 | + padding-top: 0px; | |
358 | + background-color: transparent; | |
359 | + height: 80px; | |
360 | + | |
361 | +} | |
362 | + | |
363 | +.btn_control_panel_bar{ | |
364 | + text-align: right; | |
365 | + position: absolute; | |
366 | + right: 0; | |
367 | +} | |
368 | + | |
369 | +#control_panel_bar .btn_control_panel{ | |
370 | + float: none; | |
371 | +} | |
372 | + | |
373 | +#control_panel_bar #new_content{ | |
374 | + background-image: url(images/text-editor.png); | |
375 | + background-repeat: no-repeat; | |
376 | +} | |
377 | + | |
378 | +#control_panel_bar .btn_control { | |
379 | + background-position: center 3px; | |
380 | + height: 35px; | |
381 | + padding: 40px 14px 0px 14px; | |
382 | + display: inline-block; | |
383 | + width: 100px; | |
384 | + vertical-align: top; | |
385 | + background-size: 25%; | |
386 | +} | |
387 | + | |
388 | +#control_panel_bar .btn_menu{ | |
389 | + background-position: center 3px; | |
390 | + height: 0px; | |
391 | + overflow: hidden; | |
392 | + padding: 0px; | |
393 | + display: inline-block; | |
394 | + width: 100px; | |
395 | + vertical-align: top; | |
396 | + background-size: 25%; | |
397 | + transition: 0.6s; | |
398 | +} | |
399 | + | |
400 | +#control_panel_bar.show .btn_menu{ | |
401 | + background-position: center 3px; | |
402 | + height: 35px; | |
403 | + overflow: visible; | |
404 | + padding: 40px 14px 0px 14px; | |
405 | + display: inline-block; | |
406 | + width: 100px; | |
407 | + vertical-align: top; | |
408 | + background-size: 25%; | |
409 | +} | |
410 | + | |
411 | +/*Menu e SubMenu do Painel de controle*/ | |
412 | +#control_panel_bar a.btn_control_panel span{margin:0px; border: 0px solid gray;border-radius: 0px; background-color: transparent; padding: 0px;color: #333;display: inline-block;height: 35px;} | |
413 | + | |
414 | +#control_panel_bar .btn_control_panel ul {padding-left: 0;text-align: left;margin: 0;padding: 1em} | |
415 | + | |
416 | +#control_panel_bar .btn_control_panel ul li {display: none;padding-left: 0;text-align: left;margin: 0;padding: 1em} | |
417 | + | |
418 | +#control_panel_bar a.btn_control_panel:hover ul li{display: block;} | |
419 | + | |
420 | +#control_panel_bar .btn_control_panel ul li ul {display: none;} | |
421 | + | |
422 | +#control_panel_bar .btn_control_panel ul.menu_conteudo li:hover ul {display: inline-block} | |
423 | +/*FIM Menu e SubMenu do Painel de controle*/ | |
424 | + | |
425 | +/* FIM barra (menu) painel de controle*/ | |
426 | + | |
427 | + | |
428 | + | |
429 | +/****************** FIM Painel de Controle ******************/ | |
430 | + | ... | ... |
1 | +++ a/footer.rhtml | |
... | ... | @@ -0,0 +1,7 @@ |
1 | +<div id="footer-links"> | |
2 | + <a id="link-to-doc" class='icon-help'><%= link_to _('Manual'), '/doc' %></a> | |
3 | +</div><!-- end id="footer-links" --> | |
4 | +<div id="copyright"> | |
5 | + <p><%= _('This social network 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/') %></p> | |
6 | +</div><!-- end id="copyright" --> | |
7 | +<%= language_chooser(environment) %> | ... | ... |
1 | +++ a/header.rhtml | |
... | ... | @@ -0,0 +1,340 @@ |
1 | +<!-- id="wrap-0" --> | |
2 | + <div id="wrap-0"><!-- Conteúdo do Painel de Controle --> | |
3 | + | |
4 | + <div id="navigation-control"> | |
5 | + | |
6 | + <div class="perfil"> | |
7 | + <ul class="profile_menu"> | |
8 | + <li class="name"><h1 class="title">Nome do usuário</h1></li> | |
9 | + <li class="picture"><img src="/images/icons-app/person-big.png?1392299707"/></li> | |
10 | + <li class="tasks_inner">Pendências</li> | |
11 | + <li class="user_status online"><span>●</span> Disponível</li> | |
12 | + </ul> | |
13 | + </div> | |
14 | + <%= render :partial => 'layouts/user' %> | |
15 | + <div class="menu_user"> | |
16 | + <ul class="activity_menu"> | |
17 | + <li class="activity_menu_item qpost">Blog<span>▼</span> | |
18 | + <ul class="quick_post"> | |
19 | + <li>Quick Post</li> | |
20 | + </ul> | |
21 | + </li> | |
22 | + <li class="activity_menu_item">Agenda<span>▼</span></li> | |
23 | + <li class="activity_menu_item">Artigos Recentes<span>▼</span></li> | |
24 | + <li class="activity_menu_item">Network<span>▼</span></li> | |
25 | + <li class="activity_menu_item">Mural<span>▼</span></li> | |
26 | + <li class="activity_menu_item">Galeria<span>▼</span></li> | |
27 | + <li class="activity_menu_item">Amigos<span>▼</span></li> | |
28 | + <li class="activity_menu_item">Comunidades<span>▼</span></li> | |
29 | + </ul> | |
30 | + </div> | |
31 | +<!-- | |
32 | + <ul> | |
33 | + <%= theme_extra_navigation %> | |
34 | + </ul> | |
35 | + | |
36 | + <div id="navigation-end"></div> | |
37 | +--> | |
38 | + </div><!-- end id="navigation" --> | |
39 | + | |
40 | +</div><!-- end id="wrap-0" --> | |
41 | + | |
42 | + | |
43 | +<!-- Nova Barra de usuário --> | |
44 | + | |
45 | +<div id="barra-psocial" class="top" > | |
46 | + <div class="btn_control_panel btn_control" title="Painel de Controle" alt="menu"> | |
47 | + | |
48 | + <div class="layout_user"> | |
49 | + <%= render :partial => 'layouts/user' %> | |
50 | + </div> | |
51 | +</div> | |
52 | + | |
53 | + <div class="btn_control_panel btn_tasks" title="Pedências" alt="pendências"> | |
54 | + <span>20</span> | |
55 | + </div> | |
56 | + <div class="btn_control_panel btn_msg" title="Mensagens" alt="mensagens"> | |
57 | + <span>362</span> | |
58 | + </div> | |
59 | + | |
60 | +<!-- | |
61 | + <div id="categories_menu"> | |
62 | + <%= theme_include 'categories' %> | |
63 | + </div> | |
64 | + --> | |
65 | + <div id="participa-languages"> | |
66 | + <ul> | |
67 | + <li> | |
68 | + <a href="?lang=pt" class="flag flag-pt" title="Português"><span>Português</span></a> | |
69 | + </li> | |
70 | + <li> | |
71 | + <a href="?lang=en" class="flag flag-en" title="English"><span>English</span></a> | |
72 | + </li> | |
73 | + | |
74 | + </ul> | |
75 | + </div> | |
76 | +</div> | |
77 | +<!-- FIM Nova Barra de usuário --> | |
78 | + | |
79 | + | |
80 | + | |
81 | +<!-- Menu Pendências --> | |
82 | + | |
83 | +<div id="task_list" class="task_list hide"> | |
84 | +<!-- Task list do participa --> | |
85 | + | |
86 | + <ul class="task-list"> | |
87 | + | |
88 | + <div class="task_box" id="task-906"> | |
89 | + | |
90 | + <div class="task_icon"> | |
91 | + <img src="/images/icons-app/community-minor.png" alt="Federalismo em debate"> | |
92 | + </div> | |
93 | + | |
94 | + <div class="task_decisions"> | |
95 | + <input class="task_accept_radio" id="decision-finish-906" name="tasks[906][decision]" task_id="906" type="radio" value="finish"> | |
96 | + <label for="decision-finish-906">Aceitar</label> | |
97 | + <input class="task_reject_radio" id="decision-cancel-906" name="tasks[906][decision]" task_id="906" type="radio" value="cancel"> | |
98 | + <label for="decision-cancel-906">Rejeitar</label> | |
99 | + <input checked="checked" class="task_skip_radio" id="decision-skip-906" name="tasks[906][decision]" task_id="906" type="radio" value="skip"> | |
100 | + <label for="decision-skip-906">Pular</label> | |
101 | + </div><!-- class="task_decisions" --> | |
102 | + | |
103 | + <strong class="task_title" style="margin-right: 175px;"> | |
104 | + Nova comunidade | |
105 | + </strong> | |
106 | + | |
107 | + <div class="task_information"> | |
108 | + <a href="http://hom.psocial.sg.gov.br/profile/gabrielbarbosa">Gabriel de Souza Barbosa</a> quer criar a comunidade <span class="task_target">Federalismo em debate</span> sem descrição. | |
109 | + </div> | |
110 | + | |
111 | + <div id="on-reject-information-906" style="display: none"> | |
112 | + <div class="formfieldline"> | |
113 | + <label class="formlabel" for="tasks_906_task_reject_explanation">Explicação para a rejeição</label> | |
114 | + <div class="formfield type-textarea"> | |
115 | + <textarea cols="40" id="tasks_906_task_reject_explanation" name="tasks[906][task][reject_explanation]" rows="5"></textarea> | |
116 | + </div> | |
117 | + </div> | |
118 | + </div> | |
119 | + | |
120 | + </div><!-- class="task_box" --> | |
121 | + | |
122 | +<div class="task_box" id="task-906"> | |
123 | + | |
124 | + <div class="task_icon"> | |
125 | + <img src="/images/icons-app/community-minor.png" alt="Federalismo em debate"> | |
126 | + </div> | |
127 | + | |
128 | + <div class="task_decisions"> | |
129 | + <input class="task_accept_radio" id="decision-finish-906" name="tasks[906][decision]" task_id="906" type="radio" value="finish"> | |
130 | + <label for="decision-finish-906">Aceitar</label> | |
131 | + <input class="task_reject_radio" id="decision-cancel-906" name="tasks[906][decision]" task_id="906" type="radio" value="cancel"> | |
132 | + <label for="decision-cancel-906">Rejeitar</label> | |
133 | + <input checked="checked" class="task_skip_radio" id="decision-skip-906" name="tasks[906][decision]" task_id="906" type="radio" value="skip"> | |
134 | + <label for="decision-skip-906">Pular</label> | |
135 | + </div><!-- class="task_decisions" --> | |
136 | + | |
137 | + <strong class="task_title" style="margin-right: 175px;"> | |
138 | + Nova comunidade | |
139 | + </strong> | |
140 | + | |
141 | + <div class="task_information"> | |
142 | + <a href="http://hom.psocial.sg.gov.br/profile/gabrielbarbosa">Gabriel de Souza Barbosa</a> quer criar a comunidade <span class="task_target">Federalismo em debate</span> sem descrição. | |
143 | + </div> | |
144 | + | |
145 | + <div id="on-reject-information-906" style="display: none"> | |
146 | + <div class="formfieldline"> | |
147 | + <label class="formlabel" for="tasks_906_task_reject_explanation">Explicação para a rejeição</label> | |
148 | + <div class="formfield type-textarea"> | |
149 | + <textarea cols="40" id="tasks_906_task_reject_explanation" name="tasks[906][task][reject_explanation]" rows="5"></textarea> | |
150 | + </div> | |
151 | + </div> | |
152 | + </div> | |
153 | + | |
154 | + </div><!-- class="task_box" --> | |
155 | +<div class="task_box" id="task-906"> | |
156 | + | |
157 | + <div class="task_icon"> | |
158 | + <img src="/images/icons-app/community-minor.png" alt="Federalismo em debate"> | |
159 | + </div> | |
160 | + | |
161 | + <div class="task_decisions"> | |
162 | + <input class="task_accept_radio" id="decision-finish-906" name="tasks[906][decision]" task_id="906" type="radio" value="finish"> | |
163 | + <label for="decision-finish-906">Aceitar</label> | |
164 | + <input class="task_reject_radio" id="decision-cancel-906" name="tasks[906][decision]" task_id="906" type="radio" value="cancel"> | |
165 | + <label for="decision-cancel-906">Rejeitar</label> | |
166 | + <input checked="checked" class="task_skip_radio" id="decision-skip-906" name="tasks[906][decision]" task_id="906" type="radio" value="skip"> | |
167 | + <label for="decision-skip-906">Pular</label> | |
168 | + </div><!-- class="task_decisions" --> | |
169 | + | |
170 | + <strong class="task_title" style="margin-right: 175px;"> | |
171 | + Nova comunidade | |
172 | + </strong> | |
173 | + | |
174 | + <div class="task_information"> | |
175 | + <a href="http://hom.psocial.sg.gov.br/profile/gabrielbarbosa">Gabriel de Souza Barbosa</a> quer convencer a comunidade de que <span class="task_target">Federalismo em debate</span> é a melhor solução. | |
176 | + </div> | |
177 | + | |
178 | + <div id="on-reject-information-906" style="display: none"> | |
179 | + <div class="formfieldline"> | |
180 | + <label class="formlabel" for="tasks_906_task_reject_explanation">Explicação para a rejeição</label> | |
181 | + <div class="formfield type-textarea"> | |
182 | + <textarea cols="40" id="tasks_906_task_reject_explanation" name="tasks[906][task][reject_explanation]" rows="5"></textarea> | |
183 | + </div> | |
184 | + </div> | |
185 | + </div> | |
186 | + | |
187 | + </div><!-- class="task_box" --> | |
188 | + | |
189 | +<div class="button-bar"> | |
190 | + <input class="button with-text icon-save submit" name="commit" type="submit" value="Aplicar!"> | |
191 | + <a href="#" class="button icon-text-plain with-text" title="Ver tarefas processadas"> <span>Ver Todas</span></a> | |
192 | + <a href="#" id="close_task" class="button icon-back with-text" title="Voltar ao painel de controle"> <span>Fechar</span></a> | |
193 | + <br style="clear: left;"> | |
194 | +</div> | |
195 | + | |
196 | + </ul> | |
197 | +<!-- FIM Task list do participa --> | |
198 | +</div> | |
199 | +<!-- FIM Menu Pendências --> | |
200 | + | |
201 | + | |
202 | + | |
203 | + | |
204 | +<!-- Menu Mensagens --> | |
205 | + | |
206 | +<div id="msg_list" class="task_list hide"> | |
207 | +<!-- Task list do participa --> | |
208 | + | |
209 | + <ul class="task-list"> | |
210 | + | |
211 | + <div class="task_box" id="task-906"> | |
212 | + | |
213 | + <div class="task_icon"> | |
214 | + <img src="/images/icons-app/community-minor.png" alt="Federalismo em debate"> | |
215 | + </div> | |
216 | + | |
217 | + <div class="task_decisions"> | |
218 | + <input class="task_accept_radio" id="decision-finish-906" name="tasks[906][decision]" task_id="906" type="radio" value="finish"> | |
219 | + <label for="decision-finish-906">Responder</label> | |
220 | + <input class="task_reject_radio" id="decision-cancel-906" name="tasks[906][decision]" task_id="906" type="radio" value="cancel"> | |
221 | + <label for="decision-cancel-906">Apagar</label> | |
222 | + <input checked="checked" class="task_skip_radio" id="decision-skip-906" name="tasks[906][decision]" task_id="906" type="radio" value="skip"> | |
223 | + <label for="decision-skip-906">Pular</label> | |
224 | + </div><!-- class="task_decisions" --> | |
225 | + | |
226 | + <strong class="task_title" style="margin-right: 175px;"> | |
227 | + Nova Mensagem | |
228 | + </strong> | |
229 | + | |
230 | + <div class="task_information"> | |
231 | + <a href="http://hom.psocial.sg.gov.br/profile/gabrielbarbosa">Gabriel de Souza Barbosa</a> quer falar sobre <span class="task_target">Federalismo em debate</span> sem descrição. | |
232 | + </div> | |
233 | + | |
234 | + <div id="on-reject-information-906" style="display: none"> | |
235 | + <div class="formfieldline"> | |
236 | + <label class="formlabel" for="tasks_906_task_reject_explanation">Explicação para a rejeição</label> | |
237 | + <div class="formfield type-textarea"> | |
238 | + <textarea cols="40" id="tasks_906_task_reject_explanation" name="tasks[906][task][reject_explanation]" rows="5"></textarea> | |
239 | + </div> | |
240 | + </div> | |
241 | + </div> | |
242 | + | |
243 | + </div><!-- class="task_box" --> | |
244 | + | |
245 | +<div class="task_box" id="task-906"> | |
246 | + | |
247 | + <div class="task_icon"> | |
248 | + <img src="/images/icons-app/community-minor.png" alt="Federalismo em debate"> | |
249 | + </div> | |
250 | + | |
251 | + <div class="task_decisions"> | |
252 | + <input class="task_accept_radio" id="decision-finish-906" name="tasks[906][decision]" task_id="906" type="radio" value="finish"> | |
253 | + <label for="decision-finish-906">Responder</label> | |
254 | + <input class="task_reject_radio" id="decision-cancel-906" name="tasks[906][decision]" task_id="906" type="radio" value="cancel"> | |
255 | + <label for="decision-cancel-906">Apagar</label> | |
256 | + <input checked="checked" class="task_skip_radio" id="decision-skip-906" name="tasks[906][decision]" task_id="906" type="radio" value="skip"> | |
257 | + <label for="decision-skip-906">Pular</label> | |
258 | + </div><!-- class="task_decisions" --> | |
259 | + | |
260 | + <strong class="task_title" style="margin-right: 175px;"> | |
261 | + Mensagem da comunidade | |
262 | + </strong> | |
263 | + | |
264 | + <div class="task_information"> | |
265 | + <a href="http://hom.psocial.sg.gov.br/profile/gabrielbarbosa">Gabriel de Souza Barbosa</a> quer criar a comunidade <span class="task_target">Federalismo</span> sem descrição. | |
266 | + </div> | |
267 | + | |
268 | + <div id="on-reject-information-906" style="display: none"> | |
269 | + <div class="formfieldline"> | |
270 | + <label class="formlabel" for="tasks_906_task_reject_explanation">Explicação para a rejeição</label> | |
271 | + <div class="formfield type-textarea"> | |
272 | + <textarea cols="40" id="tasks_906_task_reject_explanation" name="tasks[906][task][reject_explanation]" rows="5"></textarea> | |
273 | + </div> | |
274 | + </div> | |
275 | + </div> | |
276 | + | |
277 | + </div><!-- class="task_box" --> | |
278 | +<div class="task_box" id="task-906"> | |
279 | + | |
280 | + <div class="task_icon"> | |
281 | + <img src="/images/icons-app/community-minor.png" alt="Federalismo em debate"> | |
282 | + </div> | |
283 | + | |
284 | + <div class="task_decisions"> | |
285 | + <input class="task_accept_radio" id="decision-finish-906" name="tasks[906][decision]" task_id="906" type="radio" value="finish"> | |
286 | + <label for="decision-finish-906">Responder</label> | |
287 | + <input class="task_reject_radio" id="decision-cancel-906" name="tasks[906][decision]" task_id="906" type="radio" value="cancel"> | |
288 | + <label for="decision-cancel-906">Apagar</label> | |
289 | + <input checked="checked" class="task_skip_radio" id="decision-skip-906" name="tasks[906][decision]" task_id="906" type="radio" value="skip"> | |
290 | + <label for="decision-skip-906">Pular</label> | |
291 | + </div><!-- class="task_decisions" --> | |
292 | + | |
293 | + <strong class="task_title" style="margin-right: 175px;"> | |
294 | + Mensagem Nova | |
295 | + </strong> | |
296 | + | |
297 | + <div class="task_information"> | |
298 | + <a href="http://hom.psocial.sg.gov.br/profile/gabrielbarbosa">Gabriel de Souza Barbosa</a> falar com você sobre <span class="task_target">Debate</span> sem descrição. | |
299 | + </div> | |
300 | + | |
301 | + <div id="on-reject-information-906" style="display: none"> | |
302 | + <div class="formfieldline"> | |
303 | + <label class="formlabel" for="tasks_906_task_reject_explanation">Explicação para a rejeição</label> | |
304 | + <div class="formfield type-textarea"> | |
305 | + <textarea cols="40" id="tasks_906_task_reject_explanation" name="tasks[906][task][reject_explanation]" rows="5"></textarea> | |
306 | + </div> | |
307 | + </div> | |
308 | + </div> | |
309 | + | |
310 | + </div><!-- class="task_box" --> | |
311 | + | |
312 | +<div class="button-bar"> | |
313 | + <input class="button with-text icon-save submit" name="commit" type="submit" value="Aplicar!"> | |
314 | + <a href="#" class="button icon-text-plain with-text" title="Ver tarefas processadas"> <span>Ver Todas</span></a> | |
315 | + <a href="#" id="close_msg" class="button icon-back with-text" title="Voltar ao painel de controle"> <span>Fechar</span></a> | |
316 | + <br style="clear: left;"> | |
317 | +</div> | |
318 | + | |
319 | + </ul> | |
320 | +<!-- FIM Task list do participa --> | |
321 | +</div> | |
322 | +<!-- FIM Menu Mensagens --> | |
323 | + | |
324 | +<!-- *************** Painel de controle da comunidade ************** --> | |
325 | +<div class="btn_control_panel_bar"> | |
326 | + <a href="#" id="btn_open_control_panel" class="btn_open"> | |
327 | + <span> </span><!-- <span>Painel de Controle</span> --> | |
328 | + <ul> | |
329 | + <li>Conteúdo</li> | |
330 | + <li>Aparência</li> | |
331 | + <li>Configurações</li> | |
332 | + </ul> | |
333 | + </a> | |
334 | + | |
335 | +<div id="control_panel_bar" class="controller-profile_editor"> </div> | |
336 | + | |
337 | +</div> | |
338 | + | |
339 | + | |
340 | +<!-- *************** FIM Painel de controle da comunidade ************** --> | ... | ... |
3.12 KB
9.42 KB
70.1 KB
174 KB
3.75 KB
3.75 KB
229 KB
567 Bytes
548 Bytes
230 Bytes
2.54 KB
268 Bytes
425 Bytes
300 Bytes
179 Bytes
2.93 KB
3.18 KB
3.12 KB
475 Bytes
533 Bytes
636 Bytes
883 Bytes
239 Bytes
187 Bytes
173 Bytes
14.3 KB
245 KB
695 Bytes
159 Bytes
418 Bytes
1.02 KB
3.01 KB
1.47 KB
3.13 KB
884 Bytes
856 Bytes
95.1 KB
78.5 KB
142 Bytes
216 Bytes
35 Bytes
43 Bytes
305 Bytes
127 Bytes
128 Bytes
1.85 KB
14 KB
969 Bytes
333 Bytes
969 Bytes
1.01 KB
2.85 KB
3.12 KB
445 Bytes
448 Bytes
174 Bytes
648 Bytes
648 Bytes
2.17 KB
52 KB
850 Bytes
771 Bytes
5.21 KB
579 Bytes
877 Bytes
7.01 KB
1.04 KB
3.32 KB
3.74 KB
4.75 KB
2.46 KB
624 Bytes
538 Bytes
2.09 KB
190 Bytes
1.71 KB
642 Bytes
182 KB
2.04 KB
1 | +++ a/images/google_follow.svg | |
... | ... | @@ -0,0 +1,23 @@ |
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> | ... | ... |
279 Bytes
349 Bytes
772 Bytes
674 Bytes
772 Bytes
674 Bytes
567 Bytes
424 Bytes
426 Bytes
357 Bytes
438 Bytes
438 Bytes