~ubuntu-it-wiki/wiki-ubuntu-it/wiki-repo

« back to all changes in this revision

Viewing changes to htdocs/light/css/ubuntu2010.css

  • Committer: Leo Iannacone
  • Date: 2011-06-01 19:48:26 UTC
  • Revision ID: l3on@ubuntu.com-20110601194826-a8zt6and1d9gqmfu
Update light theme to ubuntu-it style

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Custom style */
 
2
 
 
3
* {
 
4
    color: #222222;
 
5
    font-family: Ubuntu,"Ubuntu Beta",UbuntuBeta,"Bitstream Vera Sans","DejaVu Sans",Tahoma,sans-serif;
 
6
}
 
7
 
 
8
body {
 
9
    background: url("../img/dotted.png") repeat scroll 0 0 #F5F6F7;
 
10
    min-width: 985px;
 
11
}
 
12
 
 
13
div, p {
 
14
    font-size: 13px;
 
15
}
 
16
 
 
17
tbody {
 
18
    border-top: medium none;
 
19
}
 
20
 
 
21
a, a:link, a:visited {
 
22
    text-decoration: none;
 
23
}
 
24
 
 
25
a:hover {
 
26
    text-decoration: underline;
 
27
}
 
28
 
 
29
h1, h2, h3, h4, h5, h6 {
 
30
    color: #222222;
 
31
    font-weight: normal;
 
32
    margin-bottom: 20px;
 
33
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
 
34
}
 
35
 
 
36
h1 {
 
37
    font-size: 36px;
 
38
    line-height: 40px;
 
39
    margin: 24px 0 32px;
 
40
    padding: 0;
 
41
}
 
42
 
 
43
h2, #center h2 a {
 
44
    font-size: 24px;
 
45
    line-height: 28px;
 
46
    margin: 0 0 8px;
 
47
    padding: 0;
 
48
}
 
49
 
 
50
h3 {
 
51
    font-size: 16px;
 
52
    line-height: 20px;
 
53
    padding: 0;
 
54
}
 
55
 
 
56
h4, h5, h6 {
 
57
    font-size: 12px;
 
58
    line-height: 16px;
 
59
    margin: 0;
 
60
    padding: 0;
 
61
}
 
62
 
 
63
p {
 
64
    line-height: 16px;
 
65
    margin: 4px 0;
 
66
    padding: 0;
 
67
}
 
68
 
 
69
a, a:link, a:visited {
 
70
    color: #DD4814;
 
71
}
 
72
 
 
73
a, a:link, a:visited {
 
74
    text-decoration: none;
 
75
}
 
76
 
 
77
.commercial {
 
78
    color: #772953 !important;
 
79
}
 
80
 
 
81
table.sticky-table {
 
82
    width: 100%;
 
83
}
 
84
 
 
85
.curved-top {
 
86
    border-radius: 4px 4px 0 0;
 
87
}
 
88
 
 
89
.curved-bottom {
 
90
    border-radius: 0 0 4px 4px;
 
91
}
 
92
 
 
93
.curved-both {
 
94
    border-radius: 4px 4px 4px 4px;
 
95
}
 
96
 
 
97
.shadowed {
 
98
    box-shadow: 0 1px 3px #989898;
 
99
}
 
100
 
 
101
.no-padding {
 
102
    padding: 0 !important;
 
103
}
 
104
 
 
105
.quote-source {
 
106
    font-size: 10px;
 
107
}
 
108
 
 
109
#center h2 {
 
110
    margin: 18px 0 10px;
 
111
}
 
112
 
 
113
table#attachments {
 
114
    display: none;
 
115
}
 
116
 
 
117
#fixed-header {
 
118
    height: 120px;
 
119
}
 
120
 
 
121
.container {
 
122
  width: 985px;
 
123
  background: transparent;
 
124
}
 
125
 
 
126
#header {
 
127
    background: url("../img/header_b.png") repeat-x scroll left top #DD4814;
 
128
    height: 64px;
 
129
    margin: 0 2px;
 
130
    text-shadow: 0 1px black;
 
131
    min-width: 985px;
 
