66 lines
1.1 KiB
CSS
66 lines
1.1 KiB
CSS
.block {
|
|
width:260px;
|
|
padding: 20px;
|
|
background: LightBlue;
|
|
border-right: 2px solid DarkSlateGrey;
|
|
border-bottom: 2px solid DarkSlateGrey;
|
|
-moz-border-radius: 20px;
|
|
-webkit-border-radius: 20px;
|
|
margin:0 auto;
|
|
}
|
|
.form {
|
|
width: 260px;
|
|
padding: 0;
|
|
margin: 0 auto;
|
|
}
|
|
.liens {
|
|
text-align:right;
|
|
}
|
|
.titre {
|
|
position: relative;
|
|
top: 50px
|
|
}
|
|
label {
|
|
display:block;
|
|
float:left;
|
|
width:100%;
|
|
clear:both;
|
|
}
|
|
textInputLabel {
|
|
width:150px;
|
|
}
|
|
h2 {
|
|
right: 40px;
|
|
margin: 0;
|
|
padding:0 0 0 0;
|
|
position: relative;
|
|
}
|
|
img {
|
|
position: relative;
|
|
bottom:60px;
|
|
right:50px;
|
|
float:left;
|
|
}
|
|
div#message {
|
|
background: #faa;
|
|
border-right: 1px DarkRed solid;
|
|
border-bottom:1px DarkRed solid;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
padding:5px;
|
|
text-align:center;
|
|
font-weight:bold;
|
|
margin:10px auto 10px auto;
|
|
clear:both;
|
|
}
|
|
/*<!-- footer -->*/
|
|
#mainFooter {
|
|
text-align:center;
|
|
color:gray;
|
|
font-size:small;
|
|
}
|
|
#mainFooter a {
|
|
color:gray;
|
|
margin:5px;
|
|
}
|
|
|