have different dists
[camarabuntu.git] / docs / InstallCDCustomization_files / screen.css
blobcac1d4591cba822f090584cef1315c695ffe5325
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)
6 */
8 /* content styles */
10 /* debug
11 * {border: 1px dotted blue;}
14 body {
15 padding:0;
16 border:0;
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 */
26 input {
27 font-size: 1em;
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 */
36 font-size: 1em;
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 */
43 select, option {
44 /* inherit from input */
45 /* don't override font */
46 border: none;
47 background: #F1F1ED; /* ubuntu near-white */
48 color: #6d4c07; /* ubuntu dark brown */
51 .disabled {
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 */
59 #header {
60 margin: 0;
61 padding: 0;
64 #mastwrap {
65 background: url(../img/u-header.png) bottom left repeat-x #DBBA75;
66 /* ubuntu orange */
69 #masthead
71 position:relative;
72 background: url('../img/headerlogo.png') bottom left no-repeat transparent;
73 border-style: solid;
74 border-width: 0;
75 color: #000;
76 height: 90px;
77 /* height: 6em; */
78 /* em is cleaner when zoomed up, however zoomed down likes the px way... */
82 #logo {
83 //display: none; /* we'll show an image instead */
84 text-indent:-10000px;
85 margin:0;
86 /* contains image and/or text link */
87 float: left;
88 margin: 0 10px 0 0;
89 font-size: 2em;
90 line-height: 1.2em;
91 font-weight: bold;
92 padding: 0;
95 #logo img {
96 vertical-align: middle;
99 /* NOTE: Wiki name color */
100 #logo a {
101 color: black;
102 text-decoration: none;
105 *[dir="rtl"] #logo {
106 float: right;
109 #username {
110 /* ok this part's normal */
111 clear: both;
112 margin: 0 20px;
113 text-align: right;
114 padding: 5px 8px;
115 white-space: nowrap;
116 background: white;
117 font-size: 0.85em;
120 #username li {
121 display: inline;
122 padding: 0 2px;
126 #username li a {
127 color: #3c3108;
130 #username li:before {
131 content: "| ";
132 color: black;
135 #username li:first-child:before {
136 content: "";
139 #username a:hover {color: #800000; } /* regular link is maroon */
141 #searchform {
142 position: absolute;
143 right: 3px;
144 top: 3px;
145 /* float: right; */
146 margin: 5px 10px;
147 padding: 0;
148 white-space: nowrap;
149 font-size: 13px;
152 *[dir="rtl"] #searchform {
153 float: left;
156 #searchform form div {
157 display: inline;
160 #sisternav
162 position:absolute;
163 bottom:0;
164 right:0;
167 #sisternav ul
169 display:inline;
170 margin:0;
171 padding:10px 10px 0 1px;
172 list-style:none;
175 #sisternav li
177 display:inline;
178 float:left;
179 background:url(../img/u-tab_off_ns1.png) no-repeat left top;
180 margin:0;
181 padding:0 0 0 5px;
184 #sisternav a
186 float:left;
187 font-size:0.8em;
188 display:block;
189 background:url(../img/u-tab_off_ns2.png) no-repeat right top;
190 padding:8px 15px 3px 8px;
191 text-decoration:none;
192 font-weight:bold;
193 color:#444;
196 /* Commented Backslash Hack hides rule from IE5-Mac \*/
197 #sisternav a {float:none;}
198 /* End IE5-Mac hack */
199 #sisternav a:hover {
200 color: #6d4c07; /* ubuntu dark brown */
203 #sisternav li:hover, #sisternav li:hover a
205 background-position:0% -163px;
206 color: #000000;
209 #sisternav li:hover a
211 background-position:100% -163px;
212 color: #000000;
215 #sisternav #current
217 background:url(../img/u-tab_on_ns1.png) no-repeat left top;
220 #sisternav #current a
222 background:url(../img/u-tab_on_ns2.png) no-repeat right top;
223 padding-bottom:4px;
224 color:#000;
227 #sisternav #current a:hover
229 color: #000000; /* maroon */
232 #pagetrail {
233 white-space: nowrap;
234 margin: 0;
235 padding: 0 10px;
236 font-size: 0.85em;
239 #pagetrail a {
240 color: #C1B496; /* ubuntu dark tan */
243 *[dir="rtl"] #pagetrail {
244 clear: right;
245 text-align: right;
248 *[dir="ltr"] #pagetrail {
249 clear: left;
250 text-align: left;
253 #pagetrail li {
254 float: left;
255 display: block;
256 padding: 2px 2px;
257 margin: 0 0 5px 0;
260 *[dir="rtl"] #pagetrail {
261 float: right;
264 /* XXX Warning: non-ascii characters! */
265 /* NOTE: these are small things placed after your visited pages */
266 #pagetrail li:after {
267 content: " » ";
268 color: black;
269 color: #C1B496; /* ubuntu dark tan */
272 *[dir="rtl"] #pagetrail li:after {
273 content: " « ";
274 color: #C1B496; /* ubuntu dark tan */
277 /* NOTE: this is the horizontal line across the page menu */
278 #pageline {
279 clear: both;
280 margin: 0;
281 padding: 0;
282 width: 100%;
283 /* sync these values, line-height is needed for IE */
284 height: 4px;
285 line-height: 4px;
286 border-bottom: 1px solid #9C9C9C;
287 /* border-top: 1px solid #9C9C9C; */
288 background: #6d4c07; /* ubuntu dark brown */
291 .editbar {
292 margin: 0;
293 padding: 0 25px;
294 white-space: nowrap;
295 height: 30px;
296 background: white;
297 font-size: 0.85em;
300 *[dir="rtl"] .editbar {
301 clear: right;
304 *[dir="ltr"] .editbar {
305 clear: left;
308 .editbar form, .editbar form div {
309 display: inline;
310 margin: 0;
313 .editbar select {
314 font-size: 0.9em;
315 font-family: Arial, Lucida Grande, sans-serif;
316 border: solid 1px #C1B496; /* ubuntu dark tan */
317 background: white;
318 color: #2e2003; /* darker brown */
321 .editbar option {
322 font-size: 1em;
323 font-family: Arial, Lucida Grande, sans-serif;
324 border: dotted 1px white;
325 background: #F1F1ED; /* ubuntu near-white */
326 color: #6d4c07; /* ubuntu dark brown */
328 .editbar li {
329 float: left;
330 display: block;
331 padding: 0;
332 margin: 2px 6px;
333 color: #6d4c07; /* ubuntu dark brown */
336 *[dir="rtl"] .editbar li {
337 float: right;
340 #header .editbar {
341 border-bottom: 1px dotted #C1B496; /* ubuntu dark tan */
342 color: #6d4c07; /* ubuntu dark brown */
345 #footer .extranav {
346 border-top: 1px dotted #C1B496; /* ubuntu dark tan */
349 #footer .editbar {
350 border-bottom: 1px solid #6d4c07; /* ubuntu dark brown */
353 .extranav {
354 clear: both;
355 margin: 0 15px;
356 padding: 0 8px;
357 white-space: nowrap;
358 background: white;
359 font-size: 0.85em;
362 .extranav li {
363 float: right;
364 display: block;
365 padding: 0;
366 margin: 6px 8px;
369 *[dir="rtl"] .extranav li {
370 float: left;
373 #ubuntulinks {
374 text-align: center;
377 .editbar a, .editbar a:visited { color: #2e2003;} /* darker brown */
378 .editbar a:hover {color: #800000; } /* ubuntu dark brown */
380 #message {
381 clear: both;
382 margin: 0;
383 padding: 5px 10px;
384 border-bottom: 1px solid #C1B496; /* ubuntu dark tan */
385 background: #F1F1ED; /* ubuntu near-white */
386 font-size: 0.75em;
389 #message p{
390 margin: 5px 0;
391 padding: 0;
392 font-weight: bold;
393 line-height: 1em;
396 #message div.buttons {
397 font-weight: normal;
400 /* classic had form.dialog; modern doesn't. -- Heather */
401 form.dialog {
402 margin: 0 15px;
403 border: solid 1px #C1B496; /* ubuntu dark tan */
404 background-color: #edddba; /* ubuntu pale orange */
405 color: #6d4c07; /* ubuntu dark brown */
408 .dialog form {
409 margin: 0 15px;
410 border: solid 1px #C1B496; /* ubuntu dark tan */
411 background-color: #edddba; /* ubuntu pale orange */
412 color: #6d4c07; /* ubuntu dark brown */
415 .dialog td {
416 border: none;
417 padding: 5px;
420 .dialog td.label {
421 text-align: right;
422 font-weight: bold;
423 width: 25%;
426 *[dir="rtl"] .dialog td.label {
427 text-align: left;
430 .dialog td.content input {
431 width: 100%;
434 #page {
435 clear: both;
436 background-color: white;
437 margin: 0;
438 padding: 5px 30px 20px 30px;
441 /* We use here dumb css1 ids because of IE suckiness */
442 #editor-textarea, #editor-comment {
443 width: 100%;
446 #preview {
447 border: 2px solid #C1B496; /* ubuntu dark tan */
448 padding: 2px 15px 10px 15px;
449 background: url(../img/u-draft.png);
452 #footer {
453 clear: both;
454 margin: 0;
455 padding: 0;
456 background: #DBBA75; /* ubuntu orange */
457 font-size: 10px;
460 #credits, #version, #timings{
461 margin: 3px 6px;
462 padding: 0;
463 text-align: center;
464 color: #6C7680;
465 font-size: 10px;
468 #credits li, #timings li {
469 display: inline;
470 padding: 0 2px;
471 margin: 0 4px;
474 #credits img {
475 vertical-align: middle;
478 /* diffs from classic */
479 .diff {
480 width:99%;
483 .diff-header {
484 font-weight: bold;
487 .diff-title {
488 background-color: #C1B496; /* ubuntu dark tan */
491 .diff-added {
492 background-color: #edddba; /* ubuntu pale orange */
493 vertical-align: sub;
496 .diff-removed {
497 background-color: #FFFFE0; /* classic pale yellow */
498 vertical-align: sub;
501 .diff-added span {
502 background-color: #DBBA75; /* ubuntu orange */
505 .diff-removed span {
506 background-color: #FFFF80; /* classic yellow */
509 .searchresult dd span {
510 font-weight: bold;