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

« back to all changes in this revision

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