-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstyle.css
53 lines (45 loc) · 784 Bytes
/
style.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
body {
max-width: 48em;
margin: auto;
font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
line-height: 1.5;
}
code {
font-family: Roboto Mono, monospace;
font-size: 90%;
}
.picker {
background-color: #eee;
padding: 1em;
}
#listing {
padding-left: 0rem;
}
#listing li {
padding-left: 0;
}
#box {
color: #005aa0;
font-size: 2rem;
font-weight: bold;
}
#myProgress {
width: 100%;
height: 30px;
background-color: #ddd;
border-radius: 5px;
}
#myBar {
width: 1%;
height: 30px;
/* background-color: #4CAF50; */
background-color: #e24718;
text-align: center;
vertical-align: middle;
font-weight: bold;
border-radius: 5px;
}
#loader {
display: none;
visibility: hidden;
}