-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (46 loc) · 778 Bytes
/
style.css
File metadata and controls
59 lines (46 loc) · 778 Bytes
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
p, li {
line-height: 19px;
}
.table th, .table td {
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid#ddd;
}
.table-condensed th, .table-condensed td {
padding: 4px 5px;
}
a.quiet {
color: inherit;
}
.c1 {
background-color: #69D2E7 !important;
}
.c2 {
background-color: #A7DBD8 !important;
}
.c3 {
background-color: #E0E4CC !important;
}
.c4 {
background-color: #F38630 !important;
}
.c5 {
background-color: #FA6900 !important;
}
.c6 {
background-color: #EA813D !important;
}
.c7 {
background-color: #E7A350 !important;
}
.c8 {
background-color: #FCC777 !important;
}
.c9 {
background-color: #C3DBB9 !important;
}
.c10 {
background-color: #A79474 !important;
}