-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
84 lines (72 loc) · 1.26 KB
/
styles.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
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&subset=latin-ext');
h1 h2 h3 h4 h5 h6 p {
font-family: 'Playfair Display', serif;
padding: 0px;
margin: 0px;
}
body {
text-align: center;
}
.wrapper {
width: 60%;
min-width: 900px;
margin: 0px auto;
text-align: left;
}
.centre {
text-align: center;
}
.spacer {
height: 2em;
}
.header {
height: 3em;
color: #000000;
text-align: center;
}
.header h1 {
font-size: 2.5em;
font-weight: bold;
padding-left: 0pt;
padding-bottom: 0px;
margin-bottom: 0px;
}
.header a {
text-decoration: underline;
color: black;
padding: 0px;
margin: 0px;
}
.bound {
height: 0.2em;
background-color: black;
}
.nav-bar {
border-top: 4px solid #000000;
border-bottom: 4px solid #000000;
height: 2.5em;
padding: 0px;
margin: 0px;
}
#nav-list {
text-align: justify;
list-style-type: none;
padding: 0px;
margin: 0px;
border: 0px;
}
#nav-list:after {
content: '';
display: inline-block;
width: 100%;
}
#nav-list li {
display: inline-block;
padding: 0px 20px;
}
#nav-list li a {
color: black;
text-decoration: none;
font-weight: bold;
line-height: 2.5em;
}