forked from gwusec/gwusec.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
62 lines (53 loc) · 904 Bytes
/
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
:root {
--gw-blue: #033C5A;
--gw-light-blue: #f0faff;
--gw-gold: #AA9868;
}
.bg-navbar{
background-color: var(--gw-blue);
}
.starter{
padding-top: 4rem;
text-align: center;
}
.content{
margin-top: 2rem;
padding-top: .5rem;
padding-bottom: 1rem;
border-left-style: double;
border-top-style: dotted;
border-radius: 5px;
border-color: var(--gw-blue);
border-width: medium;
border-width: 3px 10px;
background-color: var(--gw-light-blue);
max-width:1000px;
}
.content h2{
padding-bottom: 1rem;
}
.external-lab{
margin-top: 2rem;
padding-top: .5rem;
padding-bottom: 1rem;
}
.navbar-brand .nav-link a{
color: white;
link: white;
visited:white;
hover: var(--gw-gold);
}
.img-thubmnail{
object-fit: cover;
width:200px;
height:200px;
}
.img-wide{
max-width: 100%;
margin-bottom: .5rem;
}
.publications li{
margin-top: 1rem;
padding-top: .25rem;
padding-bottom: .25rem;
}