]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/fusionforge/fusionforge.css
Wiki page title in bold
[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 h1 { font-weight: bold; }
234
235 /* Interwiki links */
236 .wikipage  { font-weight: normal; }
237 .interwiki, i.interwiki .wikipage, em .interwiki .wikipage { font-style: oblique; }
238 .interwiki .wikipage, i .interwiki, em .interwiki { font-style: normal; }
239
240 /**
241  * Table of content
242  */
243 div.toc {
244     border: 1px solid #aaaaaa;
245     background-color: #f9f9f9;
246     padding: 5px;
247 }
248
249 div.toc ul { list-style: none }
250
251 div.toc p.toctitle { font-weight: bold; font-size: 1.6em; margin-bottom: 1ex; }
252 div.toc p { margin: 0; }
253
254 .toclist a { text-decoration: none; }
255
256 /**
257  * headings
258  */
259 div.toc p.toctitle, h2, h3, h4, h5, h6 { 
260         font-family: Verdana, Arial, Helvetica, sans-serif; 
261         padding-top: .5em;
262         padding-bottom: .17em;
263         border-bottom: 1px solid #aaaaaa;
264 }
265
266 h1, h1 .backlinks, h2, .wikitext h2 a, h3, .wikitext h3 a, h4, .wikitext h4 a, h5, h6 {
267     text-decoration: none;
268 }
269
270 /**
271  * Tables
272  */
273 .pagelist thead th {
274   background: #d8d8d8;
275   text-decoration: none;
276   font-weight: bold;
277 }
278 .pagelist thead td u { text-decoration: none; }
279 .pagelist tr { vertical-align: top; }
280 .pagelist tr.evenrow { background: #eee; }
281 .pagelist tr.oddrow  { background: white; }
282 th.gridbutton {
283   background-color: #d8d8d8;
284   color: #565c5e;
285   font-weight: bold;
286   white-space: nowrap;
287   margin: 5px 0px;
288   max-height: 24px;
289   padding: 5px 0px 5px 0px;
290   border-width: 1px;
291   border-style: solid;
292   border-color: black;
293 }
294 input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton {
295   text-decoration: none;
296   color: #565c5e;
297 }
298
299 /**
300  * Toolbar
301  */
302 .toolbar, input.button, #signin { 
303         font-family: Verdana, Arial, Helvetica, sans-serif; 
304 }
305
306 .toolbar {
307   padding: 0;
308   margin:  0;
309 }
310 .toolbar li {
311   margin-left: -20px; /* Because there is no list symbol */
312   list-style-type: none;
313   font-weight: bold;
314 }
315 .toolbar a {
316   text-decoration: none;
317 }
318
319 .edit-toolbar {
320   padding: 0;
321   margin:  0;
322 }
323 .edit-toolbar img, .edit-toolbar input {
324   background-color: #fff;
325   border: 1px solid ButtonFace;
326 }
327
328 .tooltitle {
329         font-weight: bold ;
330 }
331
332 #navbuttons, #actionbuttons {
333   white-space: nowrap;
334 }
335
336 #navbuttons .named-wiki,
337 #actionbuttons .named-wiki,
338 #navbuttons .wikiaction,
339 #actionbuttons .wikiaction,
340 #navbuttons .wikiadmin,
341 #actionbuttons .wikiadmin {
342   font-weight: normal;
343   color: #565c5e; /* Alcatel-Lucent grey */
344 }
345
346 #navbuttons .named-wiki:hover,
347 #actionbuttons .named-wiki:hover,
348 #navbuttons .wikiaction:hover,
349 #actionbuttons .wikiaction:hover,
350 #navbuttons .wikiadmin:hover,
351 #actionbuttons .wikiadmin:hover {
352   text-decoration: underline;
353 }
354
355 #actionbuttons td {
356     border: 1px solid #aaaaaa;
357     border-bottom: none;
358     border-collapse: collapse;
359     padding-left:0.8em;
360     padding-right:0.8em;
361 }
362
363 #actionbuttons td.spacer {
364     width:10px;
365     border:none;
366     padding-left:0;
367     padding-right:0;
368 }
369
370 #actionbuttons td.bold a {
371     font-weight: bold;
372 }
373
374 .editdate {
375   font-family: Verdana, Arial, Helvetica, sans-serif;
376   margin: 0;
377   padding: 0;
378   padding-top: 0.5ex;
379   border-top: 1px #aaaaaa solid;
380 }
381
382 #logo img {
383   float: right;
384   border: 1px black solid;
385   /* "paper" borders */
386   border-top:  1px #e8e6df solid;
387   border-left: 1px #e8e6df solid;
388   border-bottom: 1px #d2d2d2 solid;
389   border-right:  1px #b2b2b2 solid;
390 }
391
392 /**
393  * Edit Page & View Source
394  */
395
396 /* Make the textarea the full page width */
397 textarea.wikiedit {
398   width: 100%;
399   margin-bottom: 0.5ex;
400   margin-top:    0.5ex;
401   padding: 2px;
402 }
403
404 #editarea-size {
405   margin-top: 1ex;
406   text-align: right;
407   font-size: smaller;
408 }
409 #search-replace {
410   margin-top: 1ex;
411   text-align: left;
412   font-size: smaller;
413 }
414 #toolbar { padding:0px; }
415
416 /**
417  * Search Results
418  */
419 .search-context { background: white; }
420 .search-term {
421   background: yellow;
422   font-weight: normal;
423 }
424 #LSResult {
425   position: absolute;
426   text-align: left;
427   display: none;
428   z-index: 100;
429   background-color: white;
430   border: 1px solid #d0d0d0; 
431   font-size: 9px;
432   overflow: hidden;
433 }
434 #LSHighlight {
435   background-color: #f08000;
436 }
437 #LSResult .evenrow {
438   background-color: #f0f0f0;
439
440 #LSREsult .oddrow {
441
442 .LSEnd {
443   text-align: right;
444 }
445 .LSRow:hover {
446   background-color: white;
447 }
448 .LSRow {
449   padding: 1px;
450
451 ul.LSRes {
452   margin: 0px;
453   padding: 0px;
454 }
455 li.LSRow {
456   margin: 0px;
457   list-style-image: none;
458 }
459
460 /* PageTrail plugin */
461 .pagetrail {
462      background-color: #FFFF99;
463      padding: 0.2em;
464 }
465
466 /* IncludePage plugin */
467 .transclusion-title {
468   text-align: right;
469   font-style: oblique;
470   font-size:  smaller;
471   text-decoration: underline;
472   margin-bottom: 0.25ex;
473   margin-right:  0.25em;
474
475 .transclusion, .wiki-edithelp {
476   font-size: smaller;
477 }
478 .transclusion {
479   border: 1px solid gray;
480   padding-left:  0.8em; 
481   padding-right: 0.8em; 
482   padding-top:     0px;
483   padding-bottom:  0px;
484   margin-left:   0.25em;
485   margin-right:  0.25em;
486   margin-bottom: 0.1ex;
487 }
488 .wiki-edithelp {
489   background: white;
490   border: medium solid #fff8dc; /* darker ivory */
491   padding-left:  0.5em;
492   padding-right: 0.5em;
493   padding-top:    0.75ex;
494   padding-bottom: 0.75ex;
495   margin-left:  0;
496   margin-right: 0;
497   margin-top: 1ex;
498   margin-bottom: 1ex;
499 }
500 .wiki-edithelp p {
501   font-family: Verdana, Arial, Helvetica, sans-serif;
502   padding-left:  0.5em;
503   padding-right: 0.5em;
504   padding-top:    0.5ex;
505   padding-bottom: 0.5ex;
506   margin: 0;
507 }
508
509 /**
510  * Calendar plugin
511  */
512 table.cal {
513   border: 1px outset gray;
514   background: white;
515   margin: 0.5ex 0.5em;
516   padding: 1px;
517   /* For Mozilla */
518   empty-cells: hide;
519
520
521 /* cells */
522 table.cal td {
523   background: white;
524   text-align: right;
525
526
527 /* Month-name header */
528 table.cal-header { font-size: larger; }
529 table.cal-header tr, table.cal-header td { text-align: center; }
530 .cal-arrow {
531   font-weight: bold;
532   text-decoration: none;
533 }
534
535 /* Day-names header */
536 table.cal tbody tr .cal-dayname {  }
537 .cal-dayname td {
538   text-align: center;
539   font-size: smaller;
540   text-decoration: underline;
541 }
542
543 /* Individual days */
544 a.cal-hide { text-decoration: none; }
545
546 /* Today */
547  /* cell */
548 table.cal td.cal-today {
549   margin: 1px;
550   border: 1px solid gray;
551 }
552  /* text */
553 table.cal td.cal-today a.cal-hide {  }
554
555 /**
556  * Diff Output
557  */
558 /* main box */
559 .diff {
560   margin-top:    1ex;
561   margin-bottom: 0.5ex;
562   background: white;
563   border: 1px #ccc solid;
564   color: black;
565   border-top: 1px solid #494f5d;
566   border-left:  1px solid #494f5d;
567   border-bottom:  1px solid #c6d2de;
568   border-right: 1px solid #c6d2de;
569   padding-top:    1px;
570   padding-bottom: 1px;
571   padding-left:  .125em;
572   padding-right: .125em;
573   padding: 0;
574   clear: both;
575 }
576 .diff .block {
577   background: #ddd;
578   padding-left: 1em;
579 }
580
581 /* individual blocks */
582 .diff .context {
583   background: white;
584   /* for NS4 */
585   border: none;
586 }
587 /* entire difftextblock */
588 .difftext {
589   margin-top:    0;
590   margin-bottom: 0;
591   background: white;
592   border: 1px black solid;
593   border-top:  1px #e8e6df solid;
594   border-left: 1px #e8e6df solid;
595   border-bottom: 1px #d2d2d2 solid;
596   border-right:  1px #b2b2b2 solid;
597   padding-left:  0em; 
598   padding-right: 0em;
599   padding-top:    0ex;
600   padding-bottom: 0ex;
601   clear: both;
602 }
603 /* + - line prefix */
604 .diff .block tt {
605   font-weight: normal;
606   font-family: monospace;
607   color: black;
608   margin-left: 0;
609   border: none;
610 }
611 /* changed words */
612 .diff del, .diff ins {
613   font-weight: bold;
614   text-decoration: none;
615 }
616
617 /* blocks containing deleted or added words */
618 .diff .original, .diff .deleted,
619 .diff .final, .diff .added {
620   background: white;
621 }
622 /* blocks containing deleted words */
623 .diff .original, .diff .deleted {
624   background: #fcc;
625   border: none;
626 }
627 /* blocks containing added words */
628 .diff .final, .diff .added {
629   background: #cfc;
630   border: none;
631 }
632
633 /* deleted words */
634 .diff del { background: #f99; }
635 /* added words */
636 .diff ins { background: #9f9; }
637
638 /**
639  * PageHistory, Info
640  */
641 td.pageinfo { font-weight: bold; }
642 .pageinfo-minoredit, .pageinfo-authorid {
643   font-size: smaller;
644   font-style: oblique;
645 }
646
647 div.errors {
648     font-weight: bold;
649     border-width: 2px;
650     border-style: solid;
651     background-color: #ffc0cb; /* pink */
652     border-color: red;
653     padding: 0.5em;
654 }
655
656 div.warning {
657   color: black;
658   background: #eee;
659   margin-top:    1em;
660   margin-bottom: 1em;
661   padding-left:  0.8em; 
662   padding-right: 0.8em; 
663   padding-top:    0.8ex;
664   padding-bottom: 0;
665   border: thin solid blue;
666   clear: both;
667 }
668
669 /* Debug */
670 .debug {
671   color: black;
672   background: white;
673   font-family: monospace;
674   font-size: smaller;
675   margin: 1ex 0;
676   padding: 0.5ex 0.5em;
677   border: medium solid #fff8dc; /* darker ivory */
678 }
679
680 /* Hints */
681 .hint {
682   color: black;
683   background: #eeeeee;
684   font-style: italic;
685   margin-left: 3em;
686   padding: 0.5ex 0.5em;
687   border: thin solid #aaaaaa;
688 }
689 span.hint {
690   padding: 0;
691 }
692
693 /* Disabled Plugins */
694 .disabled-plugin
695 {
696   clear: both;
697   margin: 1ex 0;
698   padding: 0;
699 }
700 .disabled-plugin .title {
701   color: #400;
702   background-color: inherit;
703   font-size: x-small;
704   text-align: right;
705   padding: 0 0.5em;
706 }
707 .disabled-plugin pre {
708   color: black;
709   background: #ddd;
710   margin: 0;
711   padding: 0.3ex 0.5em;
712 }
713
714 /* "(Redirected from ...)" message. */
715 span.redirectfrom {
716   font-size: small;
717   font-style: oblique;
718   font-weight: normal;
719   padding-left: 1em;
720 }
721
722 /*
723  * "DL tables"
724  */
725 .wiki-dl-table {
726   border-collapse: collapse;
727   border: 2px #444 solid;
728 }
729 .wiki-dl-table tr {
730   border-top: 2px #444 solid;
731   border-bottom: 2px #444 solid;
732   border-left: none; 
733   border-right: none; 
734 }
735 .wiki-dl-table th,
736 .wiki-dl-table td {
737   padding: 0.25em 0.5em;
738 }
739 .wiki-dl-table th {
740   vertical-align: top;
741   text-align: right;
742   border-right: 1px #444 solid;
743   border-left: none;
744   border-top: none;
745   border-bottom: none;
746 }
747 .wiki-dl-table td {
748   border: none;
749 }
750
751 /*
752  * "E-mail" style blockquote
753  */
754 blockquote.mail-style-quote {
755         margin: 0em;
756         margin-bottom: 1em;
757         border: 1px solid #284;
758         padding: 0.5em;
759
760 .mail-style-quote blockquote.mail-style-quote {
761         margin-left: 0.3em;
762         margin-bottom : 0em;
763         background: transparent;
764         border-style: none;
765         border-left: medium solid #284;
766         padding: 0em;
767         padding-left: 0.5em;
768 }
769
770 /*
771  * wikiblog
772  */
773 .floatleft { float: left; }
774 .floatright { float: right; }
775
776 div.wikiblog {
777   /* border: thin black solid; */
778   margin: 1ex 2em;
779   padding: 0 0;
780 }
781 div.wikiblog > div {
782   margin: 0 0;
783   padding: 0.5ex 0.5em;
784 }
785 div.wikiblog-header {
786   /* background-color: #ccf; */
787 }
788 div.wikiblog > div.wikiblog-footer {
789   /* background-color: #eee; */
790   padding: 0.2ex 0.5em;
791 }
792 h3.wikiblog-summary {
793   font-size: medium;
794   font-weight: bold;
795   margin: 0 0 1ex 0;
796 }
797
798 table.wikiblog-form {
799   width: auto;
800   border-collapse: collapse;
801   margin: 0.25em 0;
802 }
803 .wikiblog-form caption {
804   caption-side: top;
805   font-weight: bold;
806   text-align: left;
807   padding: 0.5ex 0.5em;
808 }
809 .wikiblog-form th {
810   vertical-align: top;
811   text-align: right;
812   padding: 0 0 0.3em 0.5em;
813 }
814 .wikiblog-form td {
815   padding: 0.25em 0.5em;
816 }
817 .wikiblog-form td.submit-button {
818   padding: 0;
819 }
820 .wikiblog-form input[type=text],
821 .wikiblog-form textarea {
822   margin: 0 0;
823   width: 100%;
824 }
825 div.wikicomment div.wikicomment-footer {
826   padding: 0.2ex 0.5em;
827 }
828 div.wikicomment div.wikicomment-footer named-wiki {
829   font-size: small;
830 }
831 table.interwiki-map {
832   margin: 1em 2em;
833 }
834 .interwiki-map th {
835   text-decoration: underline;
836   text-align: left;
837   padding-left: 1em;
838 }
839 .interwiki-map td.interwiki-url {
840   padding-left: 2em;
841 }
842 .interwiki-map th.interwiki-url {
843   padding-left: 3em;
844 }
845
846 .dialog {
847   background-color: #cdf;
848   color: black;
849   margin: 2em auto 2em auto;
850   border: thin black solid;
851   width: 50%;
852 }
853 .dialog h1, .dialog p, .dialog div {
854   text-align: center;
855 }
856 .dialog h1 {
857   font-size: large;
858   margin: 0.5em 0 1em 0;
859 }
860 .dialog div.message {
861   background-color: white;
862   color: black;
863   color: black;
864   margin: 0 1em;
865   padding: 0.5em 0.5em;
866 }
867 .dialog p.buttons {
868   margin: 1em 0 0.5em 0;
869 }
870
871 .clear-floats {
872   clear: both;
873 }
874
875
876 /* postnuke css:*/
877 .gensmall{font-size:10px}
878 .genmed{font-size:11px}
879 td.cat{font-weight:bold;letter-spacing:1px;color:#000000;background: url(./images/cellpic1.png);height:27px}
880 /* Main table cell colours and backgrounds */
881 td.row1{background:#eaedf4;color:#000000}
882 td.row2{background:#d9e2ec;color:#000000}
883 td.row3{background:#cad9ea;color:#000000}
884 td.spacerow{background:#cad9ea;color:#000000}
885
886 /* This is the outline round the main forum tables */
887 .forumline{background:#ffffff;color:#000000;border:1px solid #006699}
888
889 /* Sidebar */
890 .box { background:#ffffff; border: 1px solid #888888 }
891 .box-title { font-weight: normal; background-color: #ccc; color: black; text-align: center; }
892 .box-data { width: 160px; font-size: 9pt; font-weight: normal; }
893 .box-data .wiki { font-weight: normal; }
894 td.sidebar { border-spacing: 0px; margin: 0ex;}
895
896 /* RssFeed */
897 div.rss { margin: 1em; padding: 1em; }
898 div.feed { margin: -0.5em; margin-bottom: 0em; padding: 0.3em;
899            font-weight: bold; font-size: 1.2em; }
900 .chandesc { font-weight: bold; }
901 div.rssitem { padding-top:1em; padding-bottom: 1em;
902               border-top: 2px solid #565c5e; /* Alcatel-Lucent grey */ }
903 div.itemname { padding-bottom: 1em; font-weight: bold; }
904 div.itemdesc { padding-left: 1em; }
905 div.authordate { font-style: italic; }
906 a.rssicon { font-weight:normal; font-size:small; vertical-align:middle; }
907
908 /* SqlResult */
909 table.sqlresult {
910   border: 1px outset gray;
911   background: white;
912   margin: 0.5ex 0.5em;
913   padding: 1px;
914 }
915 .sqlresult tr.evenrow { background: #eee; }
916 .sqlresult tr.oddrow  { background: white; }
917 table.sqlresult td {
918   margin: 1px;
919   border: 1px solid gray;
920 }
921
922 /**
923  * TeX2png plugin
924  */
925 img.tex { 
926   border: 0ex;
927   vertical-align: middle; 
928 }
929
930 /**
931  * PhotoAlbum plugin
932  */
933 .boldsmall {
934   font-weight: bold;
935   font-size: 11px;
936 }
937
938 #content {
939     margin: 0;
940     padding: 1em 1em 1.5em 1em;
941     background: white;
942     border: 1px solid #aaaaaa;
943     line-height: 1.2em;
944     position: relative;
945     z-index: 2;
946 }
947
948 /* the left column width is specified in class .portlet */
949
950 #footer {
951         text-align: right;
952         vertical-align: bottom;
953         font-style: italic;
954 }
955
956 /*
957  * table class="boxed"
958  * will put a border around the table (but not around the cells)
959  *
960  * table class="bordered"
961  * will put a border around the table and the cells
962  *
963  * In both cases, the caption will be bold and centered under the table
964  *
965  * In both cases, the headers (th) will have a "#d8d8d8" background
966  */
967
968 table.boxed, table.bordered, table.bordered th, table.bordered td {
969     border-width: 1px;
970     border-style: solid;
971     border-collapse: collapse;
972     vertical-align: top;
973 }
974
975 table.boxed td, table.bordered td,
976 table.boxed th, table.bordered th {
977     padding-left: 5px;
978     padding-right: 5px;
979     padding-top: 0px;
980     padding-bottom: 0px;
981 }
982
983 table.boxed caption, table.bordered caption {
984     text-align: center;
985     font-weight: bold;
986     caption-side: bottom;
987     padding-top: 0.8em;
988 }
989
990 table.boxed th, table.bordered th {
991     font-weight: bold;
992     background-color: #d8d8d8;
993 }
994
995 /* plugin BoxRight */
996 div.boxright {
997   background-color: #e9fbff;
998   width: 200px; 
999   right: 10px;
1000   padding: 0.5em; 
1001   float: right; 
1002   border: thin solid; 
1003   padding: 0.5em;
1004 }
1005
1006 td.tdselected, td.tdunselected {
1007    text-align: center;
1008    font-weight: bold;
1009    padding-left: 5px;
1010    padding-right: 5px;
1011 }
1012
1013 td.tdselected {
1014    color: white;
1015    background-color: #554295;
1016 }
1017
1018 td.tdunselected {
1019    color: black;
1020    background-color: #e9e8de;
1021 }
1022
1023 /* Main wiki browse banner */
1024 .browsebanner table {
1025    width: 100%;
1026    background-color: #e9fbff;
1027    border-style: solid;
1028    border-color: blue;
1029    border-width: 2px;
1030 }
1031
1032 .browsebanner table td {
1033    text-align: center;
1034    font-weight: bold;
1035    font-style: oblique;
1036 }
1037
1038 .rateit {
1039    font-size: 60%;
1040    font-weight: bold;
1041    vertical-align: middle;
1042 }
1043
1044 /* For emacs users
1045  *
1046  * Local Variables:
1047  * mode: c
1048  * c-file-style: cc-mode
1049  * End:
1050  */