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