modif des formulaires connexion et inscriptions

This commit is contained in:
Alcaraz Yannick
2020-12-04 01:35:28 +01:00
parent cbc35000e7
commit 6d0e6b6570
6 changed files with 118 additions and 95 deletions

View File

@@ -40,7 +40,7 @@ h2 {
padding: 20px;
}
#formContent {
#contenu {
background: #fff;
padding: 30px;
@@ -53,7 +53,7 @@ h2 {
text-align: center;
}
#formFooter {
#pied {
background-color: #f6f6f6;
border-top: 1px solid #dce8f1;
padding: 25px;
@@ -133,7 +133,7 @@ input[type=text]:focus {
border-bottom: 2px solid #5fbae9;
}
input[type=text]:placeholder {
input[type=text]::placeholder {
color: #cccccc;
}
@@ -142,16 +142,16 @@ input[type=text]:placeholder {
/* ANIMATIONS */
/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
.fonduBas {
-webkit-animation-name: fonduBas;
animation-name: fonduBas;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
@-webkit-keyframes fonduBas {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
@@ -164,7 +164,7 @@ input[type=text]:placeholder {
}
}
@keyframes fadeInDown {
@keyframes fonduBas {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
@@ -178,15 +178,15 @@ input[type=text]:placeholder {
}
/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-webkit-keyframes fondu { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fondu { from { opacity:0; } to { opacity:1; } }
@keyframes fondu { from { opacity:0; } to { opacity:1; } }
.fadeIn {
.fondu {
opacity:0;
-webkit-animation:fadeIn ease-in 1;
-moz-animation:fadeIn ease-in 1;
animation:fadeIn ease-in 1;
-webkit-animation:fondu ease-in 1;
-moz-animation:fondu ease-in 1;
animation:fondu ease-in 1;
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
@@ -197,32 +197,32 @@ input[type=text]:placeholder {
animation-duration:1s;
}
.fadeIn.first {
.fondu.premier {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.fadeIn.second {
.fondu.deuxieme {
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.fadeIn.third {
.fondu.troisieme {
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
animation-delay: 0.8s;
}
.fadeIn.fourth {
.fondu.quatrieme {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
}
/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
.souligne:after {
display: block;
left: 0;
bottom: -10px;
@@ -233,11 +233,11 @@ input[type=text]:placeholder {
transition: width 0.2s;
}
.underlineHover:hover {
.souligne:hover {
color: #0d0d0d;
}
.underlineHover:hover:after{
.souligne:hover:after{
width: 100%;
}

View File

@@ -1,39 +0,0 @@
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<!--link rel="icon" href="IconeLogo.ico"/-->
<title>Accueil</title>
<link rel="stylesheet" href="css/creation.css" />
</head>
<body>
<! --form action="" name"" method="POST"-->
<div class="wrapper fadeInDown">
<div id="formContent">
<!-- Tabs Titles -->
<h2 class="inactive underlineHover">Se connecter</h2>
<h2 class="active">Créer un compte </a></h2>
<!-- Login Form -->
<form>
<input type="text" id="login" class="fadeIn second" name="login" placeholder="Nom d'utilisateur">
<input type="text" id="password" class="fadeIn third" name="login" placeholder="Mot de passe">
<input type="submit" class="fadeIn fourth" value="Se connecter">
</form>
<!-- Remind Passowrd -->
<div id="formFooter">
<a class="underlineHover" href="#">Mot de passe oublié ?</a>
</div>
</div>
</div>
<! --/form-->
</body>
</html>

View File

@@ -40,8 +40,7 @@ h2 {
padding: 20px;
}
#formContent {
#contenu {
background: #fff;
padding: 30px;
width: 90%;
@@ -53,7 +52,7 @@ h2 {
text-align: center;
}
#formFooter {
#pied {
background-color: #f6f6f6;
border-top: 1px solid #dce8f1;
padding: 25px;
@@ -133,7 +132,7 @@ input[type=text]:focus {
border-bottom: 2px solid #5fbae9;
}
input[type=text]:placeholder {
input[type=text]::placeholder {
color: #cccccc;
}
@@ -142,16 +141,16 @@ input[type=text]:placeholder {
/* ANIMATIONS */
/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
.fonduBas {
-webkit-animation-name: fonduBas;
animation-name: fonduBas;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
@-webkit-keyframes fonduBas {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
@@ -164,7 +163,7 @@ input[type=text]:placeholder {
}
}
@keyframes fadeInDown {
@keyframes fonduBas {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
@@ -178,15 +177,15 @@ input[type=text]:placeholder {
}
/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-webkit-keyframes fondu { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fondu { from { opacity:0; } to { opacity:1; } }
@keyframes fondu { from { opacity:0; } to { opacity:1; } }
.fadeIn {
.fondu {
opacity:0;
-webkit-animation:fadeIn ease-in 1;
-moz-animation:fadeIn ease-in 1;
animation:fadeIn ease-in 1;
-webkit-animation:fondu ease-in 1;
-moz-animation:fondu ease-in 1;
animation:fondu ease-in 1;
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
@@ -197,32 +196,32 @@ input[type=text]:placeholder {
animation-duration:1s;
}
.fadeIn.first {
.fondu.premier {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.fadeIn.second {
.fondu.deuxieme {
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.fadeIn.third {
.fondu.troisieme {
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
animation-delay: 0.8s;
}
.fadeIn.fourth {
.fondu.quatrieme {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
}
/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
.souligne:after {
display: block;
left: 0;
bottom: -10px;
@@ -233,11 +232,11 @@ input[type=text]:placeholder {
transition: width 0.2s;
}
.underlineHover:hover {
.souligne:hover {
color: #0d0d0d;
}
.underlineHover:hover:after{
.souligne:hover:after{
width: 100%;
}