Commit 6850688bc57f70da5150ea4724f669ad30d5e854

Authored by Juliana
2 parents 013027a5 4936e6ee
Exists in master and in 79 other branches add_sisp_to_chef, add_super_archives_plugin, api_for_colab, automates_core_packing, backup_not_prod, changes_in_buttons_on_content_panel, colab_automated_login, colab_spb_plugin_recipe, colab_widgets_settings, design_validation, dev_env_minimal, disable_email_dev, fix_breadcrumbs_position, fix_categories_software_link, fix_edit_institution, fix_edit_software_with_another_license, fix_get_license_info, fix_gitlab_assets_permission, fix_list_style_inside_article, fix_list_style_on_folder_elements, fix_members_pagination, fix_merge_request_url, fix_models_translations, fix_no_license, fix_software_api, fix_software_block_migration, fix_software_communities_translations, fix_software_communities_unit_test, fix_style_create_institution_admin_panel, fix_superarchives_imports, fix_sym_links_noosfero, focus_search_field_theme, gov-user-refactoring, gov-user-refactoring-rails4, header_fix, institution_modal_on_rating, kalibro-conf-refactoring, kalibro-processor-package, lxc_settings, margin_fix, mezuro_cookbook, prezento, refactor_download_block, refactor_software_communities, refactor_software_for_sisp, register_page, release-process, release-process-v2, remove-unused-images, remove_broken_theme, remove_secondary_email_from_user, remove_sisp_buttons, removing_super_archives_email, review_message, scope2method, signals_user_noosfero, sisp_catalog_header, sisp_colab_config, sisp_dev, sisp_dev_master, sisp_simple_version, software_as_organization, software_catalog_style_fix, software_communities_html_refactor, software_infos_api, spb_minimal_env, spb_to_rails4, spec_refactor, stable-4.1, stable-4.2, stable-4.x, temp_soft_comm_refactoring, theme_header, theme_javascript_refactory, thread_dropdown, thread_page, update_search_by_categories, update_software_api, update_softwares_boxes

Merge branch 'master' of https://gitlab.com/softwarepublico/noosfero-spb-theme

Showing 2 changed files with 113 additions and 10 deletions   Show diff stats
cabecalho-cinza-theme.css
... ... @@ -718,6 +718,73 @@ color:#000000;
718 718 height: 100%;
719 719 display: block;
720 720 }
  721 +
  722 +/* Cores dos sideboxs */
  723 +
  724 +
  725 +/* Cor padrao do box */
  726 +#content .box .block-title {
  727 + border-top: 4px solid #2c66ce;
  728 + background: #eee;
  729 + color:#2c66ce;
  730 +}
  731 +
  732 +#content .box .read-more {
  733 + border-top: 1px solid #2c66ce;
  734 + background: #eee;
  735 +}
  736 +
  737 +#content .read-more a {
  738 + color: #000000;
  739 +}
  740 +
  741 +#content .box .read-more a::after {
  742 + background: #2c66ce;
  743 +}
  744 +
  745 +/* Todos os blocos da coluna da esquerda da mesma cor */
  746 +#content .box-2 .block-outer .block-title {
  747 + border-top: 4px solid #4562b1;
  748 + background: #eee;
  749 + color: #4562b1;
  750 +}
  751 +
  752 +#content .box-2 .block-outer .read-more {
  753 + border-top: 1px solid #4562b1;
  754 + background: #eee;
  755 +}
  756 +
  757 +#content .box-2 .block-outer .read-more a {
  758 + color: #000000;
  759 +}
  760 +
  761 +#content .box-2 .block-outer .read-more a::after {
  762 + color: #FFFFFF;
  763 + background: #4562b1;
  764 +}
  765 +
  766 +/* Bloco de artigo sempre da mesma cor */
  767 +
  768 +#content .box .article-block .block-title {
  769 + border-top: 4px solid #08A649;
  770 + background: #eee;
  771 + color: #08A649;
  772 +}
  773 +
  774 +#content .box .block-outer .article-block .read-more {
  775 + border-top: 1px solid #08A649;
  776 + background: #eee;
  777 +}
  778 +
  779 +#content .box .block-outer .article-block .read-more a {
  780 + color: #000000;
  781 +}
  782 +
  783 +#content .box .block-outer .article-block .read-more a::after {
  784 + color: #FFFFFF;
  785 + background: #08A649;
  786 +}
  787 +
721 788 /************* FIM Bar Psocial Style - Menu Horizontal**************/
722 789  
723 790  
... ... @@ -809,7 +876,7 @@ margin-left:0!important
809 876 }
810 877  
811 878 footer {
812   -background:#d5d5d5;/#ecedf1*/
  879 +background:#d5d5d5;
813 880 }
814 881 footer .footer-atalhos {
815 882 background:#fff;
... ...
style.css
... ... @@ -408,21 +408,57 @@ p {
408 408 padding: 0 0 1em;
409 409 }
410 410  
  411 +
  412 +/* Tamanho das colunas customiazdos na pagina inicial */
  413 +.action-home-index .box-3{
  414 + width: 230px;
  415 +}
  416 +
  417 +.action-home-index .box-1 {
  418 + /* display: inline-block;*/
  419 + width: 490px;
  420 +}
  421 +
  422 +/* padrao do box */
411 423 #content .box .block-title {
412 424 font-size: 12px;
413 425 text-align: left;
414   - border-top: 4px solid #2c66ce;/*#757575;*/
415   - background: #eee; /*#eeefff;*/
416 426 border-bottom: none;
417   - color:#2c66ce; /*#757575;*/
418 427 padding: 8px 8px 24px 10px;
419 428 text-transform: uppercase;
420   -
421 429 font-family: "open_sansbold", Arial, Helvetica, sans-serif;
422 430 font-variant: normal;
423   - /*margin: 0*/;
424 431 }
425 432  
  433 +#content .box .read-more {
  434 + font-size: 10px;
  435 + text-align: right;
  436 + border-bottom: none;
  437 + padding: 10px 8px 8px 8px;
  438 + text-transform: uppercase;
  439 + font-family: "open_sans", Arial, Helvetica, sans-serif;
  440 + font-variant: normal;
  441 +}
  442 +
  443 +#content .read-more a {
  444 + line-height: 20px;
  445 + margin-left: 15px;
  446 +}
  447 +
  448 +#content .box .read-more a::after {
  449 + content:'>';
  450 + padding-left: 8px;
  451 + padding-right: 5px;
  452 + margin-left: 5px;
  453 + border-radius: 4px;
  454 + font-size: 16px;
  455 + line-height: 20px;
  456 + text-align: center;
  457 + font-family: "open_sansbold", Arial, Helvetica, sans-serif;
  458 +}
  459 +
  460 +
  461 +
426 462 #content .box-1 .block-title {
427 463 font-size: 20px;
428 464 text-transform: none;
... ... @@ -430,7 +466,6 @@ p {
430 466 }
431 467  
432 468 #content .box-1 .block-title span{
433   - /* background-color: #fff;*/
434 469 background-image: none;
435 470 padding: 0 1em 0 0;
436 471 }
... ... @@ -732,9 +767,10 @@ p {
732 767  
733 768 }
734 769  
735   -#content .read-more a {
736   - margin-right: 10px;
737   -}
  770 +/* nao mostrar seta neste tipo de box */
  771 +#content .blog-post .short-post .read-more a::after {
  772 + content: none;
  773 + }
738 774  
739 775 .comment-info {
740 776 line-height: 1em;
... ...