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

« back to all changes in this revision

Viewing changes to htdocs/light/css/screen.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
 
@import url('reset.css');
2
 
@import url('styles.css');
3
 
@import url('forms.css');
4
 
 
5
 
/* moin specific overrides go below */
6
 
.clear { clear: both; }
7
 
#fullsearch { display: none; }
8
 
 
9
 
body {
10
 
    background-image: url("../images/bg_dotted.png");
11
 
}
12
 
 
13
 
#ubuntu-header {
14
 
    left: 841px;
15
 
    background-image: url("../images/logo.png");
16
 
}
17
 
 
18
 
#main-menu a {
19
 
    padding: 24px 8px;
20
 
}
21
 
 
22
 
#search-box {
23
 
    margin-left: 720px;
24
 
    -moz-border-radius: 0px 0px 4px 4px;
25
 
    -webkit-border-bottom-left-radius: 4px;
26
 
    -webkit-border-bottom-right-radius: 4px;
27
 
    -moz-box-shadow: #bbb 0px 0px 2px;
28
 
    -webkit-box-shadow: #bbb 0px 0px 2px;
29
 
    background-color: #F2F2F2;
30
 
    width: 224px;
31
 
    height: 40px;
32
 
}
33
 
#search-box #searchinput {
34
 
    float: left;
35
 
    width: 172px;
36
 
    height: 20px;
37
 
    margin: 8px 0 0 8px;
38
 
    padding: 3px 0 1px 4px;
39
 
    font-size: 11px;
40
 
    border: 1px solid #ccc;
41
 
}
42
 
#search-box #titlesearch {
43
 
    float: left;
44
 
    background: url("../images/search_button_sprite.png") transparent;
45
 
    width: 24px;
46
 
    height: 24px;
47
 
    margin: 8px 0 0 8px;
48
 
    padding: 0;
49
 
    border: none;
50
 
    cursor: pointer;
51
 
        text-indent: 50px;
52
 
}
53
 
 
54
 
#search-box button span {
55
 
    position: absolute;
56
 
    overflow: hidden;
57
 
    text-indent: -9999px;
58
 
}
59
 
 
60
 
#second-nav {
61
 
        -moz-border-radius:0 0 4px 4px;
62
 
        -moz-box-shadow:0 0 2px #BBBBBB;
63
 
    -webkit-border-bottom-left-radius: 4px;
64
 
    -webkit-border-bottom-right-radius: 4px;
65
 
    -webkit-box-shadow: #bbb 0px 0px 2px;
66
 
        background-color:#F2F2F2;
67
 
        height:40px;
68
 
        /* margin-left:720px; */
69
 
        width:715px;
70
 
        float:left;
71
 
}
72
 
 
73
 
#second-nav li {
74
 
        display: block;
75
 
        float:left;
76
 
        font-size: 12px;
77
 
        padding: 13px 8px 0 10px;
78
 
}
79
 
 
80
 
#second-nav li:first-child {
81
 
    background-color: #F2F2F2;
82
 
    background: url("../images/subnav_active_bg.png") repeat scroll left 1px transparent !important;
83
 
}
84
 
#second-nav li:first-child a {
85
 
    color: #DD4814;
86
 
    display: block;
87
 
    padding-bottom: 13px;
88
 
}
89
 
#second-nav li a {
90
 
    display: block;
91
 
    padding-bottom: 13px;
92
 
}
93
 
#cwt-nav3 {
94
 
        -moz-border-radius: 4px 4px;
95
 
    -webkit-border-radius: 4px;
96
 
        border-radius: 4px 4px;
97
 
        margin: 0 16px;
98
 
        background-color: #f7f7f7;
99
 
}
100
 
#cwt-nav3 ul {
101
 
        display: inline;
102
 
        margin-bottom: 0;
103
 
}
104
 
#cwt-nav3 li {
105
 
        display: block;
106
 
        font-size: 12px;
