~ubuntu-branches/debian/squeeze/movabletype-opensource/squeeze

« back to all changes in this revision

Viewing changes to mt-static/themes/hills-green/screen.css

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2008-06-13 23:28:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080613232840-ya4jfxv1jgl45a3d
Tags: 4.2~rc2-1
* New upstream release candidate
* Update Standards-Version (no changes)
* Ensure that schema upgrade message is always seen

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 
3
 
A Six Apart theme adapted for Movable Type default templates 
4
 
name: Hills Green  
5
 
designer: Mena Trott  
6
 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
7
 
*/
8
 
 
9
 
 
10
 
/* Default ---------------------------------------------------------------- */
11
 
 
12
 
/* Global */
13
 
 
14
 
body {
15
 
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
16
 
}
17
 
 
18
 
 
19
 
/* Header */
20
 
 
21
 
#header {
22
 
    border-top-width: 10px;
23
 
    border-top-style: solid;
24
 
}
25
 
 
26
 
#header-inner {
27
 
    position: relative;
28
 
}
29
 
 
30
 
#header-name {
31
 
    margin: 0 0 5px;
32
 
    line-height: 1;
33
 
}
34
 
 
35
 
#header-description {
36
 
    margin: 0;
37
 
    font-size: 14px;
38
 
    line-height: 1.125;
39
 
}
40
 
 
41
 
#header a {
42
 
    text-decoration: none;
43
 
}
44
 
 
45
 
#header a:hover {
46
 
    text-decoration: underline;
47
 
}
48
 
 
49
 
 
50
 
/* Content */
51
 
 
52
 
.asset-name {
53
 
    font-size: 22px;
54
 
    font-weight: bold;
55
 
}
56
 
 
57
 
.asset-name a {
58
 
    text-decoration: none;
59
 
}
60
 
 
61
 
.asset-name a:hover {
62
 
    text-decoration: underline;
63
 
}
64
 
 
65
 
.asset-content {
66
 
    margin: 5px 0;
67
 
}
68
 
 
69
 
.asset-more-link {
70
 
    font-weight: bold;
71
 
}
72
 
 
73
 
.asset-meta {
74
 
    border-top: 1px solid #d4e5f2;
75
 
}
76
 
 
77
 
.asset-footer {
78
 
    border-top: 1px solid #d4e5f2;
79
 
}
80
 
 
81
 
.content-nav {
82
 
    margin: 5px 0 10px;
83
 
}
84
 
 
85
 
.archive-title {
86
 
    margin: 5px 0 30px;
87
 
    font-size: 26px;
88
 
    font-weight: bold;
89
 
}
90
 
 
91
 
.widget-header,
92
 
.trackbacks-header,
93
 
.comments-header,
94
 
.comments-open-header,
95
 
.archive-header,
96
 
.search-form-header,
97
 
.search-results-header {
98
 
    margin: 0;
99
 
    padding: 5px 0;
100
 
    font-size: 18px;
101
 
    font-weight: bold;
102
 
}
103
 
 
104
 
.search-results-header {
105
 
    margin-bottom: .25em;
106
 
}
107
 
 
108
 
.asset-more-link,
109
 
.asset-meta,
110
 
.typelist-thumbnailed {
111
 
    font-size: 11px;
112
 
}
113
 
 
114
 
/* Footer */
115
 
 
116
 
#footer-content,
117
 
#footer-content a {
118
 
    color: #fff;
119
 
}
120
 
 
121
 
 
122
 
/* Utility */
123
 
 
124
 
.widget-header,
125
 
.trackbacks-header,
126
 
.comments-header,
127
 
.comments-open-header,
128
 
.archive-header,
129
 
.search-form-header,
130
 
.search-results-header {
131
 
    /* ie win (5, 5.5, 6) bugfix */
132
 
    p\osition: relative;
133
 
    width: 100%;
134
 
    w\idth: auto;
135
 
}
136
 
 
137
 
 
138
 
/* Global ----------------------------------------------------------------- */
139
 
 
140
 
body {
141
 
    color: #333;   
142
 
    background: #fff url(body.gif) repeat-x fixed top center; 
143
 
}
144
 
 
145
 
