diff --git a/style.css b/style.css index 6504e8d..bdc3657 100644 --- a/style.css +++ b/style.css @@ -1155,3 +1155,147 @@ div#notice { #content .common-profile-list-block .profiles-suggestions .profile-list li{ height: 50px; } + +/* PopUp Login*/ + +#colorbox { + left: -350px !important; + margin-left: 50% !important; + width: 700px !important; +} + +#cboxWrapper { + padding: 15px; + position: relative; + width: auto !important; + /* height: auto !important;*/ +} + +#cboxContent{ + float: none !important; + width: auto !important; + height: auto !important; + padding: 20px; +} + +#cboxLoadedContent{ + width: auto !important; + height: auto !important; +} + +#colorbox .login-box .button-bar a.icon-close{ + width: auto !important; +} + +#cboxMiddleLeft{ + float: none !important; + height: auto !important; +} + +#cboxTopCenter { + height: auto !important; +} + +#colorbox .login-box{ + width: 100%; + background: url("images/img_login_popUp.png") no-repeat scroll 90% 50% #FFFFFF; +} + +#colorbox .login-box h2{ + background: url("images/bg-titulo-login.png") no-repeat scroll 70px 7px #FFFFFF; + color: #757575; + font-size: 20px; + font-style: italic; + font-weight: normal; + width: 45%; +} + +#colorbox .login-box form { + margin: 0; + width: 45%; + /*background: url("images/img_login_popUp.png") no-repeat scroll 70% 30% #FFFFFF;*/ +} + +#colorbox .login-box .formfieldline input { + width: 95%; +} + +#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; + font-size: 16px; + font-weight: bold; + height: 50px !important; + max-height: 50px !important; + padding: 0; + text-transform: uppercase; + width: 145px; + cursor: pointer; +} + +#colorbox .login-box .button-bar input.icon-login:hover { + background-image: url("images/btn_entrar_login_hover.png"); +} + +#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; + border: 0 none; + border-radius: 5px 5px 5px 5px; + color: #CE5E5E; + font-size: 16px; + font-weight: bold; + height: 35px; + padding: 14px 13px 0; + text-align: center; + text-transform: uppercase; + width: 115px; +} +#colorbox .login-box .button-bar a.icon-close:hover { + background-color: #FFD1CF; +} + +#colorbox .login-box .button-bar input.submit, +#colorbox .login-box .button-bar a.icon-close { + border: 0px none; +} + +#colorbox .login-box .button-bar { + float: none; + margin-bottom: 1em; + margin-top: 1em; + width: 100%; +} + +#colorbox .login-box .button-bar .icon-add{ + background-image: none; + color: #004B82; + float: right; + font-size: 16px; + font-weight: bold; + margin-right: 75px; + padding: 10px; + position: relative; + text-align: center; + top: -3em; + width: 30%; +} + + +#colorbox .login-box .button-bar .icon-help{ + +} + +#colorbox .login-box form .button-bar { + float: none; + width: 100% +} + + +#colorbox .login-box .button-bar a.button.icon-help, +#colorbox .login-box .button-bar a.button.icon-add { + display: none; +} + -- libgit2 0.21.2