132
}
 
133
 
 
134
#header .container {
 
135
    background: url("../img/topnav_divider.png") no-repeat scroll left top transparent !important;
 
136
    height: 100%;
 
137
    padding-left: 2px;
 
138
}
 
139
 
 
140
#header li, #header li.last {
 
141
    border: 0 none;
 
142
}
 
143
 
 
144
#header li {
 
145
    background: url("../img/topnav_divider.png") no-repeat scroll right top transparent !important;
 
146
    padding-right: 2px;
 
147
}
 
148
 
 
149
#header li a {
 
150
    background: url("../img/header_b.png") repeat-x scroll left top #DD4814;
 
151
    height: 64px;
 
152
    line-height: 64px;
 
153
    padding: 0 7px 0 5px;
 
154
    color: #FFFFFF;
 
155
    text-shadow: 1px 1px 1px #333333;
 
156
    float: left;
 
157
}
 
158
 
 
159
#header li.active-trail a, #header li a.active, #header li.active a, #header li a:hover {
 
160
    background: url("../img/header_b_active.png") repeat-x scroll left top #B83A10 !important;
 
161
}
 
162
 
 
163
#logo {
 
164
    margin: 14px 0 0;
 
165
    width: 123px;
 
166
    height: 46px;
 
167
    background: url('../img/logo.png');
 
168
}
 
169
 
 
170
#header .buttons {
 
171
    cursor: pointer;
 
172
    float: left;
 
173
    margin-left: 5px;
 
174
    margin-top: 5px;
 
175
}
 
176
 
 
177
#header .buttons #accessibility {
 
178
    background: url("../img/accessibility.png") repeat scroll 0 0 transparent;
 
179
    height: 24px;
 
180
    width: 24px;
 
181
}
 
182
 
 
183
#header .buttons #accessibility:hover {
 
184
    background-position: center bottom;
 
185
}
 
186
 
 
187
#header .buttons #accessibility:active {
 
188
    background-position: 24px 50%;
 
189
}
 
190
 
 
191
#header #ubuntu-it-sites {
 
192
    float: right;
 
193
    font-size: 10px;
 
194
    margin-right: -118px;
 
195
}
 
196
 
 
197
#header #ubuntu-it-sites a {
 
198
    color: #FFFFFF;
 
199
    margin-left: 3px;
 
200
    text-shadow: none;
 
201
}
 
202
 
 
203
#header #ubuntu-it-sites a:hover {
 
204
    text-shadow: 1px 1px 1px #333333;
 
205
}
 
206
 
 
207
#subheader .container-inside {
 
208
    background: url("../img/header-shadow.png") repeat-x scroll center top #F7F7F7;
 
209
}
 
210
 
 
211
#subheader .links a {
 
212
    clear: none;
 
213
    color: #333333;
 
214
    display: block;
 
215
    float: left;
 
216
    text-shadow: none;
 
217
    width: auto;
 
218
}
 
219
 
 
220
#subheader .links a:focus, #subheader .links a:hover, #subheader .links a:active, #subheader .links li.active a {
 
221
    background: url("../img/header-shadow.png") repeat-x scroll center top #F2F2F2;
 
222
    border-bottom: medium solid #666666;
 
223
    color: #DD4814;
 
224
}
 
225
 
 
226
#subheader .links a:hover {
 
227
    border-color: #DD4814;
 
228
}
 
229
 
 
230
#footer .container p {
 
231
    color: #666666;
 
232
    font-size: 10px;
 
233
    text-align: center;
 
234
    text-shadow: 0 1px 0 #FFFFFF;
 
235
}
 
236
 
 
237
#search-box div {
 
238
    padding-left: 0 !important;
 
239
    padding-right: 0 !important;
 
240
}
 
241
 
 
242
#center .sidebar {
 
243
}
 
244
 
 
245
#center.sidebar-left {
 
246
}
 
247
 
 
248
#content, #footer, #subheader {
 
249
    background: none repeat scroll 0 0 transparent;
 
250
}
 
251
 
 
252
#sidebar-left {
 
253
    margin-top: 15px;
 
254
}
 
