Commit 8b0d7c1c12a3ed5ac622cc765d0b4f38699d604d

Authored by Gustavo Cruz
1 parent 4218f752

ajustes pairWise

Showing 1 changed file with 54 additions and 1 deletions   Show diff stats
@@ -541,6 +541,7 @@ font-size: 20px; @@ -541,6 +541,7 @@ font-size: 20px;
541 color: #0050A5; 541 color: #0050A5;
542 font-variant: small-caps; 542 font-variant: small-caps;
543 text-align: left; 543 text-align: left;
  544 + padding-left: 20px;
544 } 545 }
545 546
546 #content .box-1 .block h3.block-title:before { 547 #content .box-1 .block h3.block-title:before {
@@ -590,6 +591,11 @@ font-size: 20px; @@ -590,6 +591,11 @@ font-size: 20px;
590 #content .box-1 .block-outer .block { 591 #content .box-1 .block-outer .block {
591 background-color: #FFFFFF; 592 background-color: #FFFFFF;
592 box-shadow: 2px 2px 4px #CCCCCC; 593 box-shadow: 2px 2px 4px #CCCCCC;
  594 + margin-bottom: 20px;
  595 +}
  596 +
  597 +#content .box-1 .block-outer .raw-html-block {
  598 + padding-bottom: 20px;
593 } 599 }
594 600
595 #content .block.site-tour-plugin_tour-block { 601 #content .block.site-tour-plugin_tour-block {
@@ -607,7 +613,7 @@ font-size: 20px; @@ -607,7 +613,7 @@ font-size: 20px;
607 613
608 /*a barra azul de cima é 100% - as informações ficam no centro*/ 614 /*a barra azul de cima é 100% - as informações ficam no centro*/
609 615
610 -.tiny-mce-article .article-body h2 strong span { 616 +.tiny-mce-article .article-body h2 span {
611 font-weight: normal; 617 font-weight: normal;
612 color: #666; 618 color: #666;
613 font-size: 18px !important; 619 font-size: 18px !important;
@@ -641,4 +647,51 @@ font-size: 10px; @@ -641,4 +647,51 @@ font-size: 10px;
641 } 647 }
642 648
643 649
  650 +/*PairWaise*/
644 651
  652 +.pairwise-plugin_pairwise-content #article-header:before {
  653 +width: 0;
  654 +}
  655 +
  656 +#pairwise_main .pairwise_content {
  657 +background-color: #EEE;
  658 +padding: 1em;
  659 +overflow: hidden;
  660 +border-top: 1px solid #9CC8EB;
  661 +border-bottom: 1px solid #9CC8EB;
  662 +}
  663 +
  664 +#pairwise_main ul.pairwise_menu li a {
  665 +color: #0050A5;
  666 +font-size: 14px;
  667 +padding: 1em;
  668 +text-decoration: none;
  669 +}
  670 +
  671 +#pairwise_main ul.pairwise_menu li a.active {
  672 +color: #FFF;
  673 +background-color: #0050A5;
  674 +border-radius: 0;
  675 +border: 1px solid #0050A5;
  676 +border-bottom: 0px;
  677 +}
  678 +
  679 +#pairwise_main ul.pairwise_menu li a:hover {
  680 +color: #FFF;
  681 +background-color: #9CC8EB;
  682 +border-radius: 0;
  683 +border: 1px solid #9CC8EB;
  684 +border-bottom: 0px;
  685 +margin: -1px;
  686 +}
  687 +
  688 +
  689 +#pairwise_main .pairwise_body {background-color: #EEE;}
  690 +
  691 +#pairwise_main .pairwise_content {
  692 +background-color: #EEE;
  693 +padding: 1em;
  694 +overflow: hidden;
  695 +border-top: 1px solid #9CC8EB;
  696 +border-bottom: 1px solid #9CC8EB;
  697 +}