// new bloc homepage configuration checklist, link
This commit is contained in:
+39
-15
@@ -45,14 +45,14 @@ a:hover {
|
||||
input, textarea, option, select {
|
||||
color: #000;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
font-size: 16px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
input:focus, textarea:focus {
|
||||
border: 1px solid #686868;
|
||||
background-color: #DFDFDF;
|
||||
border: 1px solid #3293D6;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
|
||||
}
|
||||
|
||||
/* CONTENT */
|
||||
@@ -65,13 +65,28 @@ input:focus, textarea:focus {
|
||||
|
||||
#login {
|
||||
height: 313px;
|
||||
background: url('../img/admin/bg_login.gif') no-repeat top center;
|
||||
color: #383838;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
background-color:#F5F5F5;
|
||||
border-radius:9px;
|
||||
box-shadow: 0 1px 20px #333333;
|
||||
}
|
||||
|
||||
#login h1 {
|
||||
border-bottom:1px solid #ccc;
|
||||
color:#333;
|
||||
text-shadow:0 1px 0 #fff;
|
||||
}
|
||||
|
||||
#login a {
|
||||
color:#3A6EA7;
|
||||
}
|
||||
#login label {
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
}
|
||||
#login form {
|
||||
border-top:1px solid #fff;
|
||||
margin: 0;
|
||||
padding: 40px 30px 25px 30px;
|
||||
}
|
||||
@@ -80,16 +95,18 @@ input:focus, textarea:focus {
|
||||
margin: 1em 1px;
|
||||
padding: 0;
|
||||
display: block;
|
||||
float:left;
|
||||
}
|
||||
|
||||
#login #submit input {
|
||||
padding: 2px 4px;
|
||||
padding: 4px 10px;
|
||||
_padding: 0;
|
||||
}
|
||||
|
||||
#login #lost {
|
||||
|
||||
margin:20px;
|
||||
font-size: 0.95em;
|
||||
float:left;
|
||||
}
|
||||
|
||||
/* ERROR */
|
||||
@@ -123,22 +140,29 @@ input:focus, textarea:focus {
|
||||
/* CLASS */
|
||||
|
||||
.input {
|
||||
width: 260px;
|
||||
margin-top: 2px;
|
||||
padding: 2px 4px;
|
||||
border: 1px solid #588216;
|
||||
border:1px solid #ccc;
|
||||
width: 365px;
|
||||
margin:0;
|
||||
padding: 6px 4px 6px 35px;
|
||||
}
|
||||
|
||||
.input#email {
|
||||
background: #fff url(../img/admin/bg_form_email.png) no-repeat scroll 10px 8px;
|
||||
}
|
||||
.input, .input#passwd {
|
||||
background: #fff url(../img/admin/bg_form_password.png) no-repeat scroll 10px 8px;
|
||||
}
|
||||
|
||||
.button {
|
||||
border: 1px solid #DFD5AF;
|
||||
border-top: 1px solid #FFF6D3;
|
||||
border-left: 1px solid #FFF6D3;
|
||||
color: #268CCD;
|
||||
background-color: #FFF6D3;
|
||||
background: -moz-linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent;
|
||||
background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#E3E3E3)) repeat scroll 0 0 transparent;
|
||||
border-color: #CCCCCC #BBBBBB #A0A0A0;border-left: 1px solid #BBBBBB;border-radius: 3px 3px 3px 3px;border-right: 1px solid #BBBBBB;border-style: solid;border-width: 1px;color: #000000;margin: 0; outline: medium none;padding: 3px 8px;
|
||||
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: #F0EBD6;
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
.center {
|
||||
|
||||
Reference in New Issue
Block a user