255
 
 
256
.cke_show_borders {
 
257
    background: none repeat scroll 0 0 #FFFFFF;
 
258
}
 
259
 
 
260
h2 .pane-title {
 
261
    display: none;
 
262
}
 
263
 
 
264
#content-top, div.box-top-added {
 
265
    background: url("../img/box-bottom-top.png") no-repeat scroll center top transparent;
 
266
    height: 10px;
 
267
    padding: 0;
 
268
    width: 100%;
 
269
}
 
270
 
 
271
#content .container, div.box-content {
 
272
    background: url("../img/box-content.png") repeat-y scroll center top transparent;
 
273
}
 
274
 
 
275
#content .container {
 
276
    margin-top: 0;
 
277
    padding-top: 0;
 
278
}
 
279
 
 
280
#content {
 
281
}
 
282
 
 
283
#content-bottom, div.box-bottom-added {
 
284
    background: url("../img/box-bottom-top.png") no-repeat scroll center bottom transparent;
 
285
    height: 12px;
 
286
    margin-bottom: 5px;
 
287
    padding: 0;
 
288
    width: 100%;
 
289
}
 
290
 
 
291
.box-content .panels-flexible-row-inside {
 
292
    padding: 0 18px;
 
293
}
 
294
 
 
295
.pane-content h3 a {
 
296
    background: url("../img/H3_arrow.png") no-repeat scroll right 3px transparent;
 
297
    display: inline-block;
 
298
    padding-right: 14px;
 
299
    text-decoration: none;
 
300
    text-shadow: none;
 
301
}
 
302
 
 
303
.pane-content h3 a:hover {
 
304
    text-decoration: underline;
 
305
}
 
306
 
 
307
.item-list .pager {
 
308
    margin: 30px 0 0;
 
309
}
 
310
 
 
311
.item-list .pager li {
 
312
    padding: 0;
 
313
}
 
314
 
 
315
div.slideshow {
 
316
    overflow: hidden;
 
317
}
 
318
 
 
319
.pane-presentation {
 
320
    margin-bottom: 20px;
 
321
    width: 50%;
 
322
}
 
323
 
 
324
.node {
 
325
    padding: 0 16px;
 
326
}
 
327
 
 
328
.sidebar .block {
 
329
    background: none repeat scroll 0 0 transparent;
 
330
    border-radius: 0 0 0 0;
 
331
    box-shadow: none;
 
332
}
 
333
 
 
334
#content .block h2 {
 
335
    border-bottom: 1px dotted #999999;
 
336
    color: #3D273A;
 
337
}
 
338
 
 
339
#content .menu li a {
 
340
    color: #111111;
 
341
}
 
342
#content .menu li.fake-leaf a {
 
343
    border-bottom: 1px dotted #772953;
 
344
}
 
345
 
 
346
#content .menu li a:hover {
 
347
    color: #772953 !important;
 
348
}
 
349
 
 
350
#content .menu li a.active {
 
351
    color: #DD4814 !important;
 
352
    font-weight: bold;
 
353
}
 
354
 
 
355
#content .menu li a.active:hover {
 
356
}
 
357
 
 
358
.no-shadow {
 
359
    text-shadow:none;
 
360
    color: #333;
 
361
}
 
362
 
 
363
.smileys-box .smileys span {
 
364
  height: auto;
 
365
  width: 26px;
 
366
}
 
367
 
 
368
.page-description {
 
369
    background: none repeat scroll 0 0 #F7F7F7;
 
370
    border: 1px solid #F0F0F0;
 
371
    padding: 10px 10px 12px;
 
372
    border-radius: 5px;
 
373
    -moz-border-radius: 5px;
 
374
    -webkit-border-radius: 5px;
 
375
    font-size: 16px;
 
376
    line-height: 22px;
 
377
    margin-bottom: 22px;
 
378
}
 
379
 
 
380
.page-description-img {
 
381
    float: right;
 
382
}
 
383
 
 
384
#contatti .page-description {
 
385
    background: none repeat scroll 0 0 transparent;
 
386
    border-color: #F4F4F4;
 
