Modification de l'affichage et debuguage du php pour un fonctionnement normal.
This commit is contained in:
ccunatbrule
2022-07-18 01:23:12 +02:00
parent 5d0d3fbf2d
commit f44cb8f268
118 changed files with 748 additions and 813 deletions

View File

@@ -1,4 +1,6 @@
.bg1 {
background:#f7f5e2;
}
header {
background-image:url("../images/autres/footer.jpg");
}
@@ -7,13 +9,9 @@ footer {
margin: 0 auto;
overflow:hidden;
}
.body {
min-height: 100vh;
}
.container-fluid {
background:#f7f5e2;
width: 100%;
height: 100%;
.container-fluid{
margin:0 !important;
padding:0 !important;
}
.numbox{
background-image:url("../images/autres/calendrier.png");
@@ -27,7 +25,6 @@ footer {
font:18px/22px 'IM Fell French Canon', sans-serif;
color:#fff;
font-style:italic;
width:72px;
text-align:center;
margin-top:4px;
display:block;
@@ -35,48 +32,40 @@ footer {
.numbox strong {
font:30px/36px Georgia, "Times New Roman", Times, serif;
color:#f6a82d;
width:72px;
font-weight:bold;
text-align:center;
margin-top:-1px;
display:block;
}
.img-thumbnailShop{
max-width : 200px;
heigth: auto;
display: block;
}
.img-thumbnailEvent{
max-width : 250px;
heigth: auto;
display: block;
}
.img-thumbnailEventCat{
max-width : 150px;
heigth: auto;
display: block;
}
.clear {
clear:both;
line-height:0;
font-size:0;
width:100%;
}
.map-responsive {
overflow:hidden;
padding-bottom:56.25%;
position:relative;>
height:0;
position:relative;
}
.map-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
.carousel {
height: 60%;
}
.carousel-indicators li {
background-color: gray!important;
}