forked from melvinchng/event-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
136 lines (106 loc) · 2.31 KB
/
custom.css
File metadata and controls
136 lines (106 loc) · 2.31 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
.footer {
background-color:#cbdae3;
padding: 1rem;
}
html {
font-size: 18px;
}
.bg-light {
background-color:#101628;
}
.text_primary {
color: #1c2747ff;
}
.socials {
text-decoration: none;
}
.footer-socials {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
body {
background-color:#cbdae3;
font-family: 'Bai Jamjuree', sans-serif;
}
main {
padding-top: 7%;
}
@media screen and (max-width: 768px) {
body { padding-top: 7%; }
}
.card {
background-color:rgba(0, 0, 0, 0);
}
.navbar.navbar-expand-sm.fixed-top.navbar-dark {
background-color: #031a44;
}
.navbar-dark .navbar-nav .nav-link {
color:#cbdae3;
}
#headingOne {
background-color: #031a44;
}
.btn-link {
color:#cbdae3;
}
.navbar-dark .navbar-toggler-icon {
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.hori-timeline .events {
border-top: 3px solid #e9ecef;
}
.hori-timeline .events .event-list {
display: block;
position: relative;
text-align: center;
padding-top: 70px;
margin-right: 0;
}
.hori-timeline .events .event-list:before {
content: "";
position: absolute;
height: 36px;
border-right: 2px dashed #dee2e6;
top: 0;
}
.hori-timeline .events .event-list .event-date {
position: absolute;
top: 38px;
left: 0;
right: 0;
width: 120px;
margin: 0 auto;
border-radius: 4px;
padding: 2px 4px;
}
@media (min-width: 1140px) {
.hori-timeline .events .event-list {
display: inline-block;
width: 24%;
padding-top: 45px;
}
.hori-timeline .events .event-list .event-date {
top: -12px;
}
}
.bg-soft-primary {
background-color: rgba(64,144,203,.3)!important;
}
.bg-soft-success {
background-color: rgba(71,189,154,.3)!important;
}
.bg-soft-danger {
background-color: rgba(231,76,94,.3)!important;
}
.bg-soft-warning {
background-color: rgba(249,213,112,.3)!important;
}
.card {
border: none;
margin-bottom: 24px;
-webkit-box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
}
.carousel {
width: 50% !important;
}