-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
88 lines (78 loc) · 1.35 KB
/
main.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
85
86
87
88
body {
margin: 60px auto;
width: 75%;
background-color: #202020;
color: #999;
line-height: 1.5em;
}
nav ul, footer ul {
font-family:'Helvetica', 'Arial', 'Sans-Serif';
padding: 0px;
list-style: none;
font-weight: bold;
}
nav ul li, footer ul li {
display: inline;
margin-right: 20px;
}
nav a {
font-family:'Helvetica', 'Arial', 'Sans-Serif';
text-decoration: none;
color: #999
}
a {
font-family:'Helvetica', 'Arial', 'Sans-Serif';
text-decoration: none;
color: #ADD8E6/*#999#2A5DB0,0087BD,999*/;
/*
font-size: 1.25em
*/
}
/*b {
color: #efefef;
}*/
h2 {
font-size: 2em;
font-family:'Helvetica', 'Arial', 'Sans-Serif';
line-height: 1.25em;
}
h3 {
font-size: 1.5em;
font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
p {
font-size: 1.25em;
font-family:'Helvetica', 'Arial', 'Sans-Serif';
line-height: 1.25em;
color: #999;
}
footer {
border-top: 1px solid #d5d5d5;
font-size: .8em;
}
ul.posts {
margin: 20px auto 40px;
font-size: 1.5em;
}
ul.posts li {
list-style: none;
}
ul li {
font-family:'Helvetica', 'Arial', 'Sans-Serif';
font-size:1.25em;
}
/*
img {
float:left;
}
*/
figcaption {
font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
html *
{
font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
/*h3 {
color: #efefef;
}*/