joola.io.engine
Version:
joola.io's Framework Engine
121 lines (103 loc) • 2.91 kB
CSS
body{
background: whitesmoke;
}
body.login .login-wrapper {
text-align: center;
width: 500px;
margin-left: auto;
margin-right: auto;
margin-top: 300px;
}
body.status div.logo .logo-image {
background-image: url('/assets/img/logo.engine.png');
width: 306px;
height: 50px;
}
body.login div.logo .logo-image {
background-image: url('/assets/img/logo.engine.png');
width: 306px;
height: 50px;
margin-left: auto;
margin-right: auto;
}
body.login .inputs {
margin-top: 20px;
}
body.login input[type="text"],
body.login input[type="password"] {
height: 20px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
margin-bottom: 10px;
width: 250px;
}
body.login div.message:not(:empty) {
/*width: 280px;*/
height: 20px;
background: #ffbbbb;
padding: 10px 16px;
font-size: 18px;
color: #333;
margin-left: auto;
margin-right: auto;
margin-top:10px;
-moz-border-radius: 5px;
border-radius: 5px;
}
body.login button {
-moz-box-shadow: inset 0px 1px 0px 0px #25d9f2;
-webkit-box-shadow: inset 0px 1px 0px 0px #25d9f2;
box-shadow: inset 0px 1px 0px 0px #25d9f2;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #25a1ba), color-stop(1, #2592ab));
background: -moz-linear-gradient(center top, #25a1ba 5%, #2592ab 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25a1ba', endColorstr='#2592ab');
background-color: #25a1ba;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-left-radius: 0px;
text-indent: 0;
border: 1px solid #2592ab;
display: inline-block;
color: #ffffff;
font-family: Verdana;
font-size: 15px;
font-weight: normal;
font-style: normal;
padding-top: 8px;
padding-bottom: 8px;
padding-right: 25px;
padding-left: 25px;
text-decoration: none;
text-align: center;
text-shadow: 1px 1px 0px #2592ab;
}
body.login button:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05,#2592ab), color-stop(1, #25a1ba));
background: -moz-linear-gradient(center top, #2592ab 5%, #25a1ba 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2592ab', endColorstr='#25a1ba');
background-color: #2592ab;
cursor: pointer;
}
body.login button:active {
position: relative;
top: 1px;
}
.clear-both{
clear:both;
}
.left{
float:left;
}
.right{
float:right;
}