source: trunk/www.guidonia.net/wp/wp-content/themes/wma/style.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 8.4 KB
Line 
1/*
2Theme Name: Windows Media Player
3Theme URI: http://test.qualitywordpress.com/?preview_theme=wma
4Description: This is a software related wordpress theme that has the interface of Window's Media Player.
5Version: 1.0
6Author: qualitywordpress.com
7Author URI: http://qualitywordpress.com
8*/
9
10
11
12/* General */
13
14body {
15 margin: 0;
16 background: url("images/bg.png");
17}
18
19h1, h2, h3, h4 {
20 margin: 0;
21}
22
23img {
24 border: 0;
25}
26
27.clear {
28 clear: both;
29 height: 1px;
30 overflow: hidden;
31}
32
33
34/* Page */
35
36#page {
37 margin: 0 auto;
38 width: 1004px;
39}
40
41
42/* Header */
43
44#header {
45 width: 1004px;
46 height: 400px;
47 background: url("images/header.jpg") no-repeat;
48 position: relative;
49}
50
51 /* Header - Info */
52
53 #header #header-info {
54 position: absolute;
55 top: 105px;
56 left: 150px;
57 }
58
59 #header #header-info h1 {
60 color: #ffffff;
61 font: bold 30px "Verdana", Verdana;
62 }
63
64 #header #header-info h1 a {
65 color: #ffffff;
66 text-decoration: none;
67 }
68
69 #header #header-info .description {
70 color: #ffffff;
71 font: bold 15px "Verdana", Verdana;
72 }
73
74 /* Header - Menu */
75
76 #header #header-menu {
77 position: absolute;
78 top: 60px;
79 left: 26px;
80 height: 53px;
81 }
82
83 #header #header-menu ul {
84 margin: 0;
85 padding: 0;
86 list-style-type: none;
87 height: 53px;
88 }
89
90 #header #header-menu ul li {
91 float: right;
92 height: 53px;
93 margin-right: 8px;
94 font: bold 10px/43px "Verdana", Verdana;
95 color: #ffffff;
96 text-transform: lowercase;
97 background: url("images/header_menu_left.gif") no-repeat;
98 }
99
100 #header #header-menu ul li a {
101 color: #ffffff;
102 text-decoration: none;
103 padding: 0 40px;
104 background: url("images/header_menu_right.gif") no-repeat right top;
105 display: block;
106 }
107
108 #header #header-menu ul li a:hover {
109 text-decoration: underline;
110 }
111
112 #header #header-menu ul li ul {
113 display: none;
114 }
115
116 /* Header - Topbar */
117
118 #header #topbar {
119 position: absolute;
120 top: 225px;
121 left: 0px;
122 width: 1004px;
123 height: 201px;
124 color: #000000;
125 font: normal 12px "Trebuchet MS", Verdana;
126 }
127
128 #header #topbar h3 {
129 font: bold 15px "Verdana", Verdana;
130 color: #000000;
131 }
132
133 #header #topbar ul {
134 margin: 0;
135 padding: 0;
136 list-style-type: none;
137 }
138
139 #header #topbar ul li {
140 padding-top: 12px;
141 color: #000000;
142 font: normal 12px "Trebuchet MS", Verdana;
143 }
144
145 #header #topbar ul li a {
146 color: #000000;
147 text-decoration: none;
148 }
149
150 #header #topbar ul li a:hover {
151 text-decoration: underline;
152 }
153
154 /* Header - Topbar - Boxes */
155
156 #header #topbar #topbar-left {
157 width: 285px;
158 padding: 35px 33px;
159 float: left;
160 }
161
162 #header #topbar #topbar-center {
163 width: 306px;
164 float: left;
165 padding: 12px 0 0 30px;
166 }
167
168 #header #topbar #topbar-right {
169 width: 287px;
170 float: left;
171 padding: 12px 0 0 30px;
172 }
173
174
175/* Main */
176
177#main {
178 width: 1004px;
179 background: url("images/main.gif") repeat-y;
180}
181
182#main-top {
183 width: 1004px;
184 background: url("images/main_top.gif") no-repeat;
185}
186
187#main-bottom {
188 width: 992px;
189 padding-left: 12px;
190 min-height: 50px;
191 background: url("images/main_bottom.gif") no-repeat left bottom;
192}
193
194 /* Main - Content */
195
196 #content {
197 float: left;
198 width: 570px;
199 padding: 6px 16px 0 16px;
200 }
201
202 /* Main - Content - Post */
203
204 #content .post {
205 color: #FFFFFF;
206 float: left;
207 margin-bottom: 16px;
208 width: 554px;
209 padding: 7px;
210 background: #191D27;
211 }
212
213 /* Post - Title */
214
215 #content .post .post-title {
216 width: 554px;
217 height: 51px;
218 color: #FFFFFF;
219 font: bold 12px "Trebuchet MS", Verdana;
220 }
221
222 #content .post .post-title a {
223 color: #FFFFFF;
224 text-decoration: none;
225 }
226
227 #content .post .post-title a:hover {
228 text-decoration: underline;
229 }
230
231 #content .post .post-title .post-date {
232 float: left;
233 background: url("images/post_date.gif") repeat-x;
234 width: 50px;
235 height: 51px;
236 color: #0D2845;
237 text-align: center;
238 text-transform: uppercase;
239 margin-right: 10px;
240 font: bold 10px/15px "Trebuchet MS", Verdana;
241 }
242
243 #content .post .post-title .post-date span {
244 margin-bottom: 2px;
245 display: block;
246 font: bold 16px/34px "Trebuchet MS", Verdana;
247 }
248
249 #content .post .post-title h2 {
250 padding: 4px 0 3px 0;
251 color: #FFFFFF;
252 font: bold 19px "Verdana", Verdana;
253 }
254
255 #content .post .post-title h2 a {
256 color: #FFFFFF;
257 text-decoration: none;
258 }
259
260 #content .post .post-title h2 a:hover {
261 text-decoration: underline;
262 }
263
264 /* Post - Entry */
265
266 #content .post .post-entry {
267 font: normal 12px/18px "Trebuchet MS", Verdana;
268 color: #FFFFFF;
269 padding: 0 4px;
270 width: 546px;
271 }
272
273 #content .post .post-entry a {
274 color: #FFFFFF;
275 text-decoration: none;
276 }
277
278 #content .post .post-entry a:hover {
279 text-decoration: underline;
280 }
281
282 #content .post .post-entry .more-link {
283 font: bold 12px/20px "Trebuchet MS", Verdana;
284 color: #FFFFFF;
285 float: right;
286 padding-bottom: 5px;
287 }
288
289 #content .post .post-entry .more-link a {
290 color: #FFFFFF;
291 text-decoration: none;
292 }
293
294 #content .post .post-entry .more-link a:hover {
295 text-decoration: underline;
296 }
297
298 /* Post - Info */
299
300 #content .post .post-info {
301 padding: 10px 4px 0 4px;
302 width: 546px;
303 clear: both;
304 font: bold 12px "Trebuchet MS", Verdana;
305 color: #FFFFFF;
306 }
307
308 #content .post .post-info a {
309 color: #FFFFFF;
310 text-decoration: none;
311 }
312
313 #content .post .post-info a:hover {
314 text-decoration: underline;
315 }
316
317 /* Post - Comments */
318
319 #content .post h3 {
320 color: #FFFFFF;
321 font: bold 17px "Verdana", Verdana;
322 margin: 25px 0 5px 0;
323 padding: 0 4px;
324 width: 546px;
325 }
326
327 #content .post .comments {
328 padding: 0 4px;
329 width: 546px;
330 font: normal 12px/18px "Trebuchet MS", Verdana;
331 color: #FFFFFF;
332 }
333
334 #content .post .comments a {
335 color: #FFFFFF;
336 text-decoration: none;
337 }
338
339 #content .post .comments a:hover {
340 text-decoration: underline;
341 }
342
343 #content .post .comments ol {
344 margin: 10px 0 10px 0;
345 padding-left: 25px;
346 }
347
348 #content .post .comments ol li {
349 padding: 5px;
350 }
351
352 #content .post .comments ol li.alt {
353 background: #000000;
354 }
355
356 #content .post .comments ol li cite {
357 color: #FFFFFF;
358 font-style: normal;
359 font-weight: bold;
360 }
361
362 #content .post .comments ol li cite a {
363 color: #FFFFFF;
364 text-decoration: none;
365 }
366
367 #content .post .comments ol li cite a:hover {
368 text-decoration: underline;
369 }
370
371 #content .post .comments ol li .commentmetadata a {
372 color: #FFFFFF;
373 text-decoration: none;
374 }
375
376 #content .post .comments ol li .commentmetadata a:hover {
377 text-decoration: underline;
378 }
379
380 #content .post #commentform {
381 margin: 0;
382 font: normal 12px/18px "Trebuchet MS", Verdana;
383 color: #FFFFFF;
384 padding: 0 4px;
385 width: 546px;
386 }
387
388 #content .post #commentform a {
389 color: #FFFFFF;
390 text-decoration: none;
391 }
392
393 #content .post #commentform a:hover {
394 text-decoration: underline;
395 }
396
397 /* Main - Sidebar */
398
399 .sidebar {
400 float: left;
401 width: 189px;
402 font: strong 12px/18px "Trebuchet MS", Verdana;
403 color: #ffffff;
404 padding: 7px 0;
405 }
406
407 .sidebar a {
408 color: #8E0000;
409 text-decoration: none;
410 }
411
412 .sidebar a:hover {
413 text-decoration: underline;
414 }
415
416 /* Sidebar - Titles */
417
418 .sidebar h3 {
419 padding-left: 18px;
420 font: bold 15px/34px "Verdana", Verdana;
421 text-transform: lowercase;
422 color: #ffffff;
423 height: 46px;
424 width: 189px;
425 background: url("images/sidebar_title.gif") no-repeat;
426 }
427
428 /* Sidebar - Menus */
429
430 .sidebar ul {
431 margin: 0 0 20px 18px;
432 padding: 0;
433 list-style-type: none;
434 }
435
436 .sidebar ul li {
437 color: #ffffff;
438 font: normal 12px/26px "Trebuchet MS", Verdana;
439 }
440
441 .sidebar ul li a {
442 color: #ffffff;
443 text-decoration: none;
444 }
445
446 .sidebar ul li a:hover {
447 text-decoration: underline;
448 }
449
450 /* Sidebar - Forms */
451
452 .sidebar #searchform {
453 margin: 0 auto;
454 padding: 15px 0 25px 0;
455 width: 145px;
456 text-align: center;
457 }
458
459 .sidebar #searchform #s {
460 width: 145px;
461 }
462
463 /* Sidebar - Tables */
464
465 .sidebar #calendar_wrap {
466 margin: 5px auto 20px auto;
467 width: 120px;
468 }
469
470 .sidebar #calendar_wrap caption {
471 font-weight: bold;
472 }
473
474 .sidebar #calendar_wrap #today {
475 font-weight: bold;
476 }
477
478 /* Sidebar - Texts */
479
480 .sidebar .textwidget {
481 padding: 0 10px 20px 10px;
482 }
483
484
485/* Footer */
486
487#footer {
488 margin-top: 15px;
489 width: 1004px;
490 height: 62px;
491 background: url("images/footer.gif") repeat-x;
492 color: #FFFFFF;
493 font: normal 10px/15px "Trebuchet MS", Verdana;
494 text-align: center;
495}
496
497#footer a {
498 color: #CCCCCC;
499 text-decoration: none;
500}
501
502#footer a:hover {
503 text-decoration: underline;
504}
Note: See TracBrowser for help on using the repository browser.