modif des formulaires connexion et inscriptions, et ajout de recupMDP
This commit is contained in:
@@ -1,24 +1,72 @@
|
||||
html{
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 4em;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
legend {
|
||||
margin: 0 auto;
|
||||
margin-top: 3%;
|
||||
font-size:3em;
|
||||
}
|
||||
|
||||
fieldset{
|
||||
text-align: justify;
|
||||
margin: 0 auto;
|
||||
width: 70%;
|
||||
border-radius: 10px;
|
||||
border-width: 5px;
|
||||
border-style: solid;
|
||||
border-color: aqua;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
form {
|
||||
form{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
input[type="submit"]{
|
||||
|
||||
input[type="text"]{
|
||||
font-size: 15px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
input[type="submit"]{
|
||||
text-align:center;
|
||||
font-size: 15px;
|
||||
margin-top:10px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
div{
|
||||
margin: 10px 0px 10px 0px;
|
||||
}
|
||||
|
||||
#div_submit{
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
form select input{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#localisation_fieldset input{
|
||||
margin:10px;
|
||||
}
|
||||
|
||||
#localisation_fieldset select{
|
||||
margin:10px;
|
||||
}
|
||||
|
||||
#population_fieldset input{
|
||||
margin:10px;
|
||||
}
|
||||
|
||||
#product_fieldset label{
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
52
css/menu.css
52
css/menu.css
@@ -1,8 +1,14 @@
|
||||
#blockMenu
|
||||
{
|
||||
float: right;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
#lineMenu
|
||||
{
|
||||
list-style-type: none;
|
||||
overflow: hidden;
|
||||
background-color: #0064b5;
|
||||
background-color: #0073be;
|
||||
height: 49px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
@@ -15,42 +21,31 @@
|
||||
padding: 14px 20px;
|
||||
background-color: transparent;
|
||||
color: white;
|
||||
transition: background-color 0.2s, padding 0.2s, font-size 0.2s,transform 0.2s;
|
||||
transition: background-color 0.1s, padding 0.1s, font-size 0.1s,transform 0.2s;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.animationButtonMenu:hover
|
||||
{
|
||||
background-color: #0073be;
|
||||
background-color: #197abb;
|
||||
font-size: 19px;
|
||||
padding: 13px 17px;
|
||||
}
|
||||
|
||||
aMenu
|
||||
.aMenu
|
||||
{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
#lineSign
|
||||
{
|
||||
list-style-type: none;
|
||||
overflow: hidden;
|
||||
background-color: #0073be;
|
||||
height: 35px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.colonneSign
|
||||
{
|
||||
float: right;
|
||||
font-size: 15px;
|
||||
padding: 10px 8px;
|
||||
font-size: 17px;
|
||||
padding: 14px 20px;
|
||||
background-color: transparent;
|
||||
color: white;
|
||||
transition: font-size 0.2s,transform 0.2s;
|
||||
transition: background-color 0.2s, padding 0.2s, font-size 0.2s,transform 0.2s;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -69,3 +64,24 @@ aMenu
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
#blockLogo
|
||||
{
|
||||
float: left;
|
||||
width: 5%;
|
||||
}
|
||||
|
||||
#logo
|
||||
{
|
||||
width: 100%;
|
||||
height: 110px;
|
||||
}
|
||||
|
||||
#blockDeco
|
||||
{
|
||||
width: 95%;
|
||||
height: 10px;
|
||||
float: right;
|
||||
background-color: #5496c2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user