-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost.css
More file actions
61 lines (52 loc) · 801 Bytes
/
Copy pathpost.css
File metadata and controls
61 lines (52 loc) · 801 Bytes
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
#post {
font-family: 'Open Sans';
font-weight: normal;
text-decoration: none;
max-width: 48em;
margin: 0 auto;
padding: 0 3em 0 3em;
}
#blog_title_bar {
position: relative;
text-align: center;
width: 100%;
}
#blog_title {
padding: 0 3em 0 3em;
font-size: 2em;
}
#blog_date {
font-size: 1.5em;
}
#content {
margin: auto;
font-size: 1em;
max-width: 50em;
}
#content a {
text-decoration: none;
}
#blog_footer {
width: 50%;
padding: 2em;
margin: 0 auto;
text-align: center;
}
.archive_link {
text-decoration: none;
font-size: 1.5em;
}
#blog_title_bar #back_button {
position: absolute;
left: 0;
top: 1em;
width: 2em;
cursor: pointer;
}
#blog_title_bar #next_button {
position: absolute;
right: 0;
top: 1em;
width: 2em;
cursor: pointer;
}