-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle-sites.css
324 lines (280 loc) · 4.73 KB
/
style-sites.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
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
body {
margin:0;
color:#cccccc;
background-color:#333333;
}
a {
color:#99ccff;
}
a:link {
color:#99ccff;
}
a:visited {
color:#bbccdd;
}
a:active {
color:#99cc66;
}
a:hover {
color:#99cc66;
}
h1, h2, h3, h4 {
margin:0;
padding:0;
}
/* banner (aka header) bits */
#banner {
padding:15px;
border-top:3px dotted #999999;
border-bottom:1px dotted #999999;
color:#ffffff;
background:#000000;
font-family:Verdana, Arial, sans-serif;
font-size:x-large;
font-weight:normal;
text-transform:uppercase;
letter-spacing:.2em;
}
/* title bits */
#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
color:#ffffff;
background:transparent;
font-family:Verdana, Arial, sans-serif;
font-size:x-large;
text-decoration:none;
}
/* description bits */
.description {
margin-top:5px;
color:#999999;
background:transparent;
font-family:Verdana, Arial, sans-serif;
font-size:small;
font-weight:bold;
text-transform:none;
letter-spacing:normal;
}
/* left content grobal bits */
#content {
border-right:1px dotted #999999;
float:left;
clear:left;
width:65%;
}
.blog {
margin:15px;
font-family:Verdana, Arial, sans-serif;
font-size:small;
}
/* menu (previous and next entry link) bits */
#menu {
margin:15px 0;
font-weight:bold;
}
#menu a,
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover {
text-decoration:none;
}
/* date bits */
.date {
margin:15px 0;
padding:5px;
border:1px solid #CCC;
font-size:small;
font-weight:normal;
}
/* entry bits */
.blogbody {
margin:15px 10px;
}
.title {
margin:15px 0;
font-size:small;
font-weight:bold;
text-transform:uppercase;
}
.posted {
margin:15px 0 30px 0;
color:#999;
background-color:transparent;
font-size:x-small;
}
/* comments bits */
.comments-head {
margin:15px 0;
padding:5px;
border:1px solid #CCC;
font-size:small;
font-weight:normal;
}
.comments-body {
margin:15px 10px;
font-size:small;
font-weight:normal;
line-height:140%;
}
.comments-post {
margin:15px 0 30px 0;
color:#999999;
background-color:transparent;
font-size:x-small;
}
/* what the hell!? */
#banner-commentspop {
font-family:verdana, arial, sans-serif;
color:#FFF;
font-size:large;
font-weight:bold;
border-bottom:1px dotted #999;
border-top:3px dotted #999;
background:#000;
padding:15px;
text-transform:uppercase;
letter-spacing:.2em;
}
/* trackback bits */
.trackback-body {
margin:15px 10px;
font-size:small;
font-weight:normal;
line-height:140%;
}
.trackback-url {
margin:15px 10px;
border:1px dashed #999999;
padding:5px;
color:#999999;
background-color:transparent;
font-size:small;
font-weight:normal;
}
.trackback-post {
margin:15px 0 30px 0;
color:#999;
background-color:transparent;
font-size:x-small;
}
/* right content grobal bits */
#links {
margin-left:65%;
font-family:Verdana, Arial, sans-serif;
}
#links a,
#links a:link,
#links a:visited,
#links a:active,
#links a:hover {
text-decoration:none;
}
/* calender bits */
.calendar {
font-family:verdana, arial, sans-serif;
color:#666;
font-size:x-small;
font-weight:normal;
background:#333;
line-height:140%;
padding:2px;
text-align:center;
}
.calendarhead {
font-family:verdana, arial, sans-serif;
color:#CCC;
font-size:x-small;
font-weight:bold;
background:#333;
line-height:140%;
padding:2px;
}
/* general side bits */
.sidetitle {
margin:10px 10px 0 10px;
color:#999;
background-color:transparent;
font-size:small;
font-weight:bold;
text-transform:uppercase;
letter-spacing:.2em;
}
.side {
margin:0 10px 10px 10px;
font-size:x-small;
font-weight:normal;
line-height:140%;
}
/* syndicate bits */
.syndicate {
margin:10px;
font-size:x-small;
line-height:140%;
text-align:center;
}
/* powered bits */
.powered {
margin:10px 0;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
font-size:x-small;
font-weight:bold;
line-height:140%;
text-align:center;
text-transform:uppercase;
letter-spacing:.2em;
}
/* extra bits */
em {
color:#ff9900;
background-color:transparent;
font-weight:bold;
font-style:normal;
}
.blogbody p {
margin:10px 0;
line-height:140%;
}
.blogbody blockquote {
margin:10px 0;
border-top:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-left:5px solid #cccccc;
color:#cccccc;
background-color:#3c3c3c;
}
.blogbody blockquote p.quote-title {
margin:10px;
font-weight:bold;
}
.blogbody blockquote p {
margin:10px;
}
input, textarea {
font-family:verdana, arial, sans-serif;
font-size:100%;
}
textarea#body,
textarea#excerpt,
textarea#ping_url {
font-family:"Osaka-等幅", "MS ゴシック", "Courier New", monospace;
font-size:110%;
}
.side form {
margin:0;
padding:0;
}
.side ul {
margin:0;
padding:0;
list-style-type:square;
}
.side ul li {
margin:0 0 0 18px;
padding:0;
}