1
/* screen.css - MoinMoin Default Styles
3
Copyright (c) 2001, 2002, 2003 by Juergen Hermann
4
Modified by Nir Soffer (technical theme), Mauricio Hernandez (ruleta theme)
5
Heather Stern (ubuntu theme)
11
* {border: 1px dotted blue;}
19
/* the words when mouse is over */
20
a:hover {color: #800000; } /* maroon */
21
h1 a:hover {color: #800000; } /* maroon */
23
/* override coloration of form elements */
25
/* override coloration of dialog buttons */
28
font-family: Arial, Lucida Grande, sans-serif;
29
border: grooved 1px #C1B496; /* ubuntu dark tan */
30
background-color: #F1F1ED; /* ubuntu near-white */
31
color: #2e2003; /* darker brown */
34
textarea, input[type=text], input[type=password] {
35
/* inherit from input */
37
font-family: Lucida Typewriter, courier, monospace;
38
border: solid 1px #C1B496; /* ubuntu dark tan */
39
background: #F1F1ED; /* ubuntu near-white */
40
color: #2e2003; /* darker brown */
44
/* inherit from input */
45
/* don't override font */
47
background: #F1F1ED; /* ubuntu near-white */
48
color: #6d4c07; /* ubuntu dark brown */
52
/* IE ignore disabled attribute, but at least show items in gray */
53
/* disabled menu options */
54
color: #C1B496; /* ubuntu dark tan */
57
/* user interface styles */
65
background: url(../img/u-header.png) bottom left repeat-x #DBBA75;
72
background: url('../img/u-headerlogo.png') bottom left no-repeat transparent;
78
/* em is cleaner when zoomed up, however zoomed down likes the px way... */
83
//display: none; /* we'll show an image instead */
86
/* contains image and/or text link */
96
vertical-align: middle;
99
/* NOTE: Wiki name color */
102
text-decoration: none;
110
/* if you force place search this gets squished so... */
113
top: 1.8em; /* yes, it scales when text does :) */
114
/* ok this part's normal */
122
*[dir="rtl"] #username {
125
top: 1.8em; /* yes, it scales when text does :) */
139
#username li:before {
144
#username li:first-child:before {
148
#username a:hover {color: #800000; } /* regular link is maroon */
161
*[dir="rtl"] #searchform {
165
#searchform form div {
180
padding:10px 10px 0 1px;
181
/* padding:0.6em 0.6em 0 1px; */
189
background:url(../img/u-tab_off_ns1.png) no-repeat left top;
192
/* padding:0 0 0 0.3em; */
200
background:url(../img/u-tab_off_ns2.png) no-repeat right top;
201
padding:10px 15px 3px 8px;
202
text-decoration:none;
207
/* Commented Backslash Hack hides rule from IE5-Mac \*/
208
#sisternav a {float:none;}
209
/* End IE5-Mac hack */
211
color: #6d4c07; /* ubuntu dark brown */
214
#sisternav li:hover, #sisternav li:hover a
216
background-position:0% -163px;
220
#sisternav li:hover a
222
background-position:100% -163px;
228
background:url(../img/u-tab_on_ns1.png) no-repeat left top;
231
#sisternav #current a
233
background:url(../img/u-tab_on_ns2.png) no-repeat right top;
238
#sisternav #current a:hover
240
color: #000000; /* maroon */
251
color: #C1B496; /* ubuntu dark tan */
254
*[dir="rtl"] #pagetrail {
259
*[dir="ltr"] #pagetrail {
271
*[dir="rtl"] #pagetrail {
275
/* XXX Warning: non-ascii characters! */
276
/* NOTE: these are small things placed after your visited pages */
277
#pagetrail li:after {
280
color: #C1B496; /* ubuntu dark tan */
283
*[dir="rtl"] #pagetrail li:after {
285
color: #C1B496; /* ubuntu dark tan */
301
border: 1px dotted #C1B496; /* ubuntu dark tan */
305
*[dir="rtl"] #navibar li {
309
/* color for the navibar links */
310
#navibar li.wikilink {
312
/*url(../img/tab-wiki.png) repeat-x;*/
315
#navibar li.userlink {
316
background: #F1F1ED; /* ubuntu near-white */
317
/*url(../img/tab-user.png) repeat-x;*/
320
/* NOTE: the color for the Link inside the buttons of navibar */
321
#navibar a, #navibar a:visited {
323
text-decoration: none;
326
/* NOTE: this is the color for the current page link */
327
#navibar li.current a {
328
color: #6d4c07; /* ubuntu dark brown */
332
/* NOTE: this is the color when mouse is over the navibar links */
334
background: #edddba; /* ubuntu pale orange */
337
#navibar li.current, #navibar li.current:hover {
338
background: url(../img/u-footer.png) repeat-x;
339
color: #6d4c07; /* ubuntu dark brown */
340
/* url(../img/tab-selected.png) repeat-x; */
343
/* NOTE: this is the horizontal line across the page menu */
349
/* sync these values, line-height is needed for IE */
352
border-bottom: 1px solid #9C9C9C;
353
/* border-top: 1px solid #9C9C9C; */
354
background: #6d4c07; /* ubuntu dark brown */
366
*[dir="rtl"] .editbar {
370
*[dir="ltr"] .editbar {
374
.editbar form, .editbar form div {
381
font-family: Arial, Lucida Grande, sans-serif;
382
border: solid 1px #C1B496; /* ubuntu dark tan */
384
color: #2e2003; /* darker brown */
389
font-family: Arial, Lucida Grande, sans-serif;
390
border: dotted 1px white;
391
background: #F1F1ED; /* ubuntu near-white */
392
color: #6d4c07; /* ubuntu dark brown */
399
color: #6d4c07; /* ubuntu dark brown */
402
*[dir="rtl"] .editbar li {
407
border-bottom: 1px dotted #C1B496; /* ubuntu dark tan */
408
color: #6d4c07; /* ubuntu dark brown */
412
border-top: 1px dotted #C1B496; /* ubuntu dark tan */
416
border-bottom: 1px solid #6d4c07; /* ubuntu dark brown */
435
*[dir="rtl"] .extranav li {
443
.editbar a, .editbar a:visited { color: #2e2003;} /* darker brown */
444
.editbar a:hover {color: #800000; } /* ubuntu dark brown */
450
border-bottom: 1px solid #C1B496; /* ubuntu dark tan */
451
background: #F1F1ED; /* ubuntu near-white */
460
#message div.buttons {
464
/* classic had form.dialog; modern doesn't. -- Heather */
467
border: solid 1px #C1B496; /* ubuntu dark tan */
468
background-color: #edddba; /* ubuntu pale orange */
469
color: #6d4c07; /* ubuntu dark brown */
474
border: solid 1px #C1B496; /* ubuntu dark tan */
475
background-color: #edddba; /* ubuntu pale orange */
476
color: #6d4c07; /* ubuntu dark brown */
490
*[dir="rtl"] .dialog td.label {
494
.dialog td.content input {
500
background-color: white;
502
padding: 10px 30px 20px 30px;
505
/* We use here dumb css1 ids because of IE suckiness */
506
#editor-textarea, #editor-comment {
511
border: 2px solid #C1B496; /* ubuntu dark tan */
512
padding: 2px 15px 10px 15px;
513
background: url(../img/u-draft.png);
520
background: #DBBA75; /* ubuntu orange */
524
#credits, #version, #timings{
532
#credits li, #timings li {
539
vertical-align: middle;
542
/* diffs from classic */
552
background-color: #C1B496; /* ubuntu dark tan */
556
background-color: #edddba; /* ubuntu pale orange */
561
background-color: #FFFFE0; /* classic pale yellow */
566
background-color: #DBBA75; /* ubuntu orange */
570
background-color: #FFFF80; /* classic yellow */
573
.searchresult dd span {