a {
146
 
    color: #5e9ad2; 
147
 
    font-weight: bold; 
148
 
}
149
 
 
150
 
a:hover {
151
 
    text-decoration: none;
152
 
}
153
 
 
154
 
 
155
 
/* Layout ----------------------------------------------------------------- */
156
 
 
157
 
#container-inner,
158
 
#content {
159
 
    background-color: #fff;
160
 
}
161
 
 
162
 
#header-inner, #content-inner, #footer-inner {
163
 
    padding-top: 0;
164
 
    padding-bottom: 0;
165
 
}
166
 
 
167
 
#header-inner, #beta-inner, #gamma-inner {
168
 
    padding-right: 0;
169
 
    padding-left: 0;
170
 
}
171
 
 
172
 
 
173
 
/* Header ----------------------------------------------------------------- */
174
 
 
175
 
#header { 
176
 
    border-color: #5283b1;  
177
 
    background: #cdeaff url(header.png) no-repeat bottom left; 
178
 
}
179
 
 
180
 
#header a {
181
 
    color: #5e9ad2;
182
 
    font-weight: normal;
183
 
}
184
 
 
185
 
* html #header-content {  /*HACK targets IE6 but not 7, instead of min-height*/
186
 
    height: 74px;
187
 
}
188
 
#header-content {
189
 
    width: 770px; 
190
 
    min-height: 74px; 
191
 
    margin: 20px 0 116px 20px;
192
 
}
193
 
 
194
 
#header-name {
195
 
    color: #5e9ad2; 
196
 
    font-size: 28px;
197
 
    font-weight: normal;
198
 
}
199
 
 
200
 
#header-description {
201
 
    color: #999;  
202
 
    font-weight: normal; 
203
 
}
204
 
 
205
 
#header {
206
 
    margin-bottom: 10px;
207
 
}
208
 
 
209
 
#header-inner {
210
 
    padding-bottom: 20px;
211
 
    padding-left: 27px;
212
 
}
213
 
 
214
 
 
215
 
/* Content ---------------------------------------------------------------- */
216
 
 
217
 
.asset {
218
 
    background: url(post-ornament.gif) no-repeat 0 0;
219
 
}
220
 
 
221
 
.asset-header {
222
 
    margin-top: 15px;
223
 
}
224
 
 
225
 
.asset-header,
226
 
.asset-content,
227
 
.asset-footer {
228
 
    margin-left: 27px;
229
 
    margin-right: 27px;
230
 
}  
231
 
 
232
 
.asset-name,
233
 
.asset-name a,
234
 
.archive-title {
235
 
    color: #5e9ad2;
236
 
}
237
 
 
238
 
.asset-footer {
239
 
    border-top-color: #d4e5f2;
240
 
}
241
 
 
242
 
.comments-header,
243
 
.comments-open-header,
244
 
.trackbacks-header,
245
 
.archive-header,
246
 
.search-form-header,
247
 
.search-results-header {
248
 
    color: #5e9ad2;
249
 
}
250
 
 
251
 
.comment,
252
 
.trackback {
253
 
    border-color: #d4e5f2;
254
 
}
255
 
 
256
 
 
257
 
 
258
 
.archive-list-item {
259
 
    margin-bottom: 5px;
260
 
}
261
 
 
262
 
 
263
 
/* Widget ----------------------------------------------------------------- */
264
 
 
265
 
.layout-wtt #content-inner { background: transparent url(content-wtt.gif) repeat-y scroll right top; }
266
 
.layout-twt #content-inner { background: transparent url(content-twt.gif) repeat-y scroll left top; }
267
 
.layout-wt #content-inner { background: transparent url(content-wt.gif) repeat-y scroll right top; }
268
 
.layout-tw #content-inner { background: transparent url(content-tw.gif) repeat-y scroll left top; }
269
 
 
270
 
#content .widget {
271
 
    border-bottom: 1px solid #d4e5f2;
272
 
}
273
 
 
274
 
.widget-header,
275
 
