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