From 5b8eae7d22b4e0c31123e78447cfd8abe2b39dca Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Fri, 6 Mar 2015 18:28:29 -0300 Subject: [PATCH] atualizando tema para a nova versao --- style.css | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------ 1 file changed, 69 insertions(+), 48 deletions(-) diff --git a/style.css b/style.css index 739e613..d48e8a0 100644 --- a/style.css +++ b/style.css @@ -208,32 +208,49 @@ p { /* PopUp Login*/ -.action-account-login .login-box .button-bar { - margin-top: -26px; - margin-bottom: 40px; - float: right; - clear: right; -} - -#TB_window { - left: -350px; - margin-left: 50% !important; - width: 700px !important; +#colorbox { + left: -350px !important; + margin-left: 50% !important; + width: 700px !important; } -#TB_ajaxContent.TB_modal { +#cboxWrapper { padding: 15px; position: relative; width: auto !important; - height: auto !important; + /* height: auto !important;*/ } -#TB_window .login-box{ - width: 100%; -/* background: url("images/img_login_popUp.png") no-repeat scroll 90% 30% #FFFFFF; FIXME */ +#cboxContent{ + float: none !important; + width: auto !important; + height: auto !important; + padding: 20px; +} + +#cboxLoadedContent{ + width: auto !important; + height: auto !important; } -#TB_window .login-box h2{ +#colorbox .login-box .button-bar a.icon-close{ + width: auto !important; +} + +#cboxMiddleLeft{ + +} + +#cboxTopCenter { + height: auto !important; +} + +#colorbox .login-box{ + width: 100%; + background: url("images/img_login_popUp.png") no-repeat scroll 90% 30% #FFFFFF; +} + +#colorbox .login-box h2{ background: url("images/bg-titulo-login.png") no-repeat scroll 70px 7px #FFFFFF; color: #757575; font-size: 20px; @@ -242,17 +259,18 @@ p { width: 45%; } -#TB_window .login-box form { +#colorbox .login-box form { margin: 0; width: 45%; /*background: url("images/img_login_popUp.png") no-repeat scroll 70% 30% #FFFFFF;*/ } -#TB_window .login-box .formfieldline input { - width: 95%; +#colorbox .login-box .formfieldline input { + width: 95%; } -#TB_window .login-box .button-bar input.icon-login { + +#colorbox .login-box .button-bar input.icon-login { background: url("images/btn_entrar_login.png") no-repeat scroll 0 0 #FFFFFF; border: 0px none; font-family: arial,sans-serif; @@ -263,14 +281,16 @@ p { padding: 0; text-transform: uppercase; width: 145px; - cursor: pointer; + cursor: pointer; } -#TB_window .login-box .button-bar input.icon-login:hover { - background-image: url("images/btn_entrar_login_hover.png"); +#colorbox .login-box .button-bar input.icon-login:hover { + background-image: url("images/btn_entrar_login_hover.png"); } -#TB_window .login-box .button-bar a.icon-close { + + +#colorbox .login-box .button-bar a.icon-close { /*background: url("images/btn_cancelar_login.png") repeat-x scroll 0 0 #FFFFFF;*/ background-color: #FCE9E8; background-image: none; @@ -285,55 +305,56 @@ p { text-transform: uppercase; width: 115px; } -#TB_window .login-box .button-bar a.icon-close:hover { - background-color: #FFD1CF; +#colorbox .login-box .button-bar a.icon-close:hover { + background-color: #FFD1CF; } -#TB_window .login-box .button-bar input.submit, -#TB_window .login-box .button-bar a.icon-close { +#colorbox .login-box .button-bar input.submit, +#colorbox .login-box .button-bar a.icon-close { border: 0px none; } -#TB_window .login-box .button-bar { +#colorbox .login-box .button-bar { float: none; margin-bottom: 1em; margin-top: 1em; width: 100%; } -#TB_window .login-box .button-bar .icon-add { + +#colorbox .login-box .button-bar .icon-add{ background-color: #F7E074; background-image: none; color: #004B82; + float: right; font-size: 16px; font-weight: bold; margin-right: 75px; - padding: 0.5em; - position: absolute; - top: 162px; - right: -10px; + padding: 10px; + position: relative; text-align: center; - border-radius: 5px; - width: 200px; + top: -3em; + width: 30%; } -#TB_window .login-box .button-bar .icon-add span{ - border-bottom: 1px solid #F7E074; +#colorbox .login-box .button-bar .icon-add span{ + border-bottom: 1px solid #F7E074; } -#TB_window .login-box .button-bar .icon-help{ - +#colorbox .login-box .button-bar .icon-help{ + } -#TB_window .login-box form .button-bar { - float: none; - width: 100% +#colorbox .login-box form .button-bar { + float: none; + width: 100% } -#TB_window .login-box { position: relative; } -#TB_window .login-box .oauth-login { +#colorbox .login-box { position: relative; } + +#colorbox .login-box .oauth-login { position: absolute; right:0; top:0; @@ -347,7 +368,7 @@ p { line-height: 1.5em; } -#TB_window .login-box .oauth-login .provider { +#colorbox .login-box .oauth-login .provider { width: 100%; display: block; clear: both; @@ -357,7 +378,7 @@ p { } .oauth-login .provider a img { max-width: 150px; } -#TB_window .login-box .oauth-login .provider a img { max-width: 200px; } +#colorbox .login-box .oauth-login .provider a img { max-width: 200px; } #email-check, #fake-check, #password-rate, #password-check { width: 375px; -- libgit2 0.21.2