Merge lp:~daker/ubuntu-website/light-django.650657 into lp:~ubuntu-website-community/ubuntu-website/light-django-theme

Proposed by Adnane Belmadiaf
Status: Merged
Approved by: Michael Hall
Approved revision: 29
Merged at revision: 29
Proposed branch: lp:~daker/ubuntu-website/light-django.650657
Merge into: lp:~ubuntu-website-community/ubuntu-website/light-django-theme
Diff against target: 3878 lines (+2815/-935)
4 files modified
media/css/default.css (+890/-280)
media/css/django_extras.css (+88/-41)
media/css/ie.css (+908/-305)
media/css/ie6.css (+929/-309)
To merge this branch: bzr merge lp:~daker/ubuntu-website/light-django.650657
Reviewer Review Type Date Requested Status
Chris Johnston Pending
Review via email: mp+37155@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'media/css/default.css'
--- media/css/default.css 2010-09-28 21:33:05 +0000
+++ media/css/default.css 2010-09-30 16:29:42 +0000
@@ -1,15 +1,16 @@
1/*- LICENSE1/*- LICENSE
2-------------------------------------------------------------------------------------------------------- */2-------------------------------------------------------------------------------------------------------- */
3/*3/*
4 Author: Matteo Lissandrini - kuzeko http://www.kuzeko.com4 Author: Matteo Lissandrini - kuzeko http://www.kuzeko.com
55
6// Licensed under the Creative Commons Attribution-Share Alike 3.0 License - http://creativecommons.org/licenses/by-sa/3.0/6// Licensed under the Creative Commons Attribution-Share Alike 3.0 License - http://creativecommons.org/licenses/by-sa/3.0/
7// - Free for use in both personal and commercial projects7// - Free for use in both personal and commercial projects
8// - Attribution requires leaving author name, author link, and the license info intact.8// - Attribution requires leaving author name, author link, and the license info intact.
9*/9*/
1010
11/*- reset11/*- reset
12-------------------------------------------------------------------------------------------------------- */12-------------------------------------------------------------------------------------------------------- */
13
13/*14/*
14Reset derived and adapted from15Reset derived and adapted from
15html5doctor.com Reset Stylesheet16html5doctor.com Reset Stylesheet
@@ -17,316 +18,925 @@
172010-03-01182010-03-01
18Author: Richard Clark - http://richclarkdesign.com19Author: Richard Clark - http://richclarkdesign.com
19*/20*/
20html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,21
21abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub,22html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
22sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,23 background: transparent;
23tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header,24 border: 0;
24hgroup, menu, nav, section, time, mark, audio, video { background:transparent; border:0; font-family:inherit; font-weight:inherit; font-style:inherit; font-size:100%; margin:0; outline:0; padding:0; vertical-align:baseline; }25 font-family: inherit;
25:focus /* remember to define focus styles! */ { outline: 0; }26 font-weight: inherit;
26body { line-height:1; }27 font-style: inherit;
27article, aside, details, dialog, figure, footer, header, hgroup, nav, section { display:block; }28 font-size: 100%;
28ol, ul { list-style-position: inside; }29 margin: 0;
29nav ul { list-style:none; }30 outline: 0;
30blockquote, q { quotes:none; }31 padding: 0;
31blockquote:before, blockquote:after, q:before, q:after { content:''; }32 vertical-align: baseline;
32a { cursor:pointer; margin:0; padding:0; border:0; font-size:100%; color: #DD4814; vertical-align:baseline; background:transparent; text-decoration:none; }33}
33ins { background-color:#ff9; color:#000; text-decoration:none; }34
34mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }35blockquote:before, blockquote:after, q:before, q:after {
35del { text-decoration: line-through; }36 content: ''
36abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }37}
37table { border-collapse:collapse; border-spacing:0; }38
38hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }39nav ul {
39input, select { vertical-align:middle; }40 list-style: none
40textarea { overflow:auto;}41}
42
43td li, li li {
44 font-size: 12px;
45 line-height: 16px;
46}
47
48:focus /* remember to define focus styles! */ {
49 outline: 0
50}
51
52body {
53 line-height: 1
54}
55
56article, aside, details, dialog, figure, footer, header, hgroup, nav, section {
57 display: block
58}
59
60ol, ul {
61 list-style-position: inside
62}
63
64blockquote, q {
65 quotes: none
66}
67
68a {
69 cursor: pointer;
70 margin: 0;
71 padding: 0;
72 border: 0;
73 font-size: 100%;
74 color: #DD4814;
75 vertical-align: baseline;
76 background: transparent;
77 text-decoration: none;
78}
79
80ins {
81 background-color: #ff9;
82 color: #000;
83 text-decoration: none;
84}
85
86mark {
87 background-color: #ff9;
88 color: #000;
89 font-style: italic;
90 font-weight: bold;
91}
92
93del {
94 text-decoration: line-through
95}
96
97abbr[title], dfn[title] {
98 border-bottom: 1px dotted #000;
99 cursor: help;
100}
101
102table {
103 border-collapse: collapse;
104 border-spacing: 0;
105}
106
107hr {
108 display: block;
109 height: 1px;
110 border: 0;
111 border-top: 1px solid #cccccc;
112 margin: 1em 0;
113 padding: 0;
114}
115
116input, select {
117 vertical-align: middle
118}
119
120textarea {
121 overflow: auto
122}
123
41/* ----------------------------------------------------------------------------------------------------- */124/* ----------------------------------------------------------------------------------------------------- */
42125
43
44/*- Typography126/*- Typography
45-------------------------------------------------------------------------------------------------------- */127-------------------------------------------------------------------------------------------------------- */
46128
47body { font-family: 'Ubuntubeta','Ubuntu','Bitstream Vera Sans','DejaVu Sans', Tahoma, sans-serif; font-size:100%; line-height:1.5em;}129body {
130 font-family: 'Ubuntubeta','Ubuntu','Bitstream Vera Sans','DejaVu Sans', Tahoma, sans-serif;
131 font-size: 100%;
132 line-height: 1.5em;
133}
134
48h1, h2, h3 {135h1, h2, h3 {
49 color: #333333;136 color: #333333;
50 font-weight: normal;137 font-weight: normal;
51 margin: 0px;138 margin: 0px;
52}139}
53140
54h1 {141h1 {
55 font-size: 36px;142 font-size: 36px;
56 line-height: 40px;143 line-height: 40px;
57 margin-top: 0px;144 margin-top: 0px;
58 margin-bottom: 0px;145 margin-bottom: 0px;
59}146}
60147
61h2 {148h2 {
62 font-size: 24px;149 font-size: 24px;
63 line-height: 28px;150 line-height: 28px;
64 font-weight: normal;151 font-weight: normal;
65 margin-top: 16px;152 margin-top: 16px;
66 margin-bottom: 8px;153 margin-bottom: 8px;
67}154}
68155
69h3 {156h3 {
70 font-size: 16px;157 font-size: 16px;
71 line-height: 20px;158 line-height: 20px;
72 font-weight: normal;159 font-weight: normal;
73 margin-top: 16px;160 margin-top: 16px;
74 margin-bottom: 8px;161 margin-bottom: 8px;
75}162}
76163
77p {164p {
78 font-size: 12px;165 font-size: 12px;
79 line-height: 16px;166 line-height: 16px;
80}167}
81168
82dt { font-size:0.75em; font-weight:bold; /* 16x0.75 =12 */ }169dt {
83li { font-size: 12px; line-height: 16px; }170 font-size: 0.75em;
84td li, li li { font-size: 12px; line-height: 16px; }171 font-weight: bold;
85strong { font-weight:bold;}172 /* 16x0.75 =12 */
86em { font-style:italic; }173}
87#top-logo { font-size:0.875em; /* 16x0.75 =12 */}174
88#main-nav { font-size:0.875em; /* 16x0.875=14 */}175li {
89#sub-nav { font-size:0.75em; /* 16x0.75 =12 */}176 font-size: 12px;
90.showcase-text { font-size:0.875em; /* 16x0.875=14 */ }177 line-height: 16px;
91.footer-item { font-size:0.75em; /* 16x0.625=12 */ }178}
179
180strong {
181 font-weight: bold
182}
183
184em {
185 font-style: italic
186}
187
188#top-logo {
189 font-size: 0.875em;
190 /* 16x0.75 =12 */
191}
192
193#main-nav {
194 font-size: 0.875em;
195 /* 16x0.875=14 */
196}
197
198#sub-nav {
199 font-size: 0.75em;
200 /* 16x0.75 =12 */
201}
202
203.showcase-text {
204 font-size: 0.875em;
205 /* 16x0.875=14 */
206}
207
208.footer-item {
209 font-size: 0.75em;
210 /* 16x0.625=12 */
211}
92212
93/*- Layout213/*- Layout
94-------------------------------------------------------------------------------------------------------- */214-------------------------------------------------------------------------------------------------------- */
95215
96.container { clear:both; margin:0 auto; padding:0; position:relative; width:980px; }216.container {
97217 clear: both;
98#main-nav { float:left; width:770px; }218 margin: 0 auto;
99.main-nav-item { margin:5px 10px; padding:10px; }219 padding: 0;
100220 position: relative;
101#top-logo { float:right; margin:5px 10px 5px 0px; padding:10px 10px 0px 0px; width:180px; }221 width: 980px;
102#the-logo { float:right; }222}
103223
104#page-related { background-image:none; margin:0 auto; padding:0 10px 10px; position:relative; width:960px; }224#main-nav {
105225 float: left;
106#sub-nav-container { height:40px; margin:0 10px; width:940px; }226 width: 770px;
107#sub-nav { float:left; padding:0px 10px;}227}
108.sub-nav-item { margin:5px 10px; padding-right:10px;}228
109#pop-up-container { float:left; padding:10px; }229.main-nav-item {
110#pop-up-text { float:left; }230 margin: 5px 10px;
111#login-container { float:left; width:620px;}231 padding: 10px;
112232}
113233
114#searchbox-container { float:right; margin: 0px 10px 5px 0px; padding:0 0 0 10px; width:auto;}234.main-nav-item, .main-nav-item:visited {
115.showcase-item { float:left; margin:5px 10px; padding:10px; width:280px;}235 border-right: 1px solid #EF7149;
116.showcase-heading { margin:5px 0px 10px; width:280px;}236 border-bottom: 0;
117.showcase-subheading { margin:5px 0px 10px; width:280px;}237 border-top: 0;
118.showcase-text { margin:5px 0px 10px; width:280px;}238 color: #fff;
119.showcase-figure { float:left; margin:5px 10px; padding:10px; position:relative; width:600px;}239 display: block;
120.showcase-img { display:block; margin:0px; padding:0px; position:relative; width:600px;}240 float: left;
121.showcase-caption { position:absolute; bottom:0px; left:0px; margin:0px 10px 10px; padding:10px; width:580px;}241 height: 70px;
122#showcase-nav { clear:both; margin:5px 10px; padding:0px 10px; width:920px; }242 line-height: 70px;
123.showcase-nav-item { padding-right:10px;}243 margin: 0px;
124.main-content { clear:both; float:left; margin:5px 10px; padding:10px; width:920px; }244 padding: 0 15px;
125.minor-content { float:left; margin:5px 10px; padding:10px; width:440px; }245 text-shadow: 1px 1px 1px #333;
126.side-content { float:left; margin:5px 10px; padding:10px; width:280px; }246}
127.sub-content { float:left; margin:5px 10px; padding:10px; width:120px; }247
128p { padding: 5px 0px 10px; }248.main-nav-item.current, .main-nav-item:hover, .main-nav-item:active, .main-nav-item:focus {
129249 background: url(../images/mainnav.png) 0 0 repeat
130.divide { border:0px solid; clear:both; font-size:0px; height:1px; margin:-1px 0px 0px; }250}
131.divide-showcase { border:0px solid; clear:both; font-size:0px; height:1px; margin:-1px 0px 25px; }251
132252#top-logo {
133253 float: right;
134254 margin: 5px 10px 5px 0px;
135#blog-posts { float:left; margin:5px 10px; padding:10px; width:600px; }255 padding: 10px 10px 0px 0px;
136.blog-post { clear:both; margin-bottom:10px; padding-bottom:10px;}256 width: 180px;
137.post-figure { float:right; margin:10px 0px 10px 10px; padding:0px; position:relative; width:260px;}257}
138.post-img { display:block; margin:0px; padding:0px; position:relative; width:260px;}258
139.post-img-caption { position:absolute; bottom:0px; left:0px; padding:10px; width:240px;}259#the-logo {
140.comments-count { clear:both; display:block; font-style:italic; color:#999; text-align:right; }260 float: right
141261}
142262
143#blog-aside { float:left; margin:5px 10px; padding:0px; width:300px; }263#page-related {
144.widgets-aside { float:left; margin:5px 0px 15px; padding:10px; width:280px; }264 background-image: none;
145265 margin: 0 auto;
146.pagination { clear:both; text-align:center; }266 padding: 0 10px 10px;
147267 position: relative;
148.footer-content { float:left; margin:5px 10px; padding:10px; width:120px; }268 width: 960px;
149.foot-note { clear:both; margin:15px 10px 0px; padding:10px; width:920px; }269}
150270
151271#sub-nav-container {
152.plugin { margin: 0 -10px; padding:0px; width:980px; }272 height: 40px;
273 margin: 0 10px;
274 width: 940px;
275}
276
277 #sub-nav-container /* progressive */ {
278 -webkit-border-bottom-left-radius: 8px;
279 -webkit-border-bottom-right-radius: 8px;
280 -moz-border-radius-bottomleft: 8px;
281 -moz-border-radius-bottomright: 8px;
282 -webkit-box-shadow: 0px 1px 1px #ccc;
283 -moz-box-shadow: 0 1px 1px #DFDFDF;
284 }
285
286#sub-nav {
287 float: left;
288 padding: 0px 10px;
289}
290
291.sub-nav-item {
292 margin: 5px 10px;
293 padding-right: 10px;
294}
295
296.sub-nav-item, .sub-nav-item:visited {
297 color: #333;
298 display: block;
299 float: left;
300 line-height: 40px;
301 margin: 0px;
302 padding: 0 15px;
303}
304
305.sub-nav-item.current, .sub-nav-item:hover, .sub-nav-item:active, .sub-nav-item:focus {
306 background-color: #efefef;
307 color: #DD4814;
308}
309
310#pop-up-container {
311 float: left;
312 padding: 10px;
313}
314
315#pop-up-text {
316 float: left
317}
318
319#login-container {
320 float: left;
321 width: 620px;
322}
323
324#searchbox-container {
325 float: right;
326 margin: 0px 10px 5px 0px;
327 padding: 0 0 0 10px;
328 width: auto;
329}
330
331.showcase-item {
332 float: left;
333 margin: 5px 10px;
334 padding: 10px;
335 width: 280px;
336}
337
338.showcase-heading {
339 margin: 5px 0px 10px;
340 width: 280px;
341}
342
343.showcase-subheading {
344 margin: 5px 0px 10px;
345 width: 280px;
346}
347
348.showcase-text {
349 margin: 5px 0px 10px;
350 width: 280px;
351}
352
353.showcase-figure {
354 float: left;
355 margin: 5px 10px;
356 padding: 10px;
357 position: relative;
358 width: 600px;
359}
360
361.showcase-img {
362 display: block;
363 margin: 0px;
364 padding: 0px;
365 position: relative;
366 width: 600px;
367}
368
369.showcase-caption {
370 position: absolute;
371 bottom: 0px;
372 left: 0px;
373 margin: 0px 10px 10px;
374 padding: 10px;
375 width: 580px;
376}
377
378#showcase-nav {
379 clear: both;
380 margin: 5px 10px;
381 padding: 0px 10px;
382 width: 920px;
383}
384
385 #showcase-nav /* progressive */ {
386 -webkit-border-radius: 8px;
387 -moz-border-radius: 8px;
388 -moz-box-shadow: 0px 1px 1px #dfdfdf;
389 -webkit-box-shadow: 0px 1px 1px #ccc;
390 }
391
392.showcase-nav-item {
393 padding-right: 10px
394}
395
396.showcase-nav-item, .showcase-nav-item:visited {
397 color: #333;
398 display: block;
399 float: left;
400 line-height: 40px;
401 margin: 0 1px;
402 padding: 0 15px;
403}
404
405.showcase-nav-item:hover, .showcase-nav-item:active, .showcase-nav-item:focus {
406 border: 1px solid #ddd;
407 border-top: 0px solid;
408 border-bottom: 0px solid;
409 background-color: #efefef;
410 color: #DD4814;
411 margin: 0;
412}
413
414.main-content {
415 clear: both;
416 float: left;
417 margin: 5px 10px;
418 padding: 10px;
419 width: 920px;
420}
421
422.minor-content {
423 float: left;
424 margin: 5px 10px;
425 padding: 10px;
426 width: 440px;
427}
428
429.side-content {
430 float: left;
431 margin: 5px 10px;
432 padding: 10px;
433 width: 280px;
434}
435
436.sub-content {
437 float: left;
438 margin: 5px 10px;
439 padding: 10px;
440 width: 120px;
441}
442
443p {
444 padding: 5px 0px 10px
445}
446
447.divide {
448 border: 0px solid;
449 clear: both;
450 font-size: 0px;
451 height: 1px;
452 margin: -1px 0px 0px;
453}
454
455.divide-showcase {
456 border: 0px solid;
457 clear: both;
458 font-size: 0px;
459 height: 1px;
460 margin: -1px 0px 25px;
461}
462
463#blog-posts {
464 float: left;
465 margin: 5px 10px;
466 padding: 10px;
467 width: 600px;
468}
469
470.blog-post {
471 clear: both;
472 margin-bottom: 10px;
473 padding-bottom: 10px;
474}
475
476.post-figure {
477 float: right;
478 margin: 10px 0px 10px 10px;
479 padding: 0px;
480 position: relative;
481 width: 260px;
482}
483
484.post-img {
485 display: block;
486 margin: 0px;
487 padding: 0px;
488 position: relative;
489 width: 260px;
490}
491
492.post-img-caption {
493 position: absolute;
494 bottom: 0px;
495 left: 0px;
496 padding: 10px;
497 width: 240px;
498}
499
500.comments-count {
501 clear: both;
502 display: block;
503 font-style: italic;
504 color: #999;
505 text-align: right;
506}
507
508#blog-aside {
509 float: left;
510 margin: 5px 10px;
511 padding: 0px;
512 width: 300px;
513}
514
515.widgets-aside {
516 float: left;
517 margin: 5px 0px 15px;
518 padding: 10px;
519 width: 280px;
520}
521
522 .widgets-aside /* progressive */ {
523 -webkit-border-radius: 8px;
524 -moz-border-radius: 8px;
525 -moz-box-shadow: 0px 1px 1px #dfdfdf;
526 -webkit-box-shadow: 0px 1px 1px #ccc;
527 }
528
529.pagination {
530 clear: both;
531 text-align: center;
532}
533
534.footer-content {
535 float: left;
536 margin: 5px 10px;
537 padding: 10px;
538 width: 120px;
539}
540
541 .footer-content dd {
542 margin-bottom: 15px
543 }
544
545.foot-note {
546 clear: both;
547 margin: 15px 10px 0px;
548 padding: 10px;
549 width: 920px;
550}
551
552.plugin {
553 margin: 0 -10px;
554 padding: 0px;
555 width: 980px;
556}
153557
154/*- Decoration558/*- Decoration
155-------------------------------------------------------------------------------------------------------- */559-------------------------------------------------------------------------------------------------------- */
156560
157body { background:url("../images/dotted.png") repeat scroll 0 0 #FFFFFF; color:#333333; }561body {
158#page-header { background:url("../images/header.png") repeat-x scroll 0 0 #DD4814; height:70px; }562 background: url("../images/dotted.png") repeat scroll 0 0 #FFFFFF;
159#page-header .container { background:url("../images/header.png") repeat-x scroll 0 0 #DD4814; }563 color: #333333;
160#top-logo { color:#fff; line-height:1.5em; text-align:right; }564}
161#the-logo { padding-left:4px; }565
162#loco { clear:both; display:block; float:right; color:#fff}566#page-header {
163567 background: url("../images/header.png") repeat-x scroll 0 0 #DD4814;
164568 height: 70px;
165#main-nav { border-left: 1px solid #EF7149; z-index:10;}569}
166.main-nav-item,570
167.main-nav-item:visited { border-right: 1px solid #EF7149; border-bottom: 0; border-top: 0; color: #fff; display: block; float: left; height: 70px; line-height: 70px; margin:0px; padding: 0 15px; text-shadow: 1px 1px 1px #333; }571 #page-header .container {
168.main-nav-item.current,572 background: url("../images/header.png") repeat-x scroll 0 0 #DD4814
169.main-nav-item:hover,573 }
170.main-nav-item:active,574
171.main-nav-item:focus { background: url(../images/mainnav.png) 0 0 repeat; }575#top-logo {
172576 color: #fff;
173#page-related { background-color:#FFFFFF;}577 line-height: 1.5em;
174#sub-nav-container { background-color:#F7F7F7; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}578 text-align: right;
175#sub-nav-container /* progressive */ { -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; -moz-border-radius-bottomleft:8px; -moz-border-radius-bottomright:8px; -webkit-box-shadow: 0px 1px 1px #ccc; -moz-box-shadow:0 1px 1px #DFDFDF;}579}
176580
177.sub-nav-item,581#the-logo {
178.sub-nav-item:visited { color:#333; display: block; float: left; line-height:40px; margin:0px; padding: 0 15px; }582 padding-left: 4px
179.sub-nav-item.current,583}
180.sub-nav-item:hover,584
181.sub-nav-item:active,585#loco {
182.sub-nav-item:focus { background-color:#efefef; color:#DD4814; }586 clear: both;
183587 display: block;
184#pop-up-text { font-weight:bold; line-height:20px; padding:0px 5px; }588 float: right;
185.login-label { height:16px; margin:7px 0px 7px 9px; padding:3px; }589 color: #fff;
186#username,590}
187#password { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 0px 7px 9px; padding:3px; width:110px; }591
188#login { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:24px; margin:7px 9px 7px 7px ; padding:2px;}592#main-nav {
189#login:hover { background-color:#f7f7f7; border: 1px solid #DD4814;}593 border-left: 1px solid #EF7149;
190#join,594 z-index: 10;
191#join:visited { color:#333; }595}
192#join:hover,596
193#join:active,597#page-related {
194#join:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }598 background-color: #FFFFFF
195599}
196FORM.search_form INPUT, #searchbox { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 0px 7px 9px; padding:3px; width:180px; }600
197FORM.search_form INPUT, #searchbox:focus { background-color:#f7f7f7; border: 1px solid #DD4814; }601#sub-nav-container {
198#go-search { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:24px; margin:7px 9px 7px 0px ; padding:2px;}602 background-color: #F7F7F7;
199#go-search:hover { background-color:#f7f7f7; border: 1px solid #DD4814;}603 border-bottom-left-radius: 8px;
200#more-search,604 border-bottom-right-radius: 8px;
201#more-search:visited { background-color:#f0f0f0; border: 1px solid #CCCCCC; color:#333; height:16px; margin:7px 7px 7px 0px; padding:1px 3px; }605}
202#more-search:hover,606
203#more-search:active,607#pop-up-text {
204#more-search:focus { background-color:#f7f7f7; border: 1px solid #DD4814; color:#DD4814; text-shadow: 1px 1px 2px #999; }608 font-weight: bold;
205609 line-height: 20px;
206610 padding: 0px 5px;
207.showcase-caption { background-color:#000; background-color:rgba(0,0,0,0.4); color: #fff;}611}
208#showcase-nav { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #dfdfdf; height:40px; }612
209#showcase-nav /* progressive */ { -webkit-border-radius: 8px; -moz-border-radius: 8px; -moz-box-shadow: 0px 1px 1px #dfdfdf; -webkit-box-shadow: 0px 1px 1px #ccc;}613.login-label {
210.showcase-nav-item,614 height: 16px;
211.showcase-nav-item:visited { color:#333; display: block; float: left; line-height:40px; margin:0 1px; padding: 0 15px; }615 margin: 7px 0px 7px 9px;
212.showcase-nav-item:hover,616 padding: 3px;
213.showcase-nav-item:active,617}
214.showcase-nav-item:focus { border:1px solid #ddd; border-top:0px solid; border-bottom:0px solid; background-color:#efefef; color:#DD4814; margin:0; }618
215619#username, #password {
216620 background-color: #f0f0f0;
217621 border: 1px solid #CCCCCC;
218622 height: 16px;
219623 margin: 7px 0px 7px 9px;
220#main-section .container { background-color:#fff; background-image:none; padding:0px 10px 10px; position:relative; width:960px;}624 padding: 3px;
221625 width: 110px;
222626}
223.alone,627
224.leading,628#login {
225.aggregator { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #dfdfdf; float:left;}629 background-color: #f0f0f0;
226.alone,630 border: 1px solid #CCCCCC;
227.leading,631 height: 24px;
228.aggregator /* progressive */ { -webkit-border-radius: 8px; -moz-border-radius: 8px; -moz-box-shadow: 0px 1px 1px #dfdfdf; -webkit-box-shadow: 0px 1px 1px #ccc; }632 margin: 7px 9px 7px 7px;
229633 padding: 2px;
230.aggregator { margin:5px 10px;}634}
231.aggregator .first { margin-left:0px;}635
232.aggregator .last { margin-right:0px;}636#login:hover {
233637 background-color: #f7f7f7;
234638 border: 1px solid #DD4814;
235.post-header { border-bottom:1px dotted #333333; margin-bottom:10px; padding-bottom:5px; }639}
236.post-meta { color:#999; font-size:0.85em; font-style:italic; }640
237.post-title-link,641#join:hover, #join:active, #join:focus {
238.post-title-link:visited { color:#333; }642 color: #DD4814;
239.post-title-link:hover,643 text-shadow: 1px 1px 2px #999;
240.post-title-link:active,644}
241.post-title-link:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }645
242646#join, #join:visited {
243.post-img-caption { background-color:#000; background-color:rgba(0,0,0,0.4); color: #fff;}647 color: #333
244.pagination { border-top:1px solid #333; color: #fff; margin-top:15px; padding-top:15px; }648}
245.pagination-item { border-bottom:1px solid #333; color:#333; margin-right:5px; padding:2px 6px; }649
246.pagination-item:hover { border-bottom:1px solid #DD4814; background-color:#f7f7f7; color:#DD4814;}650FORM.search_form INPUT, #searchbox {
247.pagination-item.current { background-color:#f7f7f7; border-bottom:1px solid #333; color:#333; font-weight:bold; }651 background-color: #f0f0f0;
248652 border: 1px solid #CCCCCC;
249.widgets-aside { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #dfdfdf; }653 height: 16px;
250.widgets-aside /* progressive */ { -webkit-border-radius: 8px; -moz-border-radius: 8px; -moz-box-shadow: 0px 1px 1px #dfdfdf; -webkit-box-shadow: 0px 1px 1px #ccc; }654 margin: 7px 0px 7px 9px;
251.widget-links { list-style:none; }655 padding: 3px;
252.a-item { display:block; margin-top:3px; }656 width: 180px;
253.side-link,657}
254.side-link:visited { color: #333333; display:block; padding-right:3px; }658
255.side-link:hover,659FORM.search_form INPUT, #searchbox:focus {
256.side-link:active,660 background-color: #f7f7f7;
257.side-link:focus { background-color: #fff; border-right:3px solid #DD4814; color:#DD4814; text-decoration:none; }661 border: 1px solid #DD4814;
258662}
259663
260#login-widget { text-align:center;}664#go-search {
261665 background-color: #f0f0f0;
262666 border: 1px solid #CCCCCC;
263#page-footer { background:url("../images/footer.png") repeat-x scroll 0 0 #EEECEA; }667 height: 24px;
264#page-footer .container { background:url("../images/footer.png") repeat-x scroll 0 0 #EEECEA; padding:0px 10px; width:960px; }668 margin: 7px 9px 7px 0px;
265#page-footer .container div.copyright {669 padding: 2px;
266 font-size: 10px;670}
267 line-height: 14px;671
268 color: #aea79f;672#go-search:hover {
269}673 background-color: #f7f7f7;
270.footer-content dd { margin-bottom:15px;}674 border: 1px solid #DD4814;
271.footer-links { list-style:none; }675}
272.footer-item { border-bottom:1px dotted #333; display:block; margin-top:3px; }676
273.foot-note { color:#999; font-style:italic;}677#more-search:hover, #more-search:active, #more-search:focus {
274678 background-color: #f7f7f7;
275.footer-link,679 border: 1px solid #DD4814;
276.footer-link:visited { color: #333333;}680 color: #DD4814;
277.footer-link:hover,681 text-shadow: 1px 1px 2px #999;
278.footer-link:active,682}
279.footer-link:focus { color:#DD4814; text-decoration:underline; }683
280684#more-search, #more-search:visited {
281.footer-link-main,685 background-color: #f0f0f0;
282.footer-link-main:visited { }686 border: 1px solid #CCCCCC;
283.footer-link-main:hover,687 color: #333;
284.footer-link-main:active,688 height: 16px;
285.footer-link-main:focus { color:#DD4814; text-decoration:underline; }689 margin: 7px 7px 7px 0px;
286690 padding: 1px 3px;
287691}
288692
289693.showcase-caption {
290694 background-color: #000;
291695 background-color: rgba(0,0,0,0.4);
696 color: #fff;
697}
698
699#showcase-nav {
700 background-color: #f7f7f7;
701 border-radius: 8px;
702 box-shadow: 0px 1px 1px #dfdfdf;
703 height: 40px;
704}
705
706#main-section .container {
707 background-color: #fff;
708 background-image: none;
709 padding: 0px 10px 10px;
710 position: relative;
711 width: 960px;
712}
713
714.alone, .leading, .aggregator {
715 background-color: #f7f7f7;
716 border-radius: 8px;
717 box-shadow: 0px 1px 1px #dfdfdf;
718 float: left;
719}
720
721 .alone, .leading, .aggregator /* progressive */ {
722 -webkit-border-radius: 8px;
723 -moz-border-radius: 8px;
724 -moz-box-shadow: 0px 1px 1px #dfdfdf;
725 -webkit-box-shadow: 0px 1px 1px #ccc;
726 }
727
728 .aggregator .first {
729 margin-left: 0px
730 }
731
732 .aggregator .last {
733 margin-right: 0px
734 }
735
736.aggregator {
737 margin: 5px 10px
738}
739
740.post-header {
741 border-bottom: 1px dotted #333333;
742 margin-bottom: 10px;
743 padding-bottom: 5px;
744}
745
746.post-meta {
747 color: #999;
748 font-size: 0.85em;
749 font-style: italic;
750}
751
752.post-title-link:hover, .post-title-link:active, .post-title-link:focus {
753 color: #DD4814;
754 text-shadow: 1px 1px 2px #999;
755}
756
757.post-title-link, .post-title-link:visited {
758 color: #333
759}
760
761.post-img-caption {
762 background-color: #000;
763 background-color: rgba(0,0,0,0.4);
764 color: #fff;
765}
766
767.pagination {
768 border-top: 1px solid #333;
769 color: #fff;
770 margin-top: 15px;
771 padding-top: 15px;
772}
773
774.pagination-item {
775 border-bottom: 1px solid #333;
776 color: #333;
777 margin-right: 5px;
778 padding: 2px 6px;
779}
780
781.pagination-item:hover {
782 border-bottom: 1px solid #DD4814;
783 background-color: #f7f7f7;
784 color: #DD4814;
785}
786
787.pagination-item.current {
788 background-color: #f7f7f7;
789 border-bottom: 1px solid #333;
790 color: #333;
791 font-weight: bold;
792}
793
794.widgets-aside {
795 background-color: #f7f7f7;
796 border-radius: 8px;
797 box-shadow: 0px 1px 1px #dfdfdf;
798}
799
800.widget-links {
801 list-style: none
802}
803
804.a-item {
805 display: block;
806 margin-top: 3px;
807}
808
809.side-link:hover, .side-link:active, .side-link:focus {
810 background-color: #fff;
811 border-right: 3px solid #DD4814;
812 color: #DD4814;
813 text-decoration: none;
814}
815
816.side-link, .side-link:visited {
817 color: #333333;
818 display: block;
819 padding-right: 3px;
820}
821
822#login-widget {
823 text-align: center
824}
825
826#page-footer {
827 background: url("../images/footer.png") repeat-x scroll 0 0 #EEECEA
828}
829
830 #page-footer .container {
831 background: url("../images/footer.png") repeat-x scroll 0 0 #EEECEA;
832 padding: 0px 10px;
833 width: 960px;
834 }
835
836 #page-footer .container div.copyright {
837 font-size: 10px;
838 line-height: 14px;
839 color: #aea79f;
840 }
841
842.footer-links {
843 list-style: none
844}
845
846.footer-item {
847 border-bottom: 1px dotted #333;
848 display: block;
849 margin-top: 3px;
850}
851
852.foot-note {
853 color: #999;
854 font-style: italic;
855}
856
857.footer-link:hover, .footer-link:active, .footer-link:focus {
858 color: #DD4814;
859 text-decoration: underline;
860}
861
862.footer-link, .footer-link:visited {
863 color: #333333
864}
865
866.footer-link-main:hover, .footer-link-main:active, .footer-link-main:focus {
867 color: #DD4814;
868 text-decoration: underline;
869}
870
871.footer-link-main, .footer-link-main:visited {
872
873}
292874
293/*- Forum Decoration [Demo]875/*- Forum Decoration [Demo]
294-------------------------------------------------------------------------------------------------------- */876-------------------------------------------------------------------------------------------------------- */
295877
296.forum-title { background-color:#efefef; margin:10px 0px; padding:20px;}878.forum-title {
297879 background-color: #efefef;
298.forum-item { border-top:1px dotted #999; }880 margin: 10px 0px;
299.cat-title,881 padding: 20px;
300.sub-sections { font-size:0.75em; /* 16x0.75 =12 */ }882}
301883
302.latest,884.forum-item {
303.post-count { font-size:0.75em; /* 16x0.75 =12 */ line-height:1.2em; }885 border-top: 1px dotted #999
304886}
305887
306.cat-title,888.cat-title, .sub-sections {
307.post-count,889 font-size: 0.75em;
308.latest { padding:10px; vertical-align:middle; }890 /* 16x0.75 =12 */
309891}
310892
311.forum-title-link,893.latest, .post-count {
312.forum-title-link:visited { color:#333; }894 font-size: 0.75em;
313.forum-title-link:hover,895 /* 16x0.75 =12 */ line-height: 1.2em;
314.forum-title-link:active,896}
315.forum-title-link:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }897
316898.cat-title, .post-count, .latest {
317.status { background-color:#efefef; padding:10px 5px; vertical-align:middle; width:30px; }899 padding: 10px;
318.latest { width:180px; }900 vertical-align: middle;
319.post-count { width:120px; }901}
320.sub-sections { background-color:#efefef; padding:5px 10px 10px; }902
321.post-count { background-color:#efefef; }903.forum-title-link:hover, .forum-title-link:active, .forum-title-link:focus {
322904 color: #DD4814;
323.count { display:block; font-style:italic; }905 text-shadow: 1px 1px 2px #999;
324906}
325907
326908.forum-title-link, .forum-title-link:visited {
327909 color: #333
328910}
329911
912.status {
913 background-color: #efefef;
914 padding: 10px 5px;
915 vertical-align: middle;
916 width: 30px;
917}
918
919.latest {
920 width: 180px
921}
922
923.post-count {
924 width: 120px
925}
926
927.sub-sections {
928 background-color: #efefef;
929 padding: 5px 10px 10px;
930}
931
932.post-count {
933 background-color: #efefef
934}
935
936.count {
937 display: block;
938 font-style: italic;
939}
330940
331/* KuZeKo web@kuzeko.com941/* KuZeKo web@kuzeko.com
332-------------------------------------------------------------------------------------------------------- */942-------------------------------------------------------------------------------------------------------- */
333943
=== modified file 'media/css/django_extras.css'
--- media/css/django_extras.css 2010-09-10 14:43:00 +0000
+++ media/css/django_extras.css 2010-09-30 16:29:42 +0000
@@ -1,29 +1,75 @@
1/*- Form Decoration [Django]1/* - Form Decoration [Django]
2-------------------------------------------------------------------------------------------------------- */2--------------------------------------------------------------------------------------------------------
33*/
4FORM TH, .form-item-label { font-size:0.75em; font-weight: bold; text-align: left; padding-right: 10px;}4
5FORM TD, .form-item-value { font-size:0.75em; font-weight: normal; text-align: left}5FORM TH, .form-item-label {
6FORM INPUT[type=text], .form-item-field { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 0px 7px 9px; padding:3px; width:180px; }6 font-size: 0.75em;
7FORM INPUT[type=text]:focus, .form-item-field:focus { background-color:#f7f7f7; border: 1px solid #DD4814; }7 font-weight: bold;
8 8 text-align: left;
99 padding-right: 10px;
10/*- Data Table Decoration [Django]10}
11-------------------------------------------------------------------------------------------------------- */11
1212FORM TD, .form-item-value {
13.odd, tr.odd { background-color: #F3F3F3; }13 font-size: 0.75em;
14.even, tr.even { background-color: #FAFAFA; }14 font-weight: normal;
1515 text-align: left;
16TABLE.data_table { }16}
17TABLE.data_table TH { font-size: 0.75em; font-weight: bold; padding: 5px; text-align: center;}17
18TABLE.data_table TR { }18FORM INPUT[type=text], .form-item-field {
19TABLE.data_table TD { font-size: 0.75em; padding: 5px; vertical-align: top; }19 background-color: #f0f0f0;
20 border: 1px solid #CCCCCC;
21 height: 16px;
22 margin: 7px 0px 7px 9px;
23 padding: 3px;
24 width: 180px;
25}
26
27FORM INPUT[type=text]:focus, .form-item-field:focus {
28 background-color: #f7f7f7;
29 border: 1px solid #DD4814;
30}
31
32/* - Data Table Decoration [Django]
33--------------------------------------------------------------------------------------------------------
34 */
35
36.odd, tr.odd {
37 background-color: #F3F3F3
38}
39
40.even, tr.even {
41 background-color: #FAFAFA
42}
43
44TABLE.data_table {
45
46}
47
48 TABLE.data_table TH {
49 font-size: 0.75em;
50 font-weight: bold;
51 padding: 5px;
52 text-align: center;
53 }
54
55 TABLE.data_table TR {
56
57 }
58
59 TABLE.data_table TD {
60 font-size: 0.75em;
61 padding: 5px;
62 vertical-align: top;
63 }
2064
21a {65a {
22 color: #DD4814;66 color: #DD4814
23}67}
68
24a:visited {69a:visited {
25 color: #b12a10;70 color: #b12a10
26}71}
72
27.resource {73.resource {
28 width: 32px;74 width: 32px;
29 height: 32px;75 height: 32px;
@@ -32,30 +78,31 @@
32 margin-bottom: 3px;78 margin-bottom: 3px;
33 float: left;79 float: left;
34 border: 1px white solid;80 border: 1px white solid;
35 }81}
82
36#main-content .resource:hover {83#main-content .resource:hover {
37 border: 1px #eee solid;84 border: 1px #eee solid
38 }85}
3986
40#page-footer .container div.copyright {87#page-footer .container div.copyright {
41 font-size:0.75em; 88 font-size: 0.75em;
42 line-height:1.5em;89 line-height: 1.5em;
43 }90}
4491
45#page-footer .container div.loggedin {92#page-footer .container div.loggedin {
46 font-size:0.75em; 93 font-size: 0.75em;
47 line-height:1.5em;94 line-height: 1.5em;
48 float:left;width :45%;95 float: left;
49 margin-bottom:10px;96 width : 45%;
50 margin-top:5px;97 margin-bottom: 10px;
51 }98 margin-top: 5px;
99}
52100
53#page-footer .container div.lang_switcher {101#page-footer .container div.lang_switcher {
54 font-size:0.75em; 102 font-size: 0.75em;
55 line-height:1.5em;103 line-height: 1.5em;
56 float:right; 104 float: right;
57 width :55%;105 width : 55%;
58 margin-bottom:10px;106 margin-bottom: 10px;
59 margin-top:5px;107 margin-top: 5px;
60 }108}
61
62109
=== modified file 'media/css/ie.css'
--- media/css/ie.css 2010-09-28 21:33:05 +0000
+++ media/css/ie.css 2010-09-30 16:29:42 +0000
@@ -1,325 +1,928 @@
1/*- LICENSE1/* - LICENSE
2-------------------------------------------------------------------------------------------------------- */2--------------------------------------------------------------------------------------------------------
3/*3*/
4 Author: Matteo Lissandrini - kuzeko http://www.kuzeko.com4
55/**
6// Licensed under the Creative Commons Attribution-Share Alike 3.0 License - http://creativecommons.org/licenses/by-sa/3.0/6 * Author: Matteo Lissandrini - kuzeko http://www.kuzeko.com
7// - Free for use in both personal and commercial projects7 *
8// - Attribution requires leaving author name, author link, and the license info intact.8 * Licensed under the Creative Commons Attribution-Share Alike 3.0 License - http://creativecommons.org/licenses/by-sa/3.0/
9*/9 * - Free for use in both personal and commercial projects
1010 * - Attribution requires leaving author name, author link, and the license info intact.
1111 */
12/*- reset12
13-------------------------------------------------------------------------------------------------------- */13/* - reset
14/*14--------------------------------------------------------------------------------------------------------*/
15Reset derived and adapted from15
16html5doctor.com Reset Stylesheet16/**
17v1.4.117 * Reset derived and adapted from
182010-03-0118 * html5doctor.com Reset Stylesheet
19Author: Richard Clark - http://richclarkdesign.com19 * v1.4.1
20*/20 * 2010-03-01
21html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,21 * Author: Richard Clark - http://richclarkdesign.com
22abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub,22 */
23sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,23
24tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header,24html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
25hgroup, menu, nav, section, time, mark, audio, video { background:transparent; border:0; font-family:inherit; font-weight:inherit; font-style:inherit; font-size:100%; margin:0; outline:0; padding:0; vertical-align:baseline; }25 background: transparent;
26:focus /* remember to define focus styles! */ { outline: 0; }26 border: 0;
27body { line-height:1; }27 font-family: inherit;
28article, aside, details, dialog, figure, footer, header, hgroup, nav, section { display:block; }28 font-weight: inherit;
29ol, ul { list-style-position: inside; }29 font-style: inherit;
30nav ul { list-style:none; }30 font-size: 100%;
31blockquote, q { quotes:none; }31 margin: 0;
32blockquote:before, blockquote:after, q:before, q:after { content:''; }32 outline: 0;
33a { cursor:pointer; margin:0; padding:0; border:0; font-size:100%; color: #DD4814; vertical-align:baseline; background:transparent; text-decoration:none; }33 padding: 0;
34ins { background-color:#ff9; color:#000; text-decoration:none; }34 vertical-align: baseline;
35mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }35}
36del { text-decoration: line-through; }36
37abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }37blockquote:before, blockquote:after, q:before, q:after {
38table { border-collapse:collapse; border-spacing:0; }38 content: ''
39hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }39}
40input, select { vertical-align:middle; }40
41textarea { overflow:auto;}41nav ul {
42/* ----------------------------------------------------------------------------------------------------- */42 list-style: none
4343}
4444
45/*- Typography45:focus /* remember to define focus styles! */ {
46-------------------------------------------------------------------------------------------------------- */46 outline: 0
4747}
48body { font-family: 'Ubuntubeta','Ubuntu','Bitstream Vera Sans','DejaVu Sans', Tahoma, sans-serif; font-size:100%; line-height:1.5em;}48
49body {
50 line-height: 1
51}
52
53article, aside, details, dialog, figure, footer, header, hgroup, nav, section {
54 display: block
55}
56
57ol, ul {
58 list-style-position: inside
59}
60
61blockquote, q {
62 quotes: none
63}
64
65a {
66 cursor: pointer;
67 margin: 0;
68 padding: 0;
69 border: 0;
70 font-size: 100%;
71 color: #DD4814;
72 vertical-align: baseline;
73 background: transparent;
74 text-decoration: none;
75}
76
77ins {
78 background-color: #ff9;
79 color: #000;
80 text-decoration: none;
81}
82
83mark {
84 background-color: #ff9;
85 color: #000;
86 font-style: italic;
87 font-weight: bold;
88}
89
90del {
91 text-decoration: line-through
92}
93
94abbr[title], dfn[title] {
95 border-bottom: 1px dotted #000;
96 cursor: help;
97}
98
99table {
100 border-collapse: collapse;
101 border-spacing: 0;
102}
103
104hr {
105 display: block;
106 height: 1px;
107 border: 0;
108 border-top: 1px solid #cccccc;
109 margin: 1em 0;
110 padding: 0;
111}
112
113input, select {
114 vertical-align: middle
115}
116
117textarea {
118 overflow: auto
119}
120
121/* -----------------------------------------------------------------------------------------------------
122 ================================================== */
123
124/* - Typography
125--------------------------------------------------------------------------------------------------------
126 ================================================== */
127
128body {
129 font-family: 'Ubuntubeta','Ubuntu','Bitstream Vera Sans','DejaVu Sans', Tahoma, sans-serif;
130 font-size: 100%;
131 line-height: 1.5em;
132}
133
49h1, h2, h3 {134h1, h2, h3 {
50 color: #333333;135 color: #333333;
51 font-weight: normal;136 font-weight: normal;
52 margin: 0px;137 margin: 0px;
53}138}
54139
55h1 {140h1 {
56 font-size: 36px;141 font-size: 36px;
57 line-height: 40px;142 line-height: 40px;
58143 margin-top: 0px;
59 margin-top: 0px;
60 margin-bottom: 0px;144 margin-bottom: 0px;
61
62}145}
63146
64h2 {147h2 {
65 font-size: 24px;148 font-size: 24px;
66 line-height: 28px;149 line-height: 28px;
67 font-weight: normal;150 font-weight: normal;
68 margin-top: 16px;151 margin-top: 16px;
69 margin-bottom: 8px;152 margin-bottom: 8px;
70}153}
71154
72h3 {155h3 {
73 font-size: 16px;156 font-size: 16px;
74 line-height: 20px;157 line-height: 20px;
75 font-weight: normal;158 font-weight: normal;
76 margin-top: 16px;159 margin-top: 16px;
77 margin-bottom: 8px;160 margin-bottom: 8px;
78}161}
79162
80p {163p {
81 font-size: 12px;164 font-size: 12px;
82 line-height: 16px;165 line-height: 16px;
83}166}
84167
85dt { font-size:0.75em; font-weight:bold; /* 16x0.75 =12 */ }168dt {
86li { font-size: 12px; line-height: 16px; }169 font-size: 0.75em;
87strong { font-weight:bold;}170 font-weight: bold;
88em { font-style:italic; }171 /* 16x0.75 =12 */
89#top-logo { font-size:0.875em; /* 16x0.75 =12 */}172}
90#main-nav { font-size:0.875em; /* 16x0.875=14 */}173
91#sub-nav { font-size:0.75em; /* 16x0.75 =12 */}174li {
92.showcase-text { font-size:0.875em; /* 16x0.875=14 */ }175 font-size: 12px;
93/*footer { font-size:0.625em; /* 16x0.625=10 */ /* } */176 line-height: 16px;
94177}
95/*- Layout178
96-------------------------------------------------------------------------------------------------------- */179strong {
97180 font-weight: bold
98.container { clear:both; margin:0 auto; padding:0; position:relative; width:980px; }181}
99182
100#main-nav { float:left; width:620px; }183em {
101.main-nav-item { margin:5px 10px; padding:10px; }184 font-style: italic
102185}
103#top-logo { float:right; margin:5px 10px 5px 0px; padding:10px 10px 0px 0px;; width:280px; }186
104#the-logo { float:right; }187#top-logo {
105188 font-size: 0.875em;
106189 /* 16x0.75 =12 */
107190}
108191
109#page-related { background-image:none; margin:0 auto; padding:0 10px 10px; position:relative; width:960px; }192#main-nav {
110193 font-size: 0.875em;
111#sub-nav-container { height:40px; margin:0 10px; width:940px; }194 /* 16x0.875=14 */
112#sub-nav { float:left; padding:0px 10px;}195}
113196
114.sub-nav-item { margin:5px 10px; padding-right:10px;}197#sub-nav {
115#pop-up-container { float:left; padding:10px; }198 font-size: 0.75em;
116#pop-up-text { float:left; }199 /* 16x0.75 =12 */
117#login-container { float:left; width:620px;}200}
118201
119202.showcase-text {
120#searchbox-container { float:right; margin: 0px 10px 5px 0px; padding:0 0 0 10px; width:300px;}203 font-size: 0.875em;
121.showcase-item { float:left; margin:5px 10px; padding:10px; width:280px;}204 /* 16x0.875=14 */
122.showcase-heading { margin:5px 0px 10px; width:280px;}205}
123.showcase-subheading { margin:5px 0px 10px; width:280px;}206
124.showcase-text { margin:5px 0px 10px; width:280px;}207/* footer { font-size:0.625em; /* 16x0.625=10 */
125.showcase-figure { float:left; margin:5px 10px; padding:10px; position:relative; width:600px;}208
126.showcase-img { display:block; margin:0px; padding:0px; position:relative; width:600px;}209/* }
127.showcase-caption { position:absolute; bottom:0px; left:0px; margin:0px 10px 10px; padding:10px; width:580px;}210 ================================================== */
128211
129212/* - Layout
130#showcase-nav { clear:both; margin:5px 10px; padding:0px 10px; width:920px; }213--------------------------------------------------------------------------------------------------------
131.showcase-nav-item { padding-right:10px;}214 ================================================== */
132.main-content { clear:both; float:left; margin:5px 10px; padding:10px; width:920px; }215
133.minor-content { float:left; margin:5px 10px; padding:10px; width:440px; }216.container {
134.side-content { float:left; margin:5px 10px; padding:10px; width:280px; }217 clear: both;
135.sub-content { float:left; margin:5px 10px; padding:10px; width:120px; }218 margin: 0 auto;
136p { padding: 5px 0px 10px; }219 padding: 0;
137220 position: relative;
138.divide { border:0px solid; clear:both; font-size:0px; height:1px; margin:-1px 0px 0px; visibility:hidden; }221 width: 980px;
139.divide-showcase { border:0px solid; clear:both; font-size:0px; height:1px; margin:-1px 0px 25px; visibility:hidden;}222}
140223
141#blog-posts { float:left; margin:5px 10px; padding:10px; width:600px; }224#main-nav {
142.blog-post { clear:both; margin-bottom:10px; padding-bottom:10px;}225 float: left;
143.post-figure { float:right; margin:10px 0px 10px 10px; padding:0px; position:relative; width:260px;}226 width: 620px;
144.post-img { display:block; margin:0px; padding:0px; position:relative; width:260px;}227}
145.post-img-caption { position:absolute; bottom:0px; left:0px; padding:10px; width:240px;}228
146.comments-count { clear:both; display:block; font-style:italic; color:#999; text-align:right; }229.main-nav-item {
147230 margin: 5px 10px;
148231 padding: 10px;
149#blog-aside { float:left; margin:5px 10px; padding:0px; width:300px; }232}
150.widgets-aside { float:left; margin:5px 0px 15px; padding:10px; width:280px; }233
151234.main-nav-item, .main-nav-item:visited {
152.pagination { clear:both; text-align:center; }235 border-right: 1px solid #EF7149;
153236 border-bottom: 0;
154237 border-top: 0;
155.footer-content { float:left; margin:5px 10px; padding:10px; width:120px; }238 color: #fff;
156.foot-note { clear:both; margin:15px 10px 0px; padding:10px; width:920px; }239 display: block;
157240 float: left;
158.plugin { margin: 0 -10px; padding:0px; position:relative; width:980px; }241 height: 70px;
159/*- Decoration242 line-height: 70px;
160-------------------------------------------------------------------------------------------------------- */243 margin: 0px;
161244 padding: 0 15px;
162body { background:url("../images/dotted.png") repeat scroll 0 0 #FFFFFF; color:#333333; }245 text-shadow: 1px 1px 1px #333;
163#page-header { background:url("../images/header.png") repeat-x scroll 0 0 #DD4814; height:70px; }246}
164#page-header .container { background:url("../images/header.png") repeat-x scroll 0 0 #DD4814; }247
165#top-logo { color:#fff; line-height:1.5em; text-align:right; }248.main-nav-item.current, .main-nav-item:hover, .main-nav-item:active, .main-nav-item:focus {
166#the-logo { padding-left:4px; }249 background: url(../images/mainnav.png) 0 0 repeat
167#loco { clear:both; display:block; float:right;}250}
168251
169252#top-logo {
170253 float: right;
171254 margin: 5px 10px 5px 0px;
172#main-nav { border-left: 1px solid #EF7149; z-index:10;}255 padding: 10px 10px 0px 0px;
173.main-nav-item,256 : ;
174.main-nav-item:visited { border-right: 1px solid #EF7149; border-bottom: 0; border-top: 0; color: #fff; display: block; float: left; height: 70px; line-height: 70px; margin:0px; padding: 0 15px; text-shadow: 1px 1px 1px #333; }257 width: 280px;
175.main-nav-item.current,258}
176.main-nav-item:hover,259
177.main-nav-item:active,260#the-logo {
178.main-nav-item:focus { background: url(../images/mainnav.png) 0 0 repeat; }261 float: right
179262}
180263
181#page-related { background-color:#FFFFFF;}264#page-related {
182#sub-nav-container { background-color:#F7F7F7; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}265 background-image: none;
183.sub-nav-item,266 margin: 0 auto;
184.sub-nav-item:visited { color:#333; display: block; float: left; line-height:40px; margin:0px; padding: 0 15px; }267 padding: 0 10px 10px;
185.sub-nav-item.current,268 position: relative;
186.sub-nav-item:hover,269 width: 960px;
187.sub-nav-item:active,270}
188.sub-nav-item:focus { background-color:#efefef; color:#DD4814; }271
189272#sub-nav-container {
190.login-label { height:16px; margin:7px 0px 7px 9px; padding:3px; }273 height: 40px;
191#username,274 margin: 0 10px;
192#password { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 0px 7px 9px; padding:3px; width:110px; }275 width: 940px;
193#login { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:24px; margin:7px 9px 7px 0px ; padding:2px;}276}
194#login:hover { background-color:#f7f7f7; border: 1px solid #DD4814;}277
195#join,278#sub-nav {
196#join:visited { color:#333; }279 float: left;
197#join:hover,280 padding: 0px 10px;
198#join:active,281}
199#join:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }282
200283.sub-nav-item {
201#pop-up-text { font-weight:bold; line-height:20px; padding:0px 5px; }284 margin: 5px 10px;
202#searchbox { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 3px 7px 9px; padding:3px; width:180px;}285 padding-right: 10px;
203#searchbox:focus { background-color:#fff; border: 1px solid #DD4814; }286}
204#go-search { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:24px; margin:7px 0 7px 0px ; padding:2px;}287
205#go-search:hover { background-color:#f7f7f7; border: 1px solid #DD4814;}288.sub-nav-item, .sub-nav-item:visited {
206#more-search,289 color: #333;
207#more-search:visited { background-color:#f0f0f0; border: 1px solid #CCCCCC; color:#333; height:16px; margin:7px 7px 7px 0px; padding:2px 3px; }290 display: block;
208#more-search:hover,291 float: left;
209#more-search:active,292 line-height: 40px;
210#more-search:focus { background-color:#f7f7f7; border: 1px solid #DD4814; color:#DD4814; text-shadow: 1px 1px 2px #999; }293 margin: 0px;
211294 padding: 0 15px;
212295}
213.showcase-caption { background-color:#000; background-color:rgba(0,0,0,0.4); color: #fff;296
214 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000'); /* IE6,IE7 */297.sub-nav-item.current, .sub-nav-item:hover, .sub-nav-item:active, .sub-nav-item:focus {
215 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')"; /* IE8 */ }298 background-color: #efefef;
216299 color: #DD4814;
217#showcase-nav { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; height:40px; }300}
218.showcase-nav-item,301
219.showcase-nav-item:visited { color:#333; display: block; float: left; line-height:40px; margin:0 1px; padding: 0 15px; }302#pop-up-container {
220.showcase-nav-item:hover,303 float: left;
221.showcase-nav-item:active,304 padding: 10px;
222.showcase-nav-item:focus { border:1px solid #ddd; border-top:0px solid; border-bottom:0px solid; background-color:#efefef; color:#DD4814; margin:0; }305}
223306
224307#pop-up-text {
225308 float: left
226309}
227#main-section .container { background-color:#fff; background-image:none; padding:0px 10px 10px; position:relative; width:960px;}310
228311#login-container {
229.alone,312 float: left;
230.leading,313 width: 620px;
231.aggregator { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; float:left; }314}
232315
233.aggregator { margin:5px 10px;}316#searchbox-container {
234.aggregator .first { margin-left:0px;}317 float: right;
235.aggregator .last { margin-right:0px;}318 margin: 0px 10px 5px 0px;
236319 padding: 0 0 0 10px;
237320 width: 300px;
238.post-header { border-bottom:1px dotted #333333; margin-bottom:10px; padding-bottom:5px; }321}
239.post-meta { color:#999; font-size:0.85em; font-style:italic; }322
240.post-title-link,323.showcase-item {
241.post-title-link:visited { color:#333; }324 float: left;
242.post-title-link:hover,325 margin: 5px 10px;
243.post-title-link:active,326 padding: 10px;
244.post-title-link:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }327 width: 280px;
245328}
246.post-img-caption { background-color:#000; background-color:rgba(0,0,0,0.4); color: #fff;329
247 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000'); /* IE6,IE7 */330.showcase-heading {
248 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')"; /* IE8 */ }331 margin: 5px 0px 10px;
249.pagination { border-top:1px solid #333; color: #fff; margin-top:15px; padding-top:15px; }332 width: 280px;
250.pagination-item { border-bottom:1px solid #333; color:#333; margin-right:5px; padding:2px 6px; }333}
251.pagination-item:hover { border-bottom:1px solid #DD4814; background-color:#f7f7f7; color:#DD4814;}334
252.pagination-item.current { background-color:#f7f7f7; border-bottom:1px solid #333; color:#333; font-weight:bold; }335.showcase-subheading {
253336 margin: 5px 0px 10px;
254.widgets-aside { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; }337 width: 280px;
255.widget-links { list-style:none; list-style-position:outside; }338}
256.a-item { display:block; margin-top:3px; }339
257.side-link,340.showcase-text {
258.side-link:visited { color: #333333; display:block; padding-right:3px; }341 margin: 5px 0px 10px;
259.side-link:hover,342 width: 280px;
260.side-link:active,343}
261.side-link:focus { background-color: #fff; border-right:3px solid #DD4814; color:#DD4814; text-decoration:none; }344
262345.showcase-figure {
263#login-widget { text-align:center;}346 float: left;
264347 margin: 5px 10px;
265#page-footer { background:url("../images/footer.png") repeat-x scroll 0 0 #EEECEA; }348 padding: 10px;
266#page-footer .container { background:url("../images/footer.png") repeat-x scroll 0 0 #EEECEA; padding:0px 10px; width:960px; }349 position: relative;
267#page-footer .container div.copyright {350 width: 600px;
268 font-size: 10px;351}
269 line-height: 14px;352
270 color: #aea79f;353.showcase-img {
271}354 display: block;
272.footer-content dd { margin-bottom:15px;}355 margin: 0px;
273.footer-links { list-style:none; text-indent:0px; list-style-position:outside; }356 padding: 0px;
274.footer-item { border-bottom:1px dotted #333; display:block; margin-top:3px; }357 position: relative;
275.foot-note { color:#999; font-style:italic;}358 width: 600px;
276359}
277.footer-link,360
278.footer-link:visited { color: #333333;}361.showcase-caption {
279.footer-link:hover,362 position: absolute;
280.footer-link:active,363 bottom: 0px;
281.footer-link:focus { color:#DD4814; text-decoration:underline; }364 left: 0px;
282365 margin: 0px 10px 10px;
283.footer-link-main,366 padding: 10px;
284.footer-link-main:visited { }367 width: 580px;
285.footer-link-main:hover,368}
286.footer-link-main:active,369
287.footer-link-main:focus { color:#DD4814; text-decoration:underline; }370#showcase-nav {
288371 clear: both;
289372 margin: 5px 10px;
290373 padding: 0px 10px;
291/*- Forum Decoration [Demo]374 width: 920px;
292-------------------------------------------------------------------------------------------------------- */375}
293376
294.forum-title { background-color:#efefef; margin:10px 0px; padding:20px;}377.showcase-nav-item {
295378 padding-right: 10px
296.forum-item { border-top:1px dotted #999; }379}
297.cat-title,380
298.sub-sections { font-size:0.75em; /* 16x0.75 =12 */ }381.showcase-nav-item, .showcase-nav-item:visited {
299382 color: #333;
300.latest,383 display: block;
301.post-count { font-size:0.75em; /* 16x0.75 =12 */ line-height:1.2em; }384 float: left;
302385 line-height: 40px;
303386 margin: 0 1px;
304.cat-title,387 padding: 0 15px;
305.post-count,388}
306.latest { padding:10px; vertical-align:middle; }389
307390.showcase-nav-item:hover, .showcase-nav-item:active, .showcase-nav-item:focus {
308391 border: 1px solid #ddd;
309.forum-title-link,392 border-top: 0px solid;
310.forum-title-link:visited { color:#333; }393 border-bottom: 0px solid;
311.forum-title-link:hover,394 background-color: #efefef;
312.forum-title-link:active,395 color: #DD4814;
313.forum-title-link:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }396 margin: 0;
314397}
315.status { background-color:#efefef; padding:10px 5px; vertical-align:middle; width:30px; }398
316.latest { width:180px; }399.main-content {
317.post-count { width:120px; }400 clear: both;
318.sub-sections { background-color:#efefef; padding:5px 10px 10px; }401 float: left;
319.post-count { background-color:#efefef; }402 margin: 5px 10px;
320403 padding: 10px;
321.count { display:block; font-style:italic; }404 width: 920px;
322405}
406
407.minor-content {
408 float: left;
409 margin: 5px 10px;
410 padding: 10px;
411 width: 440px;
412}
413
414.side-content {
415 float: left;
416 margin: 5px 10px;
417 padding: 10px;
418 width: 280px;
419}
420
421.sub-content {
422 float: left;
423 margin: 5px 10px;
424 padding: 10px;
425 width: 120px;
426}
427
428p {
429 padding: 5px 0px 10px
430}
431
432.divide {
433 border: 0px solid;
434 clear: both;
435 font-size: 0px;
436 height: 1px;
437 margin: -1px 0px 0px;
438 visibility: hidden;
439}
440
441.divide-showcase {
442 border: 0px solid;
443 clear: both;
444 font-size: 0px;
445 height: 1px;
446 margin: -1px 0px 25px;
447 visibility: hidden;
448}
449
450#blog-posts {
451 float: left;
452 margin: 5px 10px;
453 padding: 10px;
454 width: 600px;
455}
456
457.blog-post {
458 clear: both;
459 margin-bottom: 10px;
460 padding-bottom: 10px;
461}
462
463.post-figure {
464 float: right;
465 margin: 10px 0px 10px 10px;
466 padding: 0px;
467 position: relative;
468 width: 260px;
469}
470
471.post-img {
472 display: block;
473 margin: 0px;
474 padding: 0px;
475 position: relative;
476 width: 260px;
477}
478
479.post-img-caption {
480 position: absolute;
481 bottom: 0px;
482 left: 0px;
483 padding: 10px;
484 width: 240px;
485}
486
487.comments-count {
488 clear: both;
489 display: block;
490 font-style: italic;
491 color: #999;
492 text-align: right;
493}
494
495#blog-aside {
496 float: left;
497 margin: 5px 10px;
498 padding: 0px;
499 width: 300px;
500}
501
502.widgets-aside {
503 float: left;
504 margin: 5px 0px 15px;
505 padding: 10px;
506 width: 280px;
507}
508
509.pagination {
510 clear: both;
511 text-align: center;
512}
513
514.footer-content {
515 float: left;
516 margin: 5px 10px;
517 padding: 10px;
518 width: 120px;
519}
520
521 .footer-content dd {
522 margin-bottom: 15px
523 }
524
525.foot-note {
526 clear: both;
527 margin: 15px 10px 0px;
528 padding: 10px;
529 width: 920px;
530}
531
532.plugin {
533 margin: 0 -10px;
534 padding: 0px;
535 position: relative;
536 width: 980px;
537}
538
539/* - Decoration
540--------------------------------------------------------------------------------------------------------
541 ================================================== */
542
543body {
544 background: url("../images/dotted.png") repeat scroll 0 0 #FFFFFF;
545 color: #333333;
546}
547
548#page-header {
549 background: url("../images/header.png") repeat-x scroll 0 0 #DD4814;
550 height: 70px;
551}
552
553 #page-header .container {
554 background: url("../images/header.png") repeat-x scroll 0 0 #DD4814
555 }
556
557#top-logo {
558 color: #fff;
559 line-height: 1.5em;
560 text-align: right;
561}
562
563#the-logo {
564 padding-left: 4px
565}
566
567#loco {
568 clear: both;
569 display: block;
570 float: right;
571}
572
573#main-nav {
574 border-left: 1px solid #EF7149;
575 z-index: 10;
576}
577
578#page-related {
579 background-color: #FFFFFF
580}
581
582#sub-nav-container {
583 background-color: #F7F7F7;
584 border-bottom-left-radius: 8px;
585 border-bottom-right-radius: 8px;
586}
587
588.login-label {
589 height: 16px;
590 margin: 7px 0px 7px 9px;
591 padding: 3px;
592}
593
594#username, #password {
595 background-color: #f0f0f0;
596 border: 1px solid #CCCCCC;
597 height: 16px;
598 margin: 7px 0px 7px 9px;
599 padding: 3px;
600 width: 110px;
601}
602
603#login {
604 background-color: #f0f0f0;
605 border: 1px solid #CCCCCC;
606 height: 24px;
607 margin: 7px 9px 7px 0px;
608 padding: 2px;
609}
610
611#login:hover {
612 background-color: #f7f7f7;
613 border: 1px solid #DD4814;
614}
615
616#join:hover, #join:active, #join:focus {
617 color: #DD4814;
618 text-shadow: 1px 1px 2px #999;
619}
620
621#join, #join:visited {
622 color: #333
623}
624
625#pop-up-text {
626 font-weight: bold;
627 line-height: 20px;
628 padding: 0px 5px;
629}
630
631#searchbox {
632 background-color: #f0f0f0;
633 border: 1px solid #CCCCCC;
634 height: 16px;
635 margin: 7px 3px 7px 9px;
636 padding: 3px;
637 width: 180px;
638}
639
640#searchbox:focus {
641 background-color: #fff;
642 border: 1px solid #DD4814;
643}
644
645#go-search {
646 background-color: #f0f0f0;
647 border: 1px solid #CCCCCC;
648 height: 24px;
649 margin: 7px 0 7px 0px;
650 padding: 2px;
651}
652
653#go-search:hover {
654 background-color: #f7f7f7;
655 border: 1px solid #DD4814;
656}
657
658#more-search:hover, #more-search:active, #more-search:focus {
659 background-color: #f7f7f7;
660 border: 1px solid #DD4814;
661 color: #DD4814;
662 text-shadow: 1px 1px 2px #999;
663}
664
665#more-search, #more-search:visited {
666 background-color: #f0f0f0;
667 border: 1px solid #CCCCCC;
668 color: #333;
669 height: 16px;
670 margin: 7px 7px 7px 0px;
671 padding: 2px 3px;
672}
673
674.showcase-caption {
675 background-color: #000;
676 background-color: rgba(0,0,0,0.4);
677 color: #fff;
678 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000');
679 /* IE6,IE7 */
680 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')";
681 /* IE8 */
682}
683
684#showcase-nav {
685 background-color: #f7f7f7;
686 border-radius: 8px;
687 box-shadow: 0px 1px 1px #ccc;
688 height: 40px;
689}
690
691#main-section .container {
692 background-color: #fff;
693 background-image: none;
694 padding: 0px 10px 10px;
695 position: relative;
696 width: 960px;
697}
698
699.alone, .leading, .aggregator {
700 background-color: #f7f7f7;
701 border-radius: 8px;
702 box-shadow: 0px 1px 1px #ccc;
703 float: left;
704}
705
706 .aggregator .first {
707 margin-left: 0px
708 }
709
710 .aggregator .last {
711 margin-right: 0px
712 }
713
714.aggregator {
715 margin: 5px 10px
716}
717
718.post-header {
719 border-bottom: 1px dotted #333333;
720 margin-bottom: 10px;
721 padding-bottom: 5px;
722}
723
724.post-meta {
725 color: #999;
726 font-size: 0.85em;
727 font-style: italic;
728}
729
730.post-title-link:hover, .post-title-link:active, .post-title-link:focus {
731 color: #DD4814;
732 text-shadow: 1px 1px 2px #999;
733}
734
735.post-title-link, .post-title-link:visited {
736 color: #333
737}
738
739.post-img-caption {
740 background-color: #000;
741 background-color: rgba(0,0,0,0.4);
742 color: #fff;
743 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000');
744 /* IE6,IE7 */
745 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')";
746 /* IE8 */
747}
748
749.pagination {
750 border-top: 1px solid #333;
751 color: #fff;
752 margin-top: 15px;
753 padding-top: 15px;
754}
755
756.pagination-item {
757 border-bottom: 1px solid #333;
758 color: #333;
759 margin-right: 5px;
760 padding: 2px 6px;
761}
762
763.pagination-item:hover {
764 border-bottom: 1px solid #DD4814;
765 background-color: #f7f7f7;
766 color: #DD4814;
767}
768
769.pagination-item.current {
770 background-color: #f7f7f7;
771 border-bottom: 1px solid #333;
772 color: #333;
773 font-weight: bold;
774}
775
776.widgets-aside {
777 background-color: #f7f7f7;
778 border-radius: 8px;
779 box-shadow: 0px 1px 1px #ccc;
780}
781
782.widget-links {
783 list-style: none;
784 list-style-position: outside;
785}
786
787.a-item {
788 display: block;
789 margin-top: 3px;
790}
791
792.side-link:hover, .side-link:active, .side-link:focus {
793 background-color: #fff;
794 border-right: 3px solid #DD4814;
795 color: #DD4814;
796 text-decoration: none;
797}
798
799.side-link, .side-link:visited {
800 color: #333333;
801 display: block;
802 padding-right: 3px;
803}
804
805#login-widget {
806 text-align: center
807}
808
809#page-footer {
810 background: url("../images/footer.png") repeat-x scroll 0 0 #EEECEA
811}
812
813 #page-footer .container {
814 background: url("../images/footer.png") repeat-x scroll 0 0 #EEECEA;
815 padding: 0px 10px;
816 width: 960px;
817 }
818
819 #page-footer .container div.copyright {
820 font-size: 10px;
821 line-height: 14px;
822 color: #aea79f;
823 }
824
825.footer-links {
826 list-style: none;
827 text-indent: 0px;
828 list-style-position: outside;
829}
830
831.footer-item {
832 border-bottom: 1px dotted #333;
833 display: block;
834 margin-top: 3px;
835}
836
837.foot-note {
838 color: #999;
839 font-style: italic;
840}
841
842.footer-link:hover, .footer-link:active, .footer-link:focus {
843 color: #DD4814;
844 text-decoration: underline;
845}
846
847.footer-link, .footer-link:visited {
848 color: #333333
849}
850
851.footer-link-main:hover, .footer-link-main:active, .footer-link-main:focus {
852 color: #DD4814;
853 text-decoration: underline;
854}
855
856.footer-link-main, .footer-link-main:visited {
857
858}
859
860/* - Forum Decoration [Demo]
861--------------------------------------------------------------------------------------------------------
862 ================================================== */
863
864.forum-title {
865 background-color: #efefef;
866 margin: 10px 0px;
867 padding: 20px;
868}
869
870.forum-item {
871 border-top: 1px dotted #999
872}
873
874.cat-title, .sub-sections {
875 font-size: 0.75em;
876 /* 16x0.75 =12 */
877}
878
879.latest, .post-count {
880 font-size: 0.75em;
881 /* 16x0.75 =12 */ line-height: 1.2em;
882}
883
884.cat-title, .post-count, .latest {
885 padding: 10px;
886 vertical-align: middle;
887}
888
889.forum-title-link:hover, .forum-title-link:active, .forum-title-link:focus {
890 color: #DD4814;
891 text-shadow: 1px 1px 2px #999;
892}
893
894.forum-title-link, .forum-title-link:visited {
895 color: #333
896}
897
898.status {
899 background-color: #efefef;
900 padding: 10px 5px;
901 vertical-align: middle;
902 width: 30px;
903}
904
905.latest {
906 width: 180px
907}
908
909.post-count {
910 width: 120px
911}
912
913.sub-sections {
914 background-color: #efefef;
915 padding: 5px 10px 10px;
916}
917
918.post-count {
919 background-color: #efefef
920}
921
922.count {
923 display: block;
924 font-style: italic;
925}
323926
324/* KuZeKo web@kuzeko.com927/* KuZeKo web@kuzeko.com
325-------------------------------------------------------------------------------------------------------- */928-------------------------------------------------------------------------------------------------------- */
326929
=== modified file 'media/css/ie6.css'
--- media/css/ie6.css 2010-09-28 21:33:05 +0000
+++ media/css/ie6.css 2010-09-30 16:29:42 +0000
@@ -1,327 +1,947 @@
1/*- LICENSE1/* - LICENSE
2-------------------------------------------------------------------------------------------------------- */2--------------------------------------------------------------------------------------------------------
3/*3*/
4 Author: Matteo Lissandrini - kuzeko http://www.kuzeko.com4
55/**
6// Licensed under the Creative Commons Attribution-Share Alike 3.0 License - http://creativecommons.org/licenses/by-sa/3.0/6 * Author: Matteo Lissandrini - kuzeko http://www.kuzeko.com
7// - Free for use in both personal and commercial projects7 *
8// - Attribution requires leaving author name, author link, and the license info intact.8 * Licensed under the Creative Commons Attribution-Share Alike 3.0 License - http://creativecommons.org/licenses/by-sa/3.0/
9*/9 * - Free for use in both personal and commercial projects
1010 * - Attribution requires leaving author name, author link, and the license info intact.
11/*- reset11 */
12-------------------------------------------------------------------------------------------------------- */12
13/*13/* - reset
14Reset derived and adapted from14-------------------------------------------------------------------------------------------------------- */
15html5doctor.com Reset Stylesheet15
16v1.4.116/**
172010-03-0117 * Reset derived and adapted from
18Author: Richard Clark - http://richclarkdesign.com18 * html5doctor.com Reset Stylesheet
19*/19 * v1.4.1
20html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,20 * 2010-03-01
21abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub,21 * Author: Richard Clark - http://richclarkdesign.com
22sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,22 */
23tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header,23
24hgroup, menu, nav, section, time, mark, audio, video { background:transparent; border:0; font-family:inherit; font-weight:inherit; font-style:inherit; font-size:100%; margin:0; outline:0; padding:0; vertical-align:baseline; }24html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
25:focus /* remember to define focus styles! */ { outline: 0; }25 background: transparent;
26body { line-height:1; }26 border: 0;
27article, aside, details, dialog, figure, footer, header, hgroup, nav, section { display:block; }27 font-family: inherit;
28ol, ul { list-style-position: inside; }28 font-weight: inherit;
29nav ul { list-style:none; }29 font-style: inherit;
30blockquote, q { quotes:none; }30 font-size: 100%;
31blockquote:before, blockquote:after, q:before, q:after { content:''; }31 margin: 0;
32a { cursor:pointer; margin:0; padding:0; border:0; font-size:100%; color: #DD4814; vertical-align:baseline; background:transparent; text-decoration:none; }32 outline: 0;
33ins { background-color:#ff9; color:#000; text-decoration:none; }33 padding: 0;
34mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }34 vertical-align: baseline;
35del { text-decoration: line-through; }35}
36abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }36
37table { border-collapse:collapse; border-spacing:0; }37blockquote:before, blockquote:after, q:before, q:after {
38hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }38 content: ''
39input, select { vertical-align:middle; }39}
40textarea { overflow:auto;}40
41/* ----------------------------------------------------------------------------------------------------- */41nav ul {
4242 list-style: none
4343}
44/*- Typography44
45-------------------------------------------------------------------------------------------------------- */45:focus /* remember to define focus styles! */ {
4646 outline: 0
47body { font-family: 'Ubuntubeta','Ubuntu','Bitstream Vera Sans','DejaVu Sans', Tahoma, sans-serif; font-size:100%; line-height:1.5em;}47}
48
49body {
50 line-height: 1
51}
52
53article, aside, details, dialog, figure, footer, header, hgroup, nav, section {
54 display: block
55}
56
57ol, ul {
58 list-style-position: inside
59}
60
61blockquote, q {
62 quotes: none
63}
64
65a {
66 cursor: pointer;
67 margin: 0;
68 padding: 0;
69 border: 0;
70 font-size: 100%;
71 color: #DD4814;
72 vertical-align: baseline;
73 background: transparent;
74 text-decoration: none;
75}
76
77ins {
78 background-color: #ff9;
79 color: #000;
80 text-decoration: none;
81}
82
83mark {
84 background-color: #ff9;
85 color: #000;
86 font-style: italic;
87 font-weight: bold;
88}
89
90del {
91 text-decoration: line-through
92}
93
94abbr[title], dfn[title] {
95 border-bottom: 1px dotted #000;
96 cursor: help;
97}
98
99table {
100 border-collapse: collapse;
101 border-spacing: 0;
102}
103
104hr {
105 display: block;
106 height: 1px;
107 border: 0;
108 border-top: 1px solid #cccccc;
109 margin: 1em 0;
110 padding: 0;
111}
112
113input, select {
114 vertical-align: middle
115}
116
117textarea {
118 overflow: auto
119}
120
121/* -----------------------------------------------------------------------------------------------------
122*/
123
124/* - Typography
125--------------------------------------------------------------------------------------------------------
126*/
127
128body {
129 font-family: 'Ubuntubeta','Ubuntu','Bitstream Vera Sans','DejaVu Sans', Tahoma, sans-serif;
130 font-size: 100%;
131 line-height: 1.5em;
132}
133
48h1, h2, h3 {134h1, h2, h3 {
49 color: #333333;135 color: #333333;
50 font-weight: normal;136 font-weight: normal;
51 margin: 0px;137 margin: 0px;
52}138}
53139
54h1 {140h1 {
55 font-size: 36px;141 font-size: 36px;
56 line-height: 40px;142 line-height: 40px;
57143 margin-top: 0px;
58 margin-top: 0px;
59 margin-bottom: 0px;144 margin-bottom: 0px;
60
61}145}
62146
63h2 {147h2 {
64 font-size: 24px;148 font-size: 24px;
65 line-height: 28px;149 line-height: 28px;
66 font-weight: normal;150 font-weight: normal;
67 margin-top: 16px;151 margin-top: 16px;
68 margin-bottom: 8px;152 margin-bottom: 8px;
69}153}
70154
71h3 {155h3 {
72 font-size: 16px;156 font-size: 16px;
73 line-height: 20px;157 line-height: 20px;
74 font-weight: normal;158 font-weight: normal;
75 margin-top: 16px;159 margin-top: 16px;
76 margin-bottom: 8px;160 margin-bottom: 8px;
77}161}
78162
79p {163p {
80 font-size: 12px;164 font-size: 12px;
81 line-height: 16px;165 line-height: 16px;
82}166}
83167
84dt { font-size:0.75em; font-weight:bold; /* 16x0.75 =12 */ }168dt {
85li { font-size: 12px; line-height: 16px; }169 font-size: 0.75em;
86strong { font-weight:bold;}170 font-weight: bold;
87em { font-style:italic; }171 /* 16x0.75 =12 */
88#top-logo { font-size:0.875em; /* 16x0.75 =12 */}172}
89#main-nav { font-size:0.875em; /* 16x0.875=14 */}173
90#sub-nav { font-size:0.75em; /* 16x0.75 =12 */}174li {
91.showcase-text { font-size:0.875em; /* 16x0.875=14 */ }175 font-size: 12px;
92176 line-height: 16px;
93177}
94/*- Layout178
95-------------------------------------------------------------------------------------------------------- */179strong {
96180 font-weight: bold
97.container { clear:both; margin:0 auto; position:relative; width:980px; }181}
98182
99#main-nav { display:inline; float:left; width:620px; }183em {
100.main-nav-item { margin:5px 10px; padding:10px; }184 font-style: italic
101185}
102#top-logo { display:inline; float:right; margin:5px 10px 5px 0px; padding:10px 10px 0px 0px; width:280px; }186
103#the-logo { display:inline; float:right; }187#top-logo {
104188 font-size: 0.875em;
105189 /* 16x0.75 =12 */
106#page-related { background-image:none; margin:0 auto; padding:0 10px 10px; position:relative; width:960px; }190}
107191
108#sub-nav-container { margin:0 10px 0px; padding-bottom:0px; width:940px; }192#main-nav {
109#sub-nav { display:inline float:left; margin-bottom:0px; padding:0px 10px 0px; padding-bottom:0px }193 font-size: 0.875em;
110194 /* 16x0.875=14 */
111.sub-nav-item { margin:5px 10px; margin-bottom:0 padding-right:10px;}195}
112#pop-up-container { display:inline float:left; padding:10px; }196
113#pop-up-text { display:inline float:left; }197#sub-nav {
114#login-container { display:inline float:left; width:620px;}198 font-size: 0.75em;
115199 /* 16x0.75 =12 */
116200}
117#searchbox-container { display:inline float:right; margin: 0px 10px 5px 0px; padding:0 0 0 10px; width:300px;}201
118.showcase-item { display:inline; float:left; margin:5px 10px; padding:10px; width:280px;}202.showcase-text {
119.showcase-heading { margin:5px 0px 10px; width:280px;}203 font-size: 0.875em;
120.showcase-subheading { margin:5px 0px 10px; width:280px;}204 /* 16x0.875=14 */
121.showcase-text { margin:5px 0px 10px; width:280px;}205}
122.showcase-figure { display:inline; float:left; margin:5px 10px; padding:10px; position:relative; width:600px;}206
123.showcase-img { display:block; margin:0px; padding:0px; position:relative; width:600px;}207/* - Layout
124.showcase-caption { position:absolute; bottom:0px; left:0px; margin:0px 10px 10px; padding:10px; width:580px;}208--------------------------------------------------------------------------------------------------------
125209*/
126210
127#showcase-nav { clear:both; margin:5px 10px; padding:0px 10px; width:920px; }211.container {
128.showcase-nav-item { padding-right:10px;}212 clear: both;
129.main-content { display:inline; clear:both; float:left; margin:5px 10px; padding:10px; width:920px; }213 margin: 0 auto;
130.minor-content { display:inline; float:left; margin:5px 10px; padding:10px; width:440px; }214 position: relative;
131.side-content { display:inline; float:left; margin:5px 10px; padding:10px; width:280px; }215 width: 980px;
132.sub-content { display:inline; float:left; margin:5px 10px; padding:10px; width:120px; }216}
133p { padding: 5px 0px 10px; }217
134218#main-nav {
135.divide { display:inline; border:0px solid; clear:both; font-size:0px; height:1px; margin:-1px 0px 0px; visibility:hidden; width:10px; }219 display: inline;
136.divide-showcase { display:inline; border:0px solid; clear:both; font-size:0px; height:1px; margin:-1px 0px 25px; visibility:hidden; }220 float: left;
137221 width: 620px;
138#blog-posts { display:inline; float:left; margin:5px 10px; padding:10px; width:600px; }222}
139.blog-post { clear:both; margin-bottom:10px; padding-bottom:10px;}223
140.post-figure { display:inline; float:right; margin:10px 0px 10px 10px; padding:0px; position:relative; width:260px;}224.main-nav-item {
141.post-img { display:block; margin:0px; padding:0px; position:relative; width:260px;}225 margin: 5px 10px;
142.post-img-caption { position:absolute; bottom:0px; left:0px; padding:10px; width:240px;}226 padding: 10px;
143.comments-count { clear:both; display:block; font-style:italic; color:#999; text-align:right; }227}
144228
145229.main-nav-item, .main-nav-item:visited {
146#blog-aside { display:inline; float:left; margin:5px 10px; padding:0px; width:300px; }230 display: inline;
147.widgets-aside { display:inline; float:left; margin:5px 0px 15px; padding:10px; width:280px; }231 border-right: 1px solid #EF7149;
148232 border-bottom: 0;
149.pagination { clear:both; text-align:center; }233 border-top: 0;
150234 color: #fff;
151235 float: left;
152.footer-content { display:inline; float:left; margin:5px 10px; padding:10px; width:120px; }236 height: 70px;
153.foot-note { clear:both; margin:15px 10px 0px; padding:10px; width:920px; }237 line-height: 70px;
154238 margin: 0px;
155.plugin { margin: 0 -10px; padding:0px; position:relative; width:980px; }239 padding: 0 15px;
156/*- Decoration240 text-shadow: 1px 1px 1px #333;
157-------------------------------------------------------------------------------------------------------- */241}
158242
159body { background:url("../images/dotted.png") repeat scroll 0 0 #FFFFFF; color:#333333; }243.main-nav-item.current, .main-nav-item:hover, .main-nav-item:active, .main-nav-item:focus {
160#page-header { background:url("../images/header.png") repeat-x scroll 0 0 #DD4814; height:70px; }244 background: url(../images/mainnav.png) 0 0 repeat
161#page-header .container { background:url("../images/header.png") repeat-x scroll 0 0 #DD4814; }245}
162#top-logo { color:#fff; line-height:1.5em; text-align:right; }246
163#the-logo { padding-left:4px; }247#top-logo {
164#loco { display:inline; clear:both; float:right;}248 display: inline;
165249 float: right;
166250 margin: 5px 10px 5px 0px;
167251 padding: 10px 10px 0px 0px;
168#main-nav { border-left: 1px solid #EF7149; z-index:10;}252 width: 280px;
169.main-nav-item,253}
170.main-nav-item:visited { display:inline; border-right: 1px solid #EF7149; border-bottom: 0; border-top: 0; color: #fff; float: left; height: 70px; line-height: 70px; margin:0px; padding: 0 15px; text-shadow: 1px 1px 1px #333; }254
171.main-nav-item.current,255#the-logo {
172.main-nav-item:hover,256 display: inline;
173.main-nav-item:active,257 float: right;
174.main-nav-item:focus { background: url(../images/mainnav.png) 0 0 repeat; }258}
175259
176#page-related { background-color:#FFFFFF;}260#page-related {
177#sub-nav-container { background-color:#F7F7F7; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; padding-bottom:0px;}261 background-image: none;
178#sub-nav { margin-bottom:0px; padding-bottom:0px;}262 margin: 0 auto;
179.sub-nav-item,263 padding: 0 10px 10px;
180.sub-nav-item:visited { display:inline; color:#333; float: left; line-height:40px; margin:0px; padding: 0 15px 0px; }264 position: relative;
181.sub-nav-item.current,265 width: 960px;
182.sub-nav-item:hover,266}
183.sub-nav-item:active,267
184.sub-nav-item:focus { background-color:#efefef; color:#DD4814; }268#sub-nav-container {
185269 margin: 0 10px 0px;
186270 padding-bottom: 0px;
187.login-label { height:16px; margin:7px 0px 7px 9px; padding:3px; }271 width: 940px;
188#username,272}
189#password { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 0px 7px 9px; padding:3px; width:110px; }273
190#login { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:24px; margin:7px 9px 7px 0px ; padding:2px;}274#sub-nav {
191#login:hover { background-color:#f7f7f7; border: 1px solid #DD4814;}275 display: inline float:left;
192#join,276 margin-bottom: 0px;
193#join:visited { color:#333; }277 padding: 0px 10px 0px;
194#join:hover,278 padding-bottom: 0px;
195#join:active,279}
196#join:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }280
197281.sub-nav-item {
198#pop-up-text { font-weight:bold; line-height:20px; padding:0px 5px; }282 margin: 5px 10px;
199#searchbox { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 3px 7px 9px; padding:3px; width:180px;}283 margin-bottom: 0 padding-right:10px;
200#searchbox:focus { background-color:#fff; border: 1px solid #DD4814; }284}
201#go-search { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:24px; margin:7px 0 7px 0px ; padding:2px;}285
202#go-search:hover { background-color:#f7f7f7; border: 1px solid #DD4814;}286.sub-nav-item, .sub-nav-item:visited {
203#more-search,287 display: inline;
204#more-search:visited { background-color:#f0f0f0; border: 1px solid #CCCCCC; color:#333; height:16px; margin:7px 7px 7px 0px; padding:2px 3px; }288 color: #333;
205#more-search:hover,289 float: left;
206#more-search:active,290 line-height: 40px;
207#more-search:focus { background-color:#f7f7f7; border: 1px solid #DD4814; color:#DD4814; text-shadow: 1px 1px 2px #999; }291 margin: 0px;
208292 padding: 0 15px 0px;
209293}
210294
211295.sub-nav-item.current, .sub-nav-item:hover, .sub-nav-item:active, .sub-nav-item:focus {
212.showcase-caption { background-color:#000; background-color:rgba(0,0,0,0.4); color: #fff;296 background-color: #efefef;
213 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000'); /* IE6,IE7 */297 color: #DD4814;
214 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')"; /* IE8 */ }298}
215299
216300#pop-up-container {
217#showcase-nav { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; height:40px; }301 display: inline float:left;
218.showcase-nav-item,302 padding: 10px;
219.showcase-nav-item:visited { display:inline; color:#333; float: left; line-height:40px; margin:0 1px; padding: 0 15px; }303}
220.showcase-nav-item:hover,304
221.showcase-nav-item:active,305#pop-up-text {
222.showcase-nav-item:focus { border:1px solid #ddd; border-top:0px solid; border-bottom:0px solid; background-color:#efefef; color:#DD4814; margin:0; }306 display: inline float:left
223307}
224308
225309#login-container {
226#main-section .container { background-color:#fff; background-image:none; padding:0px 10px 10px; position:relative; width:960px;}310 display: inline float:left;
227311 width: 620px;
228312}
229313
230.alone,314#searchbox-container {
231.leading,315 display: inline float:right;
232.aggregator { display:inline; background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; float:left; }316 margin: 0px 10px 5px 0px;
233317 padding: 0 0 0 10px;
234.aggregator { margin:5px 10px;}318 width: 300px;
235.aggregator .first { margin-left:0px;}319}
236.aggregator .last { margin-right:0px;}320
237321.showcase-item {
238.post-header { border-bottom:1px dotted #333333; margin-bottom:10px; padding-bottom:5px; }322 display: inline;
239.post-meta { color:#999; font-size:0.85em; font-style:italic; }323 float: left;
240.post-title-link,324 margin: 5px 10px;
241.post-title-link:visited { color:#333; }325 padding: 10px;
242.post-title-link:hover,326 width: 280px;
243.post-title-link:active,327}
244.post-title-link:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }328
245329.showcase-heading {
246.post-img-caption { background-color:#000; background-color:rgba(0,0,0,0.4); color: #fff;330 margin: 5px 0px 10px;
247 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000'); /* IE6,IE7 */331 width: 280px;
248 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')"; /* IE8 */ }332}
249.pagination { border-top:1px solid #333; color: #fff; margin-top:15px; padding-top:15px; }333
250.pagination-item { border-bottom:1px solid #333; color:#333; margin-right:5px; padding:2px 6px; }334.showcase-subheading {
251.pagination-item:hover { border-bottom:1px solid #DD4814; background-color:#f7f7f7; color:#DD4814;}335 margin: 5px 0px 10px;
252.pagination-item.current { background-color:#f7f7f7; border-bottom:1px solid #333; color:#333; font-weight:bold; }336 width: 280px;
253337}
254.widgets-aside { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; }338
255.widget-links { list-style:none; list-style-position:outside; }339.showcase-text {
256.a-item { display:block; margin-top:3px; }340 margin: 5px 0px 10px;
257.side-link,341 width: 280px;
258.side-link:visited { color: #333333; display:block; padding-right:3px; }342}
259.side-link:hover,343
260.side-link:active,344.showcase-figure {
261.side-link:focus { background-color: #fff; border-right:3px solid #DD4814; color:#DD4814; text-decoration:none; }345 display: inline;
262346 float: left;
263#login-widget { text-align:center;}347 margin: 5px 10px;
264348 padding: 10px;
265349 position: relative;
266350 width: 600px;
267351}
268#page-footer { background:url("../images/footer.png") repeat-x scroll 0 0 #EEECEA; }352
269#page-footer .container { background:url("../images/footer.png") repeat-x scroll 0 0 #EEECEA; padding:0px 10px; width:960px; }353.showcase-img {
270#page-footer .container div.copyright {354 display: block;
271 font-size: 10px;355 margin: 0px;
272 line-height: 14px;356 padding: 0px;
273 color: #aea79f;357 position: relative;
274}358 width: 600px;
275.footer-content dd { margin-bottom:15px;}359}
276.footer-links { list-style:none; text-indent:0px; list-style-position:outside; }360
277.footer-item { border-bottom:1px dotted #333; display:block; margin-top:3px; }361.showcase-caption {
278.foot-note { color:#999; font-style:italic;}362 position: absolute;
279363 bottom: 0px;
280.footer-link,364 left: 0px;
281.footer-link:visited { color: #333333;}365 margin: 0px 10px 10px;
282.footer-link:hover,366 padding: 10px;
283.footer-link:active,367 width: 580px;
284.footer-link:focus { color:#DD4814; text-decoration:underline; }368}
285369
286.footer-link-main,370#showcase-nav {
287.footer-link-main:visited { }371 clear: both;
288.footer-link-main:hover,372 margin: 5px 10px;
289.footer-link-main:active,373 padding: 0px 10px;
290.footer-link-main:focus { color:#DD4814; text-decoration:underline; }374 width: 920px;
291375}
292376
293377.showcase-nav-item {
294/*- Forum Decoration [Demo]378 padding-right: 10px
295-------------------------------------------------------------------------------------------------------- */379}
296380
297.forum-title { background-color:#efefef; margin:10px 0px; padding:20px;}381.showcase-nav-item, .showcase-nav-item:visited {
298382 display: inline;
299.forum-item { border-top:1px dotted #999; }383 color: #333;
300.cat-title,384 float: left;
301.sub-sections { font-size:0.75em; /* 16x0.75 =12 */ }385 line-height: 40px;
302386 margin: 0 1px;
303.latest,387 padding: 0 15px;
304.post-count { font-size:0.75em; /* 16x0.75 =12 */ line-height:1.2em; }388}
305389
306390.showcase-nav-item:hover, .showcase-nav-item:active, .showcase-nav-item:focus {
307.cat-title,391 border: 1px solid #ddd;
308.post-count,392 border-top: 0px solid;
309.latest { padding:10px; vertical-align:middle; }393 border-bottom: 0px solid;
310394 background-color: #efefef;
311395 color: #DD4814;
312.forum-title-link,396 margin: 0;
313.forum-title-link:visited { color:#333; }397}
314.forum-title-link:hover,398
315.forum-title-link:active,399.main-content {
316.forum-title-link:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }400 display: inline;
317401 clear: both;
318.status { background-color:#efefef; padding:10px 5px; vertical-align:middle; width:30px; }402 float: left;
319.latest { width:180px; }403 margin: 5px 10px;
320.post-count { width:120px; }404 padding: 10px;
321.sub-sections { background-color:#efefef; padding:5px 10px 10px; }405 width: 920px;
322.post-count { background-color:#efefef; }406}
323407
324.count { display:block; font-style:italic; }408.minor-content {
325409 display: inline;
326/* KuZeKo web@kuzeko.com410 float: left;
411 margin: 5px 10px;
412 padding: 10px;
413 width: 440px;
414}
415
416.side-content {
417 display: inline;
418 float: left;
419 margin: 5px 10px;
420 padding: 10px;
421 width: 280px;
422}
423
424.sub-content {
425 display: inline;
426 float: left;
427 margin: 5px 10px;
428 padding: 10px;
429 width: 120px;
430}
431
432p {
433 padding: 5px 0px 10px
434}
435
436.divide {
437 display: inline;
438 border: 0px solid;
439 clear: both;
440 font-size: 0px;
441 height: 1px;
442 margin: -1px 0px 0px;
443 visibility: hidden;
444 width: 10px;
445}
446
447.divide-showcase {
448 display: inline;
449 border: 0px solid;
450 clear: both;
451 font-size: 0px;
452 height: 1px;
453 margin: -1px 0px 25px;
454 visibility: hidden;
455}
456
457#blog-posts {
458 display: inline;
459 float: left;
460 margin: 5px 10px;
461 padding: 10px;
462 width: 600px;
463}
464
465.blog-post {
466 clear: both;
467 margin-bottom: 10px;
468 padding-bottom: 10px;
469}
470
471.post-figure {
472 display: inline;
473 float: right;
474 margin: 10px 0px 10px 10px;
475 padding: 0px;
476 position: relative;
477 width: 260px;
478}
479
480.post-img {
481 display: block;
482 margin: 0px;
483 padding: 0px;
484 position: relative;
485 width: 260px;
486}
487
488.post-img-caption {
489 position: absolute;
490 bottom: 0px;
491 left: 0px;
492 padding: 10px;
493 width: 240px;
494}
495
496.comments-count {
497 clear: both;
498 display: block;
499 font-style: italic;
500 color: #999;
501 text-align: right;
502}
503
504#blog-aside {
505 display: inline;
506 float: left;
507 margin: 5px 10px;
508 padding: 0px;
509 width: 300px;
510}
511
512.widgets-aside {
513 display: inline;
514 float: left;
515 margin: 5px 0px 15px;
516 padding: 10px;
517 width: 280px;
518}
519
520.pagination {
521 clear: both;
522 text-align: center;
523}
524
525.footer-content {
526 display: inline;
527 float: left;
528 margin: 5px 10px;
529 padding: 10px;
530 width: 120px;
531}
532
533 .footer-content dd {
534 margin-bottom: 15px
535 }
536
537.foot-note {
538 clear: both;
539 margin: 15px 10px 0px;
540 padding: 10px;
541 width: 920px;
542}
543
544.plugin {
545 margin: 0 -10px;
546 padding: 0px;
547 position: relative;
548 width: 980px;
549}
550
551/* - Decoration
552--------------------------------------------------------------------------------------------------------
553*/
554
555body {
556 background: url("../images/dotted.png") repeat scroll 0 0 #FFFFFF;
557 color: #333333;
558}
559
560#page-header {
561 background: url("../images/header.png") repeat-x scroll 0 0 #DD4814;
562 height: 70px;
563}
564
565 #page-header .container {
566 background: url("../images/header.png") repeat-x scroll 0 0 #DD4814
567 }
568
569#top-logo {
570 color: #fff;
571 line-height: 1.5em;
572 text-align: right;
573}
574
575#the-logo {
576 padding-left: 4px
577}
578
579#loco {
580 display: inline;
581 clear: both;
582 float: right;
583}
584
585#main-nav {
586 border-left: 1px solid #EF7149;
587 z-index: 10;
588}
589
590#page-related {
591 background-color: #FFFFFF
592}
593
594#sub-nav-container {
595 background-color: #F7F7F7;
596 border-bottom-left-radius: 8px;
597 border-bottom-right-radius: 8px;
598 padding-bottom: 0px;
599}
600
601#sub-nav {
602 margin-bottom: 0px;
603 padding-bottom: 0px;
604}
605
606.login-label {
607 height: 16px;
608 margin: 7px 0px 7px 9px;
609 padding: 3px;
610}
611
612#username, #password {
613 background-color: #f0f0f0;
614 border: 1px solid #CCCCCC;
615 height: 16px;
616 margin: 7px 0px 7px 9px;
617 padding: 3px;
618 width: 110px;
619}
620
621#login {
622 background-color: #f0f0f0;
623 border: 1px solid #CCCCCC;
624 height: 24px;
625 margin: 7px 9px 7px 0px;
626 padding: 2px;
627}
628
629#login:hover {
630 background-color: #f7f7f7;
631 border: 1px solid #DD4814;
632}
633
634#join:hover, #join:active, #join:focus {
635 color: #DD4814;
636 text-shadow: 1px 1px 2px #999;
637}
638
639#join, #join:visited {
640 color: #333
641}
642
643#pop-up-text {
644 font-weight: bold;
645 line-height: 20px;
646 padding: 0px 5px;
647}
648
649#searchbox {
650 background-color: #f0f0f0;
651 border: 1px solid #CCCCCC;
652 height: 16px;
653 margin: 7px 3px 7px 9px;
654 padding: 3px;
655 width: 180px;
656}
657
658#searchbox:focus {
659 background-color: #fff;
660 border: 1px solid #DD4814;
661}
662
663#go-search {
664 background-color: #f0f0f0;
665 border: 1px solid #CCCCCC;
666 height: 24px;
667 margin: 7px 0 7px 0px;
668 padding: 2px;
669}
670
671#go-search:hover {
672 background-color: #f7f7f7;
673 border: 1px solid #DD4814;
674}
675
676#more-search:hover, #more-search:active, #more-search:focus {
677 background-color: #f7f7f7;
678 border: 1px solid #DD4814;
679 color: #DD4814;
680 text-shadow: 1px 1px 2px #999;
681}
682
683#more-search, #more-search:visited {
684 background-color: #f0f0f0;
685 border: 1px solid #CCCCCC;
686 color: #333;
687 height: 16px;
688 margin: 7px 7px 7px 0px;
689 padding: 2px 3px;
690}
691
692.showcase-caption {
693 background-color: #000;
694 background-color: rgba(0,0,0,0.4);
695 color: #fff;
696 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000');
697 /* IE6,IE7 */
698 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')";
699 /* IE8 */
700}
701
702#showcase-nav {
703 background-color: #f7f7f7;
704 border-radius: 8px;
705 box-shadow: 0px 1px 1px #ccc;
706 height: 40px;
707}
708
709#main-section .container {
710 background-color: #fff;
711 background-image: none;
712 padding: 0px 10px 10px;
713 position: relative;
714 width: 960px;
715}
716
717.alone, .leading, .aggregator {
718 display: inline;
719 background-color: #f7f7f7;
720 border-radius: 8px;
721 box-shadow: 0px 1px 1px #ccc;
722 float: left;
723}
724
725 .aggregator .first {
726 margin-left: 0px
727 }
728
729 .aggregator .last {
730 margin-right: 0px
731 }
732
733.aggregator {
734 margin: 5px 10px
735}
736
737.post-header {
738 border-bottom: 1px dotted #333333;
739 margin-bottom: 10px;
740 padding-bottom: 5px;
741}
742
743.post-meta {
744 color: #999;
745 font-size: 0.85em;
746 font-style: italic;
747}
748
749.post-title-link:hover, .post-title-link:active, .post-title-link:focus {
750 color: #DD4814;
751 text-shadow: 1px 1px 2px #999;
752}
753
754.post-title-link, .post-title-link:visited {
755 color: #333
756}
757
758.post-img-caption {
759 background-color: #000;
760 background-color: rgba(0,0,0,0.4);
761 color: #fff;
762 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000');
763 /* IE6,IE7 */
764 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')";
765 /* IE8 */
766}
767
768.pagination {
769 border-top: 1px solid #333;
770 color: #fff;
771 margin-top: 15px;
772 padding-top: 15px;
773}
774
775.pagination-item {
776 border-bottom: 1px solid #333;
777 color: #333;
778 margin-right: 5px;
779 padding: 2px 6px;
780}
781
782.pagination-item:hover {
783 border-bottom: 1px solid #DD4814;
784 background-color: #f7f7f7;
785 color: #DD4814;
786}
787
788.pagination-item.current {
789 background-color: #f7f7f7;
790 border-bottom: 1px solid #333;
791 color: #333;
792 font-weight: bold;
793}
794
795.widgets-aside {
796 background-color: #f7f7f7;
797 border-radius: 8px;
798 box-shadow: 0px 1px 1px #ccc;
799}
800
801.widget-links {
802 list-style: none;
803 list-style-position: outside;
804}
805
806.a-item {
807 display: block;
808 margin-top: 3px;
809}
810
811.side-link:hover, .side-link:active, .side-link:focus {
812 background-color: #fff;
813 border-right: 3px solid #DD4814;
814 color: #DD4814;
815 text-decoration: none;
816}
817
818.side-link, .side-link:visited {
819 color: #333333;
820 display: block;
821 padding-right: 3px;
822}
823
824#login-widget {
825 text-align: center
826}
827
828#page-footer {
829 background: url("../images/footer.png") repeat-x scroll 0 0 #EEECEA
830}
831
832 #page-footer .container {
833 background: url("../images/footer.png") repeat-x scroll 0 0 #EEECEA;
834 padding: 0px 10px;
835 width: 960px;
836 }
837
838 #page-footer .container div.copyright {
839 font-size: 10px;
840 line-height: 14px;
841 color: #aea79f;
842 }
843
844.footer-links {
845 list-style: none;
846 text-indent: 0px;
847 list-style-position: outside;
848}
849
850.footer-item {
851 border-bottom: 1px dotted #333;
852 display: block;
853 margin-top: 3px;
854}
855
856.foot-note {
857 color: #999;
858 font-style: italic;
859}
860
861.footer-link:hover, .footer-link:active, .footer-link:focus {
862 color: #DD4814;
863 text-decoration: underline;
864}
865
866.footer-link, .footer-link:visited {
867 color: #333333
868}
869
870.footer-link-main:hover, .footer-link-main:active, .footer-link-main:focus {
871 color: #DD4814;
872 text-decoration: underline;
873}
874
875.footer-link-main, .footer-link-main:visited {
876
877}
878
879/* - Forum Decoration [Demo]
880--------------------------------------------------------------------------------------------------------
881 */
882
883.forum-title {
884 background-color: #efefef;
885 margin: 10px 0px;
886 padding: 20px;
887}
888
889.forum-item {
890 border-top: 1px dotted #999
891}
892
893.cat-title, .sub-sections {
894 font-size: 0.75em;
895 /* 16x0.75 =12 */
896}
897
898.latest, .post-count {
899 font-size: 0.75em;
900 /* 16x0.75 =12 */ line-height: 1.2em;
901}
902
903.cat-title, .post-count, .latest {
904 padding: 10px;
905 vertical-align: middle;
906}
907
908.forum-title-link:hover, .forum-title-link:active, .forum-title-link:focus {
909 color: #DD4814;
910 text-shadow: 1px 1px 2px #999;
911}
912
913.forum-title-link, .forum-title-link:visited {
914 color: #333
915}
916
917.status {
918 background-color: #efefef;
919 padding: 10px 5px;
920 vertical-align: middle;
921 width: 30px;
922}
923
924.latest {
925 width: 180px
926}
927
928.post-count {
929 width: 120px
930}
931
932.sub-sections {
933 background-color: #efefef;
934 padding: 5px 10px 10px;
935}
936
937.post-count {
938 background-color: #efefef
939}
940
941.count {
942 display: block;
943 font-style: italic;
944}
945
946/** KuZeKo web@kuzeko.com
327-------------------------------------------------------------------------------------------------------- */947-------------------------------------------------------------------------------------------------------- */

Subscribers

People subscribed via source and target branches