95 lines
1.3 KiB
CSS
95 lines
1.3 KiB
CSS
|
body {
|
||
|
font-family: arial, helvetica, sans-serif;
|
||
|
}
|
||
|
|
||
|
.main {
|
||
|
margin-top: 4em;
|
||
|
}
|
||
|
|
||
|
.logo {
|
||
|
width: 180px;
|
||
|
background-color: white;
|
||
|
margin: 1em 0 2em 2em;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.small {
|
||
|
size: smaller;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
#mapid {
|
||
|
margin-top: 5px;
|
||
|
max-height: 1600px;
|
||
|
min-height: 100vH;
|
||
|
}
|
||
|
|
||
|
#dialog {
|
||
|
display: none;
|
||
|
position: absolute;
|
||
|
top: 30px;
|
||
|
left: 40px;
|
||
|
width: 500px;
|
||
|
z-index: 1200;
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
|
||
|
#dialog_comment {
|
||
|
display: none;
|
||
|
position: absolute;
|
||
|
top: 300px;
|
||
|
left: 400px;
|
||
|
width: 500px;
|
||
|
z-index: 1200;
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
|
||
|
#comment {
|
||
|
width:28em;
|
||
|
height:10em;
|
||
|
}
|
||
|
|
||
|
#description {
|
||
|
width: 28em;
|
||
|
height: 10em;
|
||
|
}
|
||
|
|
||
|
.comment {
|
||
|
border-top: 1px solid darkgrey;
|
||
|
padding: 3px 0 3px 0;
|
||
|
}
|
||
|
|
||
|
#hint {
|
||
|
color: red;
|
||
|
font-weight: bold;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
label {
|
||
|
margin-left: 0.4em;
|
||
|
margin-top:0.2em;
|
||
|
}
|
||
|
|
||
|
.dialog-list {
|
||
|
list-style-type: none;
|
||
|
padding-left: 0px;
|
||
|
}
|
||
|
|
||
|
i.wa {
|
||
|
display: inline-block;
|
||
|
border-radius: 60px;
|
||
|
box-shadow: 0px 0px 2px #888;
|
||
|
padding: 0.5em 0.6em;
|
||
|
color: white;
|
||
|
width: 2.1em;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#loader {
|
||
|
position: fixed; /* or absolute */
|
||
|
top: 50%;
|
||
|
left: 50%;
|
||
|
z-index: 1000;
|
||
|
display:none;
|
||
|
}
|