You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
1.4 KiB
CSS

@font-face {
font-family: "Libertinage x";
src: url("fonts/Libertinage-x.ttf");
}
@font-face {
font-family: "OSP-DIN";
src: url("fonts/OSP-DIN.ttf");
}
body {
margin: 5em;
font-family: "Libertinage x", serif;
font-size: 1.1em;
color: #2d2020;
background: #f2eee3;
}
#map {
background: #f2eee3 !important;
}
div.tile {
color: #2d2020;
position: absolute;
pointer-events: auto; /* this enables links */
}
div.tile img.imagetile {
position: absolute;
left: 0; top: 0;
z-index: 0;
}
div.tile div.text {
position: absolute;
left: 0; top: 0;
z-index: 1;
font-family: sans-serif;
font-size: 15px;
line-height: 18px;
/*text-shadow: 1px 1px 2px black;*/
padding-right: 10px;
padding-left: 0px;
margin-top: 0px;
}
div.tile div.text p {
margin: 0;
hyphens: auto;
}
div.tile div.text a {
margin: 0;
text-decoration: none;
color: #f2eee3;
background: #ed4e47;
}
div.tile div.text a:hover {}
div.coords {
pointer-events: none;
display: none;
}
.leaflet-overlay-pane {
z-index: 0 !important; /* hack to put the x underneath */
}
p.caption {}
p.caption span.text {
/*background: #444;*/
}
p.caption span.date {
padding-left: 8px;
/*background: #444;*/
/*color: #AAA;*/
}
p.caption a.url {
padding-left: 8px;
/*color: #FF0;*/
}
p.caption a.url:hover {
/*background: #FF0;*/
/*color: black;*/
}