1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
#identification{
background:url('images/identification.png') no-repeat;
width:300px;
height:300px;
margin-top:-950px;
margin-left:682px;
padding-left:53px;
padding-top:30px;
}
.pseudo{
background:none;
background-repeat:no-repeat;
width:150px;
margin-top:Xpx;
margin-left:Xpx;
border: none;
font-family:Calibri;
font-size:20px;
color:#00c0ff;
font-weight:bold;
font-style:italic;
}
.mdp{
background:none;
border: none;
background-repeat:no-repeat;
width:150px;
margin-top:Xpx;
margin-left:Xpx;
font-family:Calibri;
font-size:20px;
color:#00c0ff;
font-weight:bold;
font-style:italic;
}
.checkbox{
}
.cookie{
margin-top:Xpx;
margin-left:Xpx;
font-family:Calibri;
font-size:12px;
color:#68c000;
font-weight:bold;
}
.submit{
margin-top:Xpx;
margin-left:Xpx;
background-image:url('images/connection.png');
width:102px;
height:32px;
border:none;
background-color:transparent;
} |
Partager