forked from collina/ndt-javascript-client
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathndt_d3.css
More file actions
79 lines (76 loc) · 1.21 KB
/
ndt_d3.css
File metadata and controls
79 lines (76 loc) · 1.21 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
78
79
#container {
width: 100%;
margin: 0 auto;
}
#msg {
margin: 0 auto;
width: 500px;
color: red;
text-align: center;
}
#svg {
margin: 0 auto;
width: 500px;
height: 500px;
}
#detail_links {
position: fixed;
top: 5px;
right: 5px;
text-transform: uppercase;
font-size: medium;
}
#detail_links a {
color: blue;
text-decoration: none;
}
#detail_links a:hover {
text-decoration: underline;
}
#debug {
display: none;
}
#details {
display: none;
}
#progress-meter {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 28px;
font-weight: bold;
}
#progress-meter text {
fill: #2A333D;
}
#progress-meter text.information {
font-size: 16px;
fill: #6D736A;
}
#progress-meter text.status{
fill: #3F4D4D;
}
#progress-meter .ready {
cursor: pointer;
}
#progress-meter .progress {
cursor: wait;
}
#progress-meter .background {
fill: #D6D4D0;
}
#progress-meter .complete {
fill: #78A18F;
}
#progress-meter .result_value, #progress-meter .result_label {
font-size: 14px;
fill: #707762;
/*text-transform:capitalize*/
}
#progress-meter .result_label {
fill: #2A333D;
}
#progress-meter .progress-error .background {
fill: #A77D7D;
}
#progress-meter .progress-error text.information {
font-size: 8px;
}