-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathblog.css
More file actions
53 lines (44 loc) · 718 Bytes
/
blog.css
File metadata and controls
53 lines (44 loc) · 718 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
body {
font: 80% arial, sans-serif;
}
#main {
background: #FFA2C8;
font-family: 'Lucida Grande', Verdana, sans-serif;
color: black;
line-height: 1.8em;
letter-spacing: 0.01em;
}
.comment {
background: pink;
margin: 1em 1em 1em 1em;
padding: 0.5em 0.5em 0.5em 1.5em;
}
#form-format {
line-height: 0;
padding-top: 2em;
padding-bottom: 0;
text-align: left;
}
#blog_posts {
padding-top: 0.7em;
}
.post a{
color: #E00775;
font-weight: bold;
text-decoration: none;
}
.post a:hover {
text-decoration: none;
color: #555555;
}
h2 {
margin-top: 15px;
}
h3 {
font-style: italic;
margin-bottom: 0;
}
h5 {
font-size: 15;
margin-bottom: 2em;
}