107
 
        float: left;
108
 
        height: 30px;
109
 
        padding: 12px 10px 0;
110
 
        margin-bottom: 0;
111
 
        border-right: 1px solid #e9e9e9;
112
 
        color: #333;
113
 
}
114
 
#cwt-nav3 li a {
115
 
        color: #888;
116
 
}
117
 
 
118
 
#cwt-nav3 hr {
119
 
        border: 0;
120
 
        width: 100%;
121
 
        color: #d9d9d9;
122
 
        background-color: #d9d9d9;
123
 
        margin: 0;
124
 
        padding: 0;
125
 
}
126
 
/*
127
 
#subheader li { 
128
 
        display: inline;
129
 
}*/
130
 
#subheader ul {
131
 
        display: inline;
132
 
        float: left;
133
 
}
134
 
#title span {
135
 
        color: #AEA79F;
136
 
}
137
 
#cwt-content {
138
 
    padding-right: 16px;
139
 
}
140
 
 
141
 
/* fix TOC styles */
142
 
#cwt-content table li {
143
 
    margin-left: 1.5em;
144
 
    line-height: 18px;
145
 
}
146
 
#cwt-content table ol {
147
 
    list-style-type: decimal;
148
 
}
149
 
 
150
 
/* fix wiki styles */
151
 
#cwt-content pre {
152
 
    line-height: 16px;
153
 
    margin-bottom: 8px;
154
 
}
155
 
#cwt-content h1 {
156
 
    margin-bottom: 8px;
157
 
}
158
 
 
159
 
/* knock the size of headings in the content area one notch */
160
 
 
161
 
/* let's turn this off for now
162
 
#cwt-content h1 {
163
 
    font-size: 24px;
164
 
    line-height: 28px;
165
 
}
166
 
#cwt-content h2 {
167
 
    font-size: 16px;
168
 
    line-height: 20px;
169
 
}
170
 
#cwt-content h3 {
171
 
    font-size: 12px;
172
 
    line-height: 16px;
173
 
}
174
 
#cwt-content h4 {
175
 
    font-size: 12px;
176
 
    font-weight: bold;
177
 
    line-height: 16px;
178
 
}
179
 
*/ /* end disabled heading size bumps */
180
 
#cwt-content dt {
181
 
    font-weight: bold;
182
 
    margin-top: 10px;
183
 
}
184
 
#cwt-content dt, #cwt-content dd {
185
 
    line-height: 18px;
186
 
    font-size: 14px;
187
 
}
188
 
 
189
 
#footer .footer-div {
190
 
    height: 120px;
191
 
}
192
 
 
193
 
#footer * {
194
 
    line-height: 16px;
195
 
}
196
 
 
197
 
#footer li {
198
 
    padding: 0 0 1px;
199
 
}
200
 
 
201
 
#copyright {
202
 
    background-image: none;
203
 
    padding-top: 0;
204
 
}
205
 
 
206
 
#copyright a {
207
 
    display: block;
208
 
    float: right;
209
 
    position: relative;
210
 
    right: -8px;
211
 
    top:-12px;
212
 
}
213
 
 
214
 
/* edit form */
215
 
#editor-textarea {
216
 
    width: 100%;
217
 
    font-size: 14px;
218
 
    padding: 4px;
219
 
}
220
 
#cwt-content input[type=text] {
221
 
    width: 100%;
222
 
}
223
 
 
224
 
/* moin's msg dialog */
225
 
#message {
226
 
    padding: 16px;
227
 
    margin: 8px 0;
228
 
    border: 20px #F1F1ED solid;
229
 
    font-size: 14px;
230
 
    background-color: white;
231
 
}
232
 
#message p {
233
 
    font-size: 14px;
234
 
    font-weight: bold;
235
 
}
236
 
 
237
 
/* tables need a little spacing */
238
 
#cwt-content td, #cwt-content th {
239
 
    margin: 1px;
