~giuseppeterrasi-deactivatedaccount/wiki-ubuntu-it/help-repo

« back to all changes in this revision

Viewing changes to www/10.10/ubuntu/libs/ubuntu-book.css

  • Committer: Leo Iannacone
  • Date: 2011-04-30 16:06:52 UTC
  • Revision ID: l3on@ubuntu.com-20110430160652-p5rufesrmfuzge6k
Creato;
Aggiunti 10.10 - 10.04 - 8.04;
Aggiunti index;
Aggiunti css base;
Aggiunti favicon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
html, body {
 
2
/* Marrone */
 
3
        background-color: #D3CAAA;
 
4
/* Prugna */
 
5
/*      background-color: #8f5f4a;*/
 
6
}
 
7
 
 
8
body {
 
9
        color:#333333;
 
10
        font-size:0.75em;
 
11
        line-height:1.25em;
 
12
        min-height:770px;
 
13
        min-width: 1000px;
 
14
        background-repeat: repeat-x;
 
15
        padding: 0;
 
16
        margin: 0;
 
17
        background-image: url('img/body.png');
 
18
        font-family: 'bitstream vera sans','dejavu sans',verdana,sans-serif;
 
19
}
 
20
 
 
21
img {
 
22
        border:medium none;
 
23
}
 
24
 
 
25
/* PAGE BORDER */
 
26
 
 
27
#page-border-left-repeat {
 
28
        margin: 0 4%;
 
29
        padding: 0 0 0 14px;
 
30
        position: relative;
 
31
        background-color: #fff;
 
32
        background-repeat: repeat-y;
 
33
        background-position: left;
 
34
        background-image: url('img/page-border-left-repeat.png');
 
35
        padding:0 0 0 20px;
 
36
}
 
37
 
 
38
#page-border-right-repeat{
 
39
        margin: 0; 
 
40
        padding: 0 13px 0 0;
 
41
        min-height: 770px;
 
42
        position: relative;
 
43
        background-color: #fff;
 
44
        background-repeat: repeat-y;
 
45
        background-position: right;
 
46
        background-image: url('img/page-border-right-repeat.png');
 
47
}
 
48
 
 
49
#page-border-top-repeat {
 
50
        background-repeat: repeat-x;
 
51
        background-position: top;
 
52
        height: 95px;
 
53
        padding-top:25px;
 
54
        margin-left: -7px;
 
55
        margin-right:-9px;
 
56
        background-image: url('img/page-border-top-repeat.png');
 
57
}
 
58
 
 
59
#page-border-right-top {
 
60
        position: absolute;
 
61
        top: 0;
 
62
        right: 0;
 
63
        width: 28px;
 
64
        height: 770px;
 
65
        background-repeat: no-repeat;
 
66
        background-position: top right;
 
67
        z-index: 6;
 
68
        background-image: url('img/page-border-right-top.png');
 
69
}
 
70
 
 
71
#page-border-left-top {
 
72
        position: absolute;
 
73
        top: 0;
 
74
        left: 0;
 
75
        width: 28px;
 
76
        height: 770px;
 
77
        background-repeat: no-repeat;
 
78
        background-position: top left;
 
79
        z-index: 6;
 
80
        background-image: url('img/page-border-left-top.png');
 
81
}
 
82
 
 
83
#page-border-left-bottom {
 
84
        width: 28px;
 
85
        height: 30px;
 
86
        position: absolute;
 
87
        bottom: 0;
 
88
        left: 0;
 
89
        z-index: 7;
 
90
        background-image: url('img/page-border-left-bottom.png');
 
91
}
 
92
 
 
93
#page-border-right-bottom {
 
94
        width: 28px;
 
95
        height: 30px;
 
96
        position: absolute;
 
97
        bottom: 0;
 
98
        right: 0;
 
99
        z-index: 7;
 
100
        background-image: url('img/page-border-right-bottom.png');
 
101
}
 
102
 
 
103
#page-border-bottom-repeat {
 
104
        margin-top:0px;
 
105
        background-repeat: repeat-x;
 
106
        background-position: bottom left;
 
107
        padding: 0 0 0 0;
 
108
        text-align: center;
 
109
        background-image: url('img/page-border-bottom-repeat.png');
 
110
}
 
111
 
 
112
.browser-error {
 
113
        color:#FF0000;
 
114
        font-weight:bold;
 
115
        padding-top:15px;
 
116
        text-align:center;
 
117
        width:100%;
 
118
}
 
119
 
 
120
 
 
121
.clear {
 
122
        clear:both
 
123
}
 
124
 
 
125
/* START HEADER */
 
