Merge lp:~qioeujqioejqioe-deactivatedaccount/ubuntu-nl-artwork/smf-light-theme-min into lp:ubuntu-nl-artwork/website-theme

Proposed by qoiwejqioejqio
Status: Merged
Merged at revision: 5
Proposed branch: lp:~qioeujqioejqioe-deactivatedaccount/ubuntu-nl-artwork/smf-light-theme-min
Merge into: lp:ubuntu-nl-artwork/website-theme
Diff against target: 9829 lines (+4220/-2659)
5 files modified
css/default.css (+1040/-397)
css/ie.css (+748/-297)
css/ie6.css (+766/-299)
css/index.css (+1376/-1376)
css/rtl.css (+290/-290)
To merge this branch: bzr merge lp:~qioeujqioejqioe-deactivatedaccount/ubuntu-nl-artwork/smf-light-theme-min
Reviewer Review Type Date Requested Status
Ronnie (community) Approve
Review via email: mp+40727@code.launchpad.net
To post a comment you must log in.
8. By qoiwejqioejqio

Bugfixing

Revision history for this message
Ronnie (ronnie.vd.c) wrote :

Looks good now

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'css/default.css' (properties changed: -x to +x)
--- css/default.css 2010-11-10 22:12:48 +0000
+++ css/default.css 2010-11-12 14:40:41 +0000
@@ -1,417 +1,1060 @@
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- reset
11/*- reset11--------------------------------------------------------------------------------------------------------
12-------------------------------------------------------------------------------------------------------- */12
13/*
14Reset derived and adapted from13Reset derived and adapted from
15html5doctor.com Reset Stylesheet14html5doctor.com Reset Stylesheet
16v1.4.115v1.4.1
172010-03-01162010-03-01
18Author: Richard Clark - http://richclarkdesign.com17Author: Richard Clark - http://richclarkdesign.com*/
19*/18html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
20html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,19pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
21abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub,20strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
22sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,21legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
23tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header,22dialog, figure, footer, header, hgroup, menu, nav, section, time, mark,
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; }23audio, video {
25:focus /* remember to define focus styles! */ { outline: 0; }24 background:transparent;
26body { line-height:1; }25 border:0;
27article, aside, details, dialog, figure, footer, header, hgroup, nav, section { display:block; }26 font-family:inherit;
28ol, ul { list-style-position: inside; }27 font-weight:inherit;
29nav ul { list-style:none; }28 font-style:inherit;
30blockquote, q { quotes:none; }29 font-size:100%;
31blockquote:before, blockquote:after, q:before, q:after { content:''; }30 outline:0;
32a { cursor:pointer; margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; }31 vertical-align:baseline;
33ins { background-color:#ff9; color:#000; text-decoration:none; }32 margin:0;
34mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }33 padding:0;
35del { text-decoration: line-through; }34}
36abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
37table { border-collapse:collapse; border-spacing:0; }
38hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
39input, select { vertical-align:middle; }
40textarea { overflow:auto;}
41/* ----------------------------------------------------------------------------------------------------- */
4235
36/* remember to define focus styles! */
37:focus {
38 outline:0;
39}
4340
44/*- Typography41/*- Typography
45-------------------------------------------------------------------------------------------------------- */42-------------------------------------------------------------------------------------------------------- */
4643body {
47body { font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif; font-size:100%; line-height:1.5em;}44 font-family:Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
48h1 { font-size:2.25em; /* 16x2.25 =36 */ }45 font-size:100%;
49h2 { font-size:1.5em; /* 16x1.5 =24 */ }46 line-height:1.5em;
50h3 { font-size:1.125em; /* 16x1.125=18 */ }47 background:url("../images/dotted.png") repeat scroll 0 0 #FFF;
51h4 { font-size:1.0em; /* 16x1.0 =16 */ }48 color:#333;
52h5 { font-size:0.875em; /* 16x0.75 =14 */ }49}
53h6 { font-size:0.75em; font-weight:bold; /* 16x0.75 =12 */ }50
54dt { font-size:0.75em; font-weight:bold; /* 16x0.75 =12 */ }51ol, ul {
55p { font-size:0.75em; line-height:1.5em; /* 16x0.75 =12 */ }52 list-style-position:inside;
56li { font-size:0.75em; line-height:1.5em; /* 16x0.75=12 */ }53}
57strong { font-weight:bold;}54
58em { font-style:italic; }55blockquote, q {
59#top-logo { font-size:0.875em; /* 16x0.75 =12 */}56 quotes:none;
60#main-nav { font-size:0.875em; /* 16x0.875=14 */}57}
61#sub-nav { font-size:0.75em; /* 16x0.75 =12 */}58
62.showcase-text { font-size:0.875em; /* 16x0.875=14 */ }59blockquote:before, blockquote:after, q:before, q:after {
63.footer-item { font-size:0.75em; /* 16x0.625=12 */ }60 content:'';
61}
62
63a {
64 cursor:pointer;
65 border:0;
66 font-size:100%;
67 vertical-align:baseline;
68 background:transparent;
69 text-decoration:none;
70 margin:0;
71 padding:0;
72}
73
74ins {
75 background-color:#ff9;
76 color:#000;
77 text-decoration:none;
78}
79
80mark {
81 background-color:#ff9;
82 color:#000;
83 font-style:italic;
84 font-weight:700;
85}
86
87del {
88 text-decoration:line-through;
89}
90
91abbr[title], dfn[title] {
92 border-bottom:1px dotted #000;
93 cursor:help;
94}
95
96table {
97 border-collapse:collapse;
98 border-spacing:0;
99}
100
101hr {
102 display:block;
103 height:1px;
104 border:0;
105 border-top:1px solid #ccc;
106 margin:1em 0;
107 padding:0;
108}
109
110input, select {
111 vertical-align:middle;
112}
113
114textarea {
115 overflow:auto;
116}
117
118h1 {
119 font-size:2.25em;
120}
121
122h2 {
123 font-size:1.5em;
124}
125
126h3 {
127 font-size:1.125em;
128}
129
130p {
131 font-size:0.75em;
132 line-height:1.5em;
133 padding:5px 0 10px;
134}
135
136li {
137 font-size:0.75em;
138 line-height:1.5em;
139}
140
141strong {
142 font-weight:700;
143}
144
145em {
146 font-style:italic;
147}
148
149#top-logo {
150 font-size:0.875em;
151 float:right;
152 width:280px;
153 color:#fff;
154 line-height:1.5em;
155 text-align:right;
156 margin:5px 10px 5px 0;
157 padding:10px 10px 0 0;
158}
159
160#main-nav {
161 font-size:0.875em;
162 float:left;
163 width:620px;
164 border-left:1px solid #EF7149;
165 z-index:10;
166}
167
168#sub-nav {
169 font-size:0.75em;
170 float:left;
171 padding:0 10px;
172}
173
174.showcase-text {
175 font-size:0.875em;
176 width:280px;
177 margin:5px 0 10px;
178}
179
180.footer-item {
181 font-size:0.75em;
182 border-bottom:1px dotted #333;
183 display:block;
184 margin-top:3px;
185}
64186
65/*- Layout187/*- Layout
66-------------------------------------------------------------------------------------------------------- */188-------------------------------------------------------------------------------------------------------- */
67189.container {
68.container { clear:both; margin:0 auto; padding:0; position:relative; width:980px; }190 clear:both;
69191 position:relative;
70#main-nav { float:left; width:620px; }192 width:980px;
71.main-nav-item { margin:5px 10px; padding:10px; }193 margin:0 auto;
72194 padding:0;
73#top-logo { float:right; margin:5px 10px 5px 0px; padding:10px 10px 0px 0px; width:280px; }195}
74#the-logo { float:right; }196
75197.main-nav-item {
76#page-related { background-image:none; margin:0 auto; padding:0 10px 10px; position:relative; width:960px; }198 margin:5px 10px;
77199 padding:10px;
78#sub-nav-container { height:40px; margin:0 10px; width:940px; }200}
79#sub-nav { float:left; padding:0px 10px;}201
80.sub-nav-item { float:left; display:block; }202#the-logo {
81.sub-nav-item-link { display: block; line-height:40px; margin:0px; padding: 0 12px; }203 float:right;
82#pop-up-container { float:left; padding:10px; }204 padding-left:4px;
83#pop-up-text { float:left; }205}
84#login-container { float:left; width:620px;}206
85207#page-related {
86208 background-image:none;
87#searchbox-container { float:right; margin: 0px 10px 5px 0px; padding:0 0 0 10px; width:300px;}209 position:relative;
88.showcase-item { float:left; margin:5px 10px; padding:10px; width:280px;}210 width:960px;
89.showcase-heading { margin:5px 0px 10px; width:280px;}211 background-color:#FFF;
90.showcase-subheading { margin:5px 0px 10px; width:280px;}212 margin:0 auto;
91.showcase-text { margin:5px 0px 10px; width:280px;}213 padding:0 10px 10px;
92.showcase-figure { float:left; margin:5px 10px; padding:10px; position:relative; width:600px;}214}
93.showcase-img { display:block; margin:0px; padding:0px; position:relative; width:600px;}215
94.showcase-caption { position:absolute; bottom:0px; left:0px; margin:0px 10px 10px; padding:10px; width:580px;}216#sub-nav-container {
95#showcase-nav { clear:both; margin:5px 10px; padding:0px 10px; width:920px; }217 height:40px;
96.showcase-nav-item { padding-right:10px;}218 width:940px;
97.main-content { clear:both; float:left; margin:5px 10px; padding:10px; width:920px; }219 background-color:#F7F7F7;
98.minor-content { float:left; margin:5px 10px; padding:10px; width:440px; }220 border-bottom-left-radius:8px;
99.side-content { float:left; margin:5px 10px; padding:10px; width:280px; }221 border-bottom-right-radius:8px;
100.sub-content { float:left; margin:5px 10px; padding:10px; width:120px; }222 margin:0 10px;
101p { padding: 5px 0px 10px; }223}
102224
103.divide { border:0px solid; clear:both; font-size:0px; height:1px; margin:-1px 0px 0px; }225.sub-nav-item {
104.divide-showcase { border:0px solid; clear:both; font-size:0px; height:1px; margin:-1px 0px 25px; }226 float:left;
105227 display:block;
106228}
107229
108#blog-posts,230.sub-nav-item-link {
109#forum-header { float:left; margin:5px 10px; padding:10px; width:600px; }231 display:block;
110.blog-post { clear:both; margin-bottom:10px; padding-bottom:10px;}232 line-height:40px;
111.post-figure { float:right; margin:10px 0px 10px 10px; padding:0px; position:relative; width:260px;}233 margin:0;
112.post-img { display:block; margin:0px; padding:0px; position:relative; width:260px;}234 padding:0 12px;
113.post-img-caption { position:absolute; bottom:0px; left:0px; padding:10px; width:240px;}235}
114.comments-count { clear:both; display:block; font-style:italic; color:#999; text-align:right; }236
115237#pop-up-container {
116238 float:left;
117#forum-aside,239 padding:10px;
118#blog-aside { float:left; margin:5px 10px; padding:0px; width:300px; }240}
119.widgets-aside { float:left; margin:5px 0px 15px; padding:10px; width:280px; }241
120242#pop-up-text {
121.linktree-item { display: inline; }243 float:left;
122244 font-weight:700;
123.pagination { clear:both; text-align:center; }245 line-height:20px;
124246 padding:0 5px;
125.footer-content { float:left; margin:5px 10px; padding:10px; width:120px; }247}
126.foot-note { clear:both; margin:15px 10px 0px; padding:10px; width:920px; }248
127249#login-container {
128250 float:left;
129.plugin { margin: 0 -10px; padding:0px; width:980px; }251 width:620px;
130252}
131/*- Decoration253
132-------------------------------------------------------------------------------------------------------- */254#searchbox-container {
133255 float:right;
134h1,256 width:300px;
135h2,257 margin:0 10px 5px 0;
136h3,258 padding:0 0 0 10px;
137h4,259}
138h5,260
139h6 { color:#DD4814; }261.showcase-figure {
140262 float:left;
141263 position:relative;
142body { background:url("../images/dotted.png") repeat scroll 0 0 #FFFFFF; color:#333333; }264 width:600px;
143#page-header { background:url("../images/header.png") repeat-x scroll 0 0 #DD4814; height:72px; }265 margin:5px 10px;
144#page-header .container { background:url("../images/header.png") repeat-x scroll 0 0 #DD4814; }266 padding:10px;
145#top-logo { color:#fff; line-height:1.5em; text-align:right; }267}
146#the-logo { padding-left:4px; }268
147#loco { clear:both; display:block; float:right;}269.showcase-img {
148270 display:block;
149271 position:relative;
150#main-nav { border-left: 1px solid #EF7149; z-index:10;}272 width:600px;
151.main-nav-item,273 margin:0;
152.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; }274 padding:0;
153.main-nav-item:hover,275}
154.main-nav-item:active,276
155.main-nav-item:focus { background: url(../images/mainnav.png) 0 0 repeat; }277.showcase-caption {
156278 position:absolute;
157#page-related { background-color:#FFFFFF;}279 bottom:0;
158#sub-nav-container { background-color:#F7F7F7; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}280 left:0;
159#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;}281 width:580px;
160282 background-color:rgba(0, 0, 0, 0.4);
161.sub-nav-item,283 color:#fff;
162.sub-nav-item:visited { color:#333; display: block; float: left; }284 margin:0 10px 10px;
163.sub-nav-item-link,285 padding:10px;
164.sub-nav-item-link:visited { color:#333; line-height:40px; margin:0px; padding: 0 12px; }286}
165.sub-nav-item:hover,287
166.sub-nav-item:active,288#showcase-nav {
167.sub-nav-item:focus,289 clear:both;
168.sub-nav-item-link:hover,290 width:920px;
169.sub-nav-item-link:active,291 background-color:#f7f7f7;
170.sub-nav-item-link:focus { background-color:#efefef; color:#DD4814; }292 border-radius:8px;
171293 box-shadow:0 1px 1px #dfdfdf;
172#pop-up-text { font-weight:bold; line-height:20px; padding:0px 5px; }294 height:40px;
173.login-label { height:16px; margin:7px 0px 7px 9px; padding:3px; }295 margin:5px 10px;
174#username,296 padding:0 10px;
175#password { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 0px 7px 9px; padding:3px; width:110px; }297}
176#openid_url { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 0px 7px 9px; padding:3px; width:205px; }298
177#login { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:24px; margin:7px 9px 7px 7px ; padding:2px;}299.showcase-nav-item {
178#login:hover { background-color:#f7f7f7; border: 1px solid #DD4814;}300 padding-right:10px;
179#join,301}
180#join:visited { color:#333; }302
181#join:hover,303.main-content {
182#join:active,304 clear:both;
183#join:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }305 float:left;
184306 width:920px;
185#searchbox { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 0px 7px 9px; padding:3px; width:180px; }307 margin:5px 10px;
186#searchbox:focus { background-color:#f7f7f7; border: 1px solid #DD4814; }308 padding:10px;
187#go-search { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:24px; margin:7px 9px 7px 0px ; padding:2px;}309}
188#go-search:hover { background-color:#f7f7f7; border: 1px solid #DD4814;}310
189#more-search,311.minor-content {
190#more-search:visited { background-color:#f0f0f0; border: 1px solid #CCCCCC; color:#333; height:16px; margin:7px 7px 7px 0px; padding:1px 3px; }312 float:left;
191#more-search:hover,313 width:440px;
192#more-search:active,314 margin:5px 10px;
193#more-search:focus { background-color:#f7f7f7; border: 1px solid #DD4814; color:#DD4814; text-shadow: 1px 1px 2px #999; }315 padding:10px;
194316}
195317
196.showcase-caption { background-color:#000; background-color:rgba(0,0,0,0.4); color: #fff;}318.divide {
197#showcase-nav { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #dfdfdf; height:40px; }319 border:0 solid;
198#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;}320 clear:both;
199.showcase-nav-item,321 font-size:0;
200.showcase-nav-item:visited { color:#333; display: block; float: left; line-height:40px; margin:0 1px; padding: 0 15px; }322 height:1px;
201.showcase-nav-item:hover,323 margin:-1px 0 0;
202.showcase-nav-item:active,324}
203.showcase-nav-item:focus { border:1px solid #ddd; border-top:0px solid; border-bottom:0px solid; background-color:#efefef; color:#DD4814; margin:0; }325
204326.divide-showcase {
205327 border:0 solid;
206328 clear:both;
207329 font-size:0;
208330 height:1px;
209#main-section .container { background-color:#fff; background-image:none; padding:0px 10px 10px; position:relative; width:960px;}331 margin:-1px 0 25px;
210332}
211333
212.alone,334#blog-posts, #forum-header {
213.leading,335 float:left;
214.aggregator { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #dfdfdf; float:left;}336 width:600px;
215.alone,337 margin:5px 10px;
216.leading,338 padding:10px;
217.aggregator /* progressive */ { -webkit-border-radius: 8px; -moz-border-radius: 8px; -moz-box-shadow: 0px 1px 1px #dfdfdf; -webkit-box-shadow: 0px 1px 1px #ccc; }339}
218340
219.aggregator { margin:5px 10px;}341.blog-post {
220.aggregator .first { margin-left:0px;}342 clear:both;
221.aggregator .last { margin-right:0px;}343 margin-bottom:10px;
222344 padding-bottom:10px;
223345}
224.post-header { border-bottom:1px dotted #333333; margin-bottom:10px; padding-bottom:5px; }346
225.post-meta { color:#999; font-size:0.85em; font-style:italic; }347.post-figure {
226.post-title-link,348 float:right;
227.post-title-link:visited { color:#333; }349 position:relative;
228.post-title-link:hover,350 width:260px;
229.post-title-link:active,351 margin:10px 0 10px 10px;
230.post-title-link:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }352 padding:0;
231353}
232.post-img-caption { background-color:#000; background-color:rgba(0,0,0,0.4); color: #fff;}354
233.pagination { border-top:1px solid #333; color: #fff; margin-top:15px; padding-top:15px; }355.post-img {
234.pagination-item { border-bottom:1px solid #333; color:#333; margin-right:5px; padding:2px 6px; }356 display:block;
235.pagination-item:hover { border-bottom:1px solid #DD4814; background-color:#f7f7f7; color:#DD4814;}357 position:relative;
236.pagination-item.current { background-color:#f7f7f7; border-bottom:1px solid #333; color:#333; font-weight:bold; }358 width:260px;
237359 margin:0;
238.widgets-aside { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #dfdfdf; }360 padding:0;
239.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; }361}
240.widget-links { list-style:none; }362
241.a-item { display:block; margin-top:3px; }363.post-img-caption {
242.side-link,364 position:absolute;
243.side-link:visited { color: #333333; display:block; padding-right:3px; }365 bottom:0;
244.side-link:hover,366 left:0;
245.side-link:active,367 width:240px;
246.side-link:focus { background-color: #fff; border-right:3px solid #DD4814; color:#DD4814; text-decoration:none; }368 background-color:rgba(0, 0, 0, 0.4);
247369 color:#fff;
248370 padding:10px;
249#login-widget { text-align:center;}371}
250372
251#page-footer { background:url("../images/footer.png") repeat-x scroll 0 0 #EEECEA; }373.comments-count {
252#page-footer .container { background:url("../images/footer.png") repeat-x scroll 0 0 #EEECEA; padding:0px 10px; width:960px; }374 clear:both;
253.footer-content dd { margin-bottom:15px;}375 display:block;
254.footer-links { list-style:none; }376 font-style:italic;
255.footer-item { border-bottom:1px dotted #333; display:block; margin-top:3px; }377 color:#999;
256.foot-note { color:#999; font-style:italic;}378 text-align:right;
257379}
258.footer-link,380
259.footer-link:visited { color: #333333;}381#forum-aside, #blog-aside {
260.footer-link:hover,382 float:left;
261.footer-link:active,383 width:300px;
262.footer-link:focus { color:#DD4814; text-decoration:underline; }384 margin:5px 10px;
263385 padding:0;
264.footer-link-main,386}
265.footer-link-main:visited { }387
266.footer-link-main:hover,388.widgets-aside {
267.footer-link-main:active,389 float:left;
268.footer-link-main:focus { color:#DD4814; text-decoration:underline; }390 width:280px;
269391 background-color:#f7f7f7;
270392 border-radius:8px;
271393 box-shadow:0 1px 1px #dfdfdf;
272394 margin:5px 0 15px;
273395 padding:10px;
274396}
275397
276/*- Forum Decoration [Demo]398.pagination {
277-------------------------------------------------------------------------------------------------------- */399 clear:both;
278400 text-align:center;
279.align_right { float: right; }401 border-top:1px solid #333;
280.align_left { float: left; }402 color:#fff;
281403 margin-top:15px;
282/* TODO: fix this, and make a general forum header */404 padding-top:15px;
283h5 { font-size: 0.75em; background-color: #DD4814; color: #fff; padding: 0px 12px; }405}
284406
285#linktree { margin: 0 12px 12px; }407.foot-note {
286.linktree-link,408 clear:both;
287.linktree-link:visited { color: #DD4814; }409 width:920px;
288410 color:#999;
289.main-content a { color: #DD4814; }411 font-style:italic;
290412 margin:15px 10px 0;
291.forum-title { text-align: center; margin-bottom: 24px; }413 padding:10px;
292414}
293.forum-news { color: #333; font-size:0.9em; line-height: 1.2em; }415
294.forum-news-header { color: #333; font-weight:bold; }416.plugin {
295.forum-news-content { color: #333; margin-left: 24px; }417 width:980px;
296.forum-news-content a { color: #333; }418 margin:0 -10px;
297.forum-news-content a:hover { color: #DD4814; }419 padding:0;
298420}
299.table_list { width: 100%; }421
300.table_list a { color: #DD4814; }422#page-header {
301.table_list a:hover { text-shadow: 1px 1px 2px #ccc; }423 background:url("../images/header.png") repeat-x scroll 0 0 #DD4814;
302424 height:72px;
303.smf-header-divide { -moz-box-shadow: 0px 2px 2px #dfdfdf; -webkit-box-shadow: 0px 1px 1px #ccc; }425}
304426
305.table_grid thead { background-color: #F7F7F7; -webkit-border-radius: 8px; -moz-border-radius: 8px; -moz-box-shadow: 0px 1px 1px #dfdfdf; -webkit-box-shadow: 0px 1px 1px #ccc; }427#page-header .container {
306428 background:url("../images/header.png") repeat-x scroll 0 0 #DD4814;
307.forum_stat_item { display: inline-block; width: 455px; vertical-align: top; margin: 5px 0; }429}
308430
309.smf-cat-group { clear:both; float:left; margin:5px 10px; width:940px; }431#loco {
310.smf-cat { background-color:#F7F7F7; margin-bottom: 12px; border: 1px solid #DD4814; }432 clear:both;
311.smf-cat-header { font-size: 0.75em; background-color: #DD4814; color: #fff; padding: 0px 12px; }433 display:block;
312.smf-cat-header a { color: #fff; font-weight: bold; }434 float:right;
313.unreadlink { float: right; margin-right: 12px; font-size: 0.75em; }435}
314.smf-cat-title { padding-left: 12px; }436
315.smf-cat-content { padding: 5px 15px 10px; }437.main-nav-item, .main-nav-item:visited {
316438 border-right:1px solid #EF7149;
317.smf-board { display: inline-block; position: relative; margin-bottom: 0px; line-height: 1em; font-size: 0.75em; width: 300px; margin: 6px 0; }439 border-bottom:0;
318.smf-board-img { width: 20px; height: 20px; }440 border-top:0;
319.smf-board img { width: 20px; height: 20px; }441 color:#fff;
320.smf-board-info { display: inline-block; margin-left: 8px; }442 display:block;
321.smf-board-content { height: 60px; margin-top: 0px; }443 float:left;
322.smf-board-marker { width: 30px; background-color: #F7F7F7; padding: 3px 1px; }444 height:70px;
323.smf-new { background-color: #DD4814; }445 line-height:70px;
324a.smf-board-subject { padding-bottom: 2px; color: #333; font-size: 14px; }446 text-shadow:1px 1px 1px #333;
325.smf-board-desc { display: none; position: relative; background-color: #F7F7F7; padding-right: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; }447 margin:0;
326.smf-board-desc:hover { z-index: 1000; }448 padding:0 15px;
327.smf-board-last-post { padding: 2px 0 2px; }449}
328.smf-board-last-post a { color: #DD4814; }450
329.smf-board-last-post-link { padding: 0px 3px; font-size: 1.3em; line-height: 25.5px; height: 25.5px; }451.main-nav-item:hover, .main-nav-item:active, .main-nav-item:focus {
330.children { padding-left: 31px; }452 background:url(../images/mainnav.png) 0 0 repeat;
331453}
332.reset { float: left; }454
333.reset li { margin-right: 10px; }455#sub-nav-container /* progressive */
334.mark_read { float: right; margin: 5px 10px; padding: 10px 0; }456 {
335.pagelinks { float: left; font-size: 0.75em; }457 -webkit-border-bottom-left-radius:8px;
336458 -webkit-border-bottom-right-radius:8px;
337459 -moz-border-radius-bottomleft:8px;
338.table_grid thead a { font-size: 0.75em; color: #DD4814; }460 -moz-border-radius-bottomright:8px;
339.table_grid { font-size: 0.75em; }461 -webkit-box-shadow:0 1px 1px #ccc;
340462 -moz-box-shadow:0 1px 1px #DFDFDF;
341p.inline { display: inline; }463}
342464
343.subject-title { font-size: 1.2em; }465.sub-nav-item, .sub-nav-item:visited {
466 color:#333;
467 display:block;
468 float:left;
469}
470
471.sub-nav-item-link, .sub-nav-item-link:visited {
472 color:#333;
473 line-height:40px;
474 margin:0;
475 padding:0 12px;
476}
477
478.login-label {
479 height:16px;
480 margin:7px 0 7px 9px;
481 padding:3px;
482}
483
484#username, #password {
485 background-color:#f0f0f0;
486 border:1px solid #CCC;
487 height:16px;
488 width:110px;
489 margin:7px 0 7px 9px;
490 padding:3px;
491}
492
493#openid_url {
494 background-color:#f0f0f0;
495 border:1px solid #CCC;
496 height:16px;
497 width:205px;
498 margin:7px 0 7px 9px;
499 padding:3px;
500}
501
502#login {
503 background-color:#f0f0f0;
504 border:1px solid #CCC;
505 height:24px;
506 margin:7px 9px 7px 7px;
507 padding:2px;
508}
509
510#searchbox {
511 background-color:#f0f0f0;
512 border:1px solid #CCC;
513 height:16px;
514 width:180px;
515 margin:7px 0 7px 9px;
516 padding:3px;
517}
518
519#go-search {
520 background-color:#f0f0f0;
521 border:1px solid #CCC;
522 height:24px;
523 margin:7px 9px 7px 0;
524 padding:2px;
525}
526
527#more-search, #more-search:visited {
528 background-color:#f0f0f0;
529 border:1px solid #CCC;
530 color:#333;
531 height:16px;
532 margin:7px 7px 7px 0;
533 padding:1px 3px;
534}
535
536#more-search:hover, #more-search:active, #more-search:focus {
537 background-color:#f7f7f7;
538 border:1px solid #DD4814;
539 color:#DD4814;
540 text-shadow:1px 1px 2px #999;
541}
542
543.showcase-nav-item, .showcase-nav-item:visited {
544 color:#333;
545 display:block;
546 float:left;
547 line-height:40px;
548 margin:0 1px;
549 padding:0 15px;
550}
551
552.showcase-nav-item:hover, .showcase-nav-item:active, .showcase-nav-item:focus {
553 border:1px solid #ddd;
554 border-top:0 solid;
555 border-bottom:0 solid;
556 background-color:#efefef;
557 color:#DD4814;
558 margin:0;
559}
560
561#main-section .container {
562 background-color:#fff;
563 background-image:none;
564 position:relative;
565 width:960px;
566 padding:0 10px 10px;
567}
568
569.alone, .leading, .aggregator {
570 background-color:#f7f7f7;
571 border-radius:8px;
572 box-shadow:0 1px 1px #dfdfdf;
573 float:left;
574}
575
576.aggregator {
577 margin:5px 10px;
578}
579
580.aggregator .first {
581 margin-left:0;
582}
583
584.aggregator .last {
585 margin-right:0;
586}
587
588.post-header {
589 border-bottom:1px dotted #333;
590 margin-bottom:10px;
591 padding-bottom:5px;
592}
593
594.post-meta {
595 color:#999;
596 font-size:0.85em;
597 font-style:italic;
598}
599
600.pagination-item {
601 border-bottom:1px solid #333;
602 color:#333;
603 margin-right:5px;
604 padding:2px 6px;
605}
606
607.pagination-item:hover {
608 border-bottom:1px solid #DD4814;
609 background-color:#f7f7f7;
610 color:#DD4814;
611}
612
613.pagination-item.current {
614 background-color:#f7f7f7;
615 border-bottom:1px solid #333;
616 color:#333;
617 font-weight:700;
618}
619
620.a-item {
621 display:block;
622 margin-top:3px;
623}
624
625.side-link, .side-link:visited {
626 color:#333;
627 display:block;
628 padding-right:3px;
629}
630
631.side-link:hover, .side-link:active, .side-link:focus {
632 background-color:#fff;
633 border-right:3px solid #DD4814;
634 color:#DD4814;
635 text-decoration:none;
636}
637
638#login-widget {
639 text-align:center;
640}
641
642#page-footer {
643 background:url("../images/footer.png") repeat-x scroll 0 0 #EEECEA;
644}
645
646#page-footer .container {
647 background:url("../images/footer.png") repeat-x scroll 0 0 #EEECEA;
648 width:960px;
649 padding:0 10px;
650}
651
652.footer-content dd {
653 margin-bottom:15px;
654}
655
656/*- Forum Decoration [Demo]-------------------------------------------------------------------------------------------------------- */
657.align_right {
658 float:right;
659}
660
661#linktree {
662 margin:0 12px 12px;
663}
664
665.forum-title {
666 text-align:center;
667 margin-bottom:24px;
668}
669
670.forum-news {
671 color:#333;
672 font-size:0.9em;
673 line-height:1.2em;
674}
675
676.forum-news-header {
677 color:#333;
678 font-weight:700;
679}
680
681.forum-news-content {
682 color:#333;
683 margin-left:24px;
684}
685
686.table_list {
687 width:100%;
688}
689
690.table_list a:hover {
691 text-shadow:1px 1px 2px #ccc;
692}
693
694.smf-header-divide {
695 -moz-box-shadow:0 2px 2px #dfdfdf;
696 -webkit-box-shadow:0 1px 1px #ccc;
697}
698
699.forum_stat_item {
700 display:inline-block;
701 width:455px;
702 vertical-align:top;
703 margin:5px 0;
704}
705
706.smf-cat {
707 background-color:#F7F7F7;
708 margin-bottom:12px;
709 border:1px solid #DD4814;
710}
711
712.smf-cat-header a {
713 color:#fff;
714 font-weight:700;
715}
716
717.unreadlink {
718 float:right;
719 margin-right:12px;
720 font-size:0.75em;
721}
722
723.smf-cat-title {
724 padding-left:12px;
725}
726
727.smf-cat-content {
728 padding:5px 15px 10px;
729}
730
731.smf-board {
732 display:inline-block;
733 position:relative;
734 line-height:1em;
735 font-size:0.75em;
736 width:300px;
737 margin:6px 0;
738}
739
740.smf-board-info {
741 display:inline-block;
742 margin-left:8px;
743}
744
745.smf-board-content {
746 height:60px;
747 margin-top:0;
748}
749
750.smf-board-marker {
751 width:30px;
752 background-color:#F7F7F7;
753 padding:3px 1px;
754}
755
756.smf-new {
757 background-color:#DD4814;
758}
759
760a.smf-board-subject {
761 padding-bottom:2px;
762 color:#333;
763 font-size:14px;
764}
765
766.smf-board-desc {
767 display:none;
768 position:relative;
769 background-color:#F7F7F7;
770 padding-right:10px;
771 white-space:nowrap;
772 overflow:hidden;
773 text-overflow:ellipsis;
774 -o-text-overflow:ellipsis;
775}
776
777.smf-board-desc:hover {
778 z-index:1000;
779}
780
781.smf-board-last-post {
782 padding:2px 0;
783}
784
785.smf-board-last-post-link {
786 font-size:1.3em;
787 line-height:25.5px;
788 height:25.5px;
789 padding:0 3px;
790}
791
792.children {
793 padding-left:31px;
794}
795
796.reset li {
797 margin-right:10px;
798}
799
800.mark_read {
801 float:right;
802 margin:5px 10px;
803 padding:10px 0;
804}
805
806.pagelinks {
807 float:left;
808 font-size:0.75em;
809}
810
811.table_grid thead a {
812 font-size:0.75em;
813 color:#DD4814;
814}
815
816.table_grid {
817 font-size:0.75em;
818}
819
820.subject-title {
821 font-size:1.2em;
822}
344823
345/* Display.template */824/* Display.template */
346.poster { width: 150px; float: left; }825.poster {
347.postarea { width: 770px; float: right; }826 width:150px;
348.postheader { margin-left: -10px; margin-top: -10px; height: 32px; border-bottom: 1px dashed #fff; }827 float:left;
349.messageicon { float: left; width: 20px; background-color: #DD4814; padding: 3px 3px 0px 3px; -webkit-border-radius: 8px; -moz-border-radius-topleft: 8px; -moz-border-radius-bottomright: 8px;}828}
350.messagetitle { float: left; margin: 0 10px; padding: 5px 0 3px; }829
351.messagetime { float: right; padding: 5px 0 3px; }830.postarea {
352.moderatorbar { float: right; clear: both; }831 width:770px;
353.poster li,832 float:right;
354.postarea li { list-style: none; }833}
355.postarea li,834
356.profile li { display: inline; }835.postheader {
357836 margin-left:-10px;
837 margin-top:-10px;
838 height:32px;
839 border-bottom:1px dashed #fff;
840}
841
842.messageicon {
843 float:left;
844 width:20px;
845 background-color:#DD4814;
846 -webkit-border-radius:8px;
847 -moz-border-radius-topleft:8px;
848 -moz-border-radius-bottomright:8px;
849 padding:3px 3px 0;
850}
851
852.messagetitle {
853 float:left;
854 margin:0 10px;
855 padding:5px 0 3px;
856}
857
858.messagetime {
859 float:right;
860 padding:5px 0 3px;
861}
862
863.moderatorbar {
864 float:right;
865 clear:both;
866}
358867
359/* Total width should be 960px */868/* Total width should be 960px */
360.icon { vertical-align: bottom; }869.icon {
361.info { width: 550px; }870 vertical-align:bottom;
362.stats { width: 80px; }871}
363.lastpost { width: 275px; text-align: right; }872
364873.info {
365.icon a img { margin-top: 5px; }874 width:550px;
366//.info a { color: #333; font-weight: bold; font-size: 14px; }875}
367876
368877.stats {
369#posting_icons li { display: inline-block; }878 width:80px;
370879}
371//.catbg a { color: #DD4814; }880
372//smf-board-content { margin-top: 5px; }881.lastpost {
373882 width:275px;
374.login-register a { color: #333; }883 text-align:right;
375.login-register a:hover { color: #DD4814; }884}
376885
377.forum-title-link,886/*.info a {
378.forum-title-link:visited { color:#333; }887 color:#333;
379.forum-title-link:hover,888 font-weight:700;
380.forum-title-link:active,889 font-size:14px;
381.forum-title-link:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }890}*/
382891
383.pagesection { clear:both; float:left; margin:5px 10px; width: 940px; }892/* The drop menu (need to spread across the proper CSS sections (font, position, decoration) */
384893.dropmenu {
385/* The drop menu (need to spread across the proper CSS sections (font, position, decoration) */894 font-size:.75em;
386.dropmenu { font-size: .75em; }895}
387.dropmenu li { font-size: 1em; }896
388897#admin_menu, #admin_content {
389#admin_menu,898 padding:0 10px 10px;
390#admin_content { padding: 0 10px 10px; }899}
391.buttonlist,900
392.dropmenu { position: relative; padding: 0 10px; line-height: 20px; }901.buttonlist, .dropmenu {
393.buttonlist a,902 position:relative;
394.dropmenu a { display: block; line-height: 20px; padding: 5px 12px; }903 line-height:20px;
395.buttonlist li,904 padding:0 10px;
396.dropmenu li { display: inline-block; }905}
397.dropmenu ul li { display: block; }906
398.dropmenu ul { display: none; position: absolute; width: 200px; margin-left: -10px; z-index: 10; }907.buttonlist a, .dropmenu a {
399.dropmenu ul ul { position: absolute; left: 200px; margin-top: -40px; z-index: 11;}908 display:block;
400909 line-height:20px;
401.dropmenu li:hover ul { display: block; }910 color:#333;
402.dropmenu li:hover ul ul { display: none; }911 padding:5px 12px;
403.dropmenu li ul li:hover ul { display: block; }912}
404913
405.buttonlist,914.dropmenu ul {
406.dropmenu,915 display:none;
407.dropmenu ul { background-color: #F7F7F7; -webkit-border-radius: 8px; -moz-border-radius: 8px; -moz-box-shadow: 0px 1px 1px #dfdfdf; -webkit-box-shadow: 0px 1px 1px #ccc; }916 position:absolute;
408.buttonlist a,917 width:200px;
409.dropmenu a { color: #333; }918 margin-left:-10px;
410.dropmenu ul { padding: 10px 0; }919 z-index:10;
411.buttonlist li:hover,920 padding:10px 0;
412.dropmenu li:hover { background-color:#efefef; color: #DD4814; }921}
413.buttonlist a:hover,922
414.dropmenu li:hover a:hover { background-color:#efefef; color: #DD4814; }923.dropmenu ul ul {
415924 position:absolute;
416/* KuZeKo web@kuzeko.com925 left:200px;
417-------------------------------------------------------------------------------------------------------- */926 margin-top:-40px;
927 z-index:11;
928}
929
930.dropmenu li:hover ul ul {
931 display:none;
932}
933
934article, aside, details, dialog, figure, footer, header, hgroup, nav, section,
935.dropmenu ul li, .dropmenu li:hover ul, .dropmenu li ul li:hover ul {
936 display:block;
937}
938
939nav ul, .widget-links, .footer-links, .poster li, .postarea li {
940 list-style:none;
941}
942
943h4, .dropmenu li {
944 font-size:1em;
945}
946
947h5, .smf-cat-header {
948 font-size:0.75em;
949 background-color:#DD4814;
950 color:#fff;
951 padding:0 12px;
952}
953
954h6, dt {
955 font-size:0.75em;
956 font-weight:700;
957}
958
959.showcase-item, .side-content {
960 float:left;
961 width:280px;
962 margin:5px 10px;
963 padding:10px;
964}
965
966.showcase-heading, .showcase-subheading {
967 width:280px;
968 margin:5px 0 10px;
969}
970
971.sub-content, .footer-content {
972 float:left;
973 width:120px;
974 margin:5px 10px;
975 padding:10px;
976}
977
978.linktree-item, p.inline, .postarea li, .profile li {
979 display:inline;
980}
981
982h1, h2, h3, h4, h5, h6, .linktree-link, .linktree-link:visited, .main-content a,
983.forum-news-content a:hover, .table_list a, .smf-board-last-post a /*, .catbg a, .login-register a:hover*/ {
984 color:#DD4814;
985}
986
987.sub-nav-item:hover, .sub-nav-item:active, .sub-nav-item:focus,
988.sub-nav-item-link:hover, .sub-nav-item-link:active, .sub-nav-item-link:focus,
989.buttonlist li:hover, .dropmenu li:hover, .buttonlist a:hover, .dropmenu li:hover a:hover {
990 background-color:#efefef;
991 color:#DD4814;
992}
993
994#login:hover, #searchbox:focus, #go-search:hover {
995 background-color:#f7f7f7;
996 border:1px solid #DD4814;
997}
998
999#join, #join:visited, .post-title-link, .post-title-link:visited, .footer-link,
1000.footer-link:visited, .forum-news-content a, .login-register a, .forum-title-link,
1001.forum-title-link:visited {
1002 color:#333;
1003}
1004
1005#join:hover, #join:active, #join:focus, .post-title-link:hover,
1006.post-title-link:active, .post-title-link:focus, .forum-title-link:hover,
1007.forum-title-link:active, .forum-title-link:focus {
1008 color:#DD4814;
1009 text-shadow:1px 1px 2px #999;
1010}
1011
1012#showcase-nav /* progressive */
1013, .alone, .leading, .aggregator /* progressive */
1014, .widgets-aside /* progressive */
1015 {
1016 -webkit-border-radius:8px;
1017 -moz-border-radius:8px;
1018 -moz-box-shadow:0 1px 1px #dfdfdf;
1019 -webkit-box-shadow:0 1px 1px #ccc;
1020}
1021
1022.footer-link:hover, .footer-link:active, .footer-link:focus,
1023.footer-link-main:hover, .footer-link-main:active, .footer-link-main:focus {
1024 color:#DD4814;
1025 text-decoration:underline;
1026}
1027
1028.align_left, .reset {
1029 float:left;
1030}
1031
1032.table_grid thead, .buttonlist, .dropmenu, .dropmenu ul {
1033 background-color:#F7F7F7;
1034 -webkit-border-radius:8px;
1035 -moz-border-radius:8px;
1036 -moz-box-shadow:0 1px 1px #dfdfdf;
1037 -webkit-box-shadow:0 1px 1px #ccc;
1038}
1039
1040.smf-cat-group, .pagesection {
1041 clear:both;
1042 float:left;
1043 width:940px;
1044 margin:5px 10px;
1045}
1046
1047.smf-board-img, .smf-board img {
1048 width:20px;
1049 height:20px;
1050}
1051
1052.icon a img /*, smf-board-content*/ {
1053 margin-top:5px;
1054}
1055
1056#posting_icons li, .buttonlist li, .dropmenu li {
1057 display:inline-block;
1058}
1059
1060
4181061
=== modified file 'css/ie.css' (properties changed: -x to +x)
--- css/ie.css 2010-10-21 20:51:42 +0000
+++ css/ie.css 2010-11-12 14:40:41 +0000
@@ -1,297 +1,748 @@
1/*- LICENSE1/*- LICENSE-------------------------------------------------------------------------------------------------------- Author: Matteo Lissandrini - kuzeko http://www.kuzeko.com//Licensed under the Creative Commons Attribution-Share Alike 3.0 License - http://creativecommons.org/licenses/by-sa/3.0/// - Free for use in both personal and commercial projects//- Attribution requires leaving author name, author link, and the license info intact.- reset-------------------------------------------------------------------------------------------------------- Reset derived and adapted fromhtml5doctor.com Reset Stylesheetv1.4.12010-03-01Author: Richard Clark - http://richclarkdesign.com*/
2-------------------------------------------------------------------------------------------------------- */2html, 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 {
3/*3 background:transparent;
4 Author: Matteo Lissandrini - kuzeko http://www.kuzeko.com4 border:0;
55 font-family:inherit;
6// Licensed under the Creative Commons Attribution-Share Alike 3.0 License - http://creativecommons.org/licenses/by-sa/3.0/6 font-weight:inherit;
7// - Free for use in both personal and commercial projects7 font-style:inherit;
8// - Attribution requires leaving author name, author link, and the license info intact.8 font-size:100%;
9*/9 outline:0;
1010 vertical-align:baseline;
1111 margin:0;
12/*- reset12 padding:0;
13-------------------------------------------------------------------------------------------------------- */13}
14/*14
15Reset derived and adapted from15:focus /* remember to define focus styles! */
16html5doctor.com Reset Stylesheet16 {
17v1.4.117 outline:0;
182010-03-0118}
19Author: Richard Clark - http://richclarkdesign.com19
20*/20/* ----------------------------------------------------------------------------------------------------- - Typography-------------------------------------------------------------------------------------------------------- */
21html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,21body {
22abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub,22 font-family:Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
23sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,23 font-size:100%;
24tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header,24 line-height:1.5em;
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:url("http://s.ubuntu.ru/dotted.png") repeat scroll 0 0 #FFF;
26:focus /* remember to define focus styles! */ { outline: 0; }26 color:#333;
27body { line-height:1; }27}
28article, aside, details, dialog, figure, footer, header, hgroup, nav, section { display:block; }28
29ol, ul { list-style-position: inside; }29article, aside, details, dialog, figure, footer, header, hgroup, nav, section {
30nav ul { list-style:none; }30 display:block;
31blockquote, q { quotes:none; }31}
32blockquote:before, blockquote:after, q:before, q:after { content:''; }32
33a { cursor:pointer; margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; }33ol, ul {
34ins { background-color:#ff9; color:#000; text-decoration:none; }34 list-style-position:inside;
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; }37nav ul {
38table { border-collapse:collapse; border-spacing:0; }38 list-style:none;
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;}41blockquote, q {
42/* ----------------------------------------------------------------------------------------------------- */42 quotes:none;
4343}
4444
45/*- Typography45blockquote:before, blockquote:after, q:before, q:after {
46-------------------------------------------------------------------------------------------------------- */46 content:'';
4747}
48body { font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif; font-size:100%; line-height:1.5em;}48
49h1 { font-size:2.25em; /* 16x2.25 =36 */ }49a {
50h2 { font-size:1.5em; /* 16x1.5 =24 */ }50 cursor:pointer;
51h3 { font-size:1.125em; /* 16x1.125=18 */ }51 border:0;
52h4 { font-size:1.0em; /* 16x1.0 =16 */ }52 font-size:100%;
53h5 { font-size:0.875em; /* 16x0.75 =14 */ }53 vertical-align:baseline;
54h6 { font-size:0.75em; font-weight:bold; /* 16x0.75 =12 */ }54 background:transparent;
55dt { font-size:0.75em; font-weight:bold; /* 16x0.75 =12 */ }55 text-decoration:none;
56p { font-size:0.75em; line-height:1.5em; /* 16x0.75 =12 */ }56 margin:0;
57li { font-size:0.75em; line-height:1.5em; /* 16x0.75=12 */ }57 padding:0;
58strong { font-weight:bold;}58}
59em { font-style:italic; }59
60#top-logo { font-size:0.875em; /* 16x0.75 =12 */}60ins {
61#main-nav { font-size:0.875em; /* 16x0.875=14 */}61 background-color:#ff9;
62#sub-nav { font-size:0.75em; /* 16x0.75 =12 */}62 color:#000;
63.showcase-text { font-size:0.875em; /* 16x0.875=14 */ }63 text-decoration:none;
64/*footer { font-size:0.625em; /* 16x0.625=10 */ /* } */64}
6565
66/*- Layout66mark {
67-------------------------------------------------------------------------------------------------------- */67 background-color:#ff9;
6868 color:#000;
69.container { clear:both; margin:0 auto; padding:0; position:relative; width:980px; }69 font-style:italic;
7070 font-weight:700;
71#main-nav { float:left; width:620px; }71}
72.main-nav-item { margin:5px 10px; padding:10px; }72
7373del {
74#top-logo { float:right; margin:5px 10px 5px 0px; padding:10px 10px 0px 0px;; width:280px; }74 text-decoration:line-through;
75#the-logo { float:right; }75}
7676
7777abbr[title], dfn[title] {
7878 border-bottom:1px dotted #000;
7979 cursor:help;
80#page-related { background-image:none; margin:0 auto; padding:0 10px 10px; position:relative; width:960px; }80}
8181
82#sub-nav-container { height:40px; margin:0 10px; width:940px; }82table {
83#sub-nav { float:left; padding:0px 10px;}83 border-collapse:collapse;
8484 border-spacing:0;
85.sub-nav-item { margin:5px 10px; padding-right:10px;}85}
86#pop-up-container { float:left; padding:10px; }86
87#pop-up-text { float:left; }87hr {
88#login-container { float:left; width:620px;}88 display:block;
8989 height:1px;
9090 border:0;
91#searchbox-container { float:right; margin: 0px 10px 5px 0px; padding:0 0 0 10px; width:300px;}91 border-top:1px solid #ccc;
92.showcase-item { float:left; margin:5px 10px; padding:10px; width:280px;}92 margin:1em 0;
93.showcase-heading { margin:5px 0px 10px; width:280px;}93 padding:0;
94.showcase-subheading { margin:5px 0px 10px; width:280px;}94}
95.showcase-text { margin:5px 0px 10px; width:280px;}95
96.showcase-figure { float:left; margin:5px 10px; padding:10px; position:relative; width:600px;}96input, select {
97.showcase-img { display:block; margin:0px; padding:0px; position:relative; width:600px;}97 vertical-align:middle;
98.showcase-caption { position:absolute; bottom:0px; left:0px; margin:0px 10px 10px; padding:10px; width:580px;}98}
9999
100100textarea {
101#showcase-nav { clear:both; margin:5px 10px; padding:0px 10px; width:920px; }101 overflow:auto;
102.showcase-nav-item { padding-right:10px;}102}
103.main-content { clear:both; float:left; margin:5px 10px; padding:10px; width:920px; }103
104.minor-content { float:left; margin:5px 10px; padding:10px; width:440px; }104h1 {
105.side-content { float:left; margin:5px 10px; padding:10px; width:280px; }105 font-size:2.25em;
106.sub-content { float:left; margin:5px 10px; padding:10px; width:120px; }106}
107p { padding: 5px 0px 10px; }107
108108h2 {
109.divide { border:0px solid; clear:both; font-size:0px; height:1px; margin:-1px 0px 0px; visibility:hidden; }109 font-size:1.5em;
110.divide-showcase { border:0px solid; clear:both; font-size:0px; height:1px; margin:-1px 0px 25px; visibility:hidden;}110}
111111
112#blog-posts { float:left; margin:5px 10px; padding:10px; width:600px; }112h3 {
113.blog-post { clear:both; margin-bottom:10px; padding-bottom:10px;}113 font-size:1.125em;
114.post-figure { float:right; margin:10px 0px 10px 10px; padding:0px; position:relative; width:260px;}114}
115.post-img { display:block; margin:0px; padding:0px; position:relative; width:260px;}115
116.post-img-caption { position:absolute; bottom:0px; left:0px; padding:10px; width:240px;}116h4 {
117.comments-count { clear:both; display:block; font-style:italic; color:#999; text-align:right; }117 font-size:1em;
118118}
119119
120#blog-aside { float:left; margin:5px 10px; padding:0px; width:300px; }120h5 {
121.widgets-aside { float:left; margin:5px 0px 15px; padding:10px; width:280px; }121 font-size:0.875em;
122122}
123.pagination { clear:both; text-align:center; }123
124124p {
125125 font-size:0.75em;
126.footer-content { float:left; margin:5px 10px; padding:10px; width:120px; }126 line-height:1.5em;
127.foot-note { clear:both; margin:15px 10px 0px; padding:10px; width:920px; }127 padding:5px 0 10px;
128128}
129.plugin { margin: 0 -10px; padding:0px; position:relative; width:980px; }129
130/*- Decoration130li {
131-------------------------------------------------------------------------------------------------------- */131 font-size:0.75em;
132132 line-height:1.5em;
133h1,133}
134h2,134
135h3,135strong {
136h4,136 font-weight:700;
137h5,137}
138h6 { color:#DD4814; }138
139139em {
140140 font-style:italic;
141body { background:url("http://s.ubuntu.ru/dotted.png") repeat scroll 0 0 #FFFFFF; color:#333333; }141}
142#page-header { background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29; height:72px; }142
143#page-header .container { background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29; }143#top-logo {
144#top-logo { color:#fff; line-height:1.5em; text-align:right; }144 font-size:0.875em;
145#the-logo { padding-left:4px; }145 float:right;
146#loco { clear:both; display:block; float:right;}146 width:280px;
147147 color:#fff;
148148 line-height:1.5em;
149149 text-align:right;
150150 margin:5px 10px 5px 0;
151#main-nav { border-left: 1px solid #EF7149; z-index:10;}151 padding:10px 10px 0 0;
152.main-nav-item,152}
153.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; }153
154.main-nav-item:hover,154#main-nav {
155.main-nav-item:active,155 font-size:0.875em;
156.main-nav-item:focus { background: url(../images/mainnav.png) 0 0 repeat; }156 float:left;
157157 width:620px;
158158 border-left:1px solid #EF7149;
159#page-related { background-color:#FFFFFF;}159 z-index:10;
160#sub-nav-container { background-color:#F7F7F7; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}160}
161.sub-nav-item,161
162.sub-nav-item:visited { color:#333; display: block; float: left; line-height:40px; margin:0px; padding: 0 15px; }162#sub-nav {
163.sub-nav-item:hover,163 font-size:0.75em;
164.sub-nav-item:active,164 float:left;
165.sub-nav-item:focus { background-color:#efefef; color:#DD4814; }165 padding:0 10px;
166166}
167.login-label { height:16px; margin:7px 0px 7px 9px; padding:3px; }167
168#username,168.showcase-text {
169#password { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 0px 7px 9px; padding:3px; width:110px; }169 font-size:0.875em;
170#login { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:24px; margin:7px 9px 7px 0px ; padding:2px;}170 width:280px;
171#login:hover { background-color:#f7f7f7; border: 1px solid #DD4814;}171 margin:5px 0 10px;
172#join,172}
173#join:visited { color:#333; }173
174#join:hover,174/*footer {
175#join:active,175 font-size:0.625em;
176#join:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }176 /* 16x0.625=10 ;
177177}
178#pop-up-text { font-weight:bold; line-height:20px; padding:0px 5px; }178
179#searchbox { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 3px 7px 9px; padding:3px; width:180px;}179 - Layout-------------------------------------------------------------------------------------------------------- */
180#searchbox:focus { background-color:#fff; border: 1px solid #DD4814; }180.container {
181#go-search { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:24px; margin:7px 0 7px 0px ; padding:2px;}181 clear:both;
182#go-search:hover { background-color:#f7f7f7; border: 1px solid #DD4814;}182 position:relative;
183#more-search,183 width:980px;
184#more-search:visited { background-color:#f0f0f0; border: 1px solid #CCCCCC; color:#333; height:16px; margin:7px 7px 7px 0px; padding:2px 3px; }184 margin:0 auto;
185#more-search:hover,185 padding:0;
186#more-search:active,186}
187#more-search:focus { background-color:#f7f7f7; border: 1px solid #DD4814; color:#DD4814; text-shadow: 1px 1px 2px #999; }187
188188.main-nav-item {
189189 margin:5px 10px;
190.showcase-caption { background-color:#000; background-color:rgba(0,0,0,0.4); color: #fff;190 padding:10px;
191 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000'); /* IE6,IE7 */191}
192 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')"; /* IE8 */ }192
193193#the-logo {
194#showcase-nav { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; height:40px; }194 float:right;
195.showcase-nav-item,195 padding-left:4px;
196.showcase-nav-item:visited { color:#333; display: block; float: left; line-height:40px; margin:0 1px; padding: 0 15px; }196}
197.showcase-nav-item:hover,197
198.showcase-nav-item:active,198#page-related {
199.showcase-nav-item:focus { border:1px solid #ddd; border-top:0px solid; border-bottom:0px solid; background-color:#efefef; color:#DD4814; margin:0; }199 background-image:none;
200200 position:relative;
201201 width:960px;
202202 background-color:#FFF;
203203 margin:0 auto;
204#main-section .container { background-color:#fff; background-image:none; padding:0px 10px 10px; position:relative; width:960px;}204 padding:0 10px 10px;
205205}
206.alone,206
207.leading,207#sub-nav-container {
208.aggregator { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; float:left; }208 height:40px;
209209 width:940px;
210.aggregator { margin:5px 10px;}210 background-color:#F7F7F7;
211.aggregator .first { margin-left:0px;}211 border-bottom-left-radius:8px;
212.aggregator .last { margin-right:0px;}212 border-bottom-right-radius:8px;
213213 margin:0 10px;
214214}
215.post-header { border-bottom:1px dotted #333333; margin-bottom:10px; padding-bottom:5px; }215
216.post-meta { color:#999; font-size:0.85em; font-style:italic; }216.sub-nav-item {
217.post-title-link,217 padding-right:10px;
218.post-title-link:visited { color:#333; }218 margin:5px 10px;
219.post-title-link:hover,219}
220.post-title-link:active,220
221.post-title-link:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }221#pop-up-container {
222222 float:left;
223.post-img-caption { background-color:#000; background-color:rgba(0,0,0,0.4); color: #fff;223 padding:10px;
224 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000'); /* IE6,IE7 */224}
225 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')"; /* IE8 */ }225
226.pagination { border-top:1px solid #333; color: #fff; margin-top:15px; padding-top:15px; }226#pop-up-text {
227.pagination-item { border-bottom:1px solid #333; color:#333; margin-right:5px; padding:2px 6px; }227 float:left;
228.pagination-item:hover { border-bottom:1px solid #DD4814; background-color:#f7f7f7; color:#DD4814;}228 font-weight:700;
229.pagination-item.current { background-color:#f7f7f7; border-bottom:1px solid #333; color:#333; font-weight:bold; }229 line-height:20px;
230230 padding:0 5px;
231.widgets-aside { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; }231}
232.widget-links { list-style:none; list-style-position:outside; }232
233.a-item { display:block; margin-top:3px; }233#login-container {
234.side-link,234 float:left;
235.side-link:visited { color: #333333; display:block; padding-right:3px; }235 width:620px;
236.side-link:hover,236}
237.side-link:active,237
238.side-link:focus { background-color: #fff; border-right:3px solid #DD4814; color:#DD4814; text-decoration:none; }238#searchbox-container {
239239 float:right;
240#login-widget { text-align:center;}240 width:300px;
241241 margin:0 10px 5px 0;
242#page-footer { background:url("http://s.ubuntu.ru/footer.png") repeat-x scroll 0 0 #EEECEA; }242 padding:0 0 0 10px;
243#page-footer .container { background:url("http://s.ubuntu.ru/footer.png") repeat-x scroll 0 0 #EEECEA; padding:0px 10px; width:960px; }243}
244.footer-content dd { margin-bottom:15px;}244
245.footer-links { list-style:none; text-indent:0px; list-style-position:outside; }245.showcase-figure {
246.footer-item { border-bottom:1px dotted #333; display:block; margin-top:3px; }246 float:left;
247.foot-note { color:#999; font-style:italic;}247 position:relative;
248248 width:600px;
249.footer-link,249 margin:5px 10px;
250.footer-link:visited { color: #333333;}250 padding:10px;
251.footer-link:hover,251}
252.footer-link:active,252
253.footer-link:focus { color:#DD4814; text-decoration:underline; }253.showcase-img {
254254 display:block;
255.footer-link-main,255 position:relative;
256.footer-link-main:visited { }256 width:600px;
257.footer-link-main:hover,257 margin:0;
258.footer-link-main:active,258 padding:0;
259.footer-link-main:focus { color:#DD4814; text-decoration:underline; }259}
260260
261261.showcase-caption {
262262 position:absolute;
263/*- Forum Decoration [Demo]263 bottom:0;
264-------------------------------------------------------------------------------------------------------- */264 left:0;
265265 width:580px;
266.forum-title { background-color:#efefef; margin:10px 0px; padding:20px;}266 background-color:rgba(0, 0, 0, 0.4);
267267 color:#fff;
268.forum-item { border-top:1px dotted #999; }268 filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000', EndColorStr='#66000000');
269.cat-title,269 -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000', EndColorStr='#66000000')";
270.sub-sections { font-size:0.75em; /* 16x0.75 =12 */ }270 margin:0 10px 10px;
271271 padding:10px;
272.latest,272}
273.post-count { font-size:0.75em; /* 16x0.75 =12 */ line-height:1.2em; }273
274274#showcase-nav {
275275 clear:both;
276.cat-title,276 width:920px;
277.post-count,277 background-color:#f7f7f7;
278.latest { padding:10px; vertical-align:middle; }278 border-radius:8px;
279279 box-shadow:0 1px 1px #ccc;
280280 height:40px;
281.forum-title-link,281 margin:5px 10px;
282.forum-title-link:visited { color:#333; }282 padding:0 10px;
283.forum-title-link:hover,283}
284.forum-title-link:active,284
285.forum-title-link:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }285.showcase-nav-item {
286286 padding-right:10px;
287.status { background-color:#efefef; padding:10px 5px; vertical-align:middle; width:30px; }287}
288.latest { width:180px; }288
289.post-count { width:120px; }289.main-content {
290.sub-sections { background-color:#efefef; padding:5px 10px 10px; }290 clear:both;
291.post-count { background-color:#efefef; }291 float:left;
292292 width:920px;
293.count { display:block; font-style:italic; }293 margin:5px 10px;
294294 padding:10px;
295295}
296/* KuZeKo web@kuzeko.com296
297-------------------------------------------------------------------------------------------------------- */297.minor-content {
298 float:left;
299 width:440px;
300 margin:5px 10px;
301 padding:10px;
302}
303
304.divide {
305 border:0 solid;
306 clear:both;
307 font-size:0;
308 height:1px;
309 visibility:hidden;
310 margin:-1px 0 0;
311}
312
313.divide-showcase {
314 border:0 solid;
315 clear:both;
316 font-size:0;
317 height:1px;
318 visibility:hidden;
319 margin:-1px 0 25px;
320}
321
322#blog-posts {
323 float:left;
324 width:600px;
325 margin:5px 10px;
326 padding:10px;
327}
328
329.blog-post {
330 clear:both;
331 margin-bottom:10px;
332 padding-bottom:10px;
333}
334
335.post-figure {
336 float:right;
337 position:relative;
338 width:260px;
339 margin:10px 0 10px 10px;
340 padding:0;
341}
342
343.post-img {
344 display:block;
345 position:relative;
346 width:260px;
347 margin:0;
348 padding:0;
349}
350
351.post-img-caption {
352 position:absolute;
353 bottom:0;
354 left:0;
355 width:240px;
356 background-color:rgba(0, 0, 0, 0.4);
357 color:#fff;
358 filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000', EndColorStr='#66000000');
359 -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000', EndColorStr='#66000000')";
360 padding:10px;
361}
362
363.comments-count {
364 clear:both;
365 display:block;
366 font-style:italic;
367 color:#999;
368 text-align:right;
369}
370
371#blog-aside {
372 float:left;
373 width:300px;
374 margin:5px 10px;
375 padding:0;
376}
377
378.widgets-aside {
379 float:left;
380 width:280px;
381 background-color:#f7f7f7;
382 border-radius:8px;
383 box-shadow:0 1px 1px #ccc;
384 margin:5px 0 15px;
385 padding:10px;
386}
387
388.pagination {
389 clear:both;
390 text-align:center;
391 border-top:1px solid #333;
392 color:#fff;
393 margin-top:15px;
394 padding-top:15px;
395}
396
397.foot-note {
398 clear:both;
399 width:920px;
400 color:#999;
401 font-style:italic;
402 margin:15px 10px 0;
403 padding:10px;
404}
405
406.plugin {
407 position:relative;
408 width:980px;
409 margin:0 -10px;
410 padding:0;
411}
412
413/*- Decoration-------------------------------------------------------------------------------------------------------- */
414h1, h2, h3, h4, h5, h6 {
415 color:#DD4814;
416}
417
418#page-header {
419 background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29;
420 height:72px;
421}
422
423#page-header .container {
424 background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29;
425}
426
427#loco {
428 clear:both;
429 display:block;
430 float:right;
431}
432
433.main-nav-item, .main-nav-item:visited {
434 border-right:1px solid #EF7149;
435 border-bottom:0;
436 border-top:0;
437 color:#fff;
438 display:block;
439 float:left;
440 height:70px;
441 line-height:70px;
442 text-shadow:1px 1px 1px #333;
443 margin:0;
444 padding:0 15px;
445}
446
447.main-nav-item:hover, .main-nav-item:active, .main-nav-item:focus {
448 background:url(../images/mainnav.png) 0 0 repeat;
449}
450
451.sub-nav-item, .sub-nav-item:visited {
452 color:#333;
453 display:block;
454 float:left;
455 line-height:40px;
456 margin:0;
457 padding:0 15px;
458}
459
460.sub-nav-item:hover, .sub-nav-item:active, .sub-nav-item:focus {
461 background-color:#efefef;
462 color:#DD4814;
463}
464
465.login-label {
466 height:16px;
467 margin:7px 0 7px 9px;
468 padding:3px;
469}
470
471#username, #password {
472 background-color:#f0f0f0;
473 border:1px solid #CCC;
474 height:16px;
475 width:110px;
476 margin:7px 0 7px 9px;
477 padding:3px;
478}
479
480#login {
481 background-color:#f0f0f0;
482 border:1px solid #CCC;
483 height:24px;
484 margin:7px 9px 7px 0;
485 padding:2px;
486}
487
488#searchbox {
489 background-color:#f0f0f0;
490 border:1px solid #CCC;
491 height:16px;
492 width:180px;
493 margin:7px 3px 7px 9px;
494 padding:3px;
495}
496
497#searchbox:focus {
498 background-color:#fff;
499 border:1px solid #DD4814;
500}
501
502#go-search {
503 background-color:#f0f0f0;
504 border:1px solid #CCC;
505 height:24px;
506 margin:7px 0;
507 padding:2px;
508}
509
510#more-search, #more-search:visited {
511 background-color:#f0f0f0;
512 border:1px solid #CCC;
513 color:#333;
514 height:16px;
515 margin:7px 7px 7px 0;
516 padding:2px 3px;
517}
518
519#more-search:hover, #more-search:active, #more-search:focus {
520 background-color:#f7f7f7;
521 border:1px solid #DD4814;
522 color:#DD4814;
523 text-shadow:1px 1px 2px #999;
524}
525
526.showcase-nav-item, .showcase-nav-item:visited {
527 color:#333;
528 display:block;
529 float:left;
530 line-height:40px;
531 margin:0 1px;
532 padding:0 15px;
533}
534
535.showcase-nav-item:hover, .showcase-nav-item:active, .showcase-nav-item:focus {
536 border:1px solid #ddd;
537 border-top:0 solid;
538 border-bottom:0 solid;
539 background-color:#efefef;
540 color:#DD4814;
541 margin:0;
542}
543
544#main-section .container {
545 background-color:#fff;
546 background-image:none;
547 position:relative;
548 width:960px;
549 padding:0 10px 10px;
550}
551
552.alone, .leading, .aggregator {
553 background-color:#f7f7f7;
554 border-radius:8px;
555 box-shadow:0 1px 1px #ccc;
556 float:left;
557}
558
559.aggregator {
560 margin:5px 10px;
561}
562
563.aggregator .first {
564 margin-left:0;
565}
566
567.aggregator .last {
568 margin-right:0;
569}
570
571.post-header {
572 border-bottom:1px dotted #333;
573 margin-bottom:10px;
574 padding-bottom:5px;
575}
576
577.post-meta {
578 color:#999;
579 font-size:0.85em;
580 font-style:italic;
581}
582
583.pagination-item {
584 border-bottom:1px solid #333;
585 color:#333;
586 margin-right:5px;
587 padding:2px 6px;
588}
589
590.pagination-item:hover {
591 border-bottom:1px solid #DD4814;
592 background-color:#f7f7f7;
593 color:#DD4814;
594}
595
596.pagination-item.current {
597 background-color:#f7f7f7;
598 border-bottom:1px solid #333;
599 color:#333;
600 font-weight:700;
601}
602
603.widget-links {
604 list-style:none;
605 list-style-position:outside;
606}
607
608.a-item {
609 display:block;
610 margin-top:3px;
611}
612
613.side-link, .side-link:visited {
614 color:#333;
615 display:block;
616 padding-right:3px;
617}
618
619.side-link:hover, .side-link:active, .side-link:focus {
620 background-color:#fff;
621 border-right:3px solid #DD4814;
622 color:#DD4814;
623 text-decoration:none;
624}
625
626#login-widget {
627 text-align:center;
628}
629
630#page-footer {
631 background:url("http://s.ubuntu.ru/footer.png") repeat-x scroll 0 0 #EEECEA;
632}
633
634#page-footer .container {
635 background:url("http://s.ubuntu.ru/footer.png") repeat-x scroll 0 0 #EEECEA;
636 width:960px;
637 padding:0 10px;
638}
639
640.footer-content dd {
641 margin-bottom:15px;
642}
643
644.footer-links {
645 list-style:none;
646 text-indent:0;
647 list-style-position:outside;
648}
649
650.footer-item {
651 border-bottom:1px dotted #333;
652 display:block;
653 margin-top:3px;
654}
655
656/*- Forum Decoration [Demo]-------------------------------------------------------------------------------------------------------- */
657.forum-title {
658 background-color:#efefef;
659 margin:10px 0;
660 padding:20px;
661}
662
663.forum-item {
664 border-top:1px dotted #999;
665}
666
667.cat-title, .sub-sections {
668 font-size:0.75em;
669}
670
671.latest, .post-count {
672 font-size:0.75em;
673 line-height:1.2em;
674}
675
676.cat-title, .post-count, .latest {
677 vertical-align:middle;
678 padding:10px;
679}
680
681.status {
682 background-color:#efefef;
683 vertical-align:middle;
684 width:30px;
685 padding:10px 5px;
686}
687
688.latest {
689 width:180px;
690}
691
692.post-count {
693 width:120px;
694 background-color:#efefef;
695}
696
697.sub-sections {
698 background-color:#efefef;
699 padding:5px 10px 10px;
700}
701
702.count {
703 display:block;
704 font-style:italic;
705}
706
707h6, dt {
708 font-size:0.75em;
709 font-weight:700;
710}
711
712.showcase-item, .side-content {
713 float:left;
714 width:280px;
715 margin:5px 10px;
716 padding:10px;
717}
718
719.showcase-heading, .showcase-subheading {
720 width:280px;
721 margin:5px 0 10px;
722}
723
724.sub-content, .footer-content {
725 float:left;
726 width:120px;
727 margin:5px 10px;
728 padding:10px;
729}
730
731#login:hover, #go-search:hover {
732 background-color:#f7f7f7;
733 border:1px solid #DD4814;
734}
735
736#join, #join:visited, .post-title-link, .post-title-link:visited, .footer-link, .footer-link:visited, .forum-title-link, .forum-title-link:visited {
737 color:#333;
738}
739
740#join:hover, #join:active, #join:focus, .post-title-link:hover, .post-title-link:active, .post-title-link:focus, .forum-title-link:hover, .forum-title-link:active, .forum-title-link:focus {
741 color:#DD4814;
742 text-shadow:1px 1px 2px #999;
743}
744
745.footer-link:hover, .footer-link:active, .footer-link:focus, .footer-link-main:hover, .footer-link-main:active, .footer-link-main:focus {
746 color:#DD4814;
747 text-decoration:underline;
748}
298749
=== modified file 'css/ie6.css' (properties changed: -x to +x)
--- css/ie6.css 2010-10-21 20:51:42 +0000
+++ css/ie6.css 2010-11-12 14:40:41 +0000
@@ -1,299 +1,766 @@
1/*- LICENSE1/*- LICENSE-------------------------------------------------------------------------------------------------------- Author: Matteo Lissandrini - kuzeko http://www.kuzeko.com//Licensed under the Creative Commons Attribution-Share Alike 3.0 License - http://creativecommons.org/licenses/by-sa/3.0/// - Free for use in both personal and commercial projects//- Attribution requires leaving author name, author link, and the license info intact.- reset-------------------------------------------------------------------------------------------------------- Reset derived and adapted fromhtml5doctor.com Reset Stylesheetv1.4.12010-03-01Author: Richard Clark - http://richclarkdesign.com*/
2-------------------------------------------------------------------------------------------------------- */2html, 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 {
3/*3 background:transparent;
4 Author: Matteo Lissandrini - kuzeko http://www.kuzeko.com4 border:0;
55 font-family:inherit;
6// Licensed under the Creative Commons Attribution-Share Alike 3.0 License - http://creativecommons.org/licenses/by-sa/3.0/6 font-weight:inherit;
7// - Free for use in both personal and commercial projects7 font-style:inherit;
8// - Attribution requires leaving author name, author link, and the license info intact.8 font-size:100%;
9*/9 outline:0;
1010 vertical-align:baseline;
11/*- reset11 margin:0;
12-------------------------------------------------------------------------------------------------------- */12 padding:0;
13/*13}
14Reset derived and adapted from14
15html5doctor.com Reset Stylesheet15:focus /* remember to define focus styles! */
16v1.4.116 {
172010-03-0117 outline:0;
18Author: Richard Clark - http://richclarkdesign.com18}
19*/19
20html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,20/* ----------------------------------------------------------------------------------------------------- - Typography-------------------------------------------------------------------------------------------------------- */
21abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub,21body {
22sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,22 font-family:Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
23tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header,23 font-size:100%;
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; }24 line-height:1.5em;
25:focus /* remember to define focus styles! */ { outline: 0; }25 background:url("http://s.ubuntu.ru/dotted.png") repeat scroll 0 0 #FFF;
26body { line-height:1; }26 color:#333;
27article, aside, details, dialog, figure, footer, header, hgroup, nav, section { display:block; }27}
28ol, ul { list-style-position: inside; }28
29nav ul { list-style:none; }29article, aside, details, dialog, figure, footer, header, hgroup, nav, section {
30blockquote, q { quotes:none; }30 display:block;
31blockquote:before, blockquote:after, q:before, q:after { content:''; }31}
32a { cursor:pointer; margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; }32
33ins { background-color:#ff9; color:#000; text-decoration:none; }33ol, ul {
34mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }34 list-style-position:inside;
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; }37nav ul {
38hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }38 list-style:none;
39input, select { vertical-align:middle; }39}
40textarea { overflow:auto;}40
41/* ----------------------------------------------------------------------------------------------------- */41blockquote, q {
4242 quotes:none;
4343}
44/*- Typography44
45-------------------------------------------------------------------------------------------------------- */45blockquote:before, blockquote:after, q:before, q:after {
4646 content:'';
47body { font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif; font-size:100%; line-height:1.5em;}47}
48h1 { font-size:2.25em; /* 16x2.25 =36 */ }48
49h2 { font-size:1.5em; /* 16x1.5 =24 */ }49a {
50h3 { font-size:1.125em; /* 16x1.125=18 */ }50 cursor:pointer;
51h4 { font-size:1.0em; /* 16x1.0 =16 */ }51 border:0;
52h5 { font-size:0.875em; /* 16x0.75 =14 */ }52 font-size:100%;
53h6 { font-size:0.75em; font-weight:bold; /* 16x0.75 =12 */ }53 vertical-align:baseline;
54dt { font-size:0.75em; font-weight:bold; /* 16x0.75 =12 */ }54 background:transparent;
55p { font-size:0.75em; line-height:1.5em; /* 16x0.75 =12 */ }55 text-decoration:none;
56li { font-size:0.75em; line-height:1.5em; /* 16x0.75=12 */ }56 margin:0;
57strong { font-weight:bold;}57 padding:0;
58em { font-style:italic; }58}
59#top-logo { font-size:0.875em; /* 16x0.75 =12 */}59
60#main-nav { font-size:0.875em; /* 16x0.875=14 */}60ins {
61#sub-nav { font-size:0.75em; /* 16x0.75 =12 */}61 background-color:#ff9;
62.showcase-text { font-size:0.875em; /* 16x0.875=14 */ }62 color:#000;
6363 text-decoration:none;
6464}
65/*- Layout65
66-------------------------------------------------------------------------------------------------------- */66mark {
6767 background-color:#ff9;
68.container { clear:both; margin:0 auto; position:relative; width:980px; }68 color:#000;
6969 font-style:italic;
70#main-nav { display:inline; float:left; width:620px; }70 font-weight:700;
71.main-nav-item { margin:5px 10px; padding:10px; }71}
7272
73#top-logo { display:inline; float:right; margin:5px 10px 5px 0px; padding:10px 10px 0px 0px; width:280px; }73del {
74#the-logo { display:inline; float:right; }74 text-decoration:line-through;
7575}
7676
77#page-related { background-image:none; margin:0 auto; padding:0 10px 10px; position:relative; width:960px; }77abbr[title], dfn[title] {
7878 border-bottom:1px dotted #000;
79#sub-nav-container { margin:0 10px 0px; padding-bottom:0px; width:940px; }79 cursor:help;
80#sub-nav { display:inline float:left; margin-bottom:0px; padding:0px 10px 0px; padding-bottom:0px }80}
8181
82.sub-nav-item { margin:5px 10px; margin-bottom:0 padding-right:10px;}82table {
83#pop-up-container { display:inline float:left; padding:10px; }83 border-collapse:collapse;
84#pop-up-text { display:inline float:left; }84 border-spacing:0;
85#login-container { display:inline float:left; width:620px;}85}
8686
8787hr {
88#searchbox-container { display:inline float:right; margin: 0px 10px 5px 0px; padding:0 0 0 10px; width:300px;}88 display:block;
89.showcase-item { display:inline; float:left; margin:5px 10px; padding:10px; width:280px;}89 height:1px;
90.showcase-heading { margin:5px 0px 10px; width:280px;}90 border:0;
91.showcase-subheading { margin:5px 0px 10px; width:280px;}91 border-top:1px solid #ccc;
92.showcase-text { margin:5px 0px 10px; width:280px;}92 margin:1em 0;
93.showcase-figure { display:inline; float:left; margin:5px 10px; padding:10px; position:relative; width:600px;}93 padding:0;
94.showcase-img { display:block; margin:0px; padding:0px; position:relative; width:600px;}94}
95.showcase-caption { position:absolute; bottom:0px; left:0px; margin:0px 10px 10px; padding:10px; width:580px;}95
9696input, select {
9797 vertical-align:middle;
98#showcase-nav { clear:both; margin:5px 10px; padding:0px 10px; width:920px; }98}
99.showcase-nav-item { padding-right:10px;}99
100.main-content { display:inline; clear:both; float:left; margin:5px 10px; padding:10px; width:920px; }100textarea {
101.minor-content { display:inline; float:left; margin:5px 10px; padding:10px; width:440px; }101 overflow:auto;
102.side-content { display:inline; float:left; margin:5px 10px; padding:10px; width:280px; }102}
103.sub-content { display:inline; float:left; margin:5px 10px; padding:10px; width:120px; }103
104p { padding: 5px 0px 10px; }104h1 {
105105 font-size:2.25em;
106.divide { display:inline; border:0px solid; clear:both; font-size:0px; height:1px; margin:-1px 0px 0px; visibility:hidden; width:10px; }106}
107.divide-showcase { display:inline; border:0px solid; clear:both; font-size:0px; height:1px; margin:-1px 0px 25px; visibility:hidden; }107
108108h2 {
109#blog-posts { display:inline; float:left; margin:5px 10px; padding:10px; width:600px; }109 font-size:1.5em;
110.blog-post { clear:both; margin-bottom:10px; padding-bottom:10px;}110}
111.post-figure { display:inline; float:right; margin:10px 0px 10px 10px; padding:0px; position:relative; width:260px;}111
112.post-img { display:block; margin:0px; padding:0px; position:relative; width:260px;}112h3 {
113.post-img-caption { position:absolute; bottom:0px; left:0px; padding:10px; width:240px;}113 font-size:1.125em;
114.comments-count { clear:both; display:block; font-style:italic; color:#999; text-align:right; }114}
115115
116116h4 {
117#blog-aside { display:inline; float:left; margin:5px 10px; padding:0px; width:300px; }117 font-size:1em;
118.widgets-aside { display:inline; float:left; margin:5px 0px 15px; padding:10px; width:280px; }118}
119119
120.pagination { clear:both; text-align:center; }120h5 {
121121 font-size:0.875em;
122122}
123.footer-content { display:inline; float:left; margin:5px 10px; padding:10px; width:120px; }123
124.foot-note { clear:both; margin:15px 10px 0px; padding:10px; width:920px; }124p {
125125 font-size:0.75em;
126.plugin { margin: 0 -10px; padding:0px; position:relative; width:980px; }126 line-height:1.5em;
127/*- Decoration127 padding:5px 0 10px;
128-------------------------------------------------------------------------------------------------------- */128}
129h1,129
130h2,130li {
131h3,131 font-size:0.75em;
132h4,132 line-height:1.5em;
133h5,133}
134h6 { color:#DD4814; }134
135135strong {
136136 font-weight:700;
137body { background:url("http://s.ubuntu.ru/dotted.png") repeat scroll 0 0 #FFFFFF; color:#333333; }137}
138#page-header { background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29; height:72px; }138
139#page-header .container { background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29; }139em {
140#top-logo { color:#fff; line-height:1.5em; text-align:right; }140 font-style:italic;
141#the-logo { padding-left:4px; }141}
142#loco { display:inline; clear:both; float:right;}142
143143#top-logo {
144144 font-size:0.875em;
145145 display:inline;
146#main-nav { border-left: 1px solid #EF7149; z-index:10;}146 float:right;
147.main-nav-item,147 width:280px;
148.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; }148 color:#fff;
149.main-nav-item:hover,149 line-height:1.5em;
150.main-nav-item:active,150 text-align:right;
151.main-nav-item:focus { background: url(../images/mainnav.png) 0 0 repeat; }151 margin:5px 10px 5px 0;
152152 padding:10px 10px 0 0;
153#page-related { background-color:#FFFFFF;}153}
154#sub-nav-container { background-color:#F7F7F7; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; padding-bottom:0px;}154
155#sub-nav { margin-bottom:0px; padding-bottom:0px;}155#main-nav {
156.sub-nav-item,156 font-size:0.875em;
157.sub-nav-item:visited { display:inline; color:#333; float: left; line-height:40px; margin:0px; padding: 0 15px 0px; }157 display:inline;
158.sub-nav-item:hover,158 float:left;
159.sub-nav-item:active,159 width:620px;
160.sub-nav-item:focus { background-color:#efefef; color:#DD4814; }160 border-left:1px solid #EF7149;
161161 z-index:10;
162162}
163.login-label { height:16px; margin:7px 0px 7px 9px; padding:3px; }163
164#username,164#sub-nav {
165#password { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 0px 7px 9px; padding:3px; width:110px; }165 font-size:0.75em;
166#login { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:24px; margin:7px 9px 7px 0px ; padding:2px;}166 display:inline;
167#login:hover { background-color:#f7f7f7; border: 1px solid #DD4814;}167 float:left;
168#join,168 margin-bottom:0;
169#join:visited { color:#333; }169 padding:0 10px;
170#join:hover,170}
171#join:active,171
172#join:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }172.showcase-text {
173173 font-size:0.875em;
174#pop-up-text { font-weight:bold; line-height:20px; padding:0px 5px; }174 width:280px;
175#searchbox { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 3px 7px 9px; padding:3px; width:180px;}175 margin:5px 0 10px;
176#searchbox:focus { background-color:#fff; border: 1px solid #DD4814; }176}
177#go-search { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:24px; margin:7px 0 7px 0px ; padding:2px;}177
178#go-search:hover { background-color:#f7f7f7; border: 1px solid #DD4814;}178/*- Layout-------------------------------------------------------------------------------------------------------- */
179#more-search,179.container {
180#more-search:visited { background-color:#f0f0f0; border: 1px solid #CCCCCC; color:#333; height:16px; margin:7px 7px 7px 0px; padding:2px 3px; }180 clear:both;
181#more-search:hover,181 position:relative;
182#more-search:active,182 width:980px;
183#more-search:focus { background-color:#f7f7f7; border: 1px solid #DD4814; color:#DD4814; text-shadow: 1px 1px 2px #999; }183 margin:0 auto;
184184}
185185
186186.main-nav-item {
187187 margin:5px 10px;
188.showcase-caption { background-color:#000; background-color:rgba(0,0,0,0.4); color: #fff;188 padding:10px;
189 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000'); /* IE6,IE7 */189}
190 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')"; /* IE8 */ }190
191191#the-logo {
192192 display:inline;
193#showcase-nav { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; height:40px; }193 float:right;
194.showcase-nav-item,194 padding-left:4px;
195.showcase-nav-item:visited { display:inline; color:#333; float: left; line-height:40px; margin:0 1px; padding: 0 15px; }195}
196.showcase-nav-item:hover,196
197.showcase-nav-item:active,197#page-related {
198.showcase-nav-item:focus { border:1px solid #ddd; border-top:0px solid; border-bottom:0px solid; background-color:#efefef; color:#DD4814; margin:0; }198 background-image:none;
199199 position:relative;
200200 width:960px;
201201 background-color:#FFF;
202#main-section .container { background-color:#fff; background-image:none; padding:0px 10px 10px; position:relative; width:960px;}202 margin:0 auto;
203203 padding:0 10px 10px;
204204}
205205
206.alone,206#sub-nav-container {
207.leading,207 width:940px;
208.aggregator { display:inline; background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; float:left; }208 background-color:#F7F7F7;
209209 border-bottom-left-radius:8px;
210.aggregator { margin:5px 10px;}210 border-bottom-right-radius:8px;
211.aggregator .first { margin-left:0px;}211 padding-bottom:0;
212.aggregator .last { margin-right:0px;}212 margin:0 10px;
213213}
214.post-header { border-bottom:1px dotted #333333; margin-bottom:10px; padding-bottom:5px; }214
215.post-meta { color:#999; font-size:0.85em; font-style:italic; }215.sub-nav-item {
216.post-title-link,216 padding-right:10px;
217.post-title-link:visited { color:#333; }217 margin:5px 10px 0;
218.post-title-link:hover,218}
219.post-title-link:active,219
220.post-title-link:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }220#pop-up-container {
221221 display:inline;
222.post-img-caption { background-color:#000; background-color:rgba(0,0,0,0.4); color: #fff;222 float:left;
223 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000'); /* IE6,IE7 */223 padding:10px;
224 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')"; /* IE8 */ }224}
225.pagination { border-top:1px solid #333; color: #fff; margin-top:15px; padding-top:15px; }225
226.pagination-item { border-bottom:1px solid #333; color:#333; margin-right:5px; padding:2px 6px; }226#pop-up-text {
227.pagination-item:hover { border-bottom:1px solid #DD4814; background-color:#f7f7f7; color:#DD4814;}227 display:inline;
228.pagination-item.current { background-color:#f7f7f7; border-bottom:1px solid #333; color:#333; font-weight:bold; }228 float:left;
229229 font-weight:700;
230.widgets-aside { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; }230 line-height:20px;
231.widget-links { list-style:none; list-style-position:outside; }231 padding:0 5px;
232.a-item { display:block; margin-top:3px; }232}
233.side-link,233
234.side-link:visited { color: #333333; display:block; padding-right:3px; }234#login-container {
235.side-link:hover,235 display:inline;
236.side-link:active,236 float:left;
237.side-link:focus { background-color: #fff; border-right:3px solid #DD4814; color:#DD4814; text-decoration:none; }237 width:620px;
238238}
239#login-widget { text-align:center;}239
240240#searchbox-container {
241241 display:inline;
242242 float:right;
243243 width:300px;
244#page-footer { background:url("http://s.ubuntu.ru/footer.png") repeat-x scroll 0 0 #EEECEA; }244 margin:0 10px 5px 0;
245#page-footer .container { background:url("http://s.ubuntu.ru/footer.png") repeat-x scroll 0 0 #EEECEA; padding:0px 10px; width:960px; }245 padding:0 0 0 10px;
246246}
247.footer-content dd { margin-bottom:15px;}247
248.footer-links { list-style:none; text-indent:0px; list-style-position:outside; }248.showcase-figure {
249.footer-item { border-bottom:1px dotted #333; display:block; margin-top:3px; }249 display:inline;
250.foot-note { color:#999; font-style:italic;}250 float:left;
251251 position:relative;
252.footer-link,252 width:600px;
253.footer-link:visited { color: #333333;}253 margin:5px 10px;
254.footer-link:hover,254 padding:10px;
255.footer-link:active,255}
256.footer-link:focus { color:#DD4814; text-decoration:underline; }256
257257.showcase-img {
258.footer-link-main,258 display:block;
259.footer-link-main:visited { }259 position:relative;
260.footer-link-main:hover,260 width:600px;
261.footer-link-main:active,261 margin:0;
262.footer-link-main:focus { color:#DD4814; text-decoration:underline; }262 padding:0;
263263}
264264
265265.showcase-caption {
266/*- Forum Decoration [Demo]266 position:absolute;
267-------------------------------------------------------------------------------------------------------- */267 bottom:0;
268268 left:0;
269.forum-title { background-color:#efefef; margin:10px 0px; padding:20px;}269 width:580px;
270270 background-color:rgba(0, 0, 0, 0.4);
271.forum-item { border-top:1px dotted #999; }271 color:#fff;
272.cat-title,272 filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000', EndColorStr='#66000000');
273.sub-sections { font-size:0.75em; /* 16x0.75 =12 */ }273 -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000', EndColorStr='#66000000')";
274274 margin:0 10px 10px;
275.latest,275 padding:10px;
276.post-count { font-size:0.75em; /* 16x0.75 =12 */ line-height:1.2em; }276}
277277
278278#showcase-nav {
279.cat-title,279 clear:both;
280.post-count,280 width:920px;
281.latest { padding:10px; vertical-align:middle; }281 background-color:#f7f7f7;
282282 border-radius:8px;
283283 box-shadow:0 1px 1px #ccc;
284.forum-title-link,284 height:40px;
285.forum-title-link:visited { color:#333; }285 margin:5px 10px;
286.forum-title-link:hover,286 padding:0 10px;
287.forum-title-link:active,287}
288.forum-title-link:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }288
289289.showcase-nav-item {
290.status { background-color:#efefef; padding:10px 5px; vertical-align:middle; width:30px; }290 padding-right:10px;
291.latest { width:180px; }291}
292.post-count { width:120px; }292
293.sub-sections { background-color:#efefef; padding:5px 10px 10px; }293.main-content {
294.post-count { background-color:#efefef; }294 display:inline;
295295 clear:both;
296.count { display:block; font-style:italic; }296 float:left;
297297 width:920px;
298/* KuZeKo web@kuzeko.com298 margin:5px 10px;
299-------------------------------------------------------------------------------------------------------- */299 padding:10px;
300}
301
302.minor-content {
303 display:inline;
304 float:left;
305 width:440px;
306 margin:5px 10px;
307 padding:10px;
308}
309
310.divide {
311 display:inline;
312 border:0 solid;
313 clear:both;
314 font-size:0;
315 height:1px;
316 visibility:hidden;
317 width:10px;
318 margin:-1px 0 0;
319}
320
321.divide-showcase {
322 display:inline;
323 border:0 solid;
324 clear:both;
325 font-size:0;
326 height:1px;
327 visibility:hidden;
328 margin:-1px 0 25px;
329}
330
331#blog-posts {
332 display:inline;
333 float:left;
334 width:600px;
335 margin:5px 10px;
336 padding:10px;
337}
338
339.blog-post {
340 clear:both;
341 margin-bottom:10px;
342 padding-bottom:10px;
343}
344
345.post-figure {
346 display:inline;
347 float:right;
348 position:relative;
349 width:260px;
350 margin:10px 0 10px 10px;
351 padding:0;
352}
353
354.post-img {
355 display:block;
356 position:relative;
357 width:260px;
358 margin:0;
359 padding:0;
360}
361
362.post-img-caption {
363 position:absolute;
364 bottom:0;
365 left:0;
366 width:240px;
367 background-color:rgba(0, 0, 0, 0.4);
368 color:#fff;
369 filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000', EndColorStr='#66000000');
370 -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000', EndColorStr='#66000000')";
371 padding:10px;
372}
373
374.comments-count {
375 clear:both;
376 display:block;
377 font-style:italic;
378 color:#999;
379 text-align:right;
380}
381
382#blog-aside {
383 display:inline;
384 float:left;
385 width:300px;
386 margin:5px 10px;
387 padding:0;
388}
389
390.widgets-aside {
391 display:inline;
392 float:left;
393 width:280px;
394 background-color:#f7f7f7;
395 border-radius:8px;
396 box-shadow:0 1px 1px #ccc;
397 margin:5px 0 15px;
398 padding:10px;
399}
400
401.pagination {
402 clear:both;
403 text-align:center;
404 border-top:1px solid #333;
405 color:#fff;
406 margin-top:15px;
407 padding-top:15px;
408}
409
410.foot-note {
411 clear:both;
412 width:920px;
413 color:#999;
414 font-style:italic;
415 margin:15px 10px 0;
416 padding:10px;
417}
418
419.plugin {
420 position:relative;
421 width:980px;
422 margin:0 -10px;
423 padding:0;
424}
425
426/*- Decoration-------------------------------------------------------------------------------------------------------- */
427h1, h2, h3, h4, h5, h6 {
428 color:#DD4814;
429}
430
431#page-header {
432 background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29;
433 height:72px;
434}
435
436#page-header .container {
437 background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29;
438}
439
440#loco {
441 display:inline;
442 clear:both;
443 float:right;
444}
445
446.main-nav-item, .main-nav-item:visited {
447 display:inline;
448 border-right:1px solid #EF7149;
449 border-bottom:0;
450 border-top:0;
451 color:#fff;
452 float:left;
453 height:70px;
454 line-height:70px;
455 text-shadow:1px 1px 1px #333;
456 margin:0;
457 padding:0 15px;
458}
459
460.main-nav-item:hover, .main-nav-item:active, .main-nav-item:focus {
461 background:url(../images/mainnav.png) 0 0 repeat;
462}
463
464.sub-nav-item, .sub-nav-item:visited {
465 display:inline;
466 color:#333;
467 float:left;
468 line-height:40px;
469 margin:0;
470 padding:0 15px;
471}
472
473.sub-nav-item:hover, .sub-nav-item:active, .sub-nav-item:focus {
474 background-color:#efefef;
475 color:#DD4814;
476}
477
478.login-label {
479 height:16px;
480 margin:7px 0 7px 9px;
481 padding:3px;
482}
483
484#username, #password {
485 background-color:#f0f0f0;
486 border:1px solid #CCC;
487 height:16px;
488 width:110px;
489 margin:7px 0 7px 9px;
490 padding:3px;
491}
492
493#login {
494 background-color:#f0f0f0;
495 border:1px solid #CCC;
496 height:24px;
497 margin:7px 9px 7px 0;
498 padding:2px;
499}
500
501#searchbox {
502 background-color:#f0f0f0;
503 border:1px solid #CCC;
504 height:16px;
505 width:180px;
506 margin:7px 3px 7px 9px;
507 padding:3px;
508}
509
510#searchbox:focus {
511 background-color:#fff;
512 border:1px solid #DD4814;
513}
514
515#go-search {
516 background-color:#f0f0f0;
517 border:1px solid #CCC;
518 height:24px;
519 margin:7px 0;
520 padding:2px;
521}
522
523#more-search, #more-search:visited {
524 background-color:#f0f0f0;
525 border:1px solid #CCC;
526 color:#333;
527 height:16px;
528 margin:7px 7px 7px 0;
529 padding:2px 3px;
530}
531
532#more-search:hover, #more-search:active, #more-search:focus {
533 background-color:#f7f7f7;
534 border:1px solid #DD4814;
535 color:#DD4814;
536 text-shadow:1px 1px 2px #999;
537}
538
539.showcase-nav-item, .showcase-nav-item:visited {
540 display:inline;
541 color:#333;
542 float:left;
543 line-height:40px;
544 margin:0 1px;
545 padding:0 15px;
546}
547
548.showcase-nav-item:hover, .showcase-nav-item:active, .showcase-nav-item:focus {
549 border:1px solid #ddd;
550 border-top:0 solid;
551 border-bottom:0 solid;
552 background-color:#efefef;
553 color:#DD4814;
554 margin:0;
555}
556
557#main-section .container {
558 background-color:#fff;
559 background-image:none;
560 position:relative;
561 width:960px;
562 padding:0 10px 10px;
563}
564
565.alone, .leading, .aggregator {
566 display:inline;
567 background-color:#f7f7f7;
568 border-radius:8px;
569 box-shadow:0 1px 1px #ccc;
570 float:left;
571}
572
573.aggregator {
574 margin:5px 10px;
575}
576
577.aggregator .first {
578 margin-left:0;
579}
580
581.aggregator .last {
582 margin-right:0;
583}
584
585.post-header {
586 border-bottom:1px dotted #333;
587 margin-bottom:10px;
588 padding-bottom:5px;
589}
590
591.post-meta {
592 color:#999;
593 font-size:0.85em;
594 font-style:italic;
595}
596
597.pagination-item {
598 border-bottom:1px solid #333;
599 color:#333;
600 margin-right:5px;
601 padding:2px 6px;
602}
603
604.pagination-item:hover {
605 border-bottom:1px solid #DD4814;
606 background-color:#f7f7f7;
607 color:#DD4814;
608}
609
610.pagination-item.current {
611 background-color:#f7f7f7;
612 border-bottom:1px solid #333;
613 color:#333;
614 font-weight:700;
615}
616
617.widget-links {
618 list-style:none;
619 list-style-position:outside;
620}
621
622.a-item {
623 display:block;
624 margin-top:3px;
625}
626
627.side-link, .side-link:visited {
628 color:#333;
629 display:block;
630 padding-right:3px;
631}
632
633.side-link:hover, .side-link:active, .side-link:focus {
634 background-color:#fff;
635 border-right:3px solid #DD4814;
636 color:#DD4814;
637 text-decoration:none;
638}
639
640#login-widget {
641 text-align:center;
642}
643
644#page-footer {
645 background:url("http://s.ubuntu.ru/footer.png") repeat-x scroll 0 0 #EEECEA;
646}
647
648#page-footer .container {
649 background:url("http://s.ubuntu.ru/footer.png") repeat-x scroll 0 0 #EEECEA;
650 width:960px;
651 padding:0 10px;
652}
653
654.footer-content dd {
655 margin-bottom:15px;
656}
657
658.footer-links {
659 list-style:none;
660 text-indent:0;
661 list-style-position:outside;
662}
663
664.footer-item {
665 border-bottom:1px dotted #333;
666 display:block;
667 margin-top:3px;
668}
669
670/*- Forum Decoration [Demo]-------------------------------------------------------------------------------------------------------- */
671.forum-title {
672 background-color:#efefef;
673 margin:10px 0;
674 padding:20px;
675}
676
677.forum-item {
678 border-top:1px dotted #999;
679}
680
681.cat-title, .sub-sections {
682 font-size:0.75em;
683}
684
685.latest, .post-count {
686 font-size:0.75em;
687 line-height:1.2em;
688}
689
690.cat-title, .post-count, .latest {
691 vertical-align:middle;
692 padding:10px;
693}
694
695.status {
696 background-color:#efefef;
697 vertical-align:middle;
698 width:30px;
699 padding:10px 5px;
700}
701
702.latest {
703 width:180px;
704}
705
706.post-count {
707 width:120px;
708 background-color:#efefef;
709}
710
711.sub-sections {
712 background-color:#efefef;
713 padding:5px 10px 10px;
714}
715
716.count {
717 display:block;
718 font-style:italic;
719}
720
721h6, dt {
722 font-size:0.75em;
723 font-weight:700;
724}
725
726.showcase-item, .side-content {
727 display:inline;
728 float:left;
729 width:280px;
730 margin:5px 10px;
731 padding:10px;
732}
733
734.showcase-heading, .showcase-subheading {
735 width:280px;
736 margin:5px 0 10px;
737}
738
739.sub-content, .footer-content {
740 display:inline;
741 float:left;
742 width:120px;
743 margin:5px 10px;
744 padding:10px;
745}
746
747#login:hover, #go-search:hover {
748 background-color:#f7f7f7;
749 border:1px solid #DD4814;
750}
751
752#join, #join:visited, .post-title-link, .post-title-link:visited, .footer-link, .footer-link:visited, .forum-title-link, .forum-title-link:visited {
753 color:#333;
754}
755
756#join:hover, #join:active, #join:focus, .post-title-link:hover, .post-title-link:active, .post-title-link:focus, .forum-title-link:hover, .forum-title-link:active, .forum-title-link:focus {
757 color:#DD4814;
758 text-shadow:1px 1px 2px #999;
759}
760
761.footer-link:hover, .footer-link:active, .footer-link:focus, .footer-link-main:hover, .footer-link-main:active, .footer-link-main:focus {
762 color:#DD4814;
763 text-decoration:underline;
764}
765
766
300767
=== modified file 'css/index.css'
--- css/index.css 2010-10-21 20:51:42 +0000
+++ css/index.css 2010-11-12 14:40:41 +0000
@@ -4,174 +4,174 @@
4/* Normal, standard links. */4/* Normal, standard links. */
5a:link, a:visited5a:link, a:visited
6{6{
7 color: #346;7 color: #346;
8 text-decoration: none;8 text-decoration: none;
9}9}
10a:hover10a:hover
11{11{
12 text-decoration: underline;12 text-decoration: underline;
13}13}
1414
15/* Tables should show empty cells. */15/* Tables should show empty cells. */
16table16table
17{17{
18 empty-cells: show;18 empty-cells: show;
19}19}
2020
21/* Set a fontsize that will look the same in all browsers. */21/* Set a fontsize that will look the same in all browsers. */
22body22body
23{23{
24 background: #E9EEF2 url(../images/theme/backdrop.png) repeat-x;24 background: #E9EEF2 url(../images/theme/backdrop.png) repeat-x;
25 font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;25 font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
26 margin: 0 auto;26 margin: 0 auto;
27 padding: 15px 5%;27 padding: 15px 5%;
28}28}
2929
30/* Help popups require a different styling of the body element. */30/* Help popups require a different styling of the body element. */
31body#help_popup31body#help_popup
32{32{
33 padding: 1em;33 padding: 1em;
34}34}
3535
36/* use dark grey for the text, leaving #000 for headers etc */36/* use dark grey for the text, leaving #000 for headers etc */
37body, td, th, tr37body, td, th, tr
38{38{
39 color: #444;39 color: #444;
40}40}
4141
42/* This division wraps the entire forum when a forum width is set. */42/* This division wraps the entire forum when a forum width is set. */
43div#wrapper43div#wrapper
44{44{
45 margin: 0 auto;45 margin: 0 auto;
46}46}
4747
48/* lets give all forms zero padding/margins */48/* lets give all forms zero padding/margins */
49form49form
50{50{
51 padding: 0;51 padding: 0;
52 margin: 0;52 margin: 0;
53}53}
5454
55/* We can style the different types of input buttons to be uniform throughout different browsers and their color themes.55/* We can style the different types of input buttons to be uniform throughout different browsers and their color themes.
56 .button_submit - covers input[type=submit], input[type=button], button[type=submit] and button[type=button] in all browsers56 .button_submit - covers input[type=submit], input[type=button], button[type=submit] and button[type=button] in all browsers
57 .button_reset - covers input[type=reset] and button[type=reset] throughout all browsers57 .button_reset - covers input[type=reset] and button[type=reset] throughout all browsers
58 .input_check - covers input[type=checkbox] throughout all browsers58 .input_check - covers input[type=checkbox] throughout all browsers
59 .input_radio - covers input[type=radio] throughout all browsers59 .input_radio - covers input[type=radio] throughout all browsers
60 .input_text - covers input[type=text] throughout all browsers60 .input_text - covers input[type=text] throughout all browsers
61 .input_file - covers input[type=file] throughout all browsers61 .input_file - covers input[type=file] throughout all browsers
62*/62*/
6363
64input, button, select, textarea64input, button, select, textarea
65{65{
66 font: 95%/115% verdana, Helvetica, sans-serif;66 font: 95%/115% verdana, Helvetica, sans-serif;
67 color: #000;67 color: #000;
68 background: #fff;68 background: #fff;
69 border: 1px solid #7f9db9;69 border: 1px solid #7f9db9;
70 padding: 2px;70 padding: 2px;
71}71}
7272
73/* Select elements look horrible with the extra padding, so leave them unpadded. */73/* Select elements look horrible with the extra padding, so leave them unpadded. */
74select74select
75{75{
76 padding: 0;76 padding: 0;
77}77}
7878
79/* Add some padding to the options instead. */79/* Add some padding to the options instead. */
80select option80select option
81{81{
82 padding: 1px;82 padding: 1px;
83}83}
8484
85/* The font size of textareas should be just a little bit larger. */85/* The font size of textareas should be just a little bit larger. */
86textarea86textarea
87{87{
88 font: 100%/130% verdana, Helvetica, sans-serif;88 font: 100%/130% verdana, Helvetica, sans-serif;
89}89}
9090
91/* Buttons should be styled a bit differently, in order to make them look more button'ish. */91/* Buttons should be styled a bit differently, in order to make them look more button'ish. */
92.button_submit, .button_reset92.button_submit, .button_reset
93{93{
94 background: #cde7ff url(../images/theme/submit_bg.png) no-repeat;94 background: #cde7ff url(../images/theme/submit_bg.png) no-repeat;
95 border: 1px solid #aaa;95 border: 1px solid #aaa;
96 cursor: pointer;96 cursor: pointer;
97 font-weight: normal;97 font-weight: normal;
98}98}
99input:hover, textarea:hover, button:hover, select:hover99input:hover, textarea:hover, button:hover, select:hover
100{100{
101 border: 1px solid #454545;101 border: 1px solid #454545;
102}102}
103.button_submit:hover, .button_reset:hover103.button_submit:hover, .button_reset:hover
104{104{
105 border: 1px solid #aaa;105 border: 1px solid #aaa;
106 background: url(../images/theme/submit_bg.png) no-repeat 0 -140px #cde7ff;106 background: url(../images/theme/submit_bg.png) no-repeat 0 -140px #cde7ff;
107}107}
108input:focus, textarea:focus, button:focus, select:focus108input:focus, textarea:focus, button:focus, select:focus
109{109{
110 border: 1px solid #454545;110 border: 1px solid #454545;
111}111}
112112
113/* All input elements that are checkboxes or radio buttons shouldn't have a border around them. */113/* All input elements that are checkboxes or radio buttons shouldn't have a border around them. */
114input.input_check, input.input_radio114input.input_check, input.input_radio
115{115{
116 border: none;116 border: none;
117 background: none;117 background: none;
118}118}
119h3.catbg input.input_check119h3.catbg input.input_check
120{120{
121 margin: 9px 7px 0 7px;121 margin: 9px 7px 0 7px;
122}122}
123123
124/* Give disabled text input elements a different background color. */124/* Give disabled text input elements a different background color. */
125input[disabled].input_text125input[disabled].input_text
126{126{
127 background-color: #eee;127 background-color: #eee;
128}128}
129129
130/* Standard horizontal rule.. ([hr], etc.) */130/* Standard horizontal rule.. ([hr], etc.) */
131hr, .hrcolor131hr, .hrcolor
132{132{
133 height: 1px;133 height: 1px;
134 border: 0;134 border: 0;
135 color: #ccc;135 color: #ccc;
136 background-color: #ccc;136 background-color: #ccc;
137}137}
138138
139/* By default set the color on these tags as #000. */139/* By default set the color on these tags as #000. */
140h1, h2, h3, h4, h5, h6140h1, h2, h3, h4, h5, h6
141{141{
142 color: #000;142 color: #000;
143 font-size: 1em;143 font-size: 1em;
144 margin: 0;144 margin: 0;
145 padding: 0;145 padding: 0;
146}146}
147147
148/* Fieldsets are used to group elements. */148/* Fieldsets are used to group elements. */
149fieldset149fieldset
150{150{
151 border: 1px solid #cacdd3;151 border: 1px solid #cacdd3;
152 padding: 1em;152 padding: 1em;
153 margin: 0 0 0.3em 0;153 margin: 0 0 0.3em 0;
154}154}
155/* No image should have a border when linked. */155/* No image should have a border when linked. */
156a img156a img
157{157{
158 border: 0;158 border: 0;
159}159}
160160
161/* Define strong as bold, and em as italics */161/* Define strong as bold, and em as italics */
162strong162strong
163{163{
164 font-weight: bold;164 font-weight: bold;
165}165}
166166
167em167em
168{168{
169 font-style: italic;169 font-style: italic;
170}170}
171/* Alternative for u tag */171/* Alternative for u tag */
172.underline172.underline
173{173{
174 text-decoration: underline;174 text-decoration: underline;
175}175}
176176
177/* Common classes to easy styling.177/* Common classes to easy styling.
@@ -179,95 +179,95 @@
179179
180.floatright, .align_right180.floatright, .align_right
181{181{
182 float: right;182 float: right;
183}183}
184.floatleft, .align_left184.floatleft, .align_left
185{185{
186 float: left;186 float: left;
187}187}
188188
189.flow_auto189.flow_auto
190{190{
191 overflow: auto;191 overflow: auto;
192}192}
193.flow_hidden193.flow_hidden
194{194{
195 overflow: hidden;195 overflow: hidden;
196}196}
197.flow_hidden .windowbg, .flow_hidden .windowbg2197.flow_hidden .windowbg, .flow_hidden .windowbg2
198{198{
199 margin-top: 2px;199 margin-top: 2px;
200}200}
201.clear201.clear
202{202{
203 clear: both;203 clear: both;
204}204}
205.clear_left205.clear_left
206{206{
207 clear: left;207 clear: left;
208}208}
209.clear_right209.clear_right
210{210{
211 clear: right;211 clear: right;
212}212}
213213
214/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */214/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
215.smalltext, tr.smalltext th215.smalltext, tr.smalltext th
216{216{
217 font-size: 0.85em;217 font-size: 0.85em;
218 font-family: verdana, sans-serif;218 font-family: verdana, sans-serif;
219}219}
220.middletext220.middletext
221{221{
222 font-size: 0.9em;222 font-size: 0.9em;
223 line-height: 1em;223 line-height: 1em;
224 font-family: verdana, sans-serif;224 font-family: verdana, sans-serif;
225}225}
226.normaltext226.normaltext
227{227{
228 font-size: 1em;228 font-size: 1em;
229 line-height: 1.2em;229 line-height: 1.2em;
230}230}
231.largetext231.largetext
232{232{
233 font-size: 1.4em;233 font-size: 1.4em;
234}234}
235.centertext235.centertext
236{236{
237 margin: 0 auto;237 margin: 0 auto;
238 text-align: center;238 text-align: center;
239}239}
240.righttext240.righttext
241{241{
242 margin-left: auto;242 margin-left: auto;
243 margin-right: 0;243 margin-right: 0;
244 text-align: right;244 text-align: right;
245}245}
246.lefttext246.lefttext
247{247{
248 margin-left: 0;248 margin-left: 0;
249 margin-right: auto;249 margin-right: auto;
250 text-align: left;250 text-align: left;
251}251}
252.double_height252.double_height
253{253{
254 line-height: 2em;254 line-height: 2em;
255}255}
256/* some common padding styles */256/* some common padding styles */
257.padding257.padding
258{258{
259 padding: 0.7em;259 padding: 0.7em;
260}260}
261.main_section, .lower_padding261.main_section, .lower_padding
262{262{
263 padding-bottom: 0.5em;263 padding-bottom: 0.5em;
264}264}
265/* a quick reset list class. */265/* a quick reset list class. */
266ul.reset, ul.reset li266ul.reset, ul.reset li
267{267{
268 padding: 0;268 padding: 0;
269 margin: 0;269 margin: 0;
270 list-style: none;270 list-style: none;
271}271}
272272
273/* Some BBC related styles.273/* Some BBC related styles.
@@ -276,125 +276,125 @@
276/* A quote, perhaps from another post. */276/* A quote, perhaps from another post. */
277blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote277blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote
278{278{
279 font-size: x-small;279 font-size: x-small;
280 color: #000;280 color: #000;
281 line-height: 1.4em;281 line-height: 1.4em;
282 background: url(../images/theme/quote.png) 0.1em 0.1em no-repeat;282 background: url(../images/theme/quote.png) 0.1em 0.1em no-repeat;
283 border-top: 2px solid #99A;283 border-top: 2px solid #99A;
284 border-bottom: 2px solid #99A;284 border-bottom: 2px solid #99A;
285 padding: 1.1em 1.4em;285 padding: 1.1em 1.4em;
286 margin: 0.1em 0 0.3em 0;286 margin: 0.1em 0 0.3em 0;
287 overflow: auto;287 overflow: auto;
288}288}
289289
290/* Alterate blockquote stylings */290/* Alterate blockquote stylings */
291blockquote.bbc_standard_quote291blockquote.bbc_standard_quote
292{292{
293 background-color: #d7daec;293 background-color: #d7daec;
294}294}
295blockquote.bbc_alternate_quote295blockquote.bbc_alternate_quote
296{296{
297 background-color: #e7eafc;297 background-color: #e7eafc;
298}298}
299299
300/* A code block - maybe PHP ;). */300/* A code block - maybe PHP ;). */
301code.bbc_code301code.bbc_code
302{302{
303 display: block;303 display: block;
304 font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;304 font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
305 font-size: x-small;305 font-size: x-small;
306 background: #eef;306 background: #eef;
307 border-top: 2px solid #999;307 border-top: 2px solid #999;
308 border-bottom: 2px solid #999;308 border-bottom: 2px solid #999;
309 line-height: 1.5em;309 line-height: 1.5em;
310 padding: 3px 1em;310 padding: 3px 1em;
311 overflow: auto;311 overflow: auto;
312 white-space: pre;312 white-space: pre;
313 /* Show a scrollbar after about 24 lines. */313 /* Show a scrollbar after about 24 lines. */
314 max-height: 24em;314 max-height: 24em;
315}315}
316316
317/* The "Quote:" and "Code:" header parts... */317/* The "Quote:" and "Code:" header parts... */
318.codeheader, .quoteheader318.codeheader, .quoteheader
319{319{
320 color: #666;320 color: #666;
321 font-size: x-small;321 font-size: x-small;
322 font-weight: bold;322 font-weight: bold;
323 padding: 0 0.3em;323 padding: 0 0.3em;
324}324}
325325
326/* For links to change the code stuff... */326/* For links to change the code stuff... */
327.codeoperation327.codeoperation
328{328{
329 font-weight: normal;329 font-weight: normal;
330}330}
331331
332/* Styling for BBC tags */332/* Styling for BBC tags */
333.bbc_link:link, .bbc_link:visited333.bbc_link:link, .bbc_link:visited
334{334{
335 color: #778899;335 color: #778899;
336}336}
337.bbc_size337.bbc_size
338{338{
339 line-height: 1.4em;339 line-height: 1.4em;
340}340}
341.bbc_color a341.bbc_color a
342{342{
343 color: inherit;343 color: inherit;
344}344}
345.bbc_img345.bbc_img
346{346{
347 border: 0;347 border: 0;
348}348}
349.bbc_table349.bbc_table
350{350{
351 font: inherit;351 font: inherit;
352 color: inherit;352 color: inherit;
353}353}
354.bbc_table td354.bbc_table td
355{355{
356 font: inherit;356 font: inherit;
357 color: inherit;357 color: inherit;
358 vertical-align: top;358 vertical-align: top;
359}359}
360.bbc_u360.bbc_u
361{361{
362 text-decoration: underline;362 text-decoration: underline;
363}363}
364.bbc_list364.bbc_list
365{365{
366 margin: 0 auto;366 margin: 0 auto;
367}367}
368.bbc_tt368.bbc_tt
369{369{
370 font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;370 font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
371}371}
372372
373/* Generally, those [?] icons. This makes your cursor a help icon. */373/* Generally, those [?] icons. This makes your cursor a help icon. */
374.help374.help
375{375{
376 cursor: help;376 cursor: help;
377}377}
378378
379/* /me uses this a lot. (emote, try typing /me in a post.) */379/* /me uses this a lot. (emote, try typing /me in a post.) */
380.meaction380.meaction
381{381{
382 color: red;382 color: red;
383}383}
384384
385/* Highlighted text - such as search results. */385/* Highlighted text - such as search results. */
386.highlight386.highlight
387{387{
388 background-color: #ff0;388 background-color: #ff0;
389 font-weight: bold;389 font-weight: bold;
390 color: #000 !important;390 color: #000 !important;
391}391}
392392
393/* A more discreet highlight color, for selected membergroups etc. */393/* A more discreet highlight color, for selected membergroups etc. */
394.highlight2394.highlight2
395{395{
396 background-color: #D1E1EF;396 background-color: #D1E1EF;
397 color: #000 !important;397 color: #000 !important;
398}398}
399399
400/* Generic, mostly color-related, classes.400/* Generic, mostly color-related, classes.
@@ -402,814 +402,814 @@
402402
403.titlebg, .titlebg2, thead tr.titlebg th, tr.titlebg td, tr.titlebg2 td403.titlebg, .titlebg2, thead tr.titlebg th, tr.titlebg td, tr.titlebg2 td
404{404{
405 color: #000;405 color: #000;
406 font-family: arial, helvetica, sans-serif;406 font-family: arial, helvetica, sans-serif;
407 font-size: 1.1em;407 font-size: 1.1em;
408 font-weight: bold;408 font-weight: bold;
409 background: url(../images/theme/main_block.png) no-repeat -10px -120px;409 background: url(../images/theme/main_block.png) no-repeat -10px -120px;
410}410}
411.catbg, .catbg2, tr.catbg td, tr.catbg2 td, tr.catbg th, tr.catbg2 th411.catbg, .catbg2, tr.catbg td, tr.catbg2 td, tr.catbg th, tr.catbg2 th
412{412{
413 color: #fff;413 color: #fff;
414 font-family: arial, helvetica, sans-serif;414 font-family: arial, helvetica, sans-serif;
415 font-size: 1.1em;415 font-size: 1.1em;
416 font-weight: bold;416 font-weight: bold;
417 background: url(../images/theme/main_block.png) no-repeat -10px -160px;417 background: url(../images/theme/main_block.png) no-repeat -10px -160px;
418}418}
419419
420/* adjust the table versions of headers */420/* adjust the table versions of headers */
421tr.titlebg td, tr.titlebg2 td421tr.titlebg td, tr.titlebg2 td
422{422{
423 padding: 6px;423 padding: 6px;
424}424}
425tr.catbg td, tr.catbg2 td, td.catbg, td.catbg2, tr.catbg th, tr.catbg2 th, th.catbg, th.catbg2425tr.catbg td, tr.catbg2 td, td.catbg, td.catbg2, tr.catbg th, tr.catbg2 th, th.catbg, th.catbg2
426{426{
427 padding: 6px;427 padding: 6px;
428}428}
429tr.titlebg td a, tr.titlebg2 td a429tr.titlebg td a, tr.titlebg2 td a
430{430{
431 color: #000;431 color: #000;
432}432}
433tr.catbg td a, tr.catbg2 td a, .catbg a433tr.catbg td a, tr.catbg2 td a, .catbg a
434{434{
435 color: #fff;435 color: #fff;
436}436}
437tr.catbg th.smalltext437tr.catbg th.smalltext
438{438{
439 font-size: 0.9em;439 font-size: 0.9em;
440}440}
441tr.titlebg th.smalltext, thead tr.titlebg th a:link, thead tr.titlebg th a:visited441tr.titlebg th.smalltext, thead tr.titlebg th a:link, thead tr.titlebg th a:visited
442{442{
443 color: #000;443 color: #000;
444 font-size: 0.95em;444 font-size: 0.95em;
445}445}
446446
447/* Alternating backgrounds for posts, and several other sections of the forum. */447/* Alternating backgrounds for posts, and several other sections of the forum. */
448.windowbg, #preview_body448.windowbg, #preview_body
449{449{
450 color: #000;450 color: #000;
451 background-color: #e7eaef;451 background-color: #e7eaef;
452}452}
453.windowbg2453.windowbg2
454{454{
455 color: #000;455 color: #000;
456 background-color: #f0f4f7;456 background-color: #f0f4f7;
457}457}
458.windowbg3458.windowbg3
459{459{
460 color: #000;460 color: #000;
461 background-color: #cacdd3;461 background-color: #cacdd3;
462}462}
463463
464/* the page navigation area */464/* the page navigation area */
465.pagesection465.pagesection
466{466{
467 font-size: 0.9em;467 font-size: 0.9em;
468 padding: 0 0 0.2em 0;468 padding: 0 0 0.2em 0;
469 overflow: hidden;469 overflow: hidden;
470 margin-bottom: 1px;470 margin-bottom: 1px;
471}471}
472div.pagesection div.floatright input472div.pagesection div.floatright input
473{473{
474 margin-top: 3px;474 margin-top: 3px;
475}475}
476476
477.pagelinks477.pagelinks
478{478{
479 padding: 0.6em 0 0.4em 0;479 padding: 0.6em 0 0.4em 0;
480}480}
481481
482/* GenericList */482/* GenericList */
483.additional_row483.additional_row
484{484{
485 padding: 0.5em 0 0.5em 0;485 padding: 0.5em 0 0.5em 0;
486}486}
487table.table_grid thead tr.catbg th.smalltext487table.table_grid thead tr.catbg th.smalltext
488{488{
489 white-space: nowrap;489 white-space: nowrap;
490}490}
491491
492/* Colors for background of posts requiring approval */492/* Colors for background of posts requiring approval */
493.approvebg493.approvebg
494{494{
495 color: #000;495 color: #000;
496 background-color: #ffeaea;496 background-color: #ffeaea;
497}497}
498.approvebg2498.approvebg2
499{499{
500 color: #000;500 color: #000;
501 background-color: #fff2f2;501 background-color: #fff2f2;
502}502}
503503
504/* Color for background of *topics* requiring approval */504/* Color for background of *topics* requiring approval */
505.approvetbg505.approvetbg
506{506{
507 color: #000;507 color: #000;
508 background-color: #e4a17c;508 background-color: #e4a17c;
509}509}
510.approvetbg2510.approvetbg2
511{511{
512 color: #000;512 color: #000;
513 background-color: #f3bd9f;513 background-color: #f3bd9f;
514}514}
515515
516/* Sticky topics get a different background */516/* Sticky topics get a different background */
517.stickybg517.stickybg
518{518{
519 background: #e8d8cf;519 background: #e8d8cf;
520}520}
521.stickybg2521.stickybg2
522{522{
523 background: #f2e3d9;523 background: #f2e3d9;
524}524}
525525
526/* Locked posts get a different shade, too! */526/* Locked posts get a different shade, too! */
527.lockedbg527.lockedbg
528{528{
529 background: #d4dce2;529 background: #d4dce2;
530 font-style: italic;530 font-style: italic;
531}531}
532.lockedbg2532.lockedbg2
533{533{
534 background: #d8e1e7;534 background: #d8e1e7;
535 font-style: italic;535 font-style: italic;
536}536}
537537
538/* Posts and personal messages displayed throughout the forum. */538/* Posts and personal messages displayed throughout the forum. */
539.post, .personalmessage539.post, .personalmessage
540{540{
541 overflow: auto;541 overflow: auto;
542 line-height: 1.4em;542 line-height: 1.4em;
543 padding: 0.1em 0;543 padding: 0.1em 0;
544}544}
545545
546/* All the signatures used in the forum. If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */546/* All the signatures used in the forum. If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
547.signature, .attachments547.signature, .attachments
548{548{
549 width: 98%;549 width: 98%;
550 overflow: auto;550 overflow: auto;
551 clear: right;551 clear: right;
552 padding: 1em 0 3px 0;552 padding: 1em 0 3px 0;
553 border-top: 1px solid #aaa;553 border-top: 1px solid #aaa;
554 line-height: 1.4em;554 line-height: 1.4em;
555 font-size: 0.85em;555 font-size: 0.85em;
556}556}
557.custom_fields_above_signature557.custom_fields_above_signature
558{558{
559 width: 98%;559 width: 98%;
560 clear: right;560 clear: right;
561 padding: 1em 0 3px 0;561 padding: 1em 0 3px 0;
562 border-top: 1px solid #aaa;562 border-top: 1px solid #aaa;
563 line-height: 1.4em;563 line-height: 1.4em;
564 font-size: 0.85em;564 font-size: 0.85em;
565}565}
566566
567/* Sometimes there will be an error when you post */567/* Sometimes there will be an error when you post */
568.error568.error
569{569{
570 color: red;570 color: red;
571}571}
572572
573/* Messages that somehow need to attract the attention. */573/* Messages that somehow need to attract the attention. */
574.alert574.alert
575{575{
576 color: red;576 color: red;
577}577}
578578
579/* Calendar colors for birthdays, events and holidays */579/* Calendar colors for birthdays, events and holidays */
580.birthday580.birthday
581{581{
582 color: #920ac4;582 color: #920ac4;
583}583}
584584
585.event585.event
586{586{
587 color: #078907;587 color: #078907;
588}588}
589589
590.holiday590.holiday
591{591{
592 color: #000080;592 color: #000080;
593}593}
594594
595/* Colors for warnings */595/* Colors for warnings */
596.warn_mute596.warn_mute
597{597{
598 color: red;598 color: red;
599}599}
600600
601.warn_moderate601.warn_moderate
602{602{
603 color: #ffa500;603 color: #ffa500;
604}604}
605605
606.warn_watch, .success606.warn_watch, .success
607{607{
608 color: green;608 color: green;
609}609}
610610
611a.moderation_link, a.moderation_link:visited611a.moderation_link, a.moderation_link:visited
612{612{
613 color: red;613 color: red;
614 font-weight: bold;614 font-weight: bold;
615}615}
616616
617.openid_login617.openid_login
618{618{
619 background: white url(../images/openid.gif) no-repeat;619 background: white url(../images/openid.gif) no-repeat;
620 padding-left: 18px;620 padding-left: 18px;
621}621}
622622
623/* a descriptive style */623/* a descriptive style */
624.description, .plainbox624.description, .plainbox
625{625{
626 padding: 0.5em 1em;626 padding: 0.5em 1em;
627 font-size: 0.9em;627 font-size: 0.9em;
628 line-height: 1.4em;628 line-height: 1.4em;
629 border: 1px solid #bbb;629 border: 1px solid #bbb;
630 background: #f5f5f0;630 background: #f5f5f0;
631 margin: 0 0 1em 0;631 margin: 0 0 1em 0;
632}632}
633633
634/* an informative style */634/* an informative style */
635.information635.information
636{636{
637 padding: 0.5em 1em;637 padding: 0.5em 1em;
638 font-size: 0.9em;638 font-size: 0.9em;
639 line-height: 1.3em;639 line-height: 1.3em;
640 border: 1px solid #bbb;640 border: 1px solid #bbb;
641 background: #f0f6f0;641 background: #f0f6f0;
642 margin: 0.3em 0 1em 0;642 margin: 0.3em 0 1em 0;
643}643}
644.information p644.information p
645{645{
646 padding: 1em;646 padding: 1em;
647 margin: 0;647 margin: 0;
648}648}
649p.para2649p.para2
650{650{
651 padding: 1em 0 3.5em 0;651 padding: 1em 0 3.5em 0;
652 margin: 0;652 margin: 0;
653}653}
654/* AJAX notification bar654/* AJAX notification bar
655------------------------------------------------------- */655------------------------------------------------------- */
656#ajax_in_progress656#ajax_in_progress
657{657{
658 background: url(../images/theme/loadingbar.png) repeat-x;658 background: url(../images/theme/loadingbar.png) repeat-x;
659 color: #f96f00;659 color: #f96f00;
660 text-align: center;660 text-align: center;
661 font-size: 16pt;661 font-size: 16pt;
662 padding: 8px;662 padding: 8px;
663 width: 100%;663 width: 100%;
664 height: 66px;664 height: 66px;
665 line-height: 25px;665 line-height: 25px;
666 position: fixed;666 position: fixed;
667 top: 0;667 top: 0;
668 left: 0;668 left: 0;
669}669}
670670
671#ajax_in_progress a671#ajax_in_progress a
672{672{
673 color: orange;673 color: orange;
674 text-decoration: underline;674 text-decoration: underline;
675 font-size: smaller;675 font-size: smaller;
676 float: right;676 float: right;
677 margin-right: 20px;677 margin-right: 20px;
678}678}
679679
680/* a general table class */680/* a general table class */
681table.table_grid681table.table_grid
682{682{
683 border-collapse: collapse;683 border-collapse: collapse;
684}684}
685table.table_grid td685table.table_grid td
686{686{
687 padding: 3px;687 padding: 3px;
688 border-bottom: 1px solid #fff;688 border-bottom: 1px solid #fff;
689 border-right: 1px solid #fff;689 border-right: 1px solid #fff;
690}690}
691691
692/* Lists with settings use these a lot.692/* Lists with settings use these a lot.
693------------------------------------------------------- */693------------------------------------------------------- */
694dl.settings694dl.settings
695{695{
696 clear: right;696 clear: right;
697 overflow: auto;697 overflow: auto;
698 margin: 0 0 10px 0;698 margin: 0 0 10px 0;
699 padding: 0;699 padding: 0;
700}700}
701dl.settings dt701dl.settings dt
702{702{
703 width: 48%;703 width: 48%;
704 float: left;704 float: left;
705 margin: 0 0 10px 0;705 margin: 0 0 10px 0;
706 padding: 0;706 padding: 0;
707 clear: both;707 clear: both;
708}708}
709dl.settings dt.settings_title709dl.settings dt.settings_title
710{710{
711 width: 100%;711 width: 100%;
712 float: none;712 float: none;
713 margin: 0 0 10px 0;713 margin: 0 0 10px 0;
714 padding: 5px 0 0 0;714 padding: 5px 0 0 0;
715 font-weight: bold;715 font-weight: bold;
716 clear: both;716 clear: both;
717}717}
718dl.settings dt.windowbg718dl.settings dt.windowbg
719{719{
720 width: 98%;720 width: 98%;
721 float: left;721 float: left;
722 margin: 0 0 3px 0;722 margin: 0 0 3px 0;
723 padding: 0 0 5px 0;723 padding: 0 0 5px 0;
724 clear: both;724 clear: both;
725}725}
726dl.settings dd726dl.settings dd
727{727{
728 width: 48%;728 width: 48%;
729 float: left;729 float: left;
730 margin: 0 0 3px 0;730 margin: 0 0 3px 0;
731 padding: 0;731 padding: 0;
732}732}
733dl.settings img733dl.settings img
734{734{
735 margin: 0 10px 0 0;735 margin: 0 10px 0 0;
736}736}
737/* help icons */737/* help icons */
738dl.settings dt a img738dl.settings dt a img
739{739{
740 position: relative;740 position: relative;
741 top: 2px;741 top: 2px;
742}742}
743743
744/* Styles for rounded headers.744/* Styles for rounded headers.
745------------------------------------------------------- */745------------------------------------------------------- */
746h3.catbg, h3.catbg2, h3.titlebg, h4.titlebg, h4.catbg, .table_list tbody.header td746h3.catbg, h3.catbg2, h3.titlebg, h4.titlebg, h4.catbg, .table_list tbody.header td
747{747{
748 overflow: hidden;748 overflow: hidden;
749 height: 31px;749 height: 31px;
750 line-height: 32px;750 line-height: 32px;
751 font-size: 1.2em;751 font-size: 1.2em;
752 font-weight: bold;752 font-weight: bold;
753}753}
754h3.catbg a, h3.catbg, .table_list tbody.header td, .table_list tbody.header td a754h3.catbg a, h3.catbg, .table_list tbody.header td, .table_list tbody.header td a
755{755{
756 color: #fff;756 color: #fff;
757}757}
758h3.catbg2 a, h3.catbg2758h3.catbg2 a, h3.catbg2
759{759{
760 color: #feb;760 color: #feb;
761}761}
762h3.catbg a:hover, .table_list tbody.header td a:hover762h3.catbg a:hover, .table_list tbody.header td a:hover
763{763{
764 color: #fd9;764 color: #fd9;
765 text-decoration: none;765 text-decoration: none;
766}766}
767h3.catbg2 a:hover767h3.catbg2 a:hover
768{768{
769 color: #fff;769 color: #fff;
770 text-decoration: none;770 text-decoration: none;
771}771}
772h3.titlebg a, h3.titlebg, h4.titlebg, h4.titlebg a772h3.titlebg a, h3.titlebg, h4.titlebg, h4.titlebg a
773{773{
774 color: #000;774 color: #000;
775}775}
776h3.titlebg a:hover, h4.titlebg a:hover776h3.titlebg a:hover, h4.titlebg a:hover
777{777{
778 color: #ffa500;778 color: #ffa500;
779 text-decoration: none;779 text-decoration: none;
780}780}
781h3.catbg img.icon, h4.titlebg img.icon781h3.catbg img.icon, h4.titlebg img.icon
782{782{
783 vertical-align: middle;783 vertical-align: middle;
784 margin: -2px 5px 0 0;784 margin: -2px 5px 0 0;
785}785}
786h4.catbg a.toggle img786h4.catbg a.toggle img
787{787{
788 vertical-align: middle;788 vertical-align: middle;
789 margin: -2px 5px 0 5px;789 margin: -2px 5px 0 5px;
790}790}
791h4.catbg span.left, h4.catbg2 span.left, h3.catbg span.left, h3.catbg2 span.left, .table_list tbody.header td span.left791h4.catbg span.left, h4.catbg2 span.left, h3.catbg span.left, h3.catbg2 span.left, .table_list tbody.header td span.left
792{792{
793 float: left;793 float: left;
794 display: block;794 display: block;
795 width: 9px;795 width: 9px;
796 height: 31px;796 height: 31px;
797 background: url(../images/theme/main_block.png) no-repeat 0 -160px;797 background: url(../images/theme/main_block.png) no-repeat 0 -160px;
798}798}
799799
800h4.catbg, h4.catbg2 , h3.catbg , h3.catbg2 , .table_list tbody.header td.catbg800h4.catbg, h4.catbg2 , h3.catbg , h3.catbg2 , .table_list tbody.header td.catbg
801{801{
802 background: url(../images/theme/main_block.png) no-repeat 100% -160px;802 background: url(../images/theme/main_block.png) no-repeat 100% -160px;
803 padding-right: 9px;803 padding-right: 9px;
804}804}
805805
806h4.titlebg span.left, h3.titlebg span.left806h4.titlebg span.left, h3.titlebg span.left
807{807{
808 float: left;808 float: left;
809 display: block;809 display: block;
810 width: 9px;810 width: 9px;
811 height: 31px;811 height: 31px;
812 background: url(../images/theme/main_block.png) no-repeat 0 -200px;812 background: url(../images/theme/main_block.png) no-repeat 0 -200px;
813}813}
814814
815h4.titlebg, h3.titlebg815h4.titlebg, h3.titlebg
816{816{
817 background: url(../images/theme/main_block.png) no-repeat 100% -200px;817 background: url(../images/theme/main_block.png) no-repeat 100% -200px;
818 padding-right: 9px;818 padding-right: 9px;
819}819}
820820
821h4.titlebg img.icon821h4.titlebg img.icon
822{822{
823 float: left;823 float: left;
824 margin: 5px 8px 0 0;824 margin: 5px 8px 0 0;
825}825}
826div.cat_bar826div.cat_bar
827{827{
828 background: url(../images/theme/main_block.png) no-repeat 0 -160px;828 background: url(../images/theme/main_block.png) no-repeat 0 -160px;
829 padding-left: 9px;829 padding-left: 9px;
830 overflow: hidden;830 overflow: hidden;
831}831}
832div.title_bar832div.title_bar
833{833{
834 background: url(../images/theme/main_block.png) no-repeat 0 -200px;834 background: url(../images/theme/main_block.png) no-repeat 0 -200px;
835 padding-left: 9px;835 padding-left: 9px;
836 overflow: hidden;836 overflow: hidden;
837}837}
838div.title_barIC838div.title_barIC
839{839{
840 background: url(../images/theme/main_block.png) no-repeat 0 -120px;840 background: url(../images/theme/main_block.png) no-repeat 0 -120px;
841 padding-left: 9px;841 padding-left: 9px;
842 overflow: hidden;842 overflow: hidden;
843}843}
844/* rounded bars needs a different background here */844/* rounded bars needs a different background here */
845#upshrinkHeaderIC h3.catbg span.left, #upshrinkHeaderIC h3.catbg2 span.left845#upshrinkHeaderIC h3.catbg span.left, #upshrinkHeaderIC h3.catbg2 span.left
846{846{
847 background: url(../images/theme/main_block.png) no-repeat 0 -160px;847 background: url(../images/theme/main_block.png) no-repeat 0 -160px;
848}848}
849#upshrinkHeaderIC h3.catbg, #upshrinkHeaderIC h3.catbg2849#upshrinkHeaderIC h3.catbg, #upshrinkHeaderIC h3.catbg2
850{850{
851 background: url(../images/theme/main_block.png) no-repeat 100% -160px;851 background: url(../images/theme/main_block.png) no-repeat 100% -160px;
852}852}
853#upshrinkHeaderIC h4.titlebg span.left853#upshrinkHeaderIC h4.titlebg span.left
854{854{
855 background: url(../images/theme/main_block.png) no-repeat 0 -120px;855 background: url(../images/theme/main_block.png) no-repeat 0 -120px;
856}856}
857#upshrinkHeaderIC h4.titlebg857#upshrinkHeaderIC h4.titlebg
858{858{
859 background: url(../images/theme/main_block.png) no-repeat 100% -120px;859 background: url(../images/theme/main_block.png) no-repeat 100% -120px;
860}860}
861#upshrinkHeaderIC p.pminfo861#upshrinkHeaderIC p.pminfo
862{862{
863 margin: 0;863 margin: 0;
864 padding: 0.5em;864 padding: 0.5em;
865}865}
866img#upshrink_ic, img#newsupshrink866img#upshrink_ic, img#newsupshrink
867{867{
868 float: right;868 float: right;
869 margin: 10px 5px 0 0;869 margin: 10px 5px 0 0;
870}870}
871table.table_list a.unreadlink, table.table_list a.collapse871table.table_list a.unreadlink, table.table_list a.collapse
872{872{
873 float: right;873 float: right;
874}874}
875table.table_list a.collapse875table.table_list a.collapse
876{876{
877 margin: 10px 5px 0 1em;877 margin: 10px 5px 0 1em;
878}878}
879879
880/* The half-round header bars for some tables. */880/* The half-round header bars for some tables. */
881.table_grid thead th881.table_grid thead th
882{882{
883 height: 28px;883 height: 28px;
884 color: #fff;884 color: #fff;
885 font-family: arial, helvetica, sans-serif;885 font-family: arial, helvetica, sans-serif;
886 font-size: 1.1em;886 font-size: 1.1em;
887 font-weight: bold;887 font-weight: bold;
888 background: url(../images/theme/main_block.png) no-repeat -10px -160px;888 background: url(../images/theme/main_block.png) no-repeat -10px -160px;
889}889}
890.table_grid thead th a:link, .table_grid thead th a:visited890.table_grid thead th a:link, .table_grid thead th a:visited
891{891{
892 color: #fff;892 color: #fff;
893}893}
894.table_grid th.first_th894.table_grid th.first_th
895{895{
896 background: url(../images/theme/main_block.png) no-repeat 0 -160px;896 background: url(../images/theme/main_block.png) no-repeat 0 -160px;
897}897}
898.table_grid th.last_th898.table_grid th.last_th
899{899{
900 background: url(../images/theme/main_block.png) no-repeat 100% -160px;900 background: url(../images/theme/main_block.png) no-repeat 100% -160px;
901}901}
902.table_grid th.last_th input902.table_grid th.last_th input
903{903{
904 margin: 0 2px;904 margin: 0 2px;
905}905}
906906
907/* Common styles used to add corners to divisions.907/* Common styles used to add corners to divisions.
908------------------------------------------------------- */908------------------------------------------------------- */
909.windowbg span.topslice909.windowbg span.topslice
910{910{
911 display: block;911 display: block;
912 padding-left: 20px;912 padding-left: 20px;
913 background: url(../images/theme/main_block.png) 0 -30px no-repeat;913 background: url(../images/theme/main_block.png) 0 -30px no-repeat;
914}914}
915.windowbg span.topslice span915.windowbg span.topslice span
916{916{
917 display: block;917 display: block;
918 background: url(../images/theme/main_block.png) 100% -30px no-repeat;918 background: url(../images/theme/main_block.png) 100% -30px no-repeat;
919 height: 11px;919 height: 11px;
920}920}
921.windowbg span.botslice921.windowbg span.botslice
922{922{
923 display: block;923 display: block;
924 padding-left: 20px;924 padding-left: 20px;
925 background: url(../images/theme/main_block.png) 0 -40px no-repeat;925 background: url(../images/theme/main_block.png) 0 -40px no-repeat;
926 font-size: 5px;926 font-size: 5px;
927 line-height: 5px;927 line-height: 5px;
928 margin-bottom: 0.2em;928 margin-bottom: 0.2em;
929}929}
930.windowbg span.botslice span930.windowbg span.botslice span
931{931{
932 display: block;932 display: block;
933 background: url(../images/theme/main_block.png) 100% -40px no-repeat;933 background: url(../images/theme/main_block.png) 100% -40px no-repeat;
934 height: 11px;934 height: 11px;
935}935}
936936
937.windowbg2 span.topslice937.windowbg2 span.topslice
938{938{
939 display: block;939 display: block;
940 padding-left: 20px;940 padding-left: 20px;
941 background: url(../images/theme/main_block.png) 0 -60px no-repeat;941 background: url(../images/theme/main_block.png) 0 -60px no-repeat;
942}942}
943.windowbg2 span.topslice span943.windowbg2 span.topslice span
944{944{
945 display: block;945 display: block;
946 background: url(../images/theme/main_block.png) 100% -60px no-repeat;946 background: url(../images/theme/main_block.png) 100% -60px no-repeat;
947 height: 11px;947 height: 11px;
948}948}
949.windowbg2 span.botslice949.windowbg2 span.botslice
950{950{
951 display: block;951 display: block;
952 padding-left: 20px;952 padding-left: 20px;
953 background: url(../images/theme/main_block.png) 0 -71px no-repeat;953 background: url(../images/theme/main_block.png) 0 -71px no-repeat;
954 font-size: 5px;954 font-size: 5px;
955 line-height: 5px;955 line-height: 5px;
956 margin-bottom: 0.2em;956 margin-bottom: 0.2em;
957}957}
958.windowbg2 span.botslice span958.windowbg2 span.botslice span
959{959{
960 display: block;960 display: block;
961 background: url(../images/theme/main_block.png) 100% -71px no-repeat;961 background: url(../images/theme/main_block.png) 100% -71px no-repeat;
962 height: 11px;962 height: 11px;
963}963}
964.approvebg span.topslice964.approvebg span.topslice
965{965{
966 display: block;966 display: block;
967 padding-left: 20px;967 padding-left: 20px;
968 background: url(../images/theme/main_block.png) 0 0 no-repeat;968 background: url(../images/theme/main_block.png) 0 0 no-repeat;
969}969}
970.approvebg span.topslice span970.approvebg span.topslice span
971{971{
972 display: block;972 display: block;
973 background: url(../images/theme/main_block.png) 100% 0 no-repeat;973 background: url(../images/theme/main_block.png) 100% 0 no-repeat;
974 height: 11px;974 height: 11px;
975}975}
976.approvebg span.botslice976.approvebg span.botslice
977{977{
978 display: block;978 display: block;
979 padding-left: 20px;979 padding-left: 20px;
980 background: url(../images/theme/main_block.png) 0 -11px no-repeat;980 background: url(../images/theme/main_block.png) 0 -11px no-repeat;
981 margin-bottom: 0.2em;981 margin-bottom: 0.2em;
982}982}
983.approvebg span.botslice span983.approvebg span.botslice span
984{984{
985 display: block;985 display: block;
986 background: url(../images/theme/main_block.png) 100% -11px no-repeat;986 background: url(../images/theme/main_block.png) 100% -11px no-repeat;
987 height: 11px;987 height: 11px;
988}988}
989.postbg989.postbg
990{990{
991 border-left: 1px solid #7f7f7f;991 border-left: 1px solid #7f7f7f;
992 border-right: 1px solid #7f7f7f;992 border-right: 1px solid #7f7f7f;
993}993}
994994
995/* Used for sections that need somewhat larger corners.995/* Used for sections that need somewhat larger corners.
996----------------------------------------------------------- */996----------------------------------------------------------- */
997.roundframe997.roundframe
998{998{
999 padding: 0 10px;999 padding: 0 10px;
1000 background: #f5f5f5;1000 background: #f5f5f5;
1001 border-left: 1px solid #c5c5c5;1001 border-left: 1px solid #c5c5c5;
1002 border-right: 1px solid #c5c5c5;1002 border-right: 1px solid #c5c5c5;
1003}1003}
1004.roundframe dl, .roundframe dt, .roundframe p1004.roundframe dl, .roundframe dt, .roundframe p
1005{1005{
1006 margin: 0;1006 margin: 0;
1007}1007}
1008.roundframe p1008.roundframe p
1009{1009{
1010 padding: 0.5em;1010 padding: 0.5em;
1011}1011}
1012span.upperframe1012span.upperframe
1013{1013{
1014 padding: 0;1014 padding: 0;
1015 display: block;1015 display: block;
1016 background: url(../images/theme/main_block.png) 0 -90px no-repeat;1016 background: url(../images/theme/main_block.png) 0 -90px no-repeat;
1017 padding-left: 20px;1017 padding-left: 20px;
1018}1018}
1019span.upperframe span1019span.upperframe span
1020{1020{
1021 padding: 0;1021 padding: 0;
1022 height: 12px;1022 height: 12px;
1023 display: block;1023 display: block;
1024 background: url(../images/theme/main_block.png) 100% -90px no-repeat;1024 background: url(../images/theme/main_block.png) 100% -90px no-repeat;
1025}1025}
1026span.lowerframe1026span.lowerframe
1027{1027{
1028 padding: 0;
1029 display: block;
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: