From ba9b13bf1c9b271863e1ba2224cd4813d27da22c Mon Sep 17 00:00:00 2001 From: Gustavo Cruz Date: Wed, 26 Aug 2015 19:46:16 -0300 Subject: [PATCH] perspectivas e outras coisas de 19:30h --- style.css | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 50 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index e991e46..86bf1b8 100644 --- a/style.css +++ b/style.css @@ -380,6 +380,13 @@ html {background-image: none;background-color: #ddd;} #content .block-title {font-variant: normal;} +#content .box-2 {background-color: rgba(0, 0, 0, 0);} + +#content .box-2 .link-list-block { +padding: 0 0 0px; +} + + .link-list-block, .profile-image-block {background-color: #FFF;box-shadow: 2px 2px 4px #CCC;} @@ -425,12 +432,16 @@ html {background-image: none;background-color: #ddd;} margin: 0; } +#content .link-list-block li:hover { + background-color: #9CC8EB; +} + #content .link-list-block li a { background-color: rgba(0, 0, 0, 0); padding-left: 40px; background-position: 15px 50%; } -#content .link-list-block li a:hover {background-color: #eee;color: #333;} +#content .link-list-block li a:hover {background-color: #9CC8EB;color: #333;} .main-content {border-width: 0;border-radius: 0;box-shadow: 2px 2px 4px #CCC;background-color: #FFF;} @@ -483,7 +494,7 @@ left: 50px; #content .link-list-block li a.link-this-page { background-color: rgba(0, 0, 0, 0); border-right: 0px; - border-left: 2px solid #CCC; + border-left: 2px solid #9CC8EB; width: auto; border-radius: 0px; } @@ -660,7 +671,6 @@ background-color: #EEE; padding: 1em; overflow: hidden; border-top: 1px solid #9CC8EB; -border-bottom: 1px solid #9CC8EB; } #pairwise_main ul.pairwise_menu li a { @@ -784,8 +794,9 @@ margin-bottom: 10px; background-color: #EEE !important; text-align: center; display: block; - border-radius: 20px; + border-radius: 0px; overflow: hidden; + border-bottom: 1px solid #9CC8EB; } #pairwise_main div.skip_vote a { @@ -806,6 +817,41 @@ font-weight: bold; font-size: 14px; } +#pairwise_main div.skip_vote a:hover { + text-decoration: none; + width: 150px; +} + + +.profile-homepage .main-block a#fullscreen-btn { +display: none !important; +} + + +span.p_e_btn_perspectivas { + display: inline-block; + background: #FFCC01; + margin-right: 10px; + padding: 15px 20px 20px; + text-align: left; + margin-bottom: 10px; + width: 22%; + color: #635800; + font-size: 18px; + font-weight: bold; + height: 50px; + vertical-align: top; +} + +span.p_e_btn_perspectivas:before { + content: "SAIBA MAIS"; + width: auto; + font-size: 8px; + display: block; + position: relative; + top: -8px; + font-weight: normal; +} /* -- libgit2 0.21.2