This repository was archived by the owner on Dec 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
81 lines (71 loc) · 1.41 KB
/
style.css
File metadata and controls
81 lines (71 loc) · 1.41 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
80
81
.percent-10 {
width: 6em;
background: #ff1a00;
padding-left: .5em;
color: white; }
.percent-10::after {
content: " : 10%"; }
.percent-20 {
width: 12em;
background: #ff3300;
padding-left: .5em;
color: white; }
.percent-20::after {
content: " : 20%"; }
.percent-30 {
width: 18em;
background: #ff4d00;
padding-left: .5em;
color: white; }
.percent-30::after {
content: " : 30%"; }
.percent-40 {
width: 24em;
background: #ff6600;
padding-left: .5em;
color: white; }
.percent-40::after {
content: " : 40%"; }
.percent-50 {
width: 30em;
background: #ff8000;
padding-left: .5em;
color: white; }
.percent-50::after {
content: " : 50%"; }
.percent-60 {
width: 36em;
background: #cc9900;
padding-left: .5em;
color: white; }
.percent-60::after {
content: " : 60%"; }
.percent-70 {
width: 42em;
background: #99b300;
padding-left: .5em;
color: white; }
.percent-70::after {
content: " : 70%"; }
.percent-80 {
width: 48em;
background: #66cc00;
padding-left: .5em;
color: white; }
.percent-80::after {
content: " : 80%"; }
.percent-90 {
width: 54em;
background: #33e600;
padding-left: .5em;
color: white; }
.percent-90::after {
content: " : 90%"; }
.percent-100 {
width: 60em;
background: lime;
padding-left: .5em;
color: white; }
.percent-100::after {
content: " : 100%"; }
/*# sourceMappingURL=style.css.map */