-
Notifications
You must be signed in to change notification settings - Fork 121
/
combo.css
82 lines (64 loc) · 1.32 KB
/
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
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
82
---
---
{% include css/base.css %}
{% include css/skeleton.css %}
{% include css/main.css %}
div.vis-item , p.py3{
background-color:#03acf6;
color: white;
}
div.vis-item.py2, p.py2 {
background-color: #3dbf18;
border-color: #3dbf18;
color:white;
}
p {
font-weight: 300;
}
p.py2:first-child, p.py3:first-child{
margin-top: 0px;
margin-bottom: 5px;
}
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;
}
.subtlecircle .fa-stack-1x{
font-size: 80%;
}
#sections30-projects ul:nth-child(2) a {
text-decoration: none;
}
#sections30-projects li {
display: inline-block;
margin: 10px;
padding: 20px;
font-size: 19px;
min-width: 105px;
}
#sections30-projects li a > img{
margin: auto;
margin-bottom:10px;
display: block;
max-height: 80px;
max-width: 160px;
vertical-align: middle;
}