1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
|
/* common.css - MoinMoin Default Styles
Copyright (c) 2001, 2002, 2003 by Juergen Hermann
Copyright © 2008 Ubuntu-it - Created by Milo Casagrande <milo@ubuntu.com>,
Leo Iannacone <l3on@ubuntu.com>, Alessio Treglia <quadrispro@ubuntu.com>.
Copyright © 2011 Ubuntu-it - Giuseppe Terrasi <peppe84@ubuntu-it.org>:
in order to fix some problem after upgrade to Moin 1.9.x and to add processor #!wiki,
mostly edit are at the end of file.
*/
/* content styles */
html {
background-color: white;
color: black;
/*font-family: "Lucida Grande", Verdana, Lucida, Helvetica,Arial, sans-serif; */
font-family: 'bitstream vera sans', 'dejavu sans', verdana, sans-serif;
font-size: 0.80em;
line-height: 1.25em;
}
body {
margin: 0;
height: 100%;
}
/* Links */
a {
color: #A3590D;
/*text-decoration: none;*/
} /* (ubuntu-it link) */
a:visited {
color: #6B4A29;
}
a.nonexistent, a.badinterwiki {
color: #AAA;
} /* ubuntu dark tan */
#pagelocation a, #pagelocation a:visited {
text-decoration: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6
{
margin: 1.5em 0 0 0;
padding: 2px 0;
font-weight: normal;
line-height: 1.2em;
text-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
}
h1
{
font-size: 1.6em;
}
h2
{
font-size: 1.3em;
}
h3 {font-size: 1.1em;}
h4, h5 {font-size: 1em;}
li p {
margin: .25em 0;
}
li.gap {
margin-top: 0.5em;
}
/* from ubuntu_styles; sizes changed to em */
dt
{
margin-top: 1.2em;
margin-bottom: 0.3em;
font-size: 1.2em;
border-bottom:1px solid #ECECEC;
}
dd {
margin-top: 0;
margin-bottom: 0;
}
dd p {
margin: 0.25em 0;
}
a, img, img.drawing {
border: 0;
}
pre
{
background-color: #FAFAFA;
border: 1px dotted #DDDDDD;
padding: 4pt;
color:#111111;
font-family: courier, monospace;
white-space: pre;
/* begin css 3 or browser specific rules - do not remove!
see: http://forums.techguy.org/archive/index.php/t-249849.html */
white-space: pre-wrap;
word-wrap: break-word;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
/* end css 3 or browser specific rules */
}
table
{
margin: 0.5em 0px;
border-collapse: collapse;
}
td
{
padding: 0.25em;
border: 1pt solid #CCCCCC;; /* ubuntu dark tan */
}
td p {
margin: 0;
padding: 0;
}
.footnotes div {
width: 5em;
border-top: 1pt solid #AAA; /* ubuntu dark tan */
}
.footnotes ul {
padding: 0em 2em;
margin: 0em 0em 1em;
list-style: none;
}
.footnotes li {
}
.info {
font-size: 0.85em;
color: #AAA; /* ubuntu dark tan */
}
#pageinfo {
margin-top: 2em;
}
.seperator {
color: #AAA; /* ubuntu dark tan */
}
#pagebottom {clear: both;}
/* standard rule ---- */
hr {
height: 1pt;
background-color: #ECECEC; /* ubuntu dark tan */
border: 0;
}
/* custom rules ----- to ---------- */
.hr1 {height: 2pt;}
.hr2 {height: 3pt;}
.hr3 {height: 4pt;}
.hr4 {height: 5pt;}
.hr5 {height: 6pt;}
.hr6 {height: 7pt;}
/* Replacement for html 3 u tag */
.u {text-decoration: underline;}
/* eye catchers */
.warning
{
color: red;
}
.error
{
color: red;
}
strong.highlight
{
background-color: #edddba; /* ubuntu pale orange */
padding: 1pt;
}
/* Recent changes */
.rcrss {
float: right;
margin: 0;
}
.recentchanges[dir="rtl"] .rcrss {
float: left;
}
.recentchanges table {
clear: both;
}
.recentchanges td {
vertical-align: top;
border: none;
border-bottom: 1pt solid #ECECEC;
background: white;
}
.rcdaybreak td {
background: #f4f4f4;
border: none;
}
.rcdaybreak td a {
font-size: 0.88em;
}
.rcicon1, .rcicon2 {
text-align: center;
}
.rcpagelink {
width: 33%;
}
.rctime {
font-size: 0.88em;
white-space: nowrap;
}
.rceditor {
white-space: nowrap;
font-size: 0.88em;
}
.rccomment {
width: 66%;
color: #AAA; /* ubuntu dark tan */
font-size: 0.88em;
font-weight: bold;
}
.strike {
text-decoration: line-through;
}
/* User Preferences */
.userpref table, .userpref td {
border: none;
}
/* CSS for new code_area markup used by Colorizer and ParserBase */
div.codearea { /* the div makes the border */
margin: 4pt 0;
padding: 0;
border: 1pt solid #AAA; /* ubuntu dark tan */
/* background-color: #F3F5F7; * light grey */
background-color: #edddba; /* ubuntu pale orange */
color: black;
}
div.codearea pre { /* the pre has no border and is inside the div */
margin: 0;
padding: 4pt;
border: none;
}
a.codenumbers { /* format of the line numbering link */
margin: 0 4pt;
font-size: 0.85em;
color: #6d4c07; /* ubuntu dark brown */
}
/* format of certain syntax spans */
div.codearea pre span.LineNumber {color: gray;}
div.codearea pre span.ID {color: #000000;}
div.codearea pre span.Operator {color: #0000C0;}
div.codearea pre span.Char {color: #004080;}
div.codearea pre span.Comment {color: #008000;}
div.codearea pre span.Number {color: #0080C0;}
div.codearea pre span.String {color: #004080;}
div.codearea pre span.SPChar {color: #0000C0;}
div.codearea pre span.ResWord {color: #A00000;}
div.codearea pre span.ConsWord {color: #008080; font-weight: bold;}
div.codearea pre span.Error {color: #FF8080; border: solid 1.5pt #FF0000;}
div.codearea pre span.ResWord2 {color: #0080ff; font-weight: bold;}
div.codearea pre span.Special {color: #0000ff;}
div.codearea pre span.Preprc {color: #803999;}
/* Search results */
.searchresults dt {
margin-top: 1em;
font-weight: normal;
}
.searchresults dd {
font-size: 0.85em;
}
/* MonthCalendar css */
/* days without and with pages linked to them */
a.cal-emptyday {
color: #777777;
text-align: center;
}
a.cal-usedday {
color: #000000;
font-weight: bold;
text-align: center;
}
/* general stuff: workdays, weekend, today */
td.cal-workday {
background-color: #F1F1ED; /* ubuntu near-white */
text-align: center;
}
td.cal-weekend {
background-color: #edddba; /* ubuntu pale orange */
text-align: center;
}
td.cal-today {
background-color: #DBBA75; /* ubuntu orange */
border-style: solid;
border-width: 2pt;
text-align: center;
}
/* invalid places on the monthly calendar sheet */
td.cal-invalidday {
background-color: #CCCCCC;
}
/* links to prev/next month/year */
a.cal-link {
color: #F1F1ED; /* ubuntu near-white */
text-decoration: none;
}
th.cal-header {
background-color: #6d4c07; /* ubuntu dark brown */
color: white;
text-align: center;
}
/* for MonthCalendar mouseover info boxes */
TABLE.tip {
color: black;
border: 1px solid #AAA; /* ubuntu dark tan */
background-color: #f7f7f7; /* ubuntu light salmon */
font-size: small;
font-weight: normal;
}
TH.tip {
background-color: #DBBA75; /* ubuntu orange */
font-weight: bold;
text-align: center;
}
TD.tip {
text-align: left;
}
*[dir="rtl"] TD.tip {
text-align: right;
}
/* end MonthCalendar stuff */
/*Note, avvisi e suggerimenti */
.nota {
background-color:#F6F5F0;
border:1px solid #AAAAAA;
}
.avviso {
border:1px solid #FFCC66;
background-color:#FFFFCC;
}
.suggerimento {
background:#eeeeff;
border: 1px solid #8CACBB;
}
/* Page history */
#page-history a, #page-history a:hover {
color: #666666;
}
/*Input*/
input #titlesearch, input #fullsearch {
cursor: pointer;
}
input, textarea {
color: #222;
}
input:hover {
cursor: pointer;
}
textarea, input[type=text], input[type=password] {
cursor:text;
}
/* Added in order to import wiki parser */
/* start admonition section */
#content div.caution,
#content div.important,
#content div.note,
#content div.tip,
#content div.warning {
border: 1pt solid #E5E5E5;
background-color: #FFFFFF;
color: black;
margin: 10pt 30pt 10pt 30pt;
background-repeat: no-repeat;
background-position: 8px 8px;
min-height: 64px; /*64=48+8+8 but doesn't work with IE*/
padding-left: 64px;
}
#content div.caution p,
#content div.important p,
#content div.note p,
#content div.tip p,
#content div.warning p {
margin-top: 8px; /*to align text with bg graphic*/
}
#content div.tip { background-image: url("../img/icons/admon-tip.png"); }
#content div.note { background-image: url("../img/icons/admon-note.png"); }
#content div.important { background-image: url("../img/icons/admon-important.png"); }
#content div.caution { background-image: url("../img/icons/admon-caution.png"); }
#content div.warning { background-image: url("../img/icons/admon-warning.png"); }
/* end admonition section */
/* start simply color changes on wiki parser */
.comment { color: #555555; background-color: #DDDDFF; }
.red { background-color: #FFCCCC; }
.green { background-color: #CCFFCC; }
.blue { background-color: #CCCCFF; }
.yellow { background-color: #FFF29F; }
.orange { background-color: #FFD59B; }
/*.grey todo */
.solid { border: 2px solid #000000; padding: 2px; }
.dashed { border: 2px dashed #000000; padding: 2px; }
.dotted { border: 2px dotted #000000; padding: 2px; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }
.align { clear:both }
/* end simply color changes on wiki parser */
/* Classes for styling Toc */
/* Added by Leonardo Iannacone on April '08 */
.toc, .supported-releases, .page_info {
background:#F0F0F0;
float:right;
font-size:0.9em;
margin:0 0 1em 1em;
width:30%;
}
.toc, .page_info {
border-radius:4px;
box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
-webkit-border-radius:4px;
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
-moz-border-radius:4px;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
}
.toc-core {
padding:10px;
}
p.toc-core-heading, p.table-of-contents-heading {
font-weight: bold;
margin-top: 0px;
}
.toc a {
color:#666666;
}
/* Added for VersioniSupportate macro */
.supported-releases, .page_info {
margin: 0 0 1em 1em;
clear:both;
float:right;
font-size: 75%;
}
.supported-releases {
font-size:85%;
}
.supported-releases-core, .page_info-core {
background-position: top right;
background-repeat: no-repeat;
font-weight: bold;
text-align: center;
margin-top: 0px;
padding: 10px;
}
.page_info-core p {
margin:2px 0;
text-shadow: white 0px 1px 1px;
}
p.supported-releases-heading, p.page_info-core {
font-weight: bold;
text-align: center;
font-size: 12px;
margin-top: 0px;
margin-bottom: 2px;
float: center;
background-repeat: no-repeat;
background-position: center;
}
.supported-releases-core a {
}
/* class for no javascript enabled */
.noscript {
color:#FF0000;
font-weight:bold;
margin-right:50px;
}
/* Apt-urls */
a.apt {
/*
padding-right:18px;
background: url("../img/package.png") no-repeat right;
*/
font-style:italic;
}
/* Added for increasing monospace character */
.backtick {
font-size: 1.1em;
}
#pagelocation {
margin: 0 0;
padding: 0 0;
font-size: 1.5em;
text-decoration: none;
font-size: 1.8em;
font-weight: bold;
line-height: 1.2em;
border-bottom:1px solid #ECECEC;
text-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
}
#pagelocation li {
display: inline;
margin: 0;
}
/* This one shows a separator in the page location */
#pagelocation li:after {
content: " > ";
color: #aaa;
}
/* This one erase the last separator */
#pagelocation li:last-child:after {
content: "";
}
#page img.inline_left {
margin: 5px 15px 5px 20px;
float: left;
}
#page img.inline_right {
margin: 5px 20px 5px 15px;
float: right;
}
#page img.inline_center {
display: block;
margin: 5px auto 5px auto;
text-align: center;
}
/* diffs from classic */
.diff {
table-layout: fixed;
}
.diff-header {
font-weight: bold;
}
.diff-title {
background-color: #C0C0C0;
}
.diff-added {
background-color: #E0FFE0;
font-family: courier,monospace;
vertical-align: top;
white-space: pre-wrap;
width: 50%;
word-wrap: break-word;
}
.diff-removed {
background-color: #FFFFE0;
font-family: courier,monospace;
vertical-align: top;
white-space: pre-wrap;
width: 50%;
word-wrap: break-word;
}
.diff-added span {
background-color: #80FF80;
}
.diff-removed span {
background-color: #FFFF80;
}
td.diff-info {
vertical-align: top;
}
div.diff-info {
white-space: nowrap;
}
div.diff-info-rev-comment span.diff-info-value {
white-space: normal;
}
div.diff-info-header {
background-color: #E8E8E8;
margin: -0.25em -0.5em 0.25em;
padding: 0.25em 0.5em;
text-align: center;
width: 100%;
}
td.diff-same {
border: 0 none;
text-align: center;
}
.searchresult dd span {
font-weight: bold;
}
/* We use here dumb css1 ids because of IE suckiness */
#editor-textarea {
width: 99%;
margin: 0.5em 0em;
}
#editor-comment {
width: 99%;
margin: 0.5em 0em;
}
#editor-help {
margin: 0.5em 0;
}
#editor {
backgorund-color: white;
text-align: left;
width: 100%;
}
#footer {
}
|