modif html

This commit is contained in:
MathieuRethers 2020-12-04 04:14:09 +01:00
parent c6be367c43
commit 2dc4681e0e
2 changed files with 18 additions and 11 deletions

View File

@ -2,7 +2,7 @@
a { a {
color: #92badd; color: #197abb;
display:inline-block; display:inline-block;
text-decoration: none; text-decoration: none;
font-weight: 400; font-weight: 400;
@ -71,7 +71,7 @@ h2.inactive {
h2.active { h2.active {
color: #0d0d0d; color: #0d0d0d;
border-bottom: 2px solid #5fbae9; border-bottom: 2px solid #197abb;
} }
@ -79,7 +79,7 @@ h2.active {
/* FORM TYPOGRAPHY*/ /* FORM TYPOGRAPHY*/
input[type=button], input[type=submit], input[type=reset] { input[type=button], input[type=submit], input[type=reset] {
background-color: #56baed; background-color: #197abb;
border: none; border: none;
color: white; color: white;
padding: 15px 80px; padding: 15px 80px;
@ -131,7 +131,7 @@ input[type=text], input[type=password] {
input[type=text]:focus { input[type=text]:focus {
background-color: #fff; background-color: #fff;
border-bottom: 2px solid #5fbae9; border-bottom: 2px solid #197abb;
} }
input[type=text]::placeholder { input[type=text]::placeholder {
@ -224,7 +224,7 @@ input[type=text]::placeholder {
bottom: -10px; bottom: -10px;
width: 0; width: 0;
height: 2px; height: 2px;
background-color: #56baed; background-color: #197abb;
content: ""; content: "";
transition: width 0.2s; transition: width 0.2s;
} }

View File

@ -1,7 +1,7 @@
/* BASIC */ /* BASIC */
a { a {
color: #92badd; color: #197abb;
display:inline-block; display:inline-block;
text-decoration: none; text-decoration: none;
font-weight: 400; font-weight: 400;
@ -41,6 +41,13 @@ h2 {
-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3); -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3); box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
text-align: center; text-align: center;
border-color: #0073be;
border-style: solid;
border-top-width: 3px;
border-bottom-width: 3px;
border-right-width: 5px;
border-left-width: 5px;
border-radius: 10px;
} }
#pied { #pied {
@ -60,7 +67,7 @@ h2.inactive {
h2.active { h2.active {
color: #0d0d0d; color: #0d0d0d;
border-bottom: 2px solid #5fbae9; border-bottom: 2px solid #197abb;
} }
@ -68,7 +75,7 @@ h2.active {
/* FORM TYPOGRAPHY*/ /* FORM TYPOGRAPHY*/
input[type=button], input[type=submit], input[type=reset] { input[type=button], input[type=submit], input[type=reset] {
background-color: #56baed; background-color: #197abb;
border: none; border: none;
color: white; color: white;
padding: 15px 80px; padding: 15px 80px;
@ -88,7 +95,7 @@ input[type=button], input[type=submit], input[type=reset] {
} }
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
background-color: #39ace7; background-color: #197abb;
} }
input[type=button]:active, input[type=submit]:active, input[type=reset]:active { input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
@ -120,7 +127,7 @@ input[type=text] {
input[type=text]:focus { input[type=text]:focus {
background-color: #fff; background-color: #fff;
border-bottom: 2px solid #5fbae9; border-bottom: 2px solid #197abb;
} }
input[type=text]::placeholder { input[type=text]::placeholder {
@ -230,7 +237,7 @@ input[type=text]::placeholder {
bottom: -10px; bottom: -10px;
width: 0; width: 0;
height: 2px; height: 2px;
background-color: #56baed; background-color: #197abb;
content: ""; content: "";
transition: width 0.2s; transition: width 0.2s;
} }