2014-01-28 11:52:18 +00:00
|
|
|
@import url('../../keycloak/lib/zocial/zocial.css');
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: #040507;
|
|
|
|
background-image: url('../img/bkgrnd.jpg');
|
|
|
|
background-size: cover;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
color: #fff;
|
2014-01-28 11:52:18 +00:00
|
|
|
font-family: sans-serif;
|
2014-05-29 08:31:55 +00:00
|
|
|
text-shadow: 0px 0px 10px #000;
|
2014-01-28 11:52:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div#kc-content {
|
2014-01-28 11:52:18 +00:00
|
|
|
position: absolute;
|
2014-05-29 08:31:55 +00:00
|
|
|
top: 20%;
|
2014-01-28 11:52:18 +00:00
|
|
|
left: 50%;
|
|
|
|
width: 550px;
|
|
|
|
margin-left: -225px;
|
|
|
|
}
|
|
|
|
|
2014-02-05 17:28:48 +00:00
|
|
|
h2#kc-header {
|
2014-01-28 11:52:18 +00:00
|
|
|
position: fixed;
|
|
|
|
top: 50px;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 auto;
|
|
|
|
color: rgba(255, 255, 255, 0.08);
|
|
|
|
text-shadow: none;
|
|
|
|
font-size: 80px;
|
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div#kc-form {
|
2014-01-28 11:52:18 +00:00
|
|
|
float: left;
|
|
|
|
width: 350px;
|
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div#kc-form label {
|
2014-01-28 11:52:18 +00:00
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div#info-area {
|
2014-01-28 11:52:18 +00:00
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
margin-top: 40px;
|
|
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
|
|
padding: 20px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div#info-area p {
|
2014-01-28 11:52:18 +00:00
|
|
|
margin-right: 30px;
|
|
|
|
display: inline;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=text], input[type=password] {
|
|
|
|
color: #ddd;
|
|
|
|
font-size: 18px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
background-color: rgba(3,70,114,0.15);
|
|
|
|
border: 0px solid rgba(0,0,0,0.2);
|
|
|
|
box-shadow:inset 0 0 2px 2px rgba(0,0,0,0.15);
|
|
|
|
padding: 10px;
|
|
|
|
width: 296px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=text]:hover, input[type=password]:hover {
|
|
|
|
background-color: rgba(3,70,114,0.4);
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=submit] {
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
background: -webkit-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1));
|
|
|
|
background: -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1));
|
|
|
|
background: -ms-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1));
|
|
|
|
background: -o-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1));
|
|
|
|
|
|
|
|
box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
|
|
|
|
|
|
|
|
color: rgba(0,0,0,0.6);
|
|
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
padding: 10px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-right: 10px;
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=submit]:hover {
|
|
|
|
background-color: rgba(255,255,255,0.8);
|
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div#kc-form-options div {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 20px;
|
2014-01-28 11:52:18 +00:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div#kc-form-options div label {
|
|
|
|
font-size: 12px;
|
2014-01-28 11:52:18 +00:00
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div#kc-feedback {
|
2014-01-28 11:52:18 +00:00
|
|
|
box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div#kc-feedback-wrapper {
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.feedback-success {
|
2014-01-28 11:52:18 +00:00
|
|
|
background-color: rgba(155,155,255,0.1);
|
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div.feedback-warning {
|
2014-01-28 11:52:18 +00:00
|
|
|
background-color: rgba(255,175,0,0.1);
|
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div.feedback-error {
|
2014-01-28 11:52:18 +00:00
|
|
|
background-color: rgba(255,0,0,0.1);
|
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div#kc-header {
|
2014-01-28 11:52:18 +00:00
|
|
|
background-image: url('../img/logo.png');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
height: 500px;
|
|
|
|
position: absolute;
|
|
|
|
left: 30px;
|
|
|
|
top: 30px;
|
|
|
|
width: 500px;
|
|
|
|
z-index: -1;
|
2014-02-05 17:28:48 +00:00
|
|
|
text-indent: -9999px;
|
2014-01-28 11:52:18 +00:00
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div#kc-registration {
|
|
|
|
margin-bottom: 20px;
|
2014-01-28 11:52:18 +00:00
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div#social-login {
|
|
|
|
border-left: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
|
float: right;
|
|
|
|
width: 150px;
|
|
|
|
padding: 20px 0 200px 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.social-login span {
|
2014-01-28 11:52:18 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div#kc-social-providers ul {
|
2014-01-28 11:52:18 +00:00
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div#kc-social-providers ul li {
|
2014-01-28 11:52:18 +00:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2014-05-29 08:31:55 +00:00
|
|
|
div#kc-social-providers ul li span {
|
2014-01-28 11:52:18 +00:00
|
|
|
display: inline;
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.zocial {
|
|
|
|
border: none;
|
|
|
|
background: -webkit-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important;
|
|
|
|
background: -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important;
|
|
|
|
background: -ms-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important;
|
|
|
|
background: -o-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important;
|
|
|
|
box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
|
|
|
|
color: rgba(0,0,0,0.6);
|
|
|
|
width: 130px;
|
|
|
|
text-shadow: none;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
padding-top: 0.2em;
|
|
|
|
padding-bottom: 0.2em;
|
|
|
|
}
|