Commit 8a06dc9773e096be0a724dd71378481e2395f8dc
Exists in
master
and in
9 other branches
Merge branch 'r4' of portal.softwarepublico.gov.br:softwarepublico/noosfero-spb-theme into r4
Showing
10 changed files
with
409 additions
and
49 deletions
Show diff stats
css/community-pages.css
@@ -109,7 +109,7 @@ | @@ -109,7 +109,7 @@ | ||
109 | float:none; | 109 | float:none; |
110 | display:table; | 110 | display:table; |
111 | } | 111 | } |
112 | - | 112 | +.profile-members-tabs-container .ui-tabs .ui-tabs-panel, |
113 | #block-community-tabs .ui-tabs .ui-tabs-panel{ | 113 | #block-community-tabs .ui-tabs .ui-tabs-panel{ |
114 | padding: 0px; | 114 | padding: 0px; |
115 | } | 115 | } |
@@ -139,7 +139,7 @@ | @@ -139,7 +139,7 @@ | ||
139 | } | 139 | } |
140 | #block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a{ | 140 | #block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a{ |
141 | color: #FF0366; | 141 | color: #FF0366; |
142 | - font-weight: 700; | 142 | + font-weight: 300; |
143 | } | 143 | } |
144 | 144 | ||
145 | /* Community's area tabs */ | 145 | /* Community's area tabs */ |
@@ -376,14 +376,14 @@ | @@ -376,14 +376,14 @@ | ||
376 | color: #172738; | 376 | color: #172738; |
377 | text-align: left; | 377 | text-align: left; |
378 | text-overflow: ellipsis; | 378 | text-overflow: ellipsis; |
379 | - font: 14px/21px Arial; | 379 | + font: 15px/21px Arial; |
380 | overflow: hidden; | 380 | overflow: hidden; |
381 | } | 381 | } |
382 | 382 | ||
383 | /*Post Position-1*/ | 383 | /*Post Position-1*/ |
384 | #content #blog-tab .blog .blog-post.position-1 h1{ | 384 | #content #blog-tab .blog .blog-post.position-1 h1{ |
385 | line-height: 37px; | 385 | line-height: 37px; |
386 | - font-size: 25px; | 386 | + font-size: 22px; |
387 | color: #172738; | 387 | color: #172738; |
388 | padding-left:0px; | 388 | padding-left:0px; |
389 | text-align: left; | 389 | text-align: left; |
@@ -417,17 +417,19 @@ float: left; | @@ -417,17 +417,19 @@ float: left; | ||
417 | padding-left: 7px; | 417 | padding-left: 7px; |
418 | padding-right: 4px; | 418 | padding-right: 4px; |
419 | color: #ffffff; | 419 | color: #ffffff; |
420 | - background: #3E67B1; | ||
421 | - border-radius: 4px; | ||
422 | - font-size: 18px; | 420 | + background: #172738; |
421 | + border-radius: 2px; | ||
422 | + font-size: 19px; | ||
423 | line-height: 20px; | 423 | line-height: 20px; |
424 | text-align: center; | 424 | text-align: center; |
425 | margin-left: 5px; | 425 | margin-left: 5px; |
426 | position: relative; | 426 | position: relative; |
427 | top: 2px; | 427 | top: 2px; |
428 | } | 428 | } |
429 | + | ||
429 | #content #blog-tab .blog .read-more a{ | 430 | #content #blog-tab .blog .read-more a{ |
430 | text-decoration: none; | 431 | text-decoration: none; |
432 | + color:#172735; | ||
431 | } | 433 | } |
432 | 434 | ||
433 | /* Software Tab Data - Need to develop solution - Only display on profile page */ | 435 | /* Software Tab Data - Need to develop solution - Only display on profile page */ |
@@ -436,21 +438,25 @@ float: left; | @@ -436,21 +438,25 @@ float: left; | ||
436 | display: none; | 438 | display: none; |
437 | } | 439 | } |
438 | 440 | ||
441 | +.profile-type-is-community .action-profile_design-index #content .software-tab-data-block, | ||
439 | .profile-type-is-community .action-profile-index #content .software-tab-data-block{ | 442 | .profile-type-is-community .action-profile-index #content .software-tab-data-block{ |
440 | display: block; | 443 | display: block; |
441 | } | 444 | } |
442 | 445 | ||
443 | /*** Right bar ***/ | 446 | /*** Right bar ***/ |
444 | 447 | ||
445 | -.template-default.profile-type-is-community .action-profile-index #content .box-3 .link-list-block{ | 448 | +.template-default.profile-type-is-community .action-profile-index #content .box-3 .link-list-block, |
449 | +.template-lefttopright.profile-type-is-community .action-profile-index #content .box-2 .link-list-block | ||
446 | display: none; | 450 | display: none; |
447 | } | 451 | } |
448 | 452 | ||
449 | -/********Bloco de informacao da comunidade********/ | 453 | +/*Block with Community information - Need to develop solution - Only display on profile page */ |
454 | + | ||
450 | .profile-type-is-community .community-block{ | 455 | .profile-type-is-community .community-block{ |
451 | display: none; | 456 | display: none; |
452 | } | 457 | } |
453 | 458 | ||
459 | +.profile-type-is-community .action-profile_design-index #content .community-block, | ||
454 | .profile-type-is-community .action-profile-index #content .community-block{ | 460 | .profile-type-is-community .action-profile-index #content .community-block{ |
455 | display: block; | 461 | display: block; |
456 | border: 1px solid #ECEDF1; | 462 | border: 1px solid #ECEDF1; |
@@ -492,7 +498,26 @@ float: left; | @@ -492,7 +498,26 @@ float: left; | ||
492 | text-align: center; | 498 | text-align: center; |
493 | } | 499 | } |
494 | 500 | ||
495 | -/* Members block */ | 501 | +/* Wiki block - Need to develop solution - Only display on profile page */ |
502 | +.template-default #content .box-3 .wiki-block, | ||
503 | +.template-lefttopright #content .box-2 .wiki-block{ | ||
504 | + display: none; | ||
505 | +} | ||
506 | + | ||
507 | +.template-default .action-profile-index #content .box-3 .wiki-block, | ||
508 | +.template-lefttopright .action-profile-index #content .box-2 .wiki-block, | ||
509 | +.template-default .action-profile_design-index #content .box-3 .wiki-block, | ||
510 | +.template-lefttopright .action-profile_design-index #content .box-2 .wiki-block{ | ||
511 | + display: block; | ||
512 | +} | ||
513 | + | ||
514 | +/* Repository block and wiki block need to look a unique block */ | ||
515 | +.action-profile-index #content .box-2 .block-outer .repository-block, | ||
516 | +.action-profile-index #content .box-3 .block-outer .repository-block{ | ||
517 | + margin-bottom: 20px; | ||
518 | +} | ||
519 | + | ||
520 | +/*Block with Members information - Need to develop solution - Only display on profile page */ | ||
496 | 521 | ||
497 | .profile-type-is-community #content .members-block{ | 522 | .profile-type-is-community #content .members-block{ |
498 | display: none; | 523 | display: none; |
@@ -500,6 +525,7 @@ float: left; | @@ -500,6 +525,7 @@ float: left; | ||
500 | border-radius: 4px; | 525 | border-radius: 4px; |
501 | } | 526 | } |
502 | 527 | ||
528 | +.profile-type-is-community .action-profile_design-index #content .members-block, | ||
503 | .profile-type-is-community .action-profile-index #content .members-block{ | 529 | .profile-type-is-community .action-profile-index #content .members-block{ |
504 | display: block; | 530 | display: block; |
505 | } | 531 | } |
@@ -563,7 +589,9 @@ float: left; | @@ -563,7 +589,9 @@ float: left; | ||
563 | } | 589 | } |
564 | 590 | ||
565 | .profile-type-is-community #content .members-block .common-profile-list-block .vcard a.profile_link{ | 591 | .profile-type-is-community #content .members-block .common-profile-list-block .vcard a.profile_link{ |
566 | - height: 70px; | 592 | + /*height: 70px;*/ |
593 | + height: 100px; | ||
594 | + max-height: 100px; | ||
567 | } | 595 | } |
568 | 596 | ||
569 | .profile-type-is-community #content .members-block .menu-submenu{ | 597 | .profile-type-is-community #content .members-block .menu-submenu{ |
@@ -631,6 +659,8 @@ float: left; | @@ -631,6 +659,8 @@ float: left; | ||
631 | .profile-type-is-community #content .members-block .common-profile-list-block .fn { | 659 | .profile-type-is-community #content .members-block .common-profile-list-block .fn { |
632 | margin-top: 2px; | 660 | margin-top: 2px; |
633 | color: #172738; | 661 | color: #172738; |
662 | + max-height: 34px; | ||
663 | + overflow: hidden; | ||
634 | } | 664 | } |
635 | 665 | ||
636 | .profile-type-is-community #content .members-block .menu-submenu-content h4{ | 666 | .profile-type-is-community #content .members-block .menu-submenu-content h4{ |
@@ -716,9 +746,13 @@ float: left; | @@ -716,9 +746,13 @@ float: left; | ||
716 | /*** Members Page ***/ | 746 | /*** Members Page ***/ |
717 | 747 | ||
718 | /* Title of the area members */ | 748 | /* Title of the area members */ |
749 | +.action-profile-members .box-1{ | ||
750 | + width: 560px; | ||
751 | +} | ||
752 | + | ||
719 | .action-profile-members #content .page-members-header{ | 753 | .action-profile-members #content .page-members-header{ |
720 | margin-bottom: 45px; | 754 | margin-bottom: 45px; |
721 | - padding-bottom: 26px; | 755 | + padding-bottom: 70px; |
722 | border-bottom: 1px solid #D3D6DE; | 756 | border-bottom: 1px solid #D3D6DE; |
723 | font-family: Arial; | 757 | font-family: Arial; |
724 | } | 758 | } |
@@ -727,12 +761,19 @@ float: left; | @@ -727,12 +761,19 @@ float: left; | ||
727 | margin:20px 0px 8px 0px; | 761 | margin:20px 0px 8px 0px; |
728 | } | 762 | } |
729 | 763 | ||
730 | -.action-profile-members #content .page-members-header h3.community-name-members{ | 764 | +.action-profile-members #content .page-members-header h3.community-name{ |
731 | margin: 0px 0px 5px 0px; | 765 | margin: 0px 0px 5px 0px; |
732 | font-size: 14px; | 766 | font-size: 14px; |
733 | font-weight: 600; | 767 | font-weight: 600; |
734 | } | 768 | } |
735 | 769 | ||
770 | +.action-profile-members #content .page-members-header ul li{ | ||
771 | + float:left; | ||
772 | + margin:8px 0px 0px 0px; | ||
773 | + width: 36%; | ||
774 | + | ||
775 | +} | ||
776 | + | ||
736 | .action-profile-members #content .page-members-header a.button.with-text{ | 777 | .action-profile-members #content .page-members-header a.button.with-text{ |
737 | padding: 5px 15px; | 778 | padding: 5px 15px; |
738 | border: 1px solid #D3D6DE; | 779 | border: 1px solid #D3D6DE; |
@@ -744,10 +785,6 @@ float: left; | @@ -744,10 +785,6 @@ float: left; | ||
744 | border-color: #3E67B1; | 785 | border-color: #3E67B1; |
745 | } | 786 | } |
746 | 787 | ||
747 | -.action-profile-members .page-members-header .join-leave-button.require-login-popup{ | ||
748 | - margin-right: 4px; | ||
749 | - float: left; | ||
750 | -} | ||
751 | 788 | ||
752 | /* Tabs */ | 789 | /* Tabs */ |
753 | 790 |
css/edition-pages.css
@@ -250,3 +250,228 @@ | @@ -250,3 +250,228 @@ | ||
250 | border: 1px solid #D3D6DE; | 250 | border: 1px solid #D3D6DE; |
251 | } | 251 | } |
252 | 252 | ||
253 | +/*New Software form*/ | ||
254 | + | ||
255 | +.action-software_communities_plugin_myprofile-new_software #content.current-step h3 { | ||
256 | + color: #F50054; | ||
257 | +} | ||
258 | + | ||
259 | +.action-software_communities_plugin_myprofile-new_software #content .main-block form input[type="text"] { | ||
260 | + display: block; | ||
261 | + height: 19px; | ||
262 | + padding: 6px; | ||
263 | + border: 1px solid #ccc; | ||
264 | + border-radius: 4px; | ||
265 | + width: 384px; | ||
266 | + font-size: 15px; | ||
267 | + font-family: arial, helvetica; | ||
268 | + color: #585858; | ||
269 | +} | ||
270 | + | ||
271 | +.action-software_communities_plugin_myprofile-new_software #content .formfield input{ | ||
272 | + background: none #FFFFFF; | ||
273 | + border: 1px solid #DDDDDD; | ||
274 | + color: #585858; | ||
275 | + font-size: 16px; | ||
276 | + width: 76%; | ||
277 | + word-wrap: break-word; | ||
278 | + border-radius: 4px; | ||
279 | +} | ||
280 | +.action-software_communities_plugin_myprofile-new_software #content .main-content form label.formlabel.mandatory{ | ||
281 | + font-size: 14px; | ||
282 | + margin-bottom: 5px; | ||
283 | + color: #231f20; | ||
284 | + font-weight: 300; | ||
285 | +} | ||
286 | + | ||
287 | +.action-software_communities_plugin_myprofile-new_software #content .main-content form .required-field .formlabel.mandatory:after{ | ||
288 | + color: #FF0366; | ||
289 | + font-weight: 500; | ||
290 | +} | ||
291 | + | ||
292 | +.action-software_communities_plugin_myprofile-new_software #content .formfield textarea{ | ||
293 | + background: none #FFFFFF; | ||
294 | + border: 1px solid #DDDDDD; | ||
295 | + color: #585858; | ||
296 | + font-size: 16px; | ||
297 | + width: 100%; | ||
298 | + word-wrap: break-word; | ||
299 | +} | ||
300 | + | ||
301 | +.action-software_communities_plugin_myprofile-new_software #content #finality textarea { | ||
302 | + resize: none; | ||
303 | + height: 100px; | ||
304 | +} | ||
305 | + | ||
306 | +.action-software_communities_plugin_myprofile-new_software #content #software-hostname { | ||
307 | + float: left; | ||
308 | + display: inline-block; | ||
309 | + vertical-align: middle; | ||
310 | + background: #EEE; | ||
311 | + border: 1px solid #CFCFCF; | ||
312 | + line-height: 22px; | ||
313 | + padding: 0px 7px; | ||
314 | + color: #4A4A4A; | ||
315 | + font-size: 20px; | ||
316 | + text-transform: lowercase; | ||
317 | + min-width: 190px; | ||
318 | + border-spacing: 20px; | ||
319 | +} | ||
320 | + | ||
321 | +.action-software_communities_plugin_myprofile-new_software #content .main-block form #profile_change_picture { | ||
322 | + padding: 0 15px 15px 15px; | ||
323 | + border: 1px dotted #ddd; | ||
324 | + margin-top: 10px; | ||
325 | +} | ||
326 | + | ||
327 | +.action-software_communities_plugin_myprofile-new_software #content .main-content form p .required-field { | ||
328 | + max-width: 500px; | ||
329 | + padding: 15px 20px; | ||
330 | + margin: 20px 0 30px 0; | ||
331 | + border: 1px dotted #ccc; | ||
332 | + border-left: 5px solid #FF0366; | ||
333 | + border-radius: 3px; | ||
334 | + display: block; | ||
335 | + background: #fff; | ||
336 | + line-height: 20px; | ||
337 | + font-size: 13px; | ||
338 | +} | ||
339 | + | ||
340 | +.action-software_communities_plugin_myprofile-new_software .explanation { | ||
341 | +font-style: italic; | ||
342 | +font-size: 10px; | ||
343 | +} | ||
344 | + | ||
345 | +/* new community form*/ | ||
346 | + | ||
347 | +.action-memberships-new_community #content .main-block form input[type="text"] { | ||
348 | + display: block; | ||
349 | + height: 19px; | ||
350 | + padding: 6px; | ||
351 | + border: 1px solid #ccc; | ||
352 | + border-radius: 4px; | ||
353 | + width: 384px; | ||
354 | + font-size: 15px; | ||
355 | + font-family: arial, helvetica; | ||
356 | + color: #585858; | ||
357 | +} | ||
358 | + | ||
359 | +.action-memberships-new_community .formfield input{ | ||
360 | + background: none #FFFFFF; | ||
361 | + border: 1px solid #DDDDDD; | ||
362 | + color: #585858; | ||
363 | + font-size: 16px; | ||
364 | + width: 76%; | ||
365 | + word-wrap: break-word; | ||
366 | + border-radius: 4px; | ||
367 | +} | ||
368 | + | ||
369 | +.action-memberships-new_community #content .main-content form label.formlabel{ | ||
370 | + font-size: 14px; | ||
371 | + margin-bottom: 5px; | ||
372 | + color:#231f20; | ||
373 | + font-weight: 300; | ||
374 | +} | ||
375 | + | ||
376 | +.action-memberships-new_community #content .main-content form .required-field .formlabel:after { | ||
377 | + color: #FF0366; | ||
378 | + font-weight: 500; | ||
379 | +} | ||
380 | + | ||
381 | +.action-memberships-new_community .formfield textarea{ | ||
382 | + background: none #FFFFFF; | ||
383 | + border: 1px solid #DDDDDD; | ||
384 | + color: #585858; | ||
385 | + font-size: 16px; | ||
386 | + width: 100%; | ||
387 | + word-wrap: break-word; | ||
388 | +} | ||
389 | + | ||
390 | +.action-memberships-new_community #content .main-block form #profile_change_picture { | ||
391 | + padding: 0 15px 15px 15px; | ||
392 | + border: 1px dotted #ddd; | ||
393 | + margin-top: 10px; | ||
394 | +} | ||
395 | + | ||
396 | +.action-memberships-new_community #content .main-content form p .required-field { | ||
397 | + max-width: 500px; | ||
398 | + padding: 15px 20px; | ||
399 | + margin: 20px 0 30px 0; | ||
400 | + border: 1px dotted #ccc; | ||
401 | + border-left: 5px solid #FF0366; | ||
402 | + border-radius: 3px; | ||
403 | + display: block; | ||
404 | + background: #fff; | ||
405 | + line-height: 20px; | ||
406 | + font-size: 13px; | ||
407 | +} | ||
408 | + | ||
409 | +/*Contact new form*/ | ||
410 | + | ||
411 | +.action-contact-new #content .main-block form input[type="text"] { | ||
412 | + display: block; | ||
413 | + height: 19px; | ||
414 | + padding: 6px; | ||
415 | + border: 1px solid #ccc; | ||
416 | + border-radius: 4px; | ||
417 | + width: 384px; | ||
418 | + font-size: 15px; | ||
419 | + font-family: arial, helvetica; | ||
420 | + color: #585858; | ||
421 | +} | ||
422 | + | ||
423 | +.action-contact-new .formfield input{ | ||
424 | + background: none #FFFFFF; | ||
425 | + border: 1px solid #DDDDDD; | ||
426 | + color: #585858; | ||
427 | + font-size: 16px; | ||
428 | + width: 76%; | ||
429 | + word-wrap: break-word; | ||
430 | + border-radius: 4px; | ||
431 | +} | ||
432 | + | ||
433 | +.action-contact-new #content .main-content form label.formlabel{ | ||
434 | + font-size: 14px; | ||
435 | + margin-bottom: 5px; | ||
436 | + color:#231f20; | ||
437 | + font-weight: 300; | ||
438 | +} | ||
439 | + | ||
440 | +.action-contact-new #content .main-content form .required-field .formlabel:after { | ||
441 | + color: #FF0366; | ||
442 | + font-weight: 500; | ||
443 | +} | ||
444 | +.action-contact-new #content .main-content form label.formlabel{ | ||
445 | + font-size: 14px; | ||
446 | + margin-bottom: 5px; | ||
447 | + color:#231f20; | ||
448 | + font-weight: 300; | ||
449 | +} | ||
450 | + | ||
451 | +.action-contact-new #content .main-content form .required-field .formlabel:after { | ||
452 | + color: #FF0366; | ||
453 | + font-weight: 500; | ||
454 | +} | ||
455 | + | ||
456 | + | ||
457 | +.action-contact-new .formfield textarea{ | ||
458 | + background: none #FFFFFF; | ||
459 | + border: 1px solid #DDDDDD; | ||
460 | + color: #585858; | ||
461 | + font-size: 16px; | ||
462 | + width: 100%; | ||
463 | + word-wrap: break-word; | ||
464 | +} | ||
465 | + | ||
466 | +.action-contact-new #content .main-content form p .required-field { | ||
467 | + max-width: 500px; | ||
468 | + padding: 15px 20px; | ||
469 | + margin: 20px 0 30px 0; | ||
470 | + border: 1px dotted #ccc; | ||
471 | + border-left: 5px solid #FF0366; | ||
472 | + border-radius: 3px; | ||
473 | + display: block; | ||
474 | + background: #fff; | ||
475 | + line-height: 20px; | ||
476 | + font-size: 13px; | ||
477 | +} | ||
253 | \ No newline at end of file | 478 | \ No newline at end of file |
css/home-page.css
@@ -405,7 +405,8 @@ | @@ -405,7 +405,8 @@ | ||
405 | } | 405 | } |
406 | 406 | ||
407 | .action-home-index #content .highlights-image-link img{ | 407 | .action-home-index #content .highlights-image-link img{ |
408 | - max-height: 100px; | 408 | + height: 100px; |
409 | + max-width: 200px; | ||
409 | } | 410 | } |
410 | 411 | ||
411 | .action-home-index #content .highlights-label{ | 412 | .action-home-index #content .highlights-label{ |
css/main-content.css
css/software-pages.css
@@ -281,20 +281,22 @@ | @@ -281,20 +281,22 @@ | ||
281 | } | 281 | } |
282 | 282 | ||
283 | .template-default .box-3 #bt_wiki, | 283 | .template-default .box-3 #bt_wiki, |
284 | -.template-default .box-3 #bt_wiki:active, | ||
285 | -.template-default .box-3 #bt_wiki:visited, | ||
286 | -.template-default .box-3 #bt_repositorio, | ||
287 | -.template-default .box-3 #bt_repositorio:active, | ||
288 | -.template-default .box-3 #bt_repositorio:visited{ | 284 | +.template-default .box-3 #bt_repositorio { |
289 | border-radius: 4px; | 285 | border-radius: 4px; |
290 | padding: 12px 10px; | 286 | padding: 12px 10px; |
291 | background: #EAEBEE; | 287 | background: #EAEBEE; |
288 | + color: #2C66CE; | ||
292 | font: normal normal bold 12px 'open_sansbold', arial, helvetica, sans-serif; | 289 | font: normal normal bold 12px 'open_sansbold', arial, helvetica, sans-serif; |
293 | text-transform: uppercase; | 290 | text-transform: uppercase; |
294 | display: block; | 291 | display: block; |
295 | position: relative; | 292 | position: relative; |
296 | } | 293 | } |
297 | 294 | ||
295 | +.template-default .box-3 #bt_wiki:hover, | ||
296 | +.template-default .box-3 #bt_repositorio:hover { | ||
297 | + color:#172738; | ||
298 | +} | ||
299 | + | ||
298 | .template-default .box-3 #bt_wiki:after, | 300 | .template-default .box-3 #bt_wiki:after, |
299 | .template-default .box-3 #bt_repositorio:after{ | 301 | .template-default .box-3 #bt_repositorio:after{ |
300 | margin-top: -2px; | 302 | margin-top: -2px; |
@@ -384,23 +386,31 @@ | @@ -384,23 +386,31 @@ | ||
384 | } | 386 | } |
385 | 387 | ||
386 | /* Repository block */ | 388 | /* Repository block */ |
389 | + | ||
390 | +.template-lefttopright #content .box-2 .wiki-block, | ||
387 | .template-lefttopright #content .box-2 .repository-block{ | 391 | .template-lefttopright #content .box-2 .repository-block{ |
388 | padding: 0 0 0 10px; | 392 | padding: 0 0 0 10px; |
389 | } | 393 | } |
390 | 394 | ||
391 | -.template-lefttopright .box-2 #bt_repositorio, | ||
392 | -.template-lefttopright .box-2 #bt_repositorio:active, | ||
393 | -.template-lefttopright .box-2 #bt_repositorio:visited { | 395 | +.template-lefttopright .box-2 #bt_wiki, |
396 | +.template-lefttopright .box-2 #bt_repositorio { | ||
394 | border-radius: 4px; | 397 | border-radius: 4px; |
395 | padding: 12px 10px; | 398 | padding: 12px 10px; |
396 | background: #EAEBEE; | 399 | background: #EAEBEE; |
400 | + color: #2C66CE; | ||
397 | font: normal normal bold 12px 'open_sansbold', arial, helvetica, sans-serif; | 401 | font: normal normal bold 12px 'open_sansbold', arial, helvetica, sans-serif; |
398 | text-transform: uppercase; | 402 | text-transform: uppercase; |
399 | display: block; | 403 | display: block; |
400 | position: relative; | 404 | position: relative; |
401 | } | 405 | } |
402 | 406 | ||
403 | -.template-lefttopright .box-2 #bt_repositorio::after { | 407 | +.template-lefttopright .box-2 #bt_wiki:hover, |
408 | +.template-lefttopright .box-2 #bt_repositorio:hover { | ||
409 | + color:#172738; | ||
410 | +} | ||
411 | + | ||
412 | +.template-lefttopright .box-2 #bt_wiki::after, | ||
413 | +.template-lefttopright .box-2 #bt_repositorio::after{ | ||
404 | margin-top: -2px; | 414 | margin-top: -2px; |
405 | padding: 4px 0px 4px 2px; | 415 | padding: 4px 0px 4px 2px; |
406 | border-radius: 4px; | 416 | border-radius: 4px; |
@@ -415,7 +425,8 @@ | @@ -415,7 +425,8 @@ | ||
415 | content: url('../images/right-arrow.png'); | 425 | content: url('../images/right-arrow.png'); |
416 | } | 426 | } |
417 | 427 | ||
418 | -.template-lefttopright .box-2 #content #bt_repositorio:hover { | 428 | +.template-lefttopright .box-2 #content #bt_wiki:hover, |
429 | +.template-lefttopright .box-2 #content #bt_repositorio:hover{ | ||
419 | color: #FFF; | 430 | color: #FFF; |
420 | background: #2C66CE; | 431 | background: #2C66CE; |
421 | text-decoration: none; | 432 | text-decoration: none; |
@@ -423,6 +434,72 @@ | @@ -423,6 +434,72 @@ | ||
423 | 434 | ||
424 | /*** WARNING - WITH BOX-4 ***/ | 435 | /*** WARNING - WITH BOX-4 ***/ |
425 | 436 | ||
437 | +/* Metrics Block */ | ||
438 | +.software-metrics-block { | ||
439 | + font-family: Arial; | ||
440 | + padding: 3px 0px 0px 10px; | ||
441 | +} | ||
442 | + | ||
443 | +.software-metrics-block .metrics-list { | ||
444 | + border-bottom: 1px dotted #D3D6DE; | ||
445 | +} | ||
446 | + | ||
447 | +.software-metrics-block .metrics-list li { | ||
448 | + display: table; | ||
449 | + margin-bottom: 10px; | ||
450 | +} | ||
451 | + | ||
452 | +.software-metrics-block .metrics-list li span, | ||
453 | +.software-metrics-block .metrics-list li a { | ||
454 | + display: table-cell; | ||
455 | + vertical-align: top; | ||
456 | +} | ||
457 | + | ||
458 | +#content .software-metrics-block .metrics-list li a:link { | ||
459 | + color: #2c66ce; | ||
460 | +} | ||
461 | + | ||
462 | +.software-metrics-block span.arrow-globe-icon { | ||
463 | + background: url('../images/arrow-globe-icon.png') no-repeat center center; | ||
464 | + width: 25px; | ||
465 | + height: 18px; | ||
466 | +} | ||
467 | + | ||
468 | +.software-metrics-block span.downloads-icon { | ||
469 | + background: url('../images/downloads-icon.png') no-repeat center center; | ||
470 | + width: 25px; | ||
471 | + height: 18px; | ||
472 | +} | ||
473 | + | ||
474 | +.software-metrics-block span.face-icon { | ||
475 | + background: url('../images/beneficiados-icon.png') no-repeat center center; | ||
476 | + width: 25px; | ||
477 | + height: 20px; | ||
478 | +} | ||
479 | + | ||
480 | +.software-metrics-block span.pig-safe-icon { | ||
481 | + background: url('../images/economizados-icon.png') no-repeat center center; | ||
482 | + width: 25px; | ||
483 | + height: 20px; | ||
484 | +} | ||
485 | + | ||
486 | +.software-metrics-block .metrics-list li a { | ||
487 | + letter-spacing: -0.1px; | ||
488 | + line-height: 20px; | ||
489 | + padding-left: 5px; | ||
490 | +} | ||
491 | + | ||
492 | +.software-metrics-block .admin-estimation { | ||
493 | + font-size: 11px; | ||
494 | + line-height: 15px; | ||
495 | + margin-top: 7px; | ||
496 | + margin-left: 4px; | ||
497 | +} | ||
498 | + | ||
499 | +.software-metrics-block .metrics-list .saved-money { | ||
500 | + font-size: 14px; | ||
501 | +} | ||
502 | + | ||
426 | /*** end of right bar ***/ | 503 | /*** end of right bar ***/ |
427 | 504 | ||
428 | /************ END DUPLICATE ************/ | 505 | /************ END DUPLICATE ************/ |
css/tooltip.css
@@ -40,3 +40,23 @@ | @@ -40,3 +40,23 @@ | ||
40 | border-top-color: #172638; | 40 | border-top-color: #172638; |
41 | border-width: 6px; | 41 | border-width: 6px; |
42 | } | 42 | } |
43 | + | ||
44 | +/*Fix temporary - class="tooltip" send e-mail administrator community*/ | ||
45 | + | ||
46 | +.action-contact-new .tooltip{ | ||
47 | + position:initial; | ||
48 | + background:none; | ||
49 | + color:#172537; | ||
50 | + font-family: Arial, sans-serif; | ||
51 | + max-width: 520px; | ||
52 | + padding: 15px 20px; | ||
53 | + margin: 20px 0 30px 0; | ||
54 | + border: 1px dotted #ccc !important; | ||
55 | + border-left: 5px solid #FF0366 !important; | ||
56 | + line-height: 20px; | ||
57 | +} | ||
58 | + | ||
59 | +.action-contact-new .tooltip:after{ | ||
60 | + content:none; | ||
61 | +} | ||
62 | +/*************************************/ | ||
43 | \ No newline at end of file | 63 | \ No newline at end of file |
css/use-report.css
1 | /*** Profile homepage ***/ | 1 | /*** Profile homepage ***/ |
2 | 2 | ||
3 | /* Ratings Header */ | 3 | /* Ratings Header */ |
4 | -.profile-homepage #content .community-average-rating-container{ | 4 | +.profile-homepage #content .organization-average-rating-container { |
5 | margin-top: 21px; | 5 | margin-top: 21px; |
6 | overflow: auto; | 6 | overflow: auto; |
7 | } | 7 | } |
8 | 8 | ||
9 | -.profile-homepage #content .community-average-rating-container .star-rate-text{ | 9 | +.profile-homepage #content .organization-average-rating-container .star-rate-text { |
10 | font-size: 14px; | 10 | font-size: 14px; |
11 | letter-spacing: 0.2px; | 11 | letter-spacing: 0.2px; |
12 | margin-right: 5px; | 12 | margin-right: 5px; |
13 | padding: 4px 0px 0px 3px; | 13 | padding: 4px 0px 0px 3px; |
14 | } | 14 | } |
15 | 15 | ||
16 | -.profile-homepage #content .community-average-rating-container .star-container{ | 16 | +.profile-homepage #content .organization-average-rating-container .star-container { |
17 | margin-top: 2px; | 17 | margin-top: 2px; |
18 | } | 18 | } |
19 | 19 | ||
20 | -.profile-homepage #content .community-average-rating-container .rate-this-community{ | 20 | +.profile-homepage #content .organization-average-rating-container .rate-this-organization { |
21 | font-size: 14px; | 21 | font-size: 14px; |
22 | text-decoration: underline; | 22 | text-decoration: underline; |
23 | margin: 4px 0px 0px 6px; | 23 | margin: 4px 0px 0px 6px; |
24 | padding: 0px 0px 0px 15px; | 24 | padding: 0px 0px 0px 15px; |
25 | } | 25 | } |
26 | 26 | ||
27 | -.profile-homepage #content .community-average-rating-container .rate-this-community a{ | 27 | +.profile-homepage #content .organization-average-rating-container .rate-this-organization a { |
28 | color: #2c66ce; | 28 | color: #2c66ce; |
29 | } | 29 | } |
30 | 30 | ||
31 | -.profile-homepage #content .community-average-rating-container .star-container .medium-star-negative, | ||
32 | -.profile-homepage #content .community-average-rating-container .star-container .medium-star-positive{ | 31 | +.profile-homepage #content .organization-average-rating-container .star-container .medium-star-negative, |
32 | +.profile-homepage #content .organization-average-rating-container .star-container .medium-star-positive { | ||
33 | margin-right: 3px; | 33 | margin-right: 3px; |
34 | } | 34 | } |
35 | 35 | ||
36 | -.profile-homepage #content .communities-ratings-block .button-bar a.button.with-text{ | 36 | +.profile-homepage #content .communities-ratings-block .button-bar a.button.with-text { |
37 | height: 32px; | 37 | height: 32px; |
38 | padding: 0px 5px; | 38 | padding: 0px 5px; |
39 | border: 1px solid #3E67B1; | 39 | border: 1px solid #3E67B1; |
@@ -83,31 +83,31 @@ | @@ -83,31 +83,31 @@ | ||
83 | } | 83 | } |
84 | 84 | ||
85 | 85 | ||
86 | -#content .community-average-rating-container { | 86 | +#content .organization-average-rating-container { |
87 | margin-top: 21px; | 87 | margin-top: 21px; |
88 | overflow: auto; | 88 | overflow: auto; |
89 | } | 89 | } |
90 | 90 | ||
91 | -#content .community-average-rating-container .star-rate-text { | 91 | +#content .organization-average-rating-container .star-rate-text { |
92 | font-size: 14px; | 92 | font-size: 14px; |
93 | letter-spacing: 0.2px; | 93 | letter-spacing: 0.2px; |
94 | margin-right: 5px; | 94 | margin-right: 5px; |
95 | padding: 4px 0px 0px 3px; | 95 | padding: 4px 0px 0px 3px; |
96 | } | 96 | } |
97 | 97 | ||
98 | -#content .community-average-rating-container .star-container { | 98 | +#content .organization-average-rating-container .star-container { |
99 | margin-top: 2px; | 99 | margin-top: 2px; |
100 | } | 100 | } |
101 | 101 | ||
102 | -#content .community-average-rating-container .rate-this-community { | 102 | +#content .organization-average-rating-container .rate-this-organization { |
103 | font-size: 14px; | 103 | font-size: 14px; |
104 | text-decoration: underline; | 104 | text-decoration: underline; |
105 | margin: 4px 0px 0px 6px; | 105 | margin: 4px 0px 0px 6px; |
106 | padding: 0px 0px 0px 15px; | 106 | padding: 0px 0px 0px 15px; |
107 | } | 107 | } |
108 | 108 | ||
109 | -#content .community-average-rating-container .star-container .medium-star-negative, | ||
110 | -#content .community-average-rating-container .star-container .medium-star-positive { | 109 | +#content .organization-average-rating-container .star-container .medium-star-negative, |
110 | +#content .organization-average-rating-container .star-container .medium-star-positive { | ||
111 | margin-right: 3px; | 111 | margin-right: 3px; |
112 | } | 112 | } |
113 | 113 | ||
@@ -265,14 +265,14 @@ | @@ -265,14 +265,14 @@ | ||
265 | } | 265 | } |
266 | 266 | ||
267 | #content .star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-people-benefited, | 267 | #content .star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-people-benefited, |
268 | -#content .star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values{ | 268 | +#content .star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values { |
269 | font-size: 12px; | 269 | font-size: 12px; |
270 | float: left; | 270 | float: left; |
271 | padding-right: 10px; | 271 | padding-right: 10px; |
272 | height: 50px; | 272 | height: 50px; |
273 | } | 273 | } |
274 | 274 | ||
275 | -#content .star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values{ | 275 | +#content .star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values { |
276 | padding-right: 0px; | 276 | padding-right: 0px; |
277 | height: 70px; | 277 | height: 70px; |
278 | } | 278 | } |
@@ -307,15 +307,15 @@ | @@ -307,15 +307,15 @@ | ||
307 | padding-right: 6px; | 307 | padding-right: 6px; |
308 | } | 308 | } |
309 | 309 | ||
310 | -.action-communities_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-down::after{ | 310 | +.action-communities_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-down::after { |
311 | content: url('../images/bottom-arrow-black.png'); | 311 | content: url('../images/bottom-arrow-black.png'); |
312 | float: right; | 312 | float: right; |
313 | padding-top: 7px; | 313 | padding-top: 7px; |
314 | padding-right: 6px; | 314 | padding-right: 6px; |
315 | } | 315 | } |
316 | 316 | ||
317 | -#content .star-rate-form .star-comment-container .comments-software-extra-fields #comments_people_benefited, | ||
318 | -#content .star-rate-form .star-comment-container .comments-software-extra-fields #comments_saved_value { | 317 | +#content .star-rate-form .star-comment-container .comments-software-extra-fields #community_rating_people_benefited, |
318 | +#content .star-rate-form .star-comment-container .comments-software-extra-fields #community_rating_saved_value { | ||
319 | display: block; | 319 | display: block; |
320 | height: 19px; | 320 | height: 19px; |
321 | width: 155px; | 321 | width: 155px; |
895 Bytes
609 Bytes
517 Bytes