]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/fusionforge/fusionforge.css
Rename files from gforge to fusionforge
[SourceForge/phpwiki.git] / themes / fusionforge / fusionforge.css
1 /**
2  * $Id$
3  *
4  * Copyright (C) 2002-2007 $ThePhpWikiProgrammingTeam
5  * Copyright (C) 2008-2009 Alcatel-Lucent
6  *
7  * This file is part of PhpWiki.
8  *
9  * PhpWiki is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; either version 2 of the License, or
12  * (at your option) any later version.
13  *
14  * PhpWiki is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  * GNU General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License
20  * along with PhpWiki; if not, write to the Free Software
21  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
22 */
23
24 /*
25  * Standard Alcatel-Lucent disclaimer for contributing to open source
26  *
27  * "The Style Sheet ("Contribution") has not been tested and/or
28  * validated for release as or in products, combinations with products or
29  * other commercial use. Any use of the Contribution is entirely made at
30  * the user's own responsibility and the user can not rely on any features,
31  * functionalities or performances Alcatel-Lucent has attributed to the
32  * Contribution.
33  *
34  * THE CONTRIBUTION BY ALCATEL-LUCENT IS PROVIDED AS IS, WITHOUT WARRANTY
35  * OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
36  * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, COMPLIANCE,
37  * NON-INTERFERENCE AND/OR INTERWORKING WITH THE SOFTWARE TO WHICH THE
38  * CONTRIBUTION HAS BEEN MADE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL
39  * ALCATEL-LUCENT BE LIABLE FOR ANY DAMAGES OR OTHER LIABLITY, WHETHER IN
40  * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
41  * CONTRIBUTION OR THE USE OR OTHER DEALINGS IN THE CONTRIBUTION, WHETHER
42  * TOGETHER WITH THE SOFTWARE TO WHICH THE CONTRIBUTION RELATES OR ON A STAND
43  * ALONE BASIS."
44  */
45
46 /* Because in some cases there is a <p> in nested lists */
47 li p { margin:0; }
48
49 /* Hide the elements we put in just to get around NS4 bugs. */
50 div.br { display: none; }
51
52 /* This makes spacings in NS4 too big. */
53 .toolbar, div.toolbar { margin: 0.5ex 0ex; }
54
55 /* This breaks NS4, but is necessary for IE4. */
56 div.wikitext { width: auto; }
57
58 div.wikitext table p { margin-top: 0.3em;  margin-bottom: 0.3em;}
59
60 /**
61  * General
62  */
63 /* for NS4 */
64 img { vertical-align: baseline; }
65 input { margin: 0.1em; }
66 input.numeric { text-align: right; }
67
68 fieldset {
69     background-color: #e0f3f7;
70 }
71
72 legend {
73     border: 1px solid #d8d8e7;
74     background-color: white;
75 }
76
77 /**
78  * Wiki Forms
79  * 
80  * The div inside the wikiadmin upload form does not
81  * have a class yet, so it must be referenced indirectly
82  */
83 /* div.wikiaction, div.wikiadmin { */
84 div.wikiaction, form.wikiadmin div {
85   border-bottom: 1px solid #d8d8e7;
86   border-right:  1px solid #d8d8e7;
87   border-top:  1px solid #96a2ae;
88   border-left: 1px solid #96a2ae;
89
90   margin-top: 0.5ex;
91   margin-bottom: 0.5ex;
92   padding: 0.5ex 0.5em;
93   /* Emulate the display behaviour of a table, to shrink it's width.
94    * ie5.1Mac ignores this */
95   display: table;
96 }
97
98 /* Add space between the input field and following buttons, but not after the last button. */
99 div.wikiaction input[type=text], div.wikiadmin input[type=text], form.wikiadmin input[type=file] { margin-right: 0.5em; }
100
101 div#navbuttons, div#signin, div#actionbuttons { line-height: 3.0ex; }
102
103 /* QuestionMark */
104 .wikiunknown a, .named-wikiunknown a {
105   border-top:  1px solid #c6d2de;
106   border-left: 1px solid #c6d2de;
107   border-bottom: 1px solid #a2a2a2;
108   border-right:  1px solid #a2a2a2;
109   padding-left:  1px;
110   padding-right: 1px;
111   padding-top: 1px;
112   margin-right: .15em;
113 }
114
115 /* Link icons */
116 img.linkicon { vertical-align: middle; }
117
118 img.inlineimage { vertical-align: middle; }
119
120 /**
121  * Edit Page & View Source
122  */
123 /* color: inherit; and background: inherit; display as lime in NS4 */
124
125 /**
126  * Diff Output
127  */
128 .diff .prefix {
129   position: relative;
130   left: -1em;
131 }
132 /* deleted & added words */
133 .diff del, .diff ins {
134   padding-left: 1px;
135   padding-right: 1px;
136 }
137
138 /**
139  * General
140  */ 
141 img { border: 0ex; }
142
143 form { margin: 0ex; }
144
145 table {
146   /* For Mozilla */
147   empty-cells: show;
148 }
149
150 caption {
151   caption-side: top;
152   text-align: left;
153   margin-bottom: .5ex;
154 }
155
156 /**
157  * Wiki
158  */
159
160 div.wikitext pre { 
161   font-family: monospace; 
162   border-width: 1px;
163   border-color: navy;
164   border-style: dashed;
165   padding: 0.5em;
166 }
167
168 /**
169  * PageTypes
170  */
171 /* Main wiki text box */
172 div.wikitext {
173   margin-top:    1ex;
174   margin-bottom: 0.5ex;
175   background: white;
176   padding-bottom: 1em;
177   clear: both;
178 }
179
180 /* Mozilla RecentChanges Sidebar */
181 body.sidebar {
182   margin: 0.5em;
183 }
184 body.sidebar div.wikitext {
185   padding: 0.5em;
186 }
187 body.sidebar div.wikitext ul { padding-left: 1em; }
188 body.sidebar h2 { margin-top: 0; }
189
190 /**
191  * Link styles
192  */
193 .wiki, .named-wiki {
194   /* text-decoration: none; */
195   font-weight: bold;
196 }
197
198 /* Action buttons */
199 a.wikiaction, a.wiki-rc-action, a.wikiunsafe,
200 input.wikiaction, input.button, input.wikiadmin {
201   text-decoration: none;
202   /* don't wrap text buttons */
203   white-space: nowrap;
204 }
205
206 input.wikiaction, input.button, input.wikiadmin {
207   margin-right: 1em;
208   margin-left: 1em;
209 }
210
211 .wikiunsafe { background-color: #fcc; }
212
213 /* Unknown links */
214 .wikiunknown, .named-wikiunknown {
215   font-weight: normal;
216   font-size: 100%;
217 }
218  /* QuestionMark #600 */
219 .wikiunknown a, .named-wikiunknown a {
220   color: #447;
221   background-color: #eee;
222   text-decoration: none;
223   font-weight: normal;
224   font-size: smaller;
225 }
226
227 /* Backlinks */
228 .backlinks {
229   text-decoration: underline;
230 }
231 h1 .backlinks { text-decoration: none; color: inherit; }
232
233 /* Interwiki links */
234 .wikipage  { font-weight: normal; }
235 .interwiki, i.interwiki .wikipage, em .interwiki .wikipage { font-style: oblique; }
236 .interwiki .wikipage, i .interwiki, em .interwiki { font-style: normal; }
237
238 /**
239  * Table of content
240  */
241 div.toc {
242     border: 1px solid #aaaaaa;
243     background-color: #f9f9f9;
244     padding: 5px;
245 }
246
247 div.toc ul { list-style: none }
248
249 div.toc p.toctitle { font-weight: bold; font-size: 1.6em; margin-bottom: 1ex; }
250 div.toc p { margin: 0; }
251
252 .toclist a { text-decoration: none; }
253
254 /**
255  * headings
256  */
257 div.toc p.toctitle, h2, h3, h4, h5, h6 { 
258         font-family: Verdana, Arial, Helvetica, sans-serif; 
259         padding-top: .5em;
260         padding-bottom: .17em;
261         border-bottom: 1px solid #aaaaaa;
262 }
263
264 h1, h1 .backlinks, h2, .wikitext h2 a, h3, .wikitext h3 a, h4, .wikitext h4 a, h5, h6 {
265     text-decoration: none;
266 }
267
268 /**
269  * Tables
270  */
271 .pagelist thead th {
272   background: #d8d8d8;
273   text-decoration: none;
274   font-weight: bold;
275 }
276 .pagelist thead td u { text-decoration: none; }
277 .pagelist tr { vertical-align: top; }
278 .pagelist tr.evenrow { background: #eee; }
279 .pagelist tr.oddrow  { background: white; }
280 th.gridbutton {
281   background-color: #d8d8d8;
282   color: #565c5e;
283   font-weight: bold;
284   white-space: nowrap;
285   margin: 5px 0px;
286   max-height: 24px;
287   padding: 5px 0px 5px 0px;
288   border-width: 1px;
289   border-style: solid;
290   border-color: black;
291 }
292 input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton {
293   text-decoration: none;
294   color: #565c5e;
295 }
296
297 /**
298  * Toolbar
299  */
300 .toolbar, input.button, #signin { 
301         font-family: Verdana, Arial, Helvetica, sans-serif; 
302 }
303
304 .toolbar {
305   padding: 0;
306   margin:  0;
307 }
308 .toolbar li {
309   margin-left: -20px; /* Because there is no list symbol */
310   list-style-type: none;
311   font-weight: bold;
312 }
313 .toolbar a {
314   text-decoration: none;
315 }
316
317 .edit-toolbar {
318   padding: 0;
319   margin:  0;
320 }
321 .edit-toolbar img, .edit-toolbar input {
322   background-color: #fff;
323   border: 1px solid ButtonFace;
324 }
325
326 .tooltitle {
327         font-weight: bold ;
328 }
329
330 #navbuttons, #actionbuttons {
331   white-space: nowrap;
332 }
333
334 #navbuttons .named-wiki,
335 #actionbuttons .named-wiki,
336 #navbuttons .wikiaction,
337 #actionbuttons .wikiaction,
338 #navbuttons .wikiadmin,
339 #actionbuttons .wikiadmin {
340   font-weight: normal;
341   color: #565c5e; /* Alcatel-Lucent grey */
342 }
343
344 #navbuttons .named-wiki:hover,
345 #actionbuttons .named-wiki:hover,
346 #navbuttons .wikiaction:hover,
347 #actionbuttons .wikiaction:hover,
348 #navbuttons .wikiadmin:hover,
349 #actionbuttons .wikiadmin:hover {
350   text-decoration: underline;
351 }
352
353 #actionbuttons td {
354     border: 1px solid #aaaaaa;
355     border-bottom: none;
356     border-collapse: collapse;
357     padding-left:0.8em;
358     padding-right:0.8em;
359 }
360
361 #actionbuttons td.spacer {
362     width:10px;
363     border:none;
364     padding-left:0;
365     padding-right:0;
366 }
367
368 #actionbuttons td.bold a {
369     font-weight: bold;
370 }
371
372 .editdate {
373   font-family: Verdana, Arial, Helvetica, sans-serif;
374   margin: 0;
375   padding: 0;
376   padding-top: 0.5ex;
377   border-top: 1px #aaaaaa solid;
378 }
379
380 #logo img {
381   float: right;
382   border: 1px black solid;
383   /* "paper" borders */
384   border-top:  1px #e8e6df solid;
385   border-left: 1px #e8e6df solid;
386   border-bottom: 1px #d2d2d2 solid;
387   border-right:  1px #b2b2b2 solid;
388 }
389
390 /**
391  * Edit Page & View Source
392  */
393
394 /* Make the textarea the full page width */
395 textarea.wikiedit {
396   width: 100%;
397   margin-bottom: 0.5ex;
398   margin-top:    0.5ex;
399   padding: 2px;
400 }
401
402 #editarea-size {
403   margin-top: 1ex;
404   text-align: right;
405   font-size: smaller;
406 }
407 #search-replace {
408   margin-top: 1ex;
409   text-align: left;
410   font-size: smaller;
411 }
412 #toolbar { padding:0px; }
413
414 /**
415  * Search Results
416  */
417 .search-context { background: white; }
418 .search-term {
419   background: yellow;
420   font-weight: normal;
421 }
422 #LSResult {
423   position: absolute;
424   text-align: left;
425   display: none;
426   z-index: 100;
427   background-color: white;
428   border: 1px solid #d0d0d0; 
429   font-size: 9px;
430   overflow: hidden;
431 }
432 #LSHighlight {
433   background-color: #f08000;
434 }
435 #LSResult .evenrow {
436   background-color: #f0f0f0;
437
438 #LSREsult .oddrow {
439
440 .LSEnd {
441   text-align: right;
442 }
443 .LSRow:hover {
444   background-color: white;
445 }
446 .LSRow {
447   padding: 1px;
448
449 ul.LSRes {
450   margin: 0px;
451   padding: 0px;
452 }
453 li.LSRow {
454   margin: 0px;
455   list-style-image: none;
456 }
457
458 /* PageTrail plugin */
459 .pagetrail {
460      background-color: #FFFF99;
461      padding: 0.2em;
462 }
463
464 /* IncludePage plugin */
465 .transclusion-title {
466   text-align: right;
467   font-style: oblique;
468   font-size:  smaller;
469   text-decoration: underline;
470   margin-bottom: 0.25ex;
471   margin-right:  0.25em;
472
473 .transclusion, .wiki-edithelp {
474   font-size: smaller;
475 }
476 .transclusion {
477   border: 1px solid gray;
478   padding-left:  0.8em; 
479   padding-right: 0.8em; 
480   padding-top:     0px;
481   padding-bottom:  0px;
482   margin-left:   0.25em;
483   margin-right:  0.25em;
484   margin-bottom: 0.1ex;
485 }
486 .wiki-edithelp {
487   background: white;
488   border: medium solid #fff8dc; /* darker ivory */
489   padding-left:  0.5em;
490   padding-right: 0.5em;
491   padding-top:    0.75ex;
492   padding-bottom: 0.75ex;
493   margin-left:  0;
494   margin-right: 0;
495   margin-top: 1ex;
496   margin-bottom: 1ex;
497 }
498 .wiki-edithelp p {
499   font-family: Verdana, Arial, Helvetica, sans-serif;
500   padding-left:  0.5em;
501   padding-right: 0.5em;
502   padding-top:    0.5ex;
503   padding-bottom: 0.5ex;
504   margin: 0;
505 }
506
507 /**
508  * Calendar plugin
509  */
510 table.cal {
511   border: 1px outset gray;
512   background: white;
513   margin: 0.5ex 0.5em;
514   padding: 1px;
515   /* For Mozilla */
516   empty-cells: hide;
517
518
519 /* cells */
520 table.cal td {
521   background: white;
522   text-align: right;
523
524
525 /* Month-name header */
526 table.cal-header { font-size: larger; }
527 table.cal-header tr, table.cal-header td { text-align: center; }
528 .cal-arrow {
529   font-weight: bold;
530   text-decoration: none;
531 }
532
533 /* Day-names header */
534 table.cal tbody tr .cal-dayname {  }
535 .cal-dayname td {
536   text-align: center;
537   font-size: smaller;
538   text-decoration: underline;
539 }
540
541 /* Individual days */
542 a.cal-hide { text-decoration: none; }
543
544 /* Today */
545  /* cell */
546 table.cal td.cal-today {
547   margin: 1px;
548   border: 1px solid gray;
549 }
550  /* text */
551 table.cal td.cal-today a.cal-hide {  }
552
553 /**
554  * Diff Output
555  */
556 /* main box */
557 .diff {
558   margin-top:    1ex;
559   margin-bottom: 0.5ex;
560   background: white;
561   border: 1px #ccc solid;
562   color: black;
563   border-top: 1px solid #494f5d;
564   border-left:  1px solid #494f5d;
565   border-bottom:  1px solid #c6d2de;
566   border-right: 1px solid #c6d2de;
567   padding-top:    1px;
568   padding-bottom: 1px;
569   padding-left:  .125em;
570   padding-right: .125em;
571   padding: 0;
572   clear: both;
573 }
574 .diff .block {
575   background: #ddd;
576   padding-left: 1em;
577 }
578
579 /* individual blocks */
580 .diff .context {
581   background: white;
582   /* for NS4 */
583   border: none;
584 }
585 /* entire difftextblock */
586 .difftext {
587   margin-top:    0;
588   margin-bottom: 0;
589   background: white;
590   border: 1px black solid;
591   border-top:  1px #e8e6df solid;
592   border-left: 1px #e8e6df solid;
593   border-bottom: 1px #d2d2d2 solid;
594   border-right:  1px #b2b2b2 solid;
595   padding-left:  0em; 
596   padding-right: 0em;
597   padding-top:    0ex;
598   padding-bottom: 0ex;
599   clear: both;
600 }
601 /* + - line prefix */
602 .diff .block tt {
603   font-weight: normal;
604   font-family: monospace;
605   color: black;
606   margin-left: 0;
607   border: none;
608 }
609 /* changed words */
610 .diff del, .diff ins {
611   font-weight: bold;
612   text-decoration: none;
613 }
614
615 /* blocks containing deleted or added words */
616 .diff .original, .diff .deleted,
617 .diff .final, .diff .added {
618   background: white;
619 }
620 /* blocks containing deleted words */
621 .diff .original, .diff .deleted {
622   background: #fcc;
623   border: none;
624 }
625 /* blocks containing added words */
626 .diff .final, .diff .added {
627   background: #cfc;
628   border: none;
629 }
630
631 /* deleted words */
632 .diff del { background: #f99; }
633 /* added words */
634 .diff ins { background: #9f9; }
635
636 /**
637  * PageHistory, Info
638  */
639 td.pageinfo { font-weight: bold; }
640 .pageinfo-minoredit, .pageinfo-authorid {
641   font-size: smaller;
642   font-style: oblique;
643 }
644
645 div.errors {
646     font-weight: bold;
647     border-width: 2px;
648     border-style: solid;
649     background-color: #ffc0cb; /* pink */
650     border-color: red;
651     padding: 0.5em;
652 }
653
654 div.warning {
655   color: black;
656   background: #eee;
657   margin-top:    1em;
658   margin-bottom: 1em;
659   padding-left:  0.8em; 
660   padding-right: 0.8em; 
661   padding-top:    0.8ex;
662   padding-bottom: 0;
663   border: thin solid blue;
664   clear: both;
665 }
666
667 /* Debug */
668 .debug {
669   color: black;
670   background: white;
671   font-family: monospace;
672   font-size: smaller;
673   margin: 1ex 0;
674   padding: 0.5ex 0.5em;
675   border: medium solid #fff8dc; /* darker ivory */
676 }
677
678 /* Hints */
679 .hint {
680   color: black;
681   background: #eeeeee;
682   font-style: italic;
683   margin-left: 3em;
684   padding: 0.5ex 0.5em;
685   border: thin solid #aaaaaa;
686 }
687 span.hint {
688   padding: 0;
689 }
690
691 /* Disabled Plugins */
692 .disabled-plugin
693 {
694   clear: both;
695   margin: 1ex 0;
696   padding: 0;
697 }
698 .disabled-plugin .title {
699   color: #400;
700   background-color: inherit;
701   font-size: x-small;
702   text-align: right;
703   padding: 0 0.5em;
704 }
705 .disabled-plugin pre {
706   color: black;
707   background: #ddd;
708   margin: 0;
709   padding: 0.3ex 0.5em;
710 }
711
712 /* "(Redirected from ...)" message. */
713 span.redirectfrom {
714   font-size: small;
715   font-style: oblique;
716   font-weight: normal;
717   padding-left: 1em;
718 }
719
720 /*
721  * "DL tables"
722  */
723 .wiki-dl-table {
724   border-collapse: collapse;
725   border: 2px #444 solid;
726 }
727 .wiki-dl-table tr {
728   border-top: 2px #444 solid;
729   border-bottom: 2px #444 solid;
730   border-left: none; 
731   border-right: none; 
732 }
733 .wiki-dl-table th,
734 .wiki-dl-table td {
735   padding: 0.25em 0.5em;
736 }
737 .wiki-dl-table th {
738   vertical-align: top;
739   text-align: right;
740   border-right: 1px #444 solid;
741   border-left: none;
742   border-top: none;
743   border-bottom: none;
744 }
745 .wiki-dl-table td {
746   border: none;
747 }
748
749 /*
750  * "E-mail" style blockquote
751  */
752 blockquote.mail-style-quote {
753         margin: 0em;
754         margin-bottom: 1em;
755         border: 1px solid #284;
756         padding: 0.5em;
757
758 .mail-style-quote blockquote.mail-style-quote {
759         margin-left: 0.3em;
760         margin-bottom : 0em;
761         background: transparent;
762         border-style: none;
763         border-left: medium solid #284;
764         padding: 0em;
765         padding-left: 0.5em;
766 }
767
768 /*
769  * wikiblog
770  */
771 .floatleft { float: left; }
772 .floatright { float: right; }
773
774 div.wikiblog {
775   /* border: thin black solid; */
776   margin: 1ex 2em;
777   padding: 0 0;
778 }
779 div.wikiblog > div {
780   margin: 0 0;
781   padding: 0.5ex 0.5em;
782 }
783 div.wikiblog-header {
784   /* background-color: #ccf; */
785 }
786 div.wikiblog > div.wikiblog-footer {
787   /* background-color: #eee; */
788   padding: 0.2ex 0.5em;
789 }
790 h3.wikiblog-summary {
791   font-size: medium;
792   font-weight: bold;
793   margin: 0 0 1ex 0;
794 }
795
796 table.wikiblog-form {
797   width: auto;
798   border-collapse: collapse;
799   margin: 0.25em 0;
800 }
801 .wikiblog-form caption {
802   caption-side: top;
803   font-weight: bold;
804   text-align: left;
805   padding: 0.5ex 0.5em;
806 }
807 .wikiblog-form th {
808   vertical-align: top;
809   text-align: right;
810   padding: 0 0 0.3em 0.5em;
811 }
812 .wikiblog-form td {
813   padding: 0.25em 0.5em;
814 }
815 .wikiblog-form td.submit-button {
816   padding: 0;
817 }
818 .wikiblog-form input[type=text],
819 .wikiblog-form textarea {
820   margin: 0 0;
821   width: 100%;
822 }
823 div.wikicomment div.wikicomment-footer {
824   padding: 0.2ex 0.5em;
825 }
826 div.wikicomment div.wikicomment-footer named-wiki {
827   font-size: small;
828 }
829 table.interwiki-map {
830   margin: 1em 2em;
831 }
832 .interwiki-map th {
833   text-decoration: underline;
834   text-align: left;
835   padding-left: 1em;
836 }
837 .interwiki-map td.interwiki-url {
838   padding-left: 2em;
839 }
840 .interwiki-map th.interwiki-url {
841   padding-left: 3em;
842 }
843
844 .dialog {
845   background-color: #cdf;
846   color: black;
847   margin: 2em auto 2em auto;
848   border: thin black solid;
849   width: 50%;
850 }
851 .dialog h1, .dialog p, .dialog div {
852   text-align: center;
853 }
854 .dialog h1 {
855   font-size: large;
856   margin: 0.5em 0 1em 0;
857 }
858 .dialog div.message {
859   background-color: white;
860   color: black;
861   color: black;
862   margin: 0 1em;
863   padding: 0.5em 0.5em;
864 }
865 .dialog p.buttons {
866   margin: 1em 0 0.5em 0;
867 }
868
869 .clear-floats {
870   clear: both;
871 }
872
873
874 /* postnuke css:*/
875 .gensmall{font-size:10px}
876 .genmed{font-size:11px}
877 td.cat{font-weight:bold;letter-spacing:1px;color:#000000;background: url(./images/cellpic1.png);height:27px}
878 /* Main table cell colours and backgrounds */
879 td.row1{background:#eaedf4;color:#000000}
880 td.row2{background:#d9e2ec;color:#000000}
881 td.row3{background:#cad9ea;color:#000000}
882 td.spacerow{background:#cad9ea;color:#000000}
883
884 /* This is the outline round the main forum tables */
885 .forumline{background:#ffffff;color:#000000;border:1px solid #006699}
886
887 /* Sidebar */
888 .box { background:#ffffff; border: 1px solid #888888 }
889 .box-title { font-weight: normal; background-color: #ccc; color: black; text-align: center; }
890 .box-data { width: 160px; font-size: 9pt; font-weight: normal; }
891 .box-data .wiki { font-weight: normal; }
892 td.sidebar { border-spacing: 0px; margin: 0ex;}
893
894 /* RssFeed */
895 div.rss { margin: 1em; padding: 1em; }
896 div.feed { margin: -0.5em; margin-bottom: 0em; padding: 0.3em;
897            font-weight: bold; font-size: 1.2em; }
898 .chandesc { font-weight: bold; }
899 div.rssitem { padding-top:1em; padding-bottom: 1em;
900               border-top: 2px solid #565c5e; /* Alcatel-Lucent grey */ }
901 div.itemname { padding-bottom: 1em; font-weight: bold; }
902 div.itemdesc { padding-left: 1em; }
903 div.authordate { font-style: italic; }
904 a.rssicon { font-weight:normal; font-size:small; vertical-align:middle; }
905
906 /* SqlResult */
907 table.sqlresult {
908   border: 1px outset gray;
909   background: white;
910   margin: 0.5ex 0.5em;
911   padding: 1px;
912 }
913 .sqlresult tr.evenrow { background: #eee; }
914 .sqlresult tr.oddrow  { background: white; }
915 table.sqlresult td {
916   margin: 1px;
917   border: 1px solid gray;
918 }
919
920 /**
921  * TeX2png plugin
922  */
923 img.tex { 
924   border: 0ex;
925   vertical-align: middle; 
926 }
927
928 /**
929  * PhotoAlbum plugin
930  */
931 .boldsmall {
932   font-weight: bold;
933   font-size: 11px;
934 }
935
936 #content {
937     margin: 0;
938     padding: 1em 1em 1.5em 1em;
939     background: white;
940     border: 1px solid #aaaaaa;
941     line-height: 1.2em;
942     position: relative;
943     z-index: 2;
944 }
945
946 /* the left column width is specified in class .portlet */
947
948 #footer {
949         text-align: right;
950         vertical-align: bottom;
951         font-style: italic;
952 }
953
954 /*
955  * table class="boxed"
956  * will put a border around the table (but not around the cells)
957  *
958  * table class="bordered"
959  * will put a border around the table and the cells
960  *
961  * In both cases, the caption will be bold and centered under the table
962  *
963  * In both cases, the headers (th) will have a "#d8d8d8" background
964  */
965
966 table.boxed, table.bordered, table.bordered th, table.bordered td {
967     border-width: 1px;
968     border-style: solid;
969     border-collapse: collapse;
970     vertical-align: top;
971 }
972
973 table.boxed td, table.bordered td,
974 table.boxed th, table.bordered th {
975     padding-left: 5px;
976     padding-right: 5px;
977     padding-top: 0px;
978     padding-bottom: 0px;
979 }
980
981 table.boxed caption, table.bordered caption {
982     text-align: center;
983     font-weight: bold;
984     caption-side: bottom;
985     padding-top: 0.8em;
986 }
987
988 table.boxed th, table.bordered th {
989     font-weight: bold;
990     background-color: #d8d8d8;
991 }
992
993 /* plugin BoxRight */
994 div.boxright {
995   background-color: #e9fbff;
996   width: 200px; 
997   right: 10px;
998   padding: 0.5em; 
999   float: right; 
1000   border: thin solid; 
1001   padding: 0.5em;
1002 }
1003
1004 td.tdselected, td.tdunselected {
1005    text-align: center;
1006    font-weight: bold;
1007    padding-left: 5px;
1008    padding-right: 5px;
1009 }
1010
1011 td.tdselected {
1012    color: white;
1013    background-color: #554295;
1014 }
1015
1016 td.tdunselected {
1017    color: black;
1018    background-color: #e9e8de;
1019 }
1020
1021 /* Main wiki browse banner */
1022 .browsebanner table {
1023    width: 100%;
1024    background-color: #e9fbff;
1025    border-style: solid;
1026    border-color: blue;
1027    border-width: 2px;
1028 }
1029
1030 .browsebanner table td {
1031    text-align: center;
1032    font-weight: bold;
1033    font-style: oblique;
1034 }
1035
1036 .rateit {
1037    font-size: 60%;
1038    font-weight: bold;
1039    vertical-align: middle;
1040 }
1041
1042 /* For emacs users
1043  *
1044  * Local Variables:
1045  * mode: c
1046  * c-file-style: cc-mode
1047  * End:
1048  */