-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrasterSweep.css
More file actions
77 lines (67 loc) · 1.25 KB
/
rasterSweep.css
File metadata and controls
77 lines (67 loc) · 1.25 KB
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
69
70
71
72
73
74
75
76
77
raster-sweep img{
/* width: 100px;
height: 100px; */
position: absolute;
top: 0;
left: 0;
min-width: 100%;
max-width: 100%;
}
raster-sweep div#rs-glass{
width: 100px;
height: 100px;
background-color: transparent;
z-index: 1000;
border-color: red;
border-style: solid;
position: absolute;
top: 0;
left: 0;
border-radius: 5%;
box-shadow: 2px 2px 5px 1px black;
}
raster-sweep #rs-digitiser{
position: absolute;
top: 0;
left: 0;
z-index: 2000;
min-width: 100%;
max-width: 100%;
}
raster-sweep #rs-btn-image{
z-index: 50;
}
raster-sweep #rs-top-image{
z-index: 100;
}
raster-sweep,div#rs-glass :hover{
cursor: none;
}
raster-sweep .rs-canvas{
position: absolute;
top: 0;
left: 0;
z-index: 0;
min-width: 100%;
max-width: 100%;
}
raster-sweep .raster-wrapper{
position: relative;
}
raster-sweep #rs-legend{
min-width: 100%;
max-width: 100%;
height: 10px;
position: absolute;
left: 0px;
}
raster-sweep #rs-legend-gradient{
background: linear-gradient(to right, white, yellowgreen, yellow, red);
}
raster-sweep #rs-legend-many{
position: absolute;
right: 0px;
}
raster-sweep .rs-legend-text{
height: 10px;
}