-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmain.css
64 lines (54 loc) · 1.07 KB
/
main.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
#clientinfodata, #dataload_status{
height: 10em;
}
.rainbow-text {
background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red); -webkit-background-clip: text;
color: transparent;
}
#download_progress{
width:100%;
}
.lds-dual-ring {
display: inline-block;
width: 80px;
height: 80px;
}
.lds-dual-ring:after {
content: " ";
display: block;
width: 64px;
height: 64px;
margin: 8px;
border-radius: 50%;
border: 6px solid #4720ce;
border-color: #4720ce transparent #4720ce transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#networkrunningloader{
display: none;
}
.networkload{
margin-top:4px;
}
#resultpanel{
text-align: center;
}
#original, #result{
max-width:100%;
}
#dlborder{
width: 100%;
border-top: purple outset 4px;
border-right: purple outset 4px;
display: inline-block;
height: 23px;
margin-top: 2px;
}