Reinstall silverbook

This commit is contained in:
2019-08-17 16:54:13 +02:00
parent eabe086f95
commit be5f9815e8
6 changed files with 1077 additions and 183 deletions

125
style.css
View File

@@ -682,6 +682,7 @@ div.threewp_ajax_search_results_content ul li:hover
.bloc_exif ul {list-style:none; padding:1em; background:#fff; border:solid #ddd; border-width:1px;
}
*/
/*
#content .bloc_exif li {display:inline; padding-right:0.5em; font-size:0.857em;
}
@@ -708,4 +709,126 @@ div.threewp_ajax_search_results_content ul li:hover
}
.infowindow {
width: 350px;
}
}
*/
/* Exif */
.image-exif {
margin-right: auto;
margin-left: auto;
text-align: center;
margin-bottom: 32px;
}
.exif-data {
display: inline-block;
margin-right: 16px;
font-size: 10px;
}
.cible i.ion-ios-location {
display: none;
color: green;
padding: 3px;
}
.cible i.ion-ios-location:hover {
color: #00b701;
}
div#locations {
display: none;
}
button#hidemap {
display: none;
margin-bottom: 24px;
margin-top: 32px;
}
button#showmap {
margin-bottom: 24px;
margin-top: 32px;
}
div#center_marker {
width: 100%;
text-align: center;
}
ul.list_marker {
padding-left: 0;
margin: 2px auto;
}
/**/
ul.list_marker a {
text-decoration: none;
color: green;
}
ul.list_marker a:hover {
color: #00b701;
}
ul.list_marker li {
color: green !important;
}
ul.list_marker li:hover {
color: #00b701 !important;
font-weight: bold;
}
.list_marker li {
display: inline;
font-size: 10px;
padding-right: 8px;
padding-left: 8px;
list-style-image: none;
text-align: center;
}
/* googlempa */
.infowindow, .gm-style-iw {
color: #5f5f5f;
font: normal normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.infowindow, .gm-style-iw a {
color: black;
text-decoration: underline;
}
.infowindow, .gm-style-iw img {
margin-top: 8px;
margin-left: 8px;
}
#lettrineImage{
float: left;
width: 220px;
height: 163px;
margin: 0 1em 1em 0;
}
#map {
width: 600px;
height: 400px;
display: none;
margin: 5em auto;
}
#gmap h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.6em;
font-style: italic;
font-weight: bold;
color:#267AA8;
text-align:center;
}
#gmap h2{
margin-bottom:1em;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-style: normal;
font-weight: bold;
color:#FF9900;
text-align:center;
}
#gmap p{
font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}