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