forked from python3statement/python3statement.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcombo.css
43 lines (35 loc) · 772 Bytes
/
combo.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
---
---
{% 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;
}