126
 
 
127
#header {
 
128
        position:relative;
 
129
        border-style: solid;
 
130
        border-width: 0;
 
131
        height: 100px;
 
132
        background: url('img/logo.png') no-repeat transparent 10px 5px;
 
133
        padding: 5px 18px 0 0;
 
134
        margin:0 5px;
 
135
}
 
136
 
 
137
.header-distro-minori {
 
138
        text-align:right;
 
139
}
 
140
 
 
141
.header-distro-minori img {
 
142
        border: 0;
 
143
        margin-right:5px;
 
144
        margin-top:-3px;
 
145
}
 
146
 
 
147
/* PULSANTE */
 
148
 
 
149
#header-navigation {
 
150
        float:right;
 
151
        margin-left:4px;
 
152
}
 
153
#header-navigation ul {
 
154
        list-style-image:none;
 
155
        list-style-position:outside;
 
156
        list-style-type:none;
 
157
        margin:0;
 
158
        padding:0;
 
159
}
 
160
#header-navigation li {
 
161
        border-right:1px solid #E0E0E0;
 
162
        display:inline;
 
163
        padding:0 5px;
 
164
}
 
165
#header-navigation li a {
 
166
        color:#0B2A4C;
 
167
        text-decoration:none;
 
168
}
 
169
#header-navigation li a:hover {
 
170
        color:#2F5F93;
 
171
}
 
172
#header-navigation li:last-child {
 
173
        border:medium none;
 
174
}
 
175
 
 
176
/*END HEADER*/
 
177
 
 
178
#bodyarea {
 
179
        padding: 1ex 18px 2ex 10px;
 
180
        min-height: 580px;
 
181
        margin:0 5px;
 
182
}
 
183
 
 
184
 
 
185
#copyright {
 
186
        color:#666666;
 
187
        font-size:80%;
 
188
        text-align:center;
 
189
        padding:2.6em;
 
190
}
 
191
 
 
192
/* URL */
 
193
 
 
194
a {
 
195
        color:#F2582D;
 
196
        text-decoration:none;
 
197
}
 
198
 
 
199
a:visited {
 
200
        color:#BD0901;
 
201
}
 
202
 
 
203
a:hover {
 
204
        text-decoration:underline;
 
205
}
 
206
 
 
207
 
 
208
/* HEADINGS */
 
209
 
 
210
h1, h2, h3, h4, h5, h6 {
 
211
        font-weight:normal;
 
212
        line-height:1.2em;
 
213
        margin:1.5em 0 0;
 
214
        padding:2px 0;
 
215
        text-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
 
216
}
 
217
 
 
218
h2 {
 
219
        font-size:1.8em;
 
220
}
 
221
 
 
222
h3 {
 
223
        font-size:1.6em;
 
224
}
 
225
h4 {
 
226
        font-size:1.3em;
 
227
}
 
228
h5 {
 
229
        font-size:1.1em;
 
230
}
 
231
h6 {
 
232
        font-size:1em;
 
233
}
 
234
 
 
235
h2.title {
 
236
/*      color: #F2582D;*/
 
237
/*      font-weight:bold;*/
 
238
/*      text-shadow:0 1px 3px rgba(0, 0, 0, 0.15);*/
 
239
        border-bottom: 1px solid #ececec;
 
240
        text-decoration:none;
 
241
 
 
242
}
 
243
 
 
244
 
 
245
 
 
246
/* Table */
 
247
 
 
248
table {
 
249
        border-collapse:collapse;
 
250
}
 
251
 
 
252
td {
 
253
        padding:0.25em;
 
254
}
 
255
 
 
256
 
 
257
/*Pre */
 
258
 
 
259
pre {
 
260
        background-color:#F7F7F7;
 
261
        border:1px dashed #AAAAAA;
 
262
        color:#111111;
 
263
        font-family:courier,monospace;
 
264
        padding:4pt;
 
265
        white-space:pre-wrap;
 
266
        word-wrap:break-word;
 
267
}
 
268
 
 
269
/* hr */
 
270
hr {
 
271
        background-color:#ECECEC;
 
272
        border:0 none;
 
273
        height:1pt;
 
274
}
 
275
 
 
276
 
 
277
/* Input */
 
278
/*input, textarea {*/
 
279
/*      -moz-border-radius:3px;*/
 
280
/*      -webkit-border-radius:3px;*/
 
281
/*      border:1px solid #AAAAAA;*/
 
282
/*      color:#222222;*/
 
283
/*      margin:5px;*/
 
284
/*      padding:1px;*/
 
285
/*}*/
 
