-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
78 lines (65 loc) · 1.07 KB
/
styles.css
File metadata and controls
78 lines (65 loc) · 1.07 KB
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
html, body {
height: 100%;
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
margin: 0 auto -60px;
}
/* Set the fixed height of the footer here */
#push, #footer {
height: 60px;
}
#footer {
}
#centre{
width:900px;
margin:40px auto;
}
.centered {
width:900px;
margin:0px auto;
}
#header {
}
h1 {
font-family:Georgia, serif;
font-size:2em;
font-weight:lighter;
}
h2 {
font-family:Georgia, serif;
font-weight:bold;
font-size:1.3em;
padding-top: 10px;
margin: 0px;
}
h3 {
font-family:Georgia, serif;
font-weight:bold;
font-size:1.1em;
padding-top: 10px;
margin: 0px;
}
p, ul, ul li, ol, ol li, blockquote {
font-family: helvetica, arial, sans-serif;
font-size: 1em;
line-height: 1.3em;
}
code {
font-size: 120%;
}
.count {
display: inline-block;
padding: 2px 6px;
text-align: center;
font-size: 12px;
font-weight: 600;
line-height: 1;
color: #484851;
background-color: rgba(20,30,30,0.08);
border-radius: 20px;
}