387
    margin-bottom: 65px;
 
388
    text-align: justify;
 
389
    width: 482px;
 
390
}
 
391
 
 
392
.titolopar, .titoloPar {
 
393
  display: inline-block;
 
394
  padding: 0px;
 
395
  margin: 0px 0px 8px 0px;
 
396
  font-size: 24px;
 
397
  line-height: 28px;
 
398
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
 
399
}
 
400
 
 
401
ul.links > li.blog_usernames_blog {
 
402
  display:none;
 
403
}
 
404
 
 
405
/* Start dietro le quinte */
 
406
 
 
407
#dietro-le-quinte .page-description {
 
408
    background: none repeat scroll 0 0 transparent;
 
409
    margin-bottom: 45px;
 
410
    text-align: justify;
 
411
    width: 465px;
 
412
}
 
413
 
 
414
div.preview-interview {
 
415
    background: none repeat scroll 0 0 #F7F7F7;
 
416
    border: 1px solid #F0F0F0;
 
417
    padding: 8px;
 
418
    border-radius: 5px;
 
419
    -moz-border-radius: 5px;
 
420
    -webkit-border-radius: 5px;
 
421
    cursor:pointer;
 
422
    width: 180px;
 
423
    margin: 0 18px 20px;
 
424
    height: 140px;
 
425
    overflow: hidden;
 
426
    float:left;
 
427
    text-shadow: 0 1px 1px #FFFFFF;
 
428
}
 
429
 
 
430
div.preview-interview:hover {
 
431
    box-shadow: 0 1px 3px #CCC;
 
432
    -moz-box-shadow: 0 1px 3px #CCC;
 
433
    -webkit-box-shadow: 0 1px 3px #CCC;
 
434
    border: 1px solid white;
 
435
    background: #f4f4f4;
 
436
}
 
437
 
 
438
/*div.preview-interview:active {*/
 
439
/*    background: #EEE;*/
 
440
/*}*/
 
441
 
 
442
div.preview-interview img.avatar {
 
443
    float:right;
 
444
    max-height: 70px;
 
445
    max-width: 50px;
 
446
    border-radius: 2px 2px 2px 2px;
 
447
    -webkit-border-radius: 2px 2px 2px 2px;
 
448
    -moz-border-radius: 2px 2px 2px 2px;
 
449
}
 
450
 
 
451
div.preview-interview p.name {
 
452
    font-weight: bold;
 
453
    height: 54px;
 
454
}
 
455
 
 
456
div.preview-interview span.nick {
 
457
    font-style: italic;
 
458
    font-size: 10px;
 
459
    font-weight: normal;
 
460
}
 
461
 
 
462
div.preview-interview p.preview {
 
463
    font-size: 10px;
 
464
}
 
465
 
 
466
/* end dietro le quinte */
 
467
 
 
468
 
 
469
 
 
470
/* start Derivate */
 
471
 
 
472
#derivate .page-description {
 
473
    background: none;
 
474
    border: none;
 
475
}
 
476
 
 
477
#derivate .derivatives-preview {
 
478
    background: none repeat scroll 0 0 #F7F7F7;
 
479
    border: 1px solid #F0F0F0;
 
480
    padding: 8px;
 
481
    border-radius: 5px;
 
482
    -moz-border-radius: 5px;
 
483
    -webkit-border-radius: 5px;
 
484
    min-height: 232px;
 
485
    margin-bottom: 6px;
 
486
}
 
487
 
 
488
#derivate p.logo {
 
489
    font-size: 22px;
 
490
    line-height: 36px;
 
491
}
 
492
 
 
493
#derivate p.logo > img {
 
494
    vertical-align: top;
 
495
    width: 16px;
 
496
}
 
497
 
 
498
/* end Derivate */
 
499
 
 
500
 
 
501
/* start archivio newsletter */
 
502
div.year > div.closed {
 
503
  display:none;
 
504
}
 
505
 
 
506
div.year > a > span.name {
 
507
  font-weight: bold;
 
508
  margin-left: 5px;
 
509
}
 
510
 
 
511
/* end archivio newsletter */
 
512
 
 
513