Form Login

This commit is contained in:
Nicolas Michard
2008-01-28 23:01:36 +00:00
parent 07d3940fbd
commit c544189c3d
5 changed files with 85 additions and 40 deletions

View File

@@ -21,12 +21,56 @@ body {
position: relative;
}
/* @group Login */
#userlogin{
background-color: #28fffd;
margin-left: 500px;
text-decoration: none;
height: 100px;
position: relative;
font-size: smaller;
color: #8d0000;
}
#userlogin #connexion{
color: #8d0000;
text-decoration: none;
}
#userlogin #connexion:hover{
color: #ea984b;
}
#userlogin form{
bottom: 0;
position: absolute;
right: 0;
}
#userlogin form input{
background-color: #fff8f9;
border: 1px solid #ea984b;
width: 90px;
color: #e59448;
height: 14px;
}
#submit_btn {
background-color: #fff8f9;
border: 1px solid #ea984b;
color: #e59448;
height: 14px;
text-decoration: none;
padding-right: 2px;
padding-left: 2px;
padding-top: 1px;
}
#submit_btn:hover {
background-color: #fea551;
color: #fff;
}
/* @end */
/* @group header */
#header {
@@ -43,11 +87,11 @@ body {
}
#logotexte img{
float: left;
width: 304px;
height: 78px;
margin-left: 170px;
margin-top: 10px;
float: left;
}
#header #bar{
@@ -142,8 +186,8 @@ body {
margin: 18px auto;
position: relative;
color: #b8b8b8;
font-size: 10px;
text-align: center;
font-size: 10px;
}
#globalfooter a{