]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/fusionforge/fusionforge.css
navbuttons unused in fusionforge
[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#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 #actionbuttons {
324   white-space: nowrap;
325 }
326
327 #actionbuttons .named-wiki,
328 #actionbuttons .wikiaction,
329 #actionbuttons .wikiadmin {
330   font-weight: normal;
331   color: #565c5e; /* Alcatel-Lucent grey */
332 }
333
334 #actionbuttons .named-wiki:hover,
335 #actionbuttons .wikiaction:hover,
336 #actionbuttons .wikiadmin:hover {
337   text-decoration: underline;
338 }
339
340 #actionbuttons td {
341     border: 1px solid #aaaaaa;
342     border-bottom: none;
343     border-collapse: collapse;
344     padding-left:0.8em;
345     padding-right:0.8em;
346 }
347
348 #actionbuttons td.spacer {
349     width:10px;
350     border:none;
351     padding-left:0;
352     padding-right:0;
353 }
354
355 #actionbuttons td.bold a {
356     font-weight: bold;
357 }
358
359 .editdate {
360   font-family: Verdana, Arial, Helvetica, sans-serif;
361   margin: 0;
362   padding: 0;
363   padding-top: 0.5ex;
364   border-top: 1px #aaaaaa solid;
365 }
366
367 #logo img {
368   float: right;
369   border: 1px black solid;
370   /* "paper" borders */
371   border-top:  1px #e8e6df solid;
372   border-left: 1px #e8e6df solid;
373   border-bottom: 1px #d2d2d2 solid;
374   border-right:  1px #b2b2b2 solid;
375 }
376
377 /**
378  * Edit Page & View Source
379  */
380
381 /* Make the textarea the full page width */
382 textarea.wikiedit {
383   width: 100%;
384   margin-bottom: 0.5ex;
385   margin-top:    0.5ex;
386   padding: 2px;
387 }
388
389 #editarea-size {
390   margin-top: 1ex;
391   text-align: right;
392   font-size: smaller;
393 }
394 #search-replace {
395   margin-top: 1ex;
396   text-align: left;
397   font-size: smaller;
398 }
399 #toolbar { padding:0px; }
400
401 /**
402  * Search Results
403  */
404 .search-context { background: white; }
405 .search-term {
406   background: yellow;
407   font-weight: normal;
408 }
409 #LSResult {
410   position: absolute;
411   text-align: left;
412   display: none;
413   z-index: 100;
414   background-color: white;
415   border: 1px solid #d0d0d0; 
416   font-size: 9px;
417   overflow: hidden;
418 }
419 #LSHighlight {
420   background-color: #f08000;
421 }
422 #LSResult .evenrow {
423   background-color: #f0f0f0;
424
425 #LSREsult .oddrow {
426
427 .LSEnd {
428   text-align: right;
429 }
430 .LSRow:hover {
431   background-color: white;
432 }
433 .LSRow {
434   padding: 1px;
435
436 ul.LSRes {
437   margin: 0px;
438   padding: 0px;
439 }
440 li.LSRow {
441   margin: 0px;
442   list-style-image: none;
443 }
444
445 /* PageTrail plugin */
446 .pagetrail {
447      background-color: #FFFF99;
448      padding: 0.2em;
449 }
450
451 /* IncludePage plugin */
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 /**
495  * Calendar plugin
496  */
497 table.cal {
498   border: 1px outset gray;
499   background: white;
500   margin: 0.5ex 0.5em;
501   padding: 1px;
502   /* For Mozilla */
503   empty-cells: hide;
504
505
506 /* cells */
507 table.cal td {
508   background: white;
509   text-align: right;
510
511
512 /* Month-name header */
513 table.cal-header { font-size: larger; }
514 table.cal-header tr, table.cal-header td { text-align: center; }
515 .cal-arrow {
516   font-weight: bold;
517   text-decoration: none;
518 }
519
520 /* Day-names header */
521 table.cal tbody tr .cal-dayname {  }
522 .cal-dayname td {
523   text-align: center;
524   font-size: smaller;
525   text-decoration: underline;
526 }
527
528 /* Individual days */
529 a.cal-hide { text-decoration: none; }
530
531 /* Today */
532  /* cell */
533 table.cal td.cal-today {
534   margin: 1px;
535   border: 1px solid gray;
536 }
537  /* text */
538 table.cal td.cal-today a.cal-hide {  }
539
540 /**
541  * Diff Output
542  */
543 /* main box */
544 .diff {
545   margin-top:    1ex;
546   margin-bottom: 0.5ex;
547   background: white;
548   border: 1px #ccc solid;
549   color: black;
550   border-top: 1px solid #494f5d;
551   border-left:  1px solid #494f5d;
552   border-bottom:  1px solid #c6d2de;
553   border-right: 1px solid #c6d2de;
554   padding-top:    1px;
555   padding-bottom: 1px;
556   padding-left:  .125em;
557   padding-right: .125em;
558   padding: 0;
559   clear: both;
560 }
561 .diff .block {
562   background: #ddd;
563   padding-left: 1em;
564 }
565
566 /* individual blocks */
567 .diff .context {
568   background: white;
569   /* for NS4 */
570   border: none;
571 }
572 /* entire difftextblock */
573 .difftext {
574   margin-top:    0;
575   margin-bottom: 0;
576   background: white;
577   border: 1px black solid;
578   border-top:  1px #e8e6df solid;
579   border-left: 1px #e8e6df solid;
580   border-bottom: 1px #d2d2d2 solid;
581   border-right:  1px #b2b2b2 solid;
582   padding-left:  0em; 
583   padding-right: 0em;
584   padding-top:    0ex;
585   padding-bottom: 0ex;
586   clear: both;
587 }
588 /* + - line prefix */
589 .diff .block tt {
590   font-weight: normal;
591   font-family: monospace;
592   color: black;
593   margin-left: 0;
594   border: none;
595 }
596 /* changed words */
597 .diff del, .diff ins {
598   font-weight: bold;
599   text-decoration: none;
600 }
601
602 /* blocks containing deleted or added words */
603 .diff .original, .diff .deleted,
604 .diff .final, .diff .added {
605   background: white;
606 }
607 /* blocks containing deleted words */
608 .diff .original, .diff .deleted {
609   background: #fcc;
610   border: none;
611 }
612 /* blocks containing added words */
613 .diff .final, .diff .added {
614   background: #cfc;
615   border: none;
616 }
617
618 /* deleted words */
619 .diff del { background: #f99; }
620 /* added words */
621 .diff ins { background: #9f9; }
622
623 /**
624  * PageHistory, Info
625  */
626 td.pageinfo { font-weight: bold; }
627 .pageinfo-minoredit, .pageinfo-authorid {
628   font-size: smaller;
629   font-style: oblique;
630 }
631
632 div.errors {
633     font-weight: bold;
634     border-width: 2px;
635     border-style: solid;
636     background-color: #ffc0cb; /* pink */
637     border-color: red;
638     padding: 0.5em;
639 }
640
641 div.warning {
642   color: black;
643   background: #eee;
644   margin-top:    1em;
645   margin-bottom: 1em;
646   padding-left:  0.8em; 
647   padding-right: 0.8em; 
648   padding-top:    0.8ex;
649   padding-bottom: 0;
650   border: thin solid blue;
651   clear: both;
652 }
653
654 /* Debug */
655 .debug {
656   color: black;
657   background: white;
658   font-family: monospace;
659   font-size: smaller;
660   margin: 1ex 0;
661   padding: 0.5ex 0.5em;
662   border: medium solid #fff8dc; /* darker ivory */
663 }
664
665 /* Hints */
666 .hint {
667   color: black;
668   background: #eeeeee;
669   font-style: italic;
670   margin-left: 3em;
671   padding: 0.5ex 0.5em;
672   border: thin solid #aaaaaa;
673 }
674 span.hint {
675   padding: 0;
676 }
677
678 /* Disabled Plugins */
679 .disabled-plugin
680 {
681   clear: both;
682   margin: 1ex 0;
683   padding: 0;
684 }
685 .disabled-plugin .title {
686   color: #400;
687   background-color: inherit;
688   font-size: x-small;
689   text-align: right;
690   padding: 0 0.5em;
691 }
692 .disabled-plugin pre {
693   color: black;
694   background: #ddd;
695   margin: 0;
696   padding: 0.3ex 0.5em;
697 }
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 /**
908  * TeX2png plugin
909  */
910 img.tex { 
911   border: 0ex;
912   vertical-align: middle; 
913 }
914
915 /**
916  * PhotoAlbum plugin
917  */
918 .boldsmall {
919   font-weight: bold;
920   font-size: 11px;
921 }
922
923 #content {
924     margin: 0;
925     padding: 1em 1em 1.5em 1em;
926     border: 1px solid #aaaaaa;
927     line-height: 1.2em;
928     position: relative;
929     z-index: 2;
930 }
931
932 /* the left column width is specified in class .portlet */
933
934 #footer {
935     text-align: right;
936     vertical-align: bottom;
937     font-style: italic;
938 }
939
940 /*
941  * table class="boxed"
942  * will put a border around the table (but not around the cells)
943  *
944  * table class="bordered"
945  * will put a border around the table and the cells
946  *
947  * In both cases, the caption will be bold and centered under the table
948  *
949  * In both cases, the headers (th) will have a "#d8d8d8" background
950  */
951
952 table.boxed, table.bordered, table.bordered th, table.bordered td {
953     border-width: 1px;
954     border-style: solid;
955     border-collapse: collapse;
956     vertical-align: top;
957 }
958
959 table.boxed td, table.bordered td,
960 table.boxed th, table.bordered th {
961     padding-left: 5px;
962     padding-right: 5px;
963     padding-top: 0px;
964     padding-bottom: 0px;
965 }
966
967 table.boxed caption, table.bordered caption {
968     text-align: center;
969     font-weight: bold;
970     caption-side: bottom;
971     padding-top: 0.8em;
972 }
973
974 table.boxed th, table.bordered th {
975     font-weight: bold;
976     background-color: #d8d8d8;
977 }
978
979 /* plugin BoxRight */
980 div.boxright {
981   background-color: #e9fbff;
982   width: 200px; 
983   right: 10px;
984   padding: 0.5em; 
985   float: right; 
986   border: thin solid; 
987   padding: 0.5em;
988 }
989
990 td.tdselected, td.tdunselected {
991    text-align: center;
992    font-weight: bold;
993    padding-left: 5px;
994    padding-right: 5px;
995 }
996
997 td.tdselected {
998    color: white;
999    background-color: #554295;
1000 }
1001
1002 td.tdunselected {
1003    color: black;
1004    background-color: #e9e8de;
1005 }
1006
1007 /* Main wiki browse banner */
1008 .browsebanner table {
1009    width: 100%;
1010    background-color: #e9fbff;
1011    border-style: solid;
1012    border-color: blue;
1013    border-width: 2px;
1014 }
1015
1016 .browsebanner table td {
1017    text-align: center;
1018    font-weight: bold;
1019    font-style: oblique;
1020 }
1021
1022 .rateit {
1023    font-size: 60%;
1024    font-weight: bold;
1025    vertical-align: middle;
1026 }
1027
1028 /* For emacs users
1029  *
1030  * Local Variables:
1031  * mode: c
1032  * c-file-style: cc-mode
1033  * End:
1034  */