286
 
 
287
 
 
288
/*input:hover {*/
 
289
/*      background:#FFFFFF none repeat scroll 0 0;*/
 
290
/*      color:#0B2A4C;*/
 
291
/*      cursor: pointer;*/
 
292
/*}*/
 
293
 
 
294
/*textarea, input[type="text"], input[type="password"] {*/
 
295
/*      cursor:text;*/
 
296
/*      font-family:Lucida Typewriter,courier,monospace;*/
 
297
/*      font-size:1em;*/
 
298
/*}*/
 
299
 
 
300
 
 
301
 
 
302
/* Indici e menu */
 
303
/*.toc {*/
 
304
/*      -webkit-border-radius:4px;*/
 
305
/*      -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);*/
 
306
/*      -moz-border-radius:4px;*/
 
307
/*      -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);*/
 
308
/*      background:#F0F0F0 none repeat scroll 0 0;*/
 
309
/*      float:right;*/
 
310
/*      font-size:0.9em;*/
 
311
/*      margin:0;*/
 
312
/*      padding:10px;*/
 
313
/*      width:30%;*/
 
314
/*}*/
 
315
 
 
316
/*.toc a {*/
 
317
/*      color: #666;*/
 
318
/*}*/
 
319
 
 
320
 
 
321
 
 
322
 
 
323
/* DOC styles */
 
324
 
 
325
#cse-search-box {
 
326
        float:right;
 
327
        font-size:13px;
 
328
        margin:35px 10px;
 
329
        padding:0;
 
330
        position:absolute;
 
331
        right:10px;
 
332
        white-space:nowrap;
 
333
}
 
334
 
 
335
div.toc dt { 
 
336
  margin-top: 2px; 
 
337
}
 
338
 
 
339
div.toc {
 
340
  padding-left: 1em;
 
341
  padding-right: 1em;
 
342
}
 
343
 
 
344
.toc a {
 
345
        color: #666;
 
346
}
 
347
 
 
348
/*.toc a:after {*/
 
349
/*      content: ' →';*/
 
350
/*}*/
 
351
 
 
352
.breadcrumbs {
 
353
        padding-bottom: 15px;
 
354
}
 
355
 
 
356
ul {
 
357
        margin-left: 5px;
 
358
}
 
359
 
 
360
.orderedlist {
 
361
        margin-left: 10px;
 
362
}
 
363
 
 
364
.titlepage {
 
365
  padding-right: 1em;
 
366
}
 
367
 
 
368
.section {
 
369
 
 
370
}
 
371
 
 
372
a img{
 
373
  border: none;
 
374
}
 
375
 
 
376
dl { 
 
377
  margin-top: 0em; 
 
378
  margin-bottom: 0.5em; 
 
379
}
 
380
 
 
381
dt { 
 
382
  margin-top: 1em; 
 
383
}
 
384
 
 
385
div.qandaset {
 
386
        margin-left: 1em;
 
387
}
 
388
 
 
389
.guimenu, .guimenuitem, .guisubmenu {
 
390
        font-style:italic;
 
391
        font-weight:bold;
 
392
}
 
393
 
 
394
.guilabel, .guibutton { 
 
395
}
 
396
 
 
397
.question { 
 
398
  font-weight: bold; 
 
399
}
 
400
 
 
401
/* accelerator keys in menus */
 
402
.accel { 
 
403
  text-decoration: underline;
 
404
}
 
405
 
 
406
 
 
407
.revhistory { font-size: 0.9em; }
 
408
 
 
409
#ubuntulinks {
 
410
        text-align: center;
 
411
}
 
412
 
 
413
th {
 
414
  border: 1px solid #ccc;
 
415
}
 
416
 
 
417
 
 
418
.caution table, .note table, .tip table, .important table, .warning table, .navfooter table, 
 
419
.caution td, .note td, .tip td, .important td, .warning td, .navfooter td, 
 
420
.caution tr, .note tr, .tip tr, .important tr, .warning tr, .navfooter tr, 
 
421
.caution th, .note th, .tip th, .important th, .warning th, .navfooter th {
 
422
        border:none;
 
423
}
 
424
 
 
425
 
 
426
hr {
 
427
        display:none;
 
428
}
 
429
 
 
430
pre span {
 
431
  padding: 0pt;
 
432
}
 
433
 
 
434
.navfooter {
 
435
        border-top: 1px solid #ececec;
 
436
}
 
437
 
 
438
td {
 
439
  vertical-align: inherit;
 
440
}
 
441
 
 
442
code {
 
443
  font-size: 120%;
 
444
}
 
445
 
 
446
 
 
447