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