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