.widget-content {
276
 
    margin-right: 15px;
277
 
    margin-left: 15px;
278
 
}
279
 
 
280
 
.widget-header {
281
 
    margin-top: 10px;
282
 
}
283
 
 
284
 
.widget-header,
285
 
.widget-header a {
286
 
    color: #5e9ad2;
287
 
    font-weight: bold;
288
 
}
289
 
 
290
 
.widget-content {
291
 
    margin-bottom: 15px;
292
 
}
293
 
 
294
 
.widget-content a {
295
 
    color: #999;
296
 
}
297
 
 
298
 
.widget-about .widget-header {
299
 
    margin-bottom: 10px;
300
 
}
301
 
 
302
 
#content .widget-powered .widget-content {
303
 
    margin: 0;
304
 
    background-color: #f0f6fa;
305
 
}
306
 
 
307
 
.layout-wtt #content #beta .widget-powered .widget-content,
308
 
.layout-twt #content #gamma .widget-powered .widget-content,
309
 
.layout-wt #content #beta .widget-powered .widget-content {
310
 
    margin-left: 1px;
311
 
}
312
 
 
313
 
.layout-twt #content #beta .widget-powered .widget-content,
314
 
.layout-tw #content #beta .widget-powered .widget-content {
315
 
    margin-right: 1px;
316
 
}
317
 
 
318
 
.widget-email .widget-content,
319
 
.widget-subscribe .widget-content,
320
 
.widget-syndicate .widget-content {
321
 
    margin-top: 15px;
322
 
323
 
 
324
 
.widget-header {
325
 
    font-size: 14px;
326
 
}
327
 
 
328
 
.widget-header a {
329
 
    text-decoration: none;
330
 
}
331
 
 
332
 
.widget-header a:hover {
333
 
    text-decoration: underline;
334
 
}
335
 
 
336
 
.widget-content {
337
 
    margin-top: 5px;
338
 
    margin-bottom: 20px;
339
 
    font-size: 11px;
340
 
}
341
 
 
342
 
 
343
 
/* "Powered By" Widget */
344
 
 
345
 
.widget-powered .widget-content {
346
 
    padding: 10px;
347
 
    text-align: center;
348
 
}
349
 
 
350
 
 
351
 
/* Calendar Widget */
352
 
 
353
 
.widget-calendar .widget-content table {
354
 
    font-size: 10px;
355
 
}
356
 
 
357
 
 
358
 
/* Footer Widgets */
359
 
 
360
 
#footer .widget {
361
 
    margin: 10px 0;
362
 
}
363
 
 
364
 
#footer .widget-content {
365
 
    padding-right: 0;
366
 
    padding-left: 0;
367
 
}
368
 
 
369
 
#footer .widget-powered .widget-content {
370
 
    padding: 0;
371
 
    text-align: left;
372
 
}
373
 
 
374
 
 
375
 
/* Footer ----------------------------------------------------------------- */
376
 
 
377
 
#footer { 
378
 
    background-color: #5283b1; 
379
 
}
380
 
 
381
 
#footer-content {
382
 
    margin: 20px 0;
383
 
}
384
 
 
385
 
 
386
 
/* Utilities -------------------------------------------------------------- */
387
 
 
388
 
#header:after,
389
 
#header-inner:after,
390
 
#content:after,
391
 
#alpha-inner:after,
392
 
#beta-inner:after,
393
 
#gamma-inner:after,
394
 
#footer:after {
395
 
    content: " ";
396
 
    display: block;
397
 
    visibility: hidden;
398
 
    clear: both;
399
 
    height: 0.1px;
400
 
    font-size: 0.1em;
401
 
    line-height: 0;
402
 
}
403
 
 
404
 
 
405
 
#header-inner,
406
 
#content-inner,
407
 
#footer-inner,
408
 
.asset-body {
409
 
    height: 1%;
410
 
}
411
 
 
412
 
 
413
 
/* Custom Styles ---------------------------------------------------------- */
414
 
 
415
 
.asset-stream  .asset-header-content {
416
 
    padding: 15px 0 0 27px;
417
 
}
 
 
b'\\ No newline at end of file'