-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle_dev.css
More file actions
325 lines (312 loc) · 6.32 KB
/
style_dev.css
File metadata and controls
325 lines (312 loc) · 6.32 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
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
/*Theme Name: Erectlocution
Theme URI: http://erectlocution.com/
Description: It started as only text, and I hung some colors and very few images on it.
Version: 0.0.1
Author: Daniel Black
Author URI: http://erectlocution.com/
The first fully from-scratch design I've ever done worth a damn, if only marginally so.*/
/*::::::::::General::::::::::*/
* {
padding: 0px;
margin: 0px;
}
body {
font: 62.5%/1.5em helvetica, arial, sans-serif;
border-top: 10px solid black;
border-bottom: 10px solid black;
}
a {
text-decoration: none;
color: #009;
}
a:link, a:visited, a:hover {
}
h2 {
font-size: 1em;
}
blockquote {
padding: 0px 25px 0px 35px;
color: #666;
}
/*::::::::::Row Structure::::::::::*/
.rowBoundingBox {
width: 100%;
clear: both;
overflow: hidden;
}
#headerNavRowWrapper {
background: black;
padding: 0px 0px 5px 5px;
}
#featuredRowWrapper {
padding: 25px 0px;
}
#blogTitleRowWrapper {
text-align: center;
font: bold 9em/1.5em helvetica, arial, sans-serif;
text-transform: uppercase;
background: #000;
color: white;
margin: 0px auto;
}
#recentRowWrapper {
}
#notableRowWrapper {
}
#footerRowWrapper {
background: /* #2f1508 */ #000;
border-top: 5px solid black;
font-size: 1.4em;
line-height: 1.4em;
color: #ddd;
margin: 80px 0px 0px 0px;
}
/* .interjectionRowWrapper {
background: black;
font: bold 2.5em/1.5em georgia, 'times new roman', serif;
padding: 10px 0px;
color: white;
} */
.interjectionRowWrapper {
background: rgb(50, 50, 80);
font: normal 2.5em/1.5em georgia, 'times new roman', serif;
padding: 10px 0px;
margin: 50px 0px;
color: white;
}
.interjectionRowWrapper a, .interjectionRowWrapper cite, .interjectionRowWrapper cite a {
color: #777;
}
/*::::::::::COLUMNAL STRUCTURE::::::::::*/
.columnBoundingBox {
width: 700px;
margin: 0px auto;
clear: both;
overflow: hidden;
}
#headerNavColumnWrapper {
width: 100%;
}
#featuredColumnWrapper {
padding: 10px;
font-family: georgia, 'times new roman', serif;
font-size: 2.5em;
line-height: 1.5em;
}
#blogTitleColumnWrapper {
width: 825px !important;
}
#recentColumnWrapper {
/* border-bottom: 1px solid #ccc; */
}
#notableColumnWrapper {
margin-top: 3px;
/* border-top: 1px solid #ccc; */
}
.interjectionColumnWrapper {
width: 600px;
}
#footerColumnWrapper {
/* width: 825px !important; */
}
/*::::::::::Excerpt and Post::::::::::*/
div.excerpt, div.excerpt p {
display: inline;
}
div.post {
font-size: 1.7em;
line-height: 1.6em;
}
div.post p {
margin: .75em 0em;
}
div.post a:link, div.post a:visited {
}
div.post a:hover {
/* color: #000; border-bottom: 1px solid #ccc; */
}
h2.postTitle, h2.postTitle a {
display: inline;
font-weight: normal;
color: #c30;
}
h2.singlePostTitle, h2.singlePostTitle a {
font-family: georgia, 'times new roman', serif;
font-weight: normal;
font-size: 1.45em;
line-height: 1.35em;
color: #c30;
}
h2.singlePostTitle a:link, h2.singlePostTitle a:visited, h2.singlePostTitle a:hover {
background: transparent;
border: 0px;
color: #c30;
}
#qed {
text-align: center;
font-size: 3em;
margin: 1.5em 0em;
}
.postMeta {
font: .6em/1em helvetica, arial, sans-serif;
margin: 20px 0px 0px 0px;
text-align: center;
color: #999;
}
/*::::::::::Comments::::::::::*/
.comments {
font-size: 1.25em !important;
margin: 40px 0px 0px 0px !important;
/* border-top: 1px solid grey; */
color: #333;
}
.comments li {
padding: 5px;
}
.comments p {
width: 575px;
}
.comments p.meta {
color: #666;
}
.alt {
background: rgb(245, 245, 245);
border-top: 1px solid grey;
border-bottom: 1px solid grey;
}
img.avatar {
display: none;
float: right;
margin: 0px;
}
/*::::::::::Section-specific Styling::::::::::*/
#headerNavColumnWrapper img {
float: left;
border: 0px;
}
#headerNavColumnWrapper ul {
float: right;
margin: 0px 20px 0px 0px;
}
#headerNavColumnWrapper ul li {
display: inline;
margin: 0px 10px 0px 0px;
}
#headerNavColumnWrapper ul li a {
color: white;
text-decoration: none;
font: normal 1.1em/1.1em helvetica, arial, sans;
padding: 3px;
}
#headerNavColumnWrapper ul li a:link, #headerNavColumnWrapper ul li a:visited {
}
#headerNavColumnWrapper ul li a:hover {
color: black;
background: white;
}
#recentTitleParagraph {
padding: 5px 5px 5px 0px;
font-size: 1.6em;
/* line-height: 1.5em; */
line-height: 2.5em;
color:
}
#recentTitleParagraph a {
background: #fefcff;
}
#recentTitleParagraph a:hover {
color: black;
background: #fff;
}
#recentTitleParagraph h2 {
color: #300;
}
#recentTitleParagraph.paraTitleSep {
padding: 0px 10px;
font-size: 2.2em;
}
#recentLeft, #recentRight {
padding: 5px 5px 5px 0px;
width: 330px;
float: left;
font-size: 1.6em;
line-height: 1.5em;
}
#recentLeft {
margin: 10px 0px 10px 0px;
}
#recentRight {
margin: 10px 0px 10px 20px;
}
#sectionNotableFirst, #sectionNotableSecond, #sectionNotableThird {
float: left;
width: 200px;
padding: 5px 5px 5px 0px;
font: 1.4em/1.3em helvetica, arial, sans-serif;
}
#sectionNotableFirst {
margin: 10px 0px 10px 0px;
}
#sectionNotableSecond, #sectionNotableThird {
margin: 10px 0px 10px 30px;
}
#contactForm, #deeper{
float: left;
width: /* 380px */ 320px;
padding: 5px 5px 5px 0px;
font-family: georgia, 'times new roman', serif;
}
#contactForm {
margin: 0px 0px 0px 0px;
padding-right: 25px;
}
.contactText {
border: 0px;
width: 320px;
color: #eee;
background: #333;
}
.contactSubmit {
border: 0px;
color: #999;
background: #333;
}
#contactForm p, #deeper p {
margin: 10px 0px;
/* color: rgb(225,240,255); */
font-size: 1.1em;
line-height: 1.5em;
}
#contactForm p {
font-family: helvetica, arial, sans-serif;
font-size: 1.2em !important;
}
#contactForm h3, #deeper h3 {
color: /* #36c */ #fff;
font-size: 3.0em;
line-height: 1.75em;
text-align: center;
}
#contactForm a {
color: #c30;
text-decoration: none;
}
#contactForm a:link, #contactForm a:visited {
}
#contactForm a:hover {
border-bottom: 1px solid #c30;
}
#deeper {
margin: 0px 0px 0px 20px;
color: #999;
}
#deeper ul {
/* list-style-type: hiragana; */
list-style-position: outside;
margin-left: 25px;
}
#deeper img.dodo {
margin: 10px auto auto 40px;
padding: 0px;
border: 10px solid #222;
}