Commit 11c0bc8c6c73e73a399458d9e9598c04f96c7dcc
1 parent
8b0d7c1c
Exists in
master
and in
2 other branches
ajustes pairWise
Showing
1 changed file
with
137 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -649,6 +649,8 @@ font-size: 10px; |
649 | 649 | |
650 | 650 | /*PairWaise*/ |
651 | 651 | |
652 | +#pairwise_main {text-align: left;} | |
653 | + | |
652 | 654 | .pairwise-plugin_pairwise-content #article-header:before { |
653 | 655 | width: 0; |
654 | 656 | } |
... | ... | @@ -686,7 +688,21 @@ margin: -1px; |
686 | 688 | } |
687 | 689 | |
688 | 690 | |
689 | -#pairwise_main .pairwise_body {background-color: #EEE;} | |
691 | +#pairwise_main .pairwise_body { | |
692 | +background-color: #EEE; | |
693 | + border-radius: 0; | |
694 | + display: block; | |
695 | + font-size: 14px; | |
696 | + margin: 0 0 0.5em; | |
697 | + color: #0050A5; | |
698 | + text-align: left; | |
699 | + padding-left: 20px; | |
700 | +} | |
701 | + | |
702 | +#pairwise_main .pairwise_call_for_action { | |
703 | +color: #666; | |
704 | +} | |
705 | + | |
690 | 706 | |
691 | 707 | #pairwise_main .pairwise_content { |
692 | 708 | background-color: #EEE; |
... | ... | @@ -695,3 +711,123 @@ overflow: hidden; |
695 | 711 | border-top: 1px solid #9CC8EB; |
696 | 712 | border-bottom: 1px solid #9CC8EB; |
697 | 713 | } |
714 | + | |
715 | +#pairwise_main .prompt { | |
716 | + background: #FFF; | |
717 | + border-width: 0px; | |
718 | + max-width: 369px; | |
719 | + height: 250px !important; | |
720 | + padding: 10px 0; | |
721 | + border-width: 0 !important; | |
722 | + border-radius: 0; | |
723 | + position: relative; | |
724 | + box-shadow: 2px 2px 4px #CCC; | |
725 | +} | |
726 | + | |
727 | +#pairwise_main .prompt:before { | |
728 | +content: ""; | |
729 | +display: block; | |
730 | +width: 100%; | |
731 | +height: 50px; | |
732 | +background: #0050A5; | |
733 | +margin-top: -10px; | |
734 | +margin-bottom: 10px; | |
735 | +} | |
736 | + | |
737 | +#pairwise_main .separator {background-color: #EEE;} | |
738 | + | |
739 | +#pairwise_main .prompt a.vote-link { | |
740 | + text-decoration: none; | |
741 | + color: #635800 !important; | |
742 | + font-weight: normal; | |
743 | + line-height: 1em; | |
744 | + font-size: 18px; | |
745 | + display: block; | |
746 | + padding: 10px; | |
747 | + width: 100px; | |
748 | + height: 21px; | |
749 | + background-color: #FFCC01; | |
750 | + position: absolute; | |
751 | + bottom: 10px; | |
752 | + left: -60px; | |
753 | + border-radius: 20px; | |
754 | + margin-left: 50%; | |
755 | + margin-right: auto; | |
756 | +} | |
757 | + | |
758 | +#pairwise_main .prompt a.vote-link:hover { | |
759 | + background-color: #635800 !important; | |
760 | + color: #FFCC01 !important; | |
761 | +} | |
762 | + | |
763 | +#pairwise_main .prompt .choice-text { | |
764 | + color: #666; | |
765 | + font-size: 14px; | |
766 | + padding: 0 10px; | |
767 | +} | |
768 | + | |
769 | +#pairwise_main #suggestions_box span { | |
770 | +color: #0050A5; | |
771 | +} | |
772 | + | |
773 | +#pairwise_main div.skip_vote { | |
774 | + width: 100% !important; | |
775 | + float: none; | |
776 | + min-height: 18px; | |
777 | + height: auto; | |
778 | + padding: 0; | |
779 | + word-wrap: break-word; | |
780 | + font-size: 12pt; | |
781 | + vertical-align: top; | |
782 | + margin-top: 0; | |
783 | + margin-left: 0; | |
784 | + background-color: #EEE !important; | |
785 | + text-align: center; | |
786 | + display: block; | |
787 | + border-radius: 20px; | |
788 | + overflow: hidden; | |
789 | +} | |
790 | + | |
791 | +#pairwise_main div.skip_vote a { | |
792 | +color: #666; | |
793 | +text-decoration: none; | |
794 | +width: 150px; | |
795 | +display: block; | |
796 | +height: auto; | |
797 | +padding: 20px 0; | |
798 | +margin-top: 20px; | |
799 | +margin-left: auto; | |
800 | +margin-right: auto; | |
801 | +border: 2px solid #CCC; | |
802 | +text-transform: uppercase; | |
803 | +border-radius: 20px; | |
804 | +margin-bottom: 20px; | |
805 | +font-weight: bold; | |
806 | +font-size: 14px; | |
807 | +} | |
808 | + | |
809 | + | |
810 | +/* | |
811 | + | |
812 | +#content .box .profile-image-block { | |
813 | +background-color: #FFF; | |
814 | +box-shadow: 2px 2px 4px #CCC; | |
815 | +margin-bottom: 0px; | |
816 | +padding: 10px 0; | |
817 | +background: url("http://planejamento.serpro/image_uploads/public/0001/2397/logo_p_e_2016_big.jpg") no-repeat center center #FFF; | |
818 | +} | |
819 | + | |
820 | +.profile-big-image img { | |
821 | +border: none; | |
822 | +padding: 0px; | |
823 | +display: none; | |
824 | +width: 240px; | |
825 | +} | |
826 | + | |
827 | +*/ | |
828 | + | |
829 | + | |
830 | + | |
831 | + | |
832 | + | |
833 | + | ... | ... |