Commit 6850688bc57f70da5150ea4724f669ad30d5e854

Authored by Juliana
2 parents 013027a5 4936e6ee

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;
... ...