-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
21 lines (20 loc) · 801 Bytes
/
style.css
File metadata and controls
21 lines (20 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* layout */
body{background-color:#DDD; overflow: hidden; margin:0;}
#images {height: 100vh; width:636px; overflow-y: scroll; position: relative;}
#preload {height: 1406px; width: 621px; background-image: url("./JPEG/layer099.jpg")}
img, svg{height: 1406px; width:621px; position:absolute; top:0;left:0;}
img, svg {visibility: hidden;}
.visible {visibility: visible;}
#app {position: absolute; top:0px; left:650px; height: 100vh;}
#layer-slider {width: 500px;}
#region-input {width: 400px;}
#checkboxes {height: calc(100vh - 100px); width:calc(100vw - 650px); overflow-y: scroll; overflow-x: auto;}
/* style */
g:hover {fill: rgba(255,255,255,0.6);}
.zone {
display: none;
fill: none;
stroke: rgba(255,0,0,0.8);
stroke-width: 30px;
}
.region-number {color: #0274fe; cursor: pointer;}