240
 
    padding: 4px;
241
 
}
242
 
#cwt-content td, #cwt-content th {
243
 
    border: 1px solid #E9E9E9;
244
 
}
245
 
#cwt-content ol, #cwt-content ul, #cwt-content dl {
246
 
    margin-bottom: 8px;
247
 
    list-style-type: decimal;
248
 
}
249
 
#cwt-content li, #cwt-content dd, #cwt-content dt {
250
 
    line-height: 14px;
251
 
}
252
 
#cwt-content ol li {
253
 
    margin-left: 18px;
254
 
}
255
 
#cwt-content tt {
256
 
    font-family: monospace;
257
 
}
 
1
/*  screen.css
 
2
 
 
3
Copyright © 2011 Ubuntu-it - Leo Iannacone <l3on@ubuntu.com>
 
4
 
 
5
*/
 
6
 
 
7
@import url('../../common/css/indice.css');
 
8
@import url('../../common/css/wiki-banner.css');
 
9
html {
 
10
/*    color: #222222; */
 
11
    color: #333;
 
12
    font-family: Ubuntu,"Ubuntu Beta",UbuntuBeta,"Bitstream Vera Sans","DejaVu Sans",Tahoma,sans-serif;
 
13
    background: url("../img/dotted.png") repeat scroll 0 0 #F5F6F7;
 
14
    font-size: 13px;
 
15
}
 
16
 
 
17
body {
 
18
    background: url("../img/dotted.png") repeat scroll 0 0 #F5F6F7;
 
19
    min-width: 985px;
 
20
}
 
21
 
 
22
div, p {
 
23
}
 
24
 
 
25
tbody {
 
26
    border-top: medium none;
 
27
}
 
28
 
 
29
a, a:link, a:visited {
 
30
    text-decoration: none;
 
31
}
 
32
 
 
33
a:hover {
 
34
    text-decoration: underline;
 
35
}
 
36
 
 
37
h1, h2, h3, h4, h5, h6 {
 
38
    color: #222222;
 
39
    font-weight: normal;
 
40
    margin-bottom: 20px;
 
41
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
 
42
}
 
43
 
 
44
h1 {
 
45
    font-size: 36px;
 
46
    line-height: 40px;
 
47
    margin: 24px 0 32px;
 
48
    padding: 0;
 
49
}
 
50
 
 
51
h2, #center h2 a {
 
52
    font-size: 24px;
 
53
    line-height: 28px;
 
54
    margin: 0 0 8px;
 
55
    padding: 0;
 
56
}
 
57
 
 
58
h3 {
 
59
    font-size: 16px;
 
60
    line-height: 20px;
 
61
    padding: 0;
 
62
}
 
63
 
 
64
h4, h5, h6 {
 
65
    font-size: 12px;
 
66
    line-height: 16px;
 
67
    margin: 0;
 
68
    padding: 0;
 
69
}
 
70
 
 
71
p {
 
72
/*  
 
73
    line-height: 16px;
 
74
    margin: 4px 0;
 
75
    padding: 0;
 
76
*/
 
77
}
 
78
 
 
79
a, a:link, a:visited {
 
80
    color: #DD4814;
 
81
}
 
82
 
 
83
a, a:link, a:visited {
 
84
    text-decoration: none;
 
85
}
 
86
 
 
87
ul.links {
 
88
    margin: 0;
 
89
    padding: 0;
 
90
}
 
91
 
 
92
ul.links li {
 
93
    display: inline;
 
94
    list-style-type: none;
 
95
}
 
96
 
 
97
.commercial {
 
98
    color: #772953 !important;
 
99
}
 
100
 
 
101
table.sticky-table {
 
102
    width: 100%;
 
103
}
 
104
 
 
105
.curved-top {
 
106
    border-radius: 4px 4px 0 0;
 
107
}
 
