Your IP : 216.73.216.240
/*--------------------------------------------------------------------------------
# ah-68 Kleines Schwarzes 3.x - Januar 2014 (J3.x)
# Copyright (C) 2006-2013 www.ah-68.de All Rights Reserved.
----------------------------------------------------------------------------------*/
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
text-align: left;
padding: 0;
margin: 0;
color: #8e8e8e;
background-color: #111;
background-image: url(../images/pattern/bg-carbon.gif);
background-repeat: repeat
}
img {
border: none
}
h1 {
font-size : 24px;
line-height : 28px;
font-weight : bold;
margin-top: 50px;
color : #F90
}
#wrapper {
margin: 5% auto;
padding: 20px;
width: 560px;
min-height: 350px;
text-align: center;
background-color: #181818;
border: 1px solid #333;
-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.8);
-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.8);
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.8);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
#wrapper form {
text-align: left
}
.outline {
padding: 5px;
}
form {
margin: auto;
}
form fieldset {
border: none;
margin: 0;
padding: 5px;
}
label {
display: block;
float: left;
}
label {
line-height: 18px;
width: 150px
}
form p {
padding: 5px 0;
}
form br {
display: none;
}
/* Button */
.button {
font-size: 13px;
padding: 5px 10px;
margin: 5px 0;
cursor: pointer;
border: 1px none;
color: #F90;
background: #0c0c0c;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: background .8s ease, color .8s ease;
-moz-transition: background .8s ease, color .8s ease;
-o-transition: background .8s ease, color .8s ease;
-ms-transition: background .8s ease, color .8s ease;
transition: background .8s ease, color .8s ease;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8)
}
.button:hover {
color: #181818;
background: #F90;
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8)
}
#form-login-username, #form-login-password, #form-login-remember, #form-login-submit {
margin: 2px 0
}
/* Input */
input, #remember.inputbox {
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 6px 8px;
color: #f1f1f1;
background: #0c0c0c;
border: 1px solid #000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.8);
-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.8);
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.8);
-webkit-transition: background .8s ease, color .8s ease;
-moz-transition: background .8s ease, color .8s ease;
-o-transition: background .8s ease, color .8s ease;
-ms-transition: background .8s ease, color .8s ease;
transition: background .8s ease, color .8s ease
}
input:hover, #remember.inputbox:hover {
background: #131313
}
#system-message {
margin : 0;
padding: 0
}
#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li, #system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul, #system-message dd {
background: none;
line-height : 24px;
margin : 5px;
padding: 0;
font-size : 16px;
font-weight : bold;
list-style : none
}