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