-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTopLoaderService.css
executable file
·53 lines (44 loc) · 1014 Bytes
/
TopLoaderService.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
#progress {
position: fixed;
z-index: 9999999;
top: 0;
left: -6px;
width: 0%;
height: 4px;
background-color: #ce0000;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
}
#progress b {
position: absolute;
top: 0;
height: 4px;
-moz-box-shadow: #777777 1px 0 6px 1px;
-ms-box-shadow: #777777 1px 0 6px 1px;
-webkit-box-shadow: #777777 1px 0 6px 1px;
box-shadow: #777777 1px 0 6px 1px;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
clip: rect(-6px, 22px, 14px, 10px);
opacity: .6;
width: 20px;
right: 0;
}
#progress i {
position: absolute;
top: 0;
height: 4px;
-moz-box-shadow: #777777 1px 0 6px 1px;
-ms-box-shadow: #777777 1px 0 6px 1px;
-webkit-box-shadow: #777777 1px 0 6px 1px;
box-shadow: #777777 1px 0 6px 1px;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
clip: rect(-6px, 90px, 14px, -6px);
opacity: .6;
width: 180px;
right: -80px;
}