-
Notifications
You must be signed in to change notification settings - Fork 1
/
typography.css
176 lines (142 loc) · 2.82 KB
/
typography.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
/*
THEME: 960bc
AUTHOR: Troy Dean
WEBSITE: http://www.guardianwebdesign.com.au
CLIENT NAME: xxx
CLIENT SITE: xxx
VERSION: 1.0
*/
/* Put your css for typography here
- as a rule of thumb any css rules relating to
font, text, letter-spacing, line-height as well
as margins and padding for headings, paragraphs and lists.
Values for font-size, line heights and bottom margins have been determined
by Richard Rutter's article "Compose to a Vertical Rhythm" at
http://24ways.org/2006/compose-to-a-vertical-rhythm */
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
text-align: left;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration: none;
}
h1 {
font-size: 2.2em;
line-height: 0.818182em;
margin-top: 0em;
margin-bottom: 0.818182em;
text-transform: capitalize;
}
h2 {
font-size: 1.8em;
line-height: 1em;
margin-top: 0.5em;
margin-bottom: 1.5em;
}
#header h2 {
margin-bottom: 0em;
line-height: 0em;
}
h3 {
font-size: 1.6em;
line-height: 1.125em;
margin-top: 0.5em;
margin-bottom: 1.5em;
}
#sidebar h3 {
font-size: 1.2em;
line-height: 1.2em;
margin-top: 1.2em;
margin-bottom: 0em;
}
p {
font-size: 1.5em;
line-height: 1.2em;
margin-top: 1.2em;
margin-bottom: 1.2em;
text-align: left
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
code {
font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}
small {
font-size: 1em;
line-height: 1.8em;
margin-top: 1.8em;
margin-bottom: 1.8em;
}
.postmetadata {
text-align: left;
}
.smallattachment {
text-align: center;
}
.attachment {
text-align: center;
}
.navigationTop, .navigationBottom {
font-size: 1.5em;
line-height: 1.2em;
margin-top: 1.2em;
margin-bottom: 1.2em;
text-align: left
}
#sidebar ul ul {
font-size: 1.2em;
line-height: 1.5em;
margin-top: 0.9em;
margin-bottom: 0em;
}
.commentlist li, #commentform input, #commentform textarea {
font-size: 0.9em;
}
.commentlist li ul li {
font-size: 1em;
}
.commentlist li {
font-weight: bold;
}
.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}
.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}
.commentmetadata {
font-weight: normal;
}
#wp-calendar #prev a, #wp-calendar #next a {
font-size: 9pt;
}
#wp-calendar a {
text-decoration: none;
}
#wp-calendar caption {
text-align: center;
font-size: 1.3em;
font-weight: bold;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
}