31-03-2022

index.php
maps.php
photo-du-mois.php
insert_bdd.php
functions.php (localize($domain), data_for_lightbox($data)
This commit is contained in:
2022-03-31 10:21:02 +02:00
parent 6ebef5c974
commit e66bc829cd
7 changed files with 687 additions and 86 deletions

View File

@@ -208,3 +208,63 @@ body {
width: 150px
}
/*
Select lang
index.php
*/
select.mySelect{
background: #9ccebb;
color: #000;
padding: 0 5px;
font-size: 12px;
border: 0px;
opacity: 0.3 !important;
}
select.mySelect option{
color: rgba(0, 0, 0, 0.6);
padding: 0px;
opacity: 0.7 !important;
}
button.myButton{
/*
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
background-color: transparent;
opacity: 0.4 !important;
*/
}
.myForm {
position: absolute;
bottom: 0px;
left: 10px;
/*
color: #fff;
font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter:alpha(opacity=60);
-moz-opacity:0.6;
opacity: 0.6;
*/
}
/*
maps2.php
*/
.info_content h3 {
text-align: center;
}
.gm_thumb {
}
.gm_thumb_img {
width: 50%;
height: auto;
}
/*
.nav_bar {
text-align: center;
}
*/