110 lines
1.5 KiB
CSS
110 lines
1.5 KiB
CSS
body {
|
|
font-family: Verdana, "Lucida Sans Unicode", sans-serif;
|
|
font-size: 16px;
|
|
width: 100%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
height: 100%;
|
|
background-color: rgb(146, 154, 146);
|
|
}
|
|
|
|
html {
|
|
height: 100%;
|
|
}
|
|
|
|
#wrapper {
|
|
margin: auto;
|
|
width: 100%;
|
|
text-align: center;
|
|
background-color: #e9e9e9;
|
|
margin-top: 5px;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
a {
|
|
color: #0000EE;
|
|
}
|
|
|
|
header {
|
|
width: 98%;
|
|
margin: auto;
|
|
}
|
|
header #hline1 {
|
|
width: 98%;
|
|
margin: 0px auto 0px;
|
|
padding-top: 10px;
|
|
}
|
|
header #h1name {
|
|
font-size: 148%;
|
|
clear: both;
|
|
float: left;
|
|
text-align: left;
|
|
}
|
|
header #h1datum {
|
|
float: right;
|
|
}
|
|
|
|
#map {
|
|
margin-left: 1vw;
|
|
margin-top: 5px;
|
|
width: 98vw;
|
|
height: 66vh;
|
|
border-radius: 10px;
|
|
border: solid 1px seagreen;
|
|
overflow: hidden;
|
|
z-index: 1;
|
|
}
|
|
|
|
#author {
|
|
font-size: 80%;
|
|
width: 95%;
|
|
margin: auto;
|
|
padding-bottom: 30px;
|
|
padding-top: 10px;
|
|
}
|
|
#author #mailadr {
|
|
float: left;
|
|
}
|
|
#author #versn {
|
|
float: right;
|
|
}
|
|
|
|
.info {
|
|
padding: 6px 8px;
|
|
font: 12px Arial, Helvetica, sans-serif;
|
|
background: rgba(255, 255, 255, 0.8);
|
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.info h4 {
|
|
margin: 0 0 5px;
|
|
color: #777;
|
|
}
|
|
|
|
.legend {
|
|
line-height: 18px;
|
|
color: #555;
|
|
font-size: 110%;
|
|
}
|
|
|
|
.legend i {
|
|
width: 18px;
|
|
height: 18px;
|
|
float: left;
|
|
margin-right: 0px;
|
|
opacity: 1;
|
|
}
|
|
|
|
.leglabel {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.ndmarker {
|
|
position: absolute;
|
|
font-size: 24px;
|
|
}
|
|
|
|
/*# sourceMappingURL=style.css.map */
|