108
 
 
109
.curved-bottom {
 
110
    border-radius: 0 0 4px 4px;
 
111
}
 
112
 
 
113
.curved-both {
 
114
    border-radius: 4px 4px 4px 4px;
 
115
}
 
116
 
 
117
.shadowed {
 
118
    box-shadow: 0 1px 3px #989898;
 
119
}
 
120
 
 
121
.no-padding {
 
122
    padding: 0 !important;
 
123
}
 
124
 
 
125
.quote-source {
 
126
    font-size: 10px;
 
127
}
 
128
 
 
129
#center h2 {
 
130
    margin: 18px 0 10px;
 
131
}
 
132
 
 
133
table#attachments {
 
134
    display: none;
 
135
}
 
136
 
 
137
#fixed-header {
 
138
    height: 120px;
 
139
}
 
140
 
 
141
.container {
 
142
  width: 985px;
 
143
  background: transparent;
 
144
  margin: 0 auto;
 
145
  padding: 0;
 
146
}
 
147
 
 
148
#header {
 
149
    background: url("../img/header_b.png") repeat-x scroll left top #DD4814;
 
150
    height: 64px;
 
151
    margin: 0 2px;
 
152
    text-shadow: 0 1px black;
 
153
    min-width: 985px;
 
154
    padding: 0 5px;
 
155
    position: relative;
 
156
}
 
157
 
 
158
#header .container {
 
159
    background: url("../img/topnav_divider.png") no-repeat scroll left top transparent !important;
 
160
    height: 100%;
 
161
    padding-left: 2px;
 
162
 
 
163
}
 
164
 
 
165
#header li, #header li.last {
 
166
    border: 0 none;
 
167
}
 
168
 
 
169
#header li {
 
170
    background: url("../img/topnav_divider.png") no-repeat scroll right top transparent !important;
 
171
    padding-right: 2px;
 
172
    float: left;
 
173
    margin: 0;
 
174
    padding-right: 2px;
 
175
}
 
176
 
 
177
#header li a {
 
178
    background: url("../img/header_b.png") repeat-x scroll left top #DD4814;
 
179
    height: 64px;
 
180
    line-height: 64px;
 
181
    padding: 0 7px 0 5px;
 
182
    color: #FFFFFF;
 
183
    text-shadow: 1px 1px 1px #333333;
 
184
    float: left;
 
185
}
 
186
 
 
187
#header li.active-trail a, #header li a.active, #header li.active a, #header li a:hover {
 
188
    background: url("../img/header_b_active.png") repeat-x scroll left top #B83A10 !important;
 
189
    text-decoration: none;
 
190
}
 
191
 
 
192
#logo a {
 
193
    margin: 14px 0 0;
 
194
    background: url('../img/logo.png');
 
195
    width: 126px;
 
196
    height: 46px;
 
197
    float:right;
 
198
}
 
199
 
 
200
#header .buttons {
 
201
    cursor: pointer;
 
202
    float: left;
 
203
    margin-left: 5px;
 
204
    margin-top: 5px;
 
205
}
 
206
 
 
207
#header .buttons #accessibility {
 
208
    background: url("../img/accessibility.png") repeat scroll 0 0 transparent;
 
209
    height: 24px;
 
210
    width: 24px;
 
211
}
 
212
 
 
213
#header .buttons #accessibility:hover {
 
214
    background-position: center bottom;
 
215
}
 
216
 
 
217
#header .buttons #accessibility:active {
 
218
    background-position: 24px 50%;
 
219
}
 
220
 
 
221
#header #ubuntu-it-sites {
 
222
    float: right;
 
223
    font-size: 10px;
 
224
    margin-right: -118px;
 
225
}
 
226
 
 
227
#header #ubuntu-it-sites a {
 
228
    color: #FFFFFF;
 
229
    margin-left: 3px;
 
230
    text-shadow: none;
 
231
}
 
232
 
 
233
#header #ubuntu-it-sites a:hover {
 
