Commit ba9b13bf1c9b271863e1ba2224cd4813d27da22c
1 parent
c56edb41
Exists in
master
and in
2 other branches
perspectivas e outras coisas de 19:30h
Showing
1 changed file
with
50 additions
and
4 deletions
Show diff stats
style.css
... | ... | @@ -380,6 +380,13 @@ html {background-image: none;background-color: #ddd;} |
380 | 380 | |
381 | 381 | #content .block-title {font-variant: normal;} |
382 | 382 | |
383 | +#content .box-2 {background-color: rgba(0, 0, 0, 0);} | |
384 | + | |
385 | +#content .box-2 .link-list-block { | |
386 | +padding: 0 0 0px; | |
387 | +} | |
388 | + | |
389 | + | |
383 | 390 | .link-list-block, |
384 | 391 | .profile-image-block {background-color: #FFF;box-shadow: 2px 2px 4px #CCC;} |
385 | 392 | |
... | ... | @@ -425,12 +432,16 @@ html {background-image: none;background-color: #ddd;} |
425 | 432 | margin: 0; |
426 | 433 | } |
427 | 434 | |
435 | +#content .link-list-block li:hover { | |
436 | + background-color: #9CC8EB; | |
437 | +} | |
438 | + | |
428 | 439 | #content .link-list-block li a { |
429 | 440 | background-color: rgba(0, 0, 0, 0); |
430 | 441 | padding-left: 40px; |
431 | 442 | background-position: 15px 50%; |
432 | 443 | } |
433 | -#content .link-list-block li a:hover {background-color: #eee;color: #333;} | |
444 | +#content .link-list-block li a:hover {background-color: #9CC8EB;color: #333;} | |
434 | 445 | |
435 | 446 | .main-content {border-width: 0;border-radius: 0;box-shadow: 2px 2px 4px #CCC;background-color: #FFF;} |
436 | 447 | |
... | ... | @@ -483,7 +494,7 @@ left: 50px; |
483 | 494 | #content .link-list-block li a.link-this-page { |
484 | 495 | background-color: rgba(0, 0, 0, 0); |
485 | 496 | border-right: 0px; |
486 | - border-left: 2px solid #CCC; | |
497 | + border-left: 2px solid #9CC8EB; | |
487 | 498 | width: auto; |
488 | 499 | border-radius: 0px; |
489 | 500 | } |
... | ... | @@ -660,7 +671,6 @@ background-color: #EEE; |
660 | 671 | padding: 1em; |
661 | 672 | overflow: hidden; |
662 | 673 | border-top: 1px solid #9CC8EB; |
663 | -border-bottom: 1px solid #9CC8EB; | |
664 | 674 | } |
665 | 675 | |
666 | 676 | #pairwise_main ul.pairwise_menu li a { |
... | ... | @@ -784,8 +794,9 @@ margin-bottom: 10px; |
784 | 794 | background-color: #EEE !important; |
785 | 795 | text-align: center; |
786 | 796 | display: block; |
787 | - border-radius: 20px; | |
797 | + border-radius: 0px; | |
788 | 798 | overflow: hidden; |
799 | + border-bottom: 1px solid #9CC8EB; | |
789 | 800 | } |
790 | 801 | |
791 | 802 | #pairwise_main div.skip_vote a { |
... | ... | @@ -806,6 +817,41 @@ font-weight: bold; |
806 | 817 | font-size: 14px; |
807 | 818 | } |
808 | 819 | |
820 | +#pairwise_main div.skip_vote a:hover { | |
821 | + text-decoration: none; | |
822 | + width: 150px; | |
823 | +} | |
824 | + | |
825 | + | |
826 | +.profile-homepage .main-block a#fullscreen-btn { | |
827 | +display: none !important; | |
828 | +} | |
829 | + | |
830 | + | |
831 | +span.p_e_btn_perspectivas { | |
832 | + display: inline-block; | |
833 | + background: #FFCC01; | |
834 | + margin-right: 10px; | |
835 | + padding: 15px 20px 20px; | |
836 | + text-align: left; | |
837 | + margin-bottom: 10px; | |
838 | + width: 22%; | |
839 | + color: #635800; | |
840 | + font-size: 18px; | |
841 | + font-weight: bold; | |
842 | + height: 50px; | |
843 | + vertical-align: top; | |
844 | +} | |
845 | + | |
846 | +span.p_e_btn_perspectivas:before { | |
847 | + content: "SAIBA MAIS"; | |
848 | + width: auto; | |
849 | + font-size: 8px; | |
850 | + display: block; | |
851 | + position: relative; | |
852 | + top: -8px; | |
853 | + font-weight: normal; | |
854 | +} | |
809 | 855 | |
810 | 856 | /* |
811 | 857 | ... | ... |