BasesWeb/FRONTEND/StyleCss/style.css
2022-11-24 17:27:48 +01:00

133 lines
2.6 KiB
CSS

.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: 170px;
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("../Image/pole-taverny.jpg");
background-color: aqua;
background-size: 135%;
margin: 0px;
padding: 0px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
.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;
}