-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
68 lines (62 loc) · 817 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
p, span{
font-size: 1em;
}
#container{
height:100%;
position:relative;
}
.spectrum{
width:10%;
z-index: 0;
/*position:absolute;*/
}
.zoomline{
position:absolute;
top:0;
width:10%;
height:100%;
margin-left: 38%;
}
#visiblespec, #visi{
z-index: 1;
visibility: hidden;
}
#UVSpec, #UV{
z-index: 2;
visibility: hidden;
}
.scale{
position: absolute;
top: 0;
max-height: 100%;
display: block;
width: auto;
z-index: 3;
}
#ems{
margin-left: 10.5%
}
#visi, #UV{
margin-left: 48%
}
.color{
width: 100%;
height:10%;
}
#infobox{
position: absolute;
margin-left: 60%;
border: 2px solid black;
height: 70%;
top: 0;
width: 38%;
z-index: 4;
border-radius: 1em;
padding: 7px;
overflow: scroll;
}
#copyright{
position:absolute;
right: 0px;
bottom: 0px;
}