2012-07-24 17:16:51 +02:00
|
|
|
html {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: helvetica,arial,freesans,clean,sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
background-color: #ffffff;
|
|
|
|
color: #505050;/* ZP Change*/
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a, a:visited, a:link { color: #3465a4; text-decoration: none; }
|
|
|
|
a:hover {text-decoration: underline; }
|
|
|
|
|
|
|
|
img { border :0px; }
|
|
|
|
|
2012-08-25 18:08:25 +02:00
|
|
|
nav {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* popup notifications */
|
|
|
|
div.jGrowl div.notice {
|
|
|
|
background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
|
|
|
|
color: #ffffff;
|
|
|
|
padding-left: 58px;
|
2012-11-06 16:43:19 +01:00
|
|
|
margin: 0px;
|
2012-08-25 18:08:25 +02:00
|
|
|
}
|
|
|
|
div.jGrowl div.info {
|
|
|
|
background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
|
|
|
|
color: #ffffff;
|
|
|
|
padding-left: 58px;
|
2012-11-06 16:43:19 +01:00
|
|
|
margin: 0px;
|
2012-08-25 18:08:25 +02:00
|
|
|
}
|
|
|
|
#jGrowl.top-right {
|
|
|
|
top: 15px;
|
2012-11-06 16:43:19 +01:00
|
|
|
right: 10px;
|
2012-08-25 18:08:25 +02:00
|
|
|
}
|
2012-12-27 20:20:47 +01:00
|
|
|
div.jGrowl-notification {
|
|
|
|
border-radius: 7px;
|
|
|
|
}
|
2012-08-25 18:08:25 +02:00
|
|
|
|
2012-07-24 17:16:51 +02:00
|
|
|
.login-button {
|
|
|
|
margin-top: 90px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
img.login-button-image {
|
|
|
|
max-width: 300px;
|
|
|
|
}
|
|
|
|
|
2012-08-18 22:47:59 +02:00
|
|
|
div.section-wrapper {
|
2012-07-24 17:16:51 +02:00
|
|
|
position: relative;
|
|
|
|
width: 300px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-form {
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.field {
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.field label {
|
|
|
|
margin-left: 25px;
|
|
|
|
font-weight: 700;
|
2012-08-18 22:47:59 +02:00
|
|
|
float: none;
|
|
|
|
width: auto;
|
2012-07-24 17:16:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.field input {
|
|
|
|
font-size: 18px;
|
|
|
|
width: 200px;
|
|
|
|
margin-left: 50px;
|
|
|
|
}
|
|
|
|
|
2012-11-06 16:43:19 +01:00
|
|
|
.field.checkbox label {
|
|
|
|
margin-left: auto;
|
|
|
|
float: auto;
|
|
|
|
/*margin-left: 100px;*/
|
|
|
|
}
|
|
|
|
.field.checkbox input {
|
|
|
|
width: auto;
|
|
|
|
margin-left: 30px;
|
|
|
|
}
|
|
|
|
|
2012-11-08 02:59:30 +01:00
|
|
|
#div_id_remember {
|
|
|
|
margin-top: 10px;
|
2012-12-27 20:20:47 +01:00
|
|
|
margin-bottom: 10px;
|
2012-11-08 02:59:30 +01:00
|
|
|
}
|
|
|
|
|
2012-07-24 17:16:51 +02:00
|
|
|
#login_openid {
|
|
|
|
margin-top: 50px;
|
|
|
|
}
|
|
|
|
|
2013-02-10 18:21:52 +01:00
|
|
|
#login_openid input, input.openid {
|
2012-07-24 17:16:51 +02:00
|
|
|
background: url(login-bg.gif) no-repeat;
|
|
|
|
background-position: 0 50%;
|
|
|
|
width: 182px;
|
|
|
|
padding-left: 18px;
|
2012-08-18 22:47:59 +02:00
|
|
|
margin-left: 50px;
|
2012-07-24 17:16:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#login-footer {
|
|
|
|
margin-top: 10px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-extra-links, .agreement {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login-submit-button, #register-submit-button, #lostpass-submit-button {
|
|
|
|
font-size: 20px;
|
|
|
|
padding: 0.5em 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#register-link {
|
|
|
|
margin-right: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.register-form {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.register-form h2, .lostpass-form h2 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error-message {
|
|
|
|
width: 270px;
|
|
|
|
color: #FF0000;
|
|
|
|
font-size: 1.1em;
|
|
|
|
text-align: justify;
|
|
|
|
border: 1px solid #FF8888;
|
|
|
|
background-color: #FFEEEE;
|
|
|
|
padding: 10px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.register-explain-wrapper {
|
|
|
|
width: 290px;
|
|
|
|
text-align: justify;
|
|
|
|
font-size: 14px;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#register-footer {
|
|
|
|
margin-top: 60px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lostpass-form {
|
|
|
|
margin-top: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#lostpass-desc {
|
|
|
|
width: 290px;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
text-align: justify;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login-submit-wrapper {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2012-09-13 05:35:51 +02:00
|
|
|
|
|
|
|
footer {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 3em;
|
|
|
|
padding-bottom: 1em;
|
|
|
|
}
|