234
    text-shadow: 1px 1px 1px #333333;
 
235
}
 
236
 
 
237
#subheader .container-inside {
 
238
    background: url("../img/header-shadow.png") repeat-x scroll center top #F7F7F7;
 
239
    border-radius: 0 0 8px 8px;
 
240
    height: 39px;
 
241
    margin: 0 auto;
 
242
    position: relative;
 
243
    width: 96%;
 
244
    background-color: #F7F7F7;
 
245
    box-shadow: 0 1px 1px #DFDFDF;
 
246
}
 
247
 
 
248
#subheader .links {
 
249
    display: block;
 
250
    float: left;
 
251
    padding: 0 10px;
 
252
}
 
253
 
 
254
#subheader .links a {
 
255
    clear: none;
 
256
    color: #333333;
 
257
    display: block;
 
258
    float: left;
 
259
    text-shadow: none;
 
260
    width: auto;
 
261
    line-height: 40px;
 
262
    margin: 0;
 
263
    padding: 0 15px;
 
264
    text-decoration: none;
 
265
}
 
266
 
 
267
#subheader .links a:focus, #subheader .links a:hover, #subheader .links a:active, #subheader .links li.active a {
 
268
    background: url("../img/header-shadow.png") repeat-x scroll center top #F2F2F2;
 
269
    border-bottom: medium solid #666666;
 
270
    color: #DD4814;
 
271
}
 
272
 
 
273
#subheader .links a:hover {
 
274
    border-color: #DD4814;
 
275
}
 
276
 
 
277
#footer .container * {
 
278
    color: #666666;
 
279
    font-size: 10px;
 
280
    text-align: center;
 
281
    text-shadow: 0 1px 0 #FFFFFF;
 
282
}
 
283
 
 
284
#search-box div {
 
285
    padding-left: 0 !important;
 
286
    padding-right: 0 !important;
 
287
}
 
288
 
 
289
#center .sidebar {
 
290
}
 
291
 
 
292
#center.sidebar-left {
 
293
}
 
294
 
 
295
#content, #footer, #subheader {
 
296
    background: none repeat scroll 0 0 transparent;
 
297
}
 
298
 
 
299
#sidebar-left {
 
300
    margin-top: 15px;
 
301
}
 
302
 
 
303
.cke_show_borders {
 
304
    background: none repeat scroll 0 0 #FFFFFF;
 
305
}
 
306
 
 
307
h2 .pane-title {
 
308
    display: none;
 
309
}
 
310
 
 
311
#content-top, div.box-top-added {
 
312
    background: url("../img/box-bottom-top.png") no-repeat scroll center top transparent;
 
313
    height: 10px;
 
314
    padding: 0;
 
315
    width: 100%;
 
316
}
 
317
 
 
318
#content .container, div.box-content {
 
319
    background: url("../img/box-content.png") repeat-y scroll center top transparent;
 
320
}
 
321
 
 
322
#content .container {
 
323
    margin-top: 0;
 
324
    padding-top: 0;
 
325
}
 
326
 
 
327
#content {
 
328
        line-height: 1.4em;
 
329
        overflow: hidden;
 
330
        clear: both;
 
331
}
 
332
 
 
333
#content-bottom, div.box-bottom-added {
 
334
    background: url("../img/box-bottom-top.png") no-repeat scroll center bottom transparent;
 
335
    height: 12px;
 
336
    margin-bottom: 5px;
 
337
    padding: 0;
 
338
    width: 100%;
 
339
}
 
340
 
 
341
.box-content .panels-flexible-row-inside {
 
342
    padding: 0 18px;
 
343
}
 
344
 
 
345
.pane-content h3 a {
 
346
    background: url("../img/H3_arrow.png") no-repeat scroll right 3px transparent;
 
347
    display: inline-block;
 
348
    padding-right: 14px;
 
349
    text-decoration: none;
 
350
    text-shadow: none;
 
351
}
 
