1 | /* Default WordPress by Dave Shea || http://mezzoblue.com |
---|
2 | Modifications by Matthew Mullenweg || http://photomatt.net |
---|
3 | This is just a basic layout, with only the bare minimum defined. |
---|
4 | Please tweak this and make it your own. :) |
---|
5 | */ |
---|
6 | |
---|
7 | a { |
---|
8 | color: #675; |
---|
9 | } |
---|
10 | |
---|
11 | a img { |
---|
12 | border: none; |
---|
13 | } |
---|
14 | |
---|
15 | a:visited { |
---|
16 | color: #342; |
---|
17 | } |
---|
18 | |
---|
19 | a:hover { |
---|
20 | color: #9a8; |
---|
21 | } |
---|
22 | |
---|
23 | acronym, abbr { |
---|
24 | border-bottom: 1px dashed #333; |
---|
25 | } |
---|
26 | |
---|
27 | acronym, abbr, span.caps { |
---|
28 | cursor: help; |
---|
29 | font-size: 90%; |
---|
30 | letter-spacing: .07em; |
---|
31 | } |
---|
32 | |
---|
33 | blockquote { |
---|
34 | border-left: 5px solid #ccc; |
---|
35 | margin-left: 1.5em; |
---|
36 | padding-left: 5px; |
---|
37 | } |
---|
38 | |
---|
39 | body { |
---|
40 | background: #fff; |
---|
41 | border: solid 2px #565; |
---|
42 | border-bottom: solid 1px #565; |
---|
43 | border-top: solid 3px #565; |
---|
44 | color: #000; |
---|
45 | font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; |
---|
46 | margin: 0; |
---|
47 | padding: 0; |
---|
48 | } |
---|
49 | |
---|
50 | cite { |
---|
51 | font-size: 90%; |
---|
52 | font-style: normal; |
---|
53 | } |
---|
54 | |
---|
55 | h2 { |
---|
56 | border-bottom: 1px dotted #ccc; |
---|
57 | font: 95% "Times New Roman", Times, serif; |
---|
58 | letter-spacing: 0.2em; |
---|
59 | margin: 15px 0 2px 0; |
---|
60 | padding-bottom: 2px; |
---|
61 | } |
---|
62 | |
---|
63 | h3 { |
---|
64 | border-bottom: dotted 1px #eee; |
---|
65 | font-family: "Times New Roman", Times, serif; |
---|
66 | margin-top: 0; |
---|
67 | } |
---|
68 | |
---|
69 | ol#comments li p { |
---|
70 | font-size: 100%; |
---|
71 | } |
---|
72 | |
---|
73 | p, li, .feedback { |
---|
74 | font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; |
---|
75 | letter-spacing: -1px; |
---|
76 | } |
---|
77 | |
---|
78 | /* classes used by the_meta() */ |
---|
79 | ul.post-meta { |
---|
80 | list-style: none; |
---|
81 | } |
---|
82 | |
---|
83 | ul.post-meta span.post-meta-key { |
---|
84 | font-weight: bold; |
---|
85 | } |
---|
86 | |
---|
87 | .credit { |
---|
88 | background: #90a090; |
---|
89 | border-top: double 3px #aba; |
---|
90 | color: #fff; |
---|
91 | font-size: 11px; |
---|
92 | margin: 10px 0 0 0; |
---|
93 | padding: 3px; |
---|
94 | text-align: center; |
---|
95 | } |
---|
96 | |
---|
97 | .credit a:link, .credit a:hover { |
---|
98 | color: #fff; |
---|
99 | } |
---|
100 | |
---|
101 | .feedback { |
---|
102 | color: #ccc; |
---|
103 | text-align: right; |
---|
104 | clear: all; |
---|
105 | } |
---|
106 | |
---|
107 | .meta { |
---|
108 | font-size: .75em; |
---|
109 | } |
---|
110 | |
---|
111 | .meta li, ul.post-meta li { |
---|
112 | display: inline; |
---|
113 | } |
---|
114 | |
---|
115 | .meta ul { |
---|
116 | display: inline; |
---|
117 | list-style: none; |
---|
118 | margin: 0; |
---|
119 | padding: 0; |
---|
120 | } |
---|
121 | |
---|
122 | .meta, .meta a { |
---|
123 | color: #808080; |
---|
124 | font-weight: normal; |
---|
125 | letter-spacing: 0; |
---|
126 | } |
---|
127 | |
---|
128 | .storytitle { |
---|
129 | margin: 0; |
---|
130 | } |
---|
131 | |
---|
132 | .storytitle a { |
---|
133 | text-decoration: none; |
---|
134 | } |
---|
135 | |
---|
136 | #commentform #name, #commentform #email, #commentform #url, #commentform textarea { |
---|
137 | background: #fff; |
---|
138 | border: 1px solid #333; |
---|
139 | padding: .2em; |
---|
140 | } |
---|
141 | |
---|
142 | #commentform textarea { |
---|
143 | width: 100%; |
---|
144 | } |
---|
145 | |
---|
146 | #commentlist li ul { |
---|
147 | border-left: 1px solid #ddd; |
---|
148 | font-size: 110%; |
---|
149 | list-style-type: none; |
---|
150 | } |
---|
151 | |
---|
152 | #content { |
---|
153 | margin: 30px 13em 0 3em; |
---|
154 | padding-right: 60px; |
---|
155 | } |
---|
156 | |
---|
157 | #header { |
---|
158 | background: #90a090; |
---|
159 | border-bottom: double 3px #aba; |
---|
160 | border-left: solid 1px #9a9; |
---|
161 | border-right: solid 1px #565; |
---|
162 | border-top: solid 1px #9a9; |
---|
163 | font: italic normal 230% 'Times New Roman', Times, serif; |
---|
164 | letter-spacing: 0.2em; |
---|
165 | margin: 0; |
---|
166 | padding: 15px 10px 15px 60px; |
---|
167 | } |
---|
168 | |
---|
169 | #header a { |
---|
170 | color: #fff; |
---|
171 | text-decoration: none; |
---|
172 | } |
---|
173 | |
---|
174 | #header a:hover { |
---|
175 | text-decoration: underline; |
---|
176 | } |
---|
177 | |
---|
178 | #menu { |
---|
179 | background: #fff; |
---|
180 | border-left: 1px dotted #ccc; |
---|
181 | border-top: solid 3px #e0e6e0; |
---|
182 | padding: 20px 0 10px 30px; |
---|
183 | position: absolute; |
---|
184 | right: 2px; |
---|
185 | top: 0; |
---|
186 | width: 11em; |
---|
187 | } |
---|
188 | |
---|
189 | #menu form { |
---|
190 | margin: 0 0 0 13px; |
---|
191 | } |
---|
192 | |
---|
193 | #menu input#s { |
---|
194 | width: 80%; |
---|
195 | background: #eee; |
---|
196 | border: 1px solid #999; |
---|
197 | color: #000; |
---|
198 | } |
---|
199 | |
---|
200 | #menu ul { |
---|
201 | color: #ccc; |
---|
202 | font-weight: bold; |
---|
203 | list-style-type: none; |
---|
204 | margin: 0; |
---|
205 | padding-left: 3px; |
---|
206 | text-transform: lowercase; |
---|
207 | } |
---|
208 | |
---|
209 | #menu ul li { |
---|
210 | font: italic normal 110% 'Times New Roman', Times, serif; |
---|
211 | letter-spacing: 0.1em; |
---|
212 | margin-top: 10px; |
---|
213 | padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/ |
---|
214 | } |
---|
215 | |
---|
216 | #menu ul ul { |
---|
217 | font-variant: normal; |
---|
218 | font-weight: normal; |
---|
219 | line-height: 100%; |
---|
220 | list-style-type: none; |
---|
221 | margin: 0; |
---|
222 | padding: 0; |
---|
223 | text-align: left; |
---|
224 | } |
---|
225 | |
---|
226 | #menu ul ul li { |
---|
227 | border: 0; |
---|
228 | font: normal normal 70%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; |
---|
229 | letter-spacing: 0; |
---|
230 | margin-top: 0; |
---|
231 | padding: 0; |
---|
232 | padding-left: 12px; |
---|
233 | } |
---|
234 | |
---|
235 | #menu ul ul li a { |
---|
236 | color: #000; |
---|
237 | text-decoration: none; |
---|
238 | } |
---|
239 | |
---|
240 | #menu ul ul li a:hover { |
---|
241 | border-bottom: 1px solid #809080; |
---|
242 | } |
---|
243 | |
---|
244 | #menu ul ul ul.children { |
---|
245 | font-size: 142%; |
---|
246 | padding-left: 4px; |
---|
247 | } |
---|
248 | |
---|
249 | #wp-calendar { |
---|
250 | border: 1px solid #ddd; |
---|
251 | empty-cells: show; |
---|
252 | font-size: 14px; |
---|
253 | margin: 0; |
---|
254 | width: 90%; |
---|
255 | } |
---|
256 | |
---|
257 | #wp-calendar #next a { |
---|
258 | padding-right: 10px; |
---|
259 | text-align: right; |
---|
260 | } |
---|
261 | |
---|
262 | #wp-calendar #prev a { |
---|
263 | padding-left: 10px; |
---|
264 | text-align: left; |
---|
265 | } |
---|
266 | |
---|
267 | #wp-calendar a { |
---|
268 | display: block; |
---|
269 | text-decoration: none; |
---|
270 | } |
---|
271 | |
---|
272 | #wp-calendar a:hover { |
---|
273 | background: #e0e6e0; |
---|
274 | color: #333; |
---|
275 | } |
---|
276 | |
---|
277 | #wp-calendar caption { |
---|
278 | color: #999; |
---|
279 | font-size: 16px; |
---|
280 | text-align: left; |
---|
281 | } |
---|
282 | |
---|
283 | #wp-calendar td { |
---|
284 | color: #ccc; |
---|
285 | font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; |
---|
286 | letter-spacing: normal; |
---|
287 | padding: 2px 0; |
---|
288 | text-align: center; |
---|
289 | } |
---|
290 | |
---|
291 | #wp-calendar td.pad:hover { |
---|
292 | background: #fff; |
---|
293 | } |
---|
294 | |
---|
295 | #wp-calendar td:hover, #wp-calendar #today { |
---|
296 | background: #eee; |
---|
297 | color: #bbb; |
---|
298 | } |
---|
299 | |
---|
300 | #wp-calendar th { |
---|
301 | font-style: normal; |
---|
302 | text-transform: capitalize; |
---|
303 | } |
---|