Upload files to 'FRONTEND'
This commit is contained in:
parent
a655189026
commit
3f21a34369
68
FRONTEND/formulaire.css.css
Normal file
68
FRONTEND/formulaire.css.css
Normal file
@ -0,0 +1,68 @@
|
||||
fieldset {
|
||||
border-radius: 10px;
|
||||
background-color: rgb(238, 196, 255);
|
||||
border-color: lavender;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
width: 65%;
|
||||
margin-left: 16%;
|
||||
}
|
||||
.coordonnées {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
color: rgb(104, 114, 126);
|
||||
padding-left: 10%;
|
||||
width: 47%;
|
||||
padding-top: 10px;
|
||||
padding-right: 10%;
|
||||
}
|
||||
|
||||
.coordonnées2 {
|
||||
background-color: rgb(192, 235, 250);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.input1 {
|
||||
background-color: rgb(238, 196, 255);
|
||||
color: mediumblue;
|
||||
border-style: none;
|
||||
font-size: 15px;
|
||||
width: 80%;
|
||||
height: 80%;
|
||||
border-style: solid;
|
||||
border-color: silver;
|
||||
border-width: 1.5px;
|
||||
}
|
||||
|
||||
.input2 {
|
||||
color: mediumblue;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.input3 {
|
||||
font-size: 18px;
|
||||
color: silver;
|
||||
}
|
||||
|
||||
.input4 {
|
||||
color: mediumblue;
|
||||
font-size: 15px;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.casedroite {
|
||||
text-align: left;
|
||||
height: 35px;
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
#date {
|
||||
text-align: left;
|
||||
height: 15px;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: blue;
|
||||
}
|
BIN
FRONTEND/logo.png
Normal file
BIN
FRONTEND/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
FRONTEND/medicale-banniere.jpg
Normal file
BIN
FRONTEND/medicale-banniere.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 392 KiB |
BIN
FRONTEND/pole-taverny.jpg
Normal file
BIN
FRONTEND/pole-taverny.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
145
FRONTEND/style.css.css
Normal file
145
FRONTEND/style.css.css
Normal file
@ -0,0 +1,145 @@
|
||||
.banière {
|
||||
margin: 20px 5px 0px 5px;
|
||||
}
|
||||
|
||||
.bouton {
|
||||
display: inline-block;
|
||||
background-color: #dbeca9;
|
||||
border-radius: 10px;
|
||||
border: 1px double #98749c;
|
||||
color: #c93737;
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||
width: 130px;
|
||||
height: 35px;
|
||||
box-shadow: 10px 6px 0px #98749c;
|
||||
-webkit-transition: all 0.5s;
|
||||
-moz-transition: all 0.5s;
|
||||
-o-transition: all 0.5s;
|
||||
transition: all 0.5s;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url("../images/pole-taverny.jpg");
|
||||
background-color: aqua;
|
||||
background-size: 115% 165%;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.bodyform {
|
||||
background-size: 120% 100%;
|
||||
}
|
||||
|
||||
.bodyrdv {
|
||||
background-size: 115% 140%;
|
||||
}
|
||||
|
||||
.bodyspecialités {
|
||||
background-size: 120% 210%;
|
||||
}
|
||||
|
||||
.bodyhoraire{
|
||||
background-size: 120% 128%;
|
||||
}
|
||||
|
||||
.nav {
|
||||
align-content: center;
|
||||
text-align: center;
|
||||
width: 50%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#bienvenue {
|
||||
background-color: #fad7a9;
|
||||
opacity: 0.4;
|
||||
box-shadow: 10px 6px 0px #882d2d;
|
||||
margin-left: 35px;
|
||||
margin-right: 35px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
color: blue;
|
||||
font-size: 30px;
|
||||
font-weight: bold;
|
||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-align: center;
|
||||
background-color: rgb(152, 10, 196);
|
||||
border-style: solid;
|
||||
border-color: white;
|
||||
border-width: 2px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: 800;
|
||||
width: 60%;
|
||||
margin-left: 20%;
|
||||
}
|
||||
|
||||
#articleIndex {
|
||||
text-align: center;
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
#articleIndex2 {
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: #ffffff;
|
||||
background-position: bottom;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.horaire {
|
||||
border-style: solid;
|
||||
border-color: indigo;
|
||||
background-color: #c5eff1;
|
||||
width: 99%;
|
||||
position: relative;
|
||||
font-size: 1.1em;
|
||||
opacity: 0.75;
|
||||
text-align: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
color: rgb(85, 85, 85);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.horaire2 {
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.liste {
|
||||
width: 50%;
|
||||
height: 30px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.liste2 {
|
||||
width: 75%;
|
||||
height: 40px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: left;
|
||||
color: blue;
|
||||
border-radius: 5px;
|
||||
box-shadow: 5px 3px 0px grey;
|
||||
font-size: 20px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
Loading…
Reference in New Issue
Block a user