-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
321 lines (269 loc) · 5.36 KB
/
style.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
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');
.narrow {
width: 75%;
margin: 1.5rem auto;
padding-top: 2rem;
}
.narrow h1 {
font-size: 2.4rem;
}
.btn-secondary {
border-width: medium;
border-radius: 0;
padding: .6rem 1.2rem;
font-size: 1.2rem;
text-transform: uppercase;
margin: 1rem;
border-color: #1EBBA3;
background-color: #1EBBA3;
color: white;
}
.btn-secondary:hover,
.btn-secondary:focus {
border-color: #189582;
background-color: #189582;
color: white;
}
body {
overflow-x: hidden;
font-family: 'Karla', sans-serif;
color: #17A2B8;
}
.navbar {
font-weight: 700;
font-size: .9rem;
letter-spacing: .1rem;
background: rgba(174, 189, 197, 0.8)!important;
}
.navbar-nav li {
padding-right: .7rem;
}
.navbar-dark .navbar-nav .nav-link {
color: white;
padding-top: .8rem;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
color: rgb(0, 0, 0);
}
.home-inner {
background-image: url(img/background2.jpg);
}
.caption {
width: 100%;
max-width: 100%;
position: absolute;
top: 20%;
z-index: 1;
}
.caption h1 {
padding-top: 1rem;
font-weight: 700;
}
.caption h3 {
font-size: 1.2rem;
padding-bottom: 0.6rem;
}
.col-12 p {
font-size: 1rem;
}
.narrow {
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
.heading {
padding-bottom: 1rem;
}
.heading:after {
position:absolute;
content:'';
top:100%;
height:1px;
width:50px;
left:0;
right:0;
margin:0 auto;
background:#3498db
}
.education-block {
max-width:700px;
margin:0 auto 30px auto;
padding:15px;
border:1px solid #dcd9d9;
text-align:left
}
.education-block h3 {
font-size: 1.2rem;
font-weight:500;
float:left;
margin:0;
color:#17A2B8;
}
.education-block span{
color:#74808a;
float:right
}
.education-block h4 {
color:#74808a;
clear:both;
font-size: 1rem;
font-weight:100;
margin:0 0 15px 0
}
.education-block p,.education-block ul{
margin:0;
color:#74808a;
font-size:0.9em
}
.education-block ul{
padding:0 0 0 15px
}
.footer {
color: #74808a;
text-align: center;
font-size: 0.8rem;
}
.icon {
text-align: center;
text-decoration: none;
border-radius: 80%;
color: #3498db;
}
/* The actual timeline (the vertical ruler) */
.timeline {
position: relative;
max-width: 1200px;
margin: 0 auto;
}
/* The actual timeline (the vertical ruler) */
.timeline::after {
content: '';
position: absolute;
width: 6px;
background-color:white;
top: 0;
bottom: 0;
left: 50%;
margin-left: -3px;
z-index: 0 !important;
}
/* Container around content */
.containertimeline {
padding: 10px 40px;
position: relative;
background-color: inherit;
width: 50%;
}
/* The circles on the timeline */
.containertimeline::after {
content: '';
position: absolute;
width: 25px;
height: 25px;
right: -12px;
background-color: white;
border: 4px solid #FF9F55;
top: 15px;
border-radius: 50%;
z-index: 99 !important;
}
/* Place the container to the left */
.left {
left: 0;
}
/* Place the container to the right */
.right {
left: 50%;
}
/* Add arrows to the left container (pointing right) */
.left::before {
content: " ";
height: 0;
position: absolute;
top: 22px;
width: 0;
z-index: 1;
right: 30px;
border: medium solid white;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent white;
}
/* Add arrows to the right container (pointing left) */
.right::before {
content: " ";
height: 0;
position: absolute;
top: 22px;
width: 0;
z-index: 1;
left: 30px;
border: medium solid white;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;
}
/* Fix the circle for containers on the right side */
.right::after {
left: -12px;
}
/* The actual content */
.contenttimeline {
padding: 20px 30px;
background-color: white;
position: relative;
border-radius: 6px;
}
.contenttimeline small {
color:#74808a;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
.timeline::after {
left: 10px;
}
/* Full-width containers */
.containertimeline {
width: 100%;
padding-left: 40px;
padding-right: 0px;
}
.vertical-center {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.center-container {
height: 200px;
position: relative;
border: 3px solid green;
}
/* Make sure that all arrows are pointing leftwards */
.containertimeline::before {
top: 17px;
left: 30px;
border: medium solid white;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;
}
/* Make sure all circles are at the same spot */
.left::after, .right::after {
left: -2px;
}
/* Make all right containers behave like the left ones */
.right {
left: 0%;
}
/*============ BOOTSTRAP BREAK POINTS:
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }
Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }
Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
=============*/