forked from CS7150/CS7150-Final-Project
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.css
69 lines (61 loc) · 1.08 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
body, td, th {
font-family: 'Open Sans', sans-serif;
}
h2 {
margin-top: 3ex;
}
/* Deep blues */
.color-primary-0 { color: #233BF5 }
.color-primary-1 { color: #3314DE }
.color-primary-2 { color: #7717FA }
.color-primary-3 { color: #1461DE }
.color-primary-4 { color: #17A9FA }
.nd-pageheader {
padding: 2rem 15px;
margin-bottom: 1.5rem;
color: white;
text-align: center;
background-color: #233BF5;
}
.nd-pageheader a, .nd-pageheader a.likelink {
color: #e4f1fe;
}
.nd-pagefooter {
color: white;
margin-top: 1.5rem;
padding: 1rem;
text-align: center;
background-color: #233BF5;
}
.nd-pagefooter a {
color: #e4f1fe;
}
.nd-pageheader .container {
position: relative
}
.nd-pageheader address {
font-weight: 300;
}
.nd-pageheader p, .nd-pageheader h1 {
margin-bottom: 0.75rem;
font-size: 2.25rem;
font-weight: 300;
line-height: 1.3;
}
.citation {
margin-top: 15px;
clear: both;
}
.citation:after {
content: '';
display: table;
clear: both;
}
.citation img {
float: left;
margin: 0 10px 10px 0;
width: 250px;
}
nobr.widenobr {
white-space: normal;
}