-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzien.css
More file actions
33 lines (31 loc) · 696 Bytes
/
Copy pathzien.css
File metadata and controls
33 lines (31 loc) · 696 Bytes
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
body.re-cursor,
body.re-cursor * { cursor: move !important; }
#sight-cover {
display:none;
position: fixed;
z-index: 2147483647;
width: 100%;
height: 100%;
top: 0;
left: 0;
-webkit-transition: background 1s ease-out, top 0.3s ease-out, left 0.3s ease-out;
}
#sight-cover.diabetic-ret {
background-repeat:repeat;
background-position:0 0;
}
#sight-cover.macula-deg {
background-repeat:no-repeat;
background-position:50% 50%;
-webkit-transform: scale(2);
}
#sight-cover.glaucoom {
background-repeat:no-repeat;
background-position:0 50%;
background-size:contain;
}
#sight-cover.ret-pigmentosa {
background-repeat:no-repeat;
background-position:50% 50%;
background-size:contain;
}