352
 
 
353
.pane-content h3 a:hover {
 
354
    text-decoration: underline;
 
355
}
 
356
 
 
357
.item-list .pager {
 
358
    margin: 30px 0 0;
 
359
}
 
360
 
 
361
.item-list .pager li {
 
362
    padding: 0;
 
363
}
 
364
 
 
365
div.slideshow {
 
366
    overflow: hidden;
 
367
}
 
368
 
 
369
.pane-presentation {
 
370
    margin-bottom: 20px;
 
371
    width: 50%;
 
372
}
 
373
 
 
374
.node {
 
375
    padding: 0 16px;
 
376
}
 
377
 
 
378
.sidebar .block {
 
379
    background: none repeat scroll 0 0 transparent;
 
380
    border-radius: 0 0 0 0;
 
381
    box-shadow: none;
 
382
}
 
383
 
 
384
#content .block h2 {
 
385
    border-bottom: 1px dotted #999999;
 
386
    color: #3D273A;
 
387
}
 
388
 
 
389
#content .menu li a {
 
390
    color: #111111;
 
391
}
 
392
#content .menu li.fake-leaf a {
 
393
    border-bottom: 1px dotted #772953;
 
394
}
 
395
 
 
396
#content .menu li a:hover {
 
397
    color: #772953 !important;
 
398
}
 
399
 
 
400
#content .menu li a.active {
 
401
    color: #DD4814 !important;
 
402
    font-weight: bold;
 
403
}
 
404
 
 
405
#content .menu li a.active:hover {
 
406
}
 
407
 
 
408
.no-shadow {
 
409
    text-shadow:none;
 
410
    color: #333;
 
411
}
 
412
 
 
413
.smileys-box .smileys span {
 
414
  height: auto;
 
415
  width: 26px;
 
416
}
 
417
 
 
418
.page-description {
 
419
    background: none repeat scroll 0 0 #F7F7F7;
 
420
    border: 1px solid #F0F0F0;
 
421
    padding: 10px 10px 12px;
 
422
    border-radius: 5px;
 
423
    -moz-border-radius: 5px;
 
424
    -webkit-border-radius: 5px;
 
425
    font-size: 16px;
 
426
    line-height: 22px;
 
427
    margin-bottom: 22px;
 
428
}
 
429
 
 
430
.page-description-img {
 
431
    float: right;
 
432
}
 
433
 
 
434
/* End generic style */
 
435
 
 
436
 
 
437
 
 
438
/* Start wiki specific style */
 
439
 
 
440
h1, h2, h3, h4, h5, h6
 
441
{
 
442
    margin: 1.5em 0 0 0;
 
443
    padding: 2px 0;
 
444
    font-weight: normal; 
 
445
    line-height: 1.2em;
 
446
    text-shadow:0 1px 3px rgba(0, 0, 0, 0.25);        
 
447
}
 
448
 
 
449
h1
 
450
{
 
451
        font-size: 1.6em;
 
452
}
 
453
 
 
454
h2
 
455
{
 
456
        font-size: 1.3em;
 
457
}
 
458
 
 
459
h3 {font-size: 1.1em;}
 
460
h4, h5 {font-size: 1em;}
 
461
 
 
462
 
 
463
a {
 
464
        text-decoration:none;
 
465
}
 
466
 
 
467
a:visited {
 
468
        color:#BD0901;
 
469
}
 
470
 
 
471
a.nonexistent, a.badinterwiki {
 
472
        color:#aaa;
 
473
}
 
474
 
 
475
a:hover {
 
476
/*      color:#800000;*/
 
477
        text-decoration:underline;
 
478
}
 
479
 
 
480
#content > .container > div {
 
481
    margin: 0 20px;
 
482
    padding: 10px 0;
 
483
}
 
484
 
 
485
#pagelocation {
 
486
    font-size: 2.4em;
 
487
    line-height: 1.8em;
 
488
    font-weight: lighter;
 
489
}
 
490
 
 
491
#pagelocation li {
 
492
  display: inline;
 
493
        margin: 0;
 
494
}
 
495
 
 
496
/* This one shows a separator in the page location */
 
497
#pagelocation li:after {
 
498
    content: " > ";
 
499
    color: #aaa;
 
500
}
 
501
 
 
502
/* This one erase the last separator */
 
503
#pagelocation li:last-child:after {
 
504
    content: "";
 
505
}
 
506
 
 
507
#search form {
 
508
    clear: both;
 
509
    float: right;
 
510
    margin-top: 14px;
 
511
}
 
512
 
 
513
#edit-extra {
 
514
    margin-top: 10px;
 
515
}
 
516
 
 
517
#edit-extra * {
 
518
    font-size: 10px;
 
519
}
 
520
 
 
521
#edit-extra a {
 
522
    color: #555;
 
523
}
 
524
 
 
525
#edit-extra ul {
 
526
    margin: 0;
 
527
    padding: 0;
 
528
}
 
529
#edit-extra ul li {
 
530
    display: inline;
 
531
    list-style-type: none;
 
532
}
 
533
 
 
534
#edit-extra ul.editbar {
 
535
    float:left;
 
536
}
 
537
#edit-extra ul.extranav {
 
538
    float:right;
 
539
}
 
540
 
 
541
#edit-extra ul.editbar li {
 
542
    margin-right: 10px;
 
543
    float: left;
 
544
}
 
545
 
 
546
#edit-extra ul.extranav li {
 
547
    float: right;
 
548
    margin-left: 10px;
 
549
}
 
550
 
 
551
#edit-extra ul.editbar li form.actionsmenu div input {
 
552
    display: none;
 
553
}
 
554
 
 
555
#message {
 
556
    background: none repeat scroll 0 0 #F7F7F7;
 
557
    border: 1px solid #F0F0F0;
 
558
    padding: 10px 10px 12px;
 
559
    border-radius: 5px;
 
560
    -moz-border-radius: 5px;
 
561
    -webkit-border-radius: 5px;
 
562
    margin-bottom: 22px;
 
563
}
 
564
 
 
565
#message * {
 
566
    font-size: 16px;
 
567
    line-height: 22px;
 
568
    margin: 0;
 
569
    color: #333;
 
570
}
 
571
 
 
572
.toc, .supported-releases, .page_info {
 
573
    background: none repeat scroll 0 0 #FBFBFB;
 
574
    margin-right: 1px;
 
575
    box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.2);
 
576
}
 
577
 
 
578
.toc * , .page_info * {
 
579
    font-size: 11px;
 
580
    line-height: 14px;
 
581
    text-shadow: none;
 
582
}
 
583
 
 
584
.toc a {
 
585
        color:#666666;
 
586
}
 
587
 
 
588
.page_info-core p {
 
589
    text-shadow: none;
 
590
}
 
591
 
 
592
 
 
593
/* Custom style */
 
594
a.documentazione-indice {
 
595
    width: 260px;
 
596
    height: 70px;
 
597
    background: #fbfbfb;
 
598
    border-radius:5px;
 
599
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
 
600
    -webkit-border-radius:5px;
 
601
    -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
 
602
    -moz-border-radius:5px;
 
603
    -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
 
604
    display: block;
 
605
    text-align: center;
 
606
    font-size: 16px;
 
607
    line-height: 70px;
 
608
    color: #333;
 
609
    float:left;
 
610
    margin: 10px 27px;
 
611
}
 
612
 
 
613
a.documentazione-indice:visited {
 
614
    color: #333;
 
615
}
 
616
 
 
617
a.documentazione-indice:hover {
 
618
    text-decoration: none;
 
619
    color: #DD4814;
 
620
}
 
621
 
 
622