forked from emdelponte/research-compendium-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
46 lines (36 loc) · 733 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
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald');
body {
font-family: 'Roboto Condensed', sans-serif;
margin-left:2px;
margin-right:2px;
margin-top: 20px;
font-size: 19px;
line-height: 1.6
}
p {
line-height:1.6;
margin-top:10px;
margin-bottom:30px;
margin-left:0px;
margin-right:0px;
}
pre {
font-size:16px;
margin-bottom:40px
}
h1, h2, h3,h4 {
font-family: 'Oswald', sans-serif;
padding-bottom: 10px;
padding-top: 20px;
color: #4682b4;
}
.navbar-default {
background-color: #006699
}
.list-group-item.active {
z-index: 2;
color: #ffffff;
background-color: #006699;
border-color: #006699
}