-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathcombo.css
More file actions
49 lines (40 loc) · 920 Bytes
/
combo.css
File metadata and controls
49 lines (40 loc) · 920 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
---
---
{% include css/base.css %}
{% include css/skeleton.css %}
{% include css/main.css %}
div.vis-item {
background-color:#03acf6;
color: white;
}
div.vis-item.py2 {
background-color: #3dbf18;
border-color: #3dbf18;
}
div.vis-item.vis-selected {
background-color: #e8aa2c;
border-color: #bf8a1e;
}
/* create a custom sized dot at the bottom of the red item */
.vis-item.red {
background-color: red;
border-color: darkred;
color: white;
font-family: monospace;
box-shadow: 0 0 10px gray;
}
.center ul {
list-style: none;
}
.vis-timeline {
text-align: left;
}
/* hardcode the calendar which is on a clear background to a darker gray that matches the font color.*/
.fa-calendar {
color: #868686;
}
/* enable that if too long, but seem to have some rendering issues.*/
/*.p-sections20-projects ul {
column-count: 3;
list-style: none;
}*/