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