]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/phpwiki.css
no rounds for image buttons.
[SourceForge/phpwiki.git] / themes / default / phpwiki.css
1 /**
2  * $Id: phpwiki.css,v 1.61 2007-07-15 17:40:13 rurban Exp $
3  *
4  * This incarnation of this stylesheet is a complete rewrite from the
5  * ground up.
6  *
7  * Mozilla's "DOM Inspector" Sidebar was an invaluable troubleshooting
8  * tool for mapping the more complex CSS node selectors, such as those
9  * used to reference the various CalendarPlugin elements.
10  */
11
12 /**
13  * NS4 doesn't grok @import. This allows us to put things which
14  * break NS4 in another file.
15  */
16 @import url(phpwiki-heavy.css);
17
18
19 /**
20  * General
21  */ 
22 img { border: 0ex; }
23
24 form { margin: 0ex; }
25
26 table {
27   border-spacing: 1px;
28   /* For Mozilla */
29   empty-cells: show;
30 }
31
32 caption {
33   caption-side: top;
34   text-align: left;
35   margin-bottom: .5ex;
36   /* Allow the caption to extend to the full page width
37      Mac ie5.1 ignores this*/
38   width: 100%;
39 }
40
41
42 /**
43  * Wiki
44  */
45 body {
46   /* ivory #ffe #fffff0*/
47   background: #fffff0;
48   font-family: Arial, Helvetica, sans-serif;
49   font-size: 85%; /* The default is too large. But enlarge monospace below */
50   margin: 1.5ex 1em;
51 }
52
53 div.wikitext hr { height: 1px; }
54
55 div.wikitext pre { font-family: monospace; }
56
57
58 /**
59  * PageTypes
60  */
61 /* Main wiki text box */
62 div.wikitext {
63   margin-top:    1ex;
64   margin-bottom: 0.5ex;
65   background-color: white;
66   /* Netscape 4 requires this 1px border.
67      Without it, the paper borders below cause
68      the white background to disappear. */
69   border: 1px black solid;
70   /* "paper" borders */
71   border-top:  1px #e8e6df solid;
72   border-left: 1px #e8e6df solid;
73   border-bottom: 1px #d2d2d2 solid;
74   border-right:  1px #b2b2b2 solid;
75   padding-left:  0.8em; 
76   padding-right: 0.8em;
77   padding-top:    0.5ex;
78   padding-bottom: 0.5ex;
79   /*This breaks Netscape 4: (display does not go full width).
80    * width: auto;
81    */
82   clear: both;
83 }
84 /* for the login template */
85 div#browse  {
86   margin-top:    1px;
87   margin-bottom: 0.5px;
88   /*background: #dddddd;*/
89 }
90
91 /* .interwiki-map thead td { text-decoration: underline; } */
92
93 /*
94 ** RecentChanges
95 */
96 .pageinfo-majoredit { 
97         font-weight: bold;
98 }
99 .wiki-summary {
100         font-size: 94%;
101         font-style: italic;
102 }
103
104 /* Mozilla RecentChanges Sidebar */
105 body.sidebar {
106   font-size: smaller;
107   margin: 0.5em;
108 }
109 body.sidebar div.wikitext {
110   padding: 0.5em;
111 }
112 body.sidebar div.wikitext ul { padding-left: 1em; }
113 body.sidebar h2 { margin-top: 0; }
114
115
116 /**
117  * Wiki Forms
118  * 
119  * The div inside the wikiadmin upload form does not
120  * have a class yet, so it must be referenced indirectly
121  */
122 div.wikiaction { background-color: #eee; }
123 /* div.wikiadmin { background-color: #fee; } */
124 form.wikiadmin div { background-color: #fee; }
125 form.wikiformrich { background-color: #eee; }
126
127 /**
128  * Link styles
129  */
130 .wiki, .named-wiki {
131   text-decoration: none;
132   /* font-weight: normal; */
133   font-weight: bold;
134 }
135 .wiki relation, .named-wiki relation, .wiki attribute, .named-wiki attribute {
136   font-style: oblique;
137   /* font-weight: normal; */
138   font-weight: bold;
139 }
140
141 span.relation-symbol {
142     font-weight: bold;
143     font-family: monospace;
144     letter-spacing: 0.1em;
145 }
146
147 /* Action buttons */
148 a.wikiaction, a.wikiadmin, a.wiki-rc-action, a.wikiunsafe,
149 input.wikiaction, input.button, input.wikiadmin {
150     text-decoration: none;
151     font-family: Arial, Helvetica, sans-serif;
152     /* don't wrap text buttons */
153     white-space: nowrap;
154     /* font-size: inherit; */
155 }
156
157 a.wikiaction, a.wikiaction:visited, input.wikiaction, input.button { 
158     background-color: #ddd; 
159 }
160
161 .wikiunsafe { background-color: #fcc; }
162
163 a.wikiadmin, a.wikiadmin:visited, input.wikiadmin  { 
164     background-color: #fdd; 
165 }
166
167 /* Unknown links */
168 .wikiunknown, .named-wikiunknown {
169   font-weight: normal;
170   font-size: 100%;
171 }
172
173 /* QuestionMark #600 */
174 .wikiunknown a, .named-wikiunknown a {
175   color: #447;
176   background-color: #eee;
177   text-decoration: none;
178   font-weight: normal;
179   font-size: smaller;
180 }
181
182 /* Backlinks */
183 .backlinks {
184   text-decoration: underline;
185   color: #006;
186 }
187 h1 .backlinks { text-decoration: underline; }
188
189 /* Interwiki links */
190 /* .wikipage  { font-weight: bold; } */
191 .wikipage  { font-weight: normal; }
192 .interwiki { text-decoration: none; }
193 .interwiki, i.interwiki .wikipage, em .interwiki .wikipage { font-style: oblique; }
194 .interwiki .wikipage, i .interwiki, em .interwiki { font-style: normal; }
195
196 /* image buttons */
197 a.wikibutton, a.wikibutton:visited, input.wikibutton  { 
198     background-color: none; 
199 }
200
201 /**
202  * headings: Georgia
203  */
204 h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
205
206 h1 { margin: 0; font-size: 140% }
207
208
209 /**
210  * Tables
211  */
212 table, td { font-family: Arial, Helvetica, sans-serif; }
213 caption { font-family: Arial, Helvetica, sans-serif; }
214 .pagelist { }
215 .pagelist thead td {
216   background: #e8e8e8;
217   text-decoration: none;
218   font-weight: bold;
219   font-size: smaller;
220 }
221 .pagelist thead td u { text-decoration: none; }
222 .pagelist tr.evenrow { background: #eee; }
223 .pagelist tr.oddrow  { background: white; }
224 th.gridbutton {
225   background-color: ThreedLightShadow;
226   color: black;
227   font-family: Tahoma, sans-serif, Arial, Helvetica;
228   font-size: small;
229   font-weight: normal;
230   /*font-style: menu;*/
231   white-space: nowrap;
232   margin: 5px 0px;
233   max-height: 24px;
234   padding: 5px 0px 5px 0px;
235   border-width: 1px;
236   border-style: solid;
237   border-color: ThreedHighlight ThreedDarkShadow ThreedDarkShadow ThreedHighlight;
238 }
239 input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton {
240   text-decoration: none;
241   font-size: small;
242   font-weight: normal;
243   /*font-style: menu;*/
244   font-family: Tahoma, sans-serif, Arial, Helvetica;
245   background-color: ThreedLightShadow;
246   color: black;
247 }
248
249
250 /**
251  * Toolbar
252  */
253 .toolbar, input.button, #signin { font-family: Arial, Helvetica, sans-serif; }
254
255 .toolbar {
256   padding: 0;
257   margin:  0;
258 }
259 .edit-toolbar {
260   padding: 0;
261   margin:  0;
262 }
263 .edit-toolbar img, .edit-toolbar input {
264   background-color: #fff;
265   border: 1px solid ButtonFace;
266 }
267
268 #navbuttons {
269   padding-right: 4em; /* wrap around logo */
270   padding-bottom: 1ex; /* space for h1 */
271 }
272 .editdate {
273   font-family: Arial, Helvetica, sans-serif;
274   margin: 0;
275   padding: 0;
276   padding-top: 0.25ex;
277 }
278 /*
279 div#logo {
280   float: right;
281 }
282 */
283 #logo img {
284   float: right;
285   /* Netscape 4 requires this 1px border.
286      Without it, the paper borders below cause
287      the white background to disappear. */
288   border: 1px black solid;
289   /* "paper" borders */
290   border-top:  1px #e8e6df solid;
291   border-left: 1px #e8e6df solid;
292   border-bottom: 1px #d2d2d2 solid;
293   border-right:  1px #b2b2b2 solid;
294 }
295
296 /**
297  * Edit Page & View Source
298  */
299
300 /* Make the textarea the full page width */
301 textarea.wikiedit {
302   width: 100%;
303   margin-bottom: 0.5ex;
304   margin-top:    0.5ex;
305   padding: 2px;
306 }
307
308 #editarea-size {
309   margin-top: 1ex;
310   text-align: right;
311   font-size: smaller;
312 }
313 #search-replace {
314   margin-top: 1ex;
315   text-align: left;
316   font-size: smaller;
317 }
318 #toolbar { padding:0px; }
319
320 /**
321  * Search
322  */
323 #searchholder { display: inline; }
324
325 /**
326  * Search Results
327  */
328 .search-context { background: white; font-style: oblique; }
329 .search-term {
330   background: yellow;
331   font-weight: normal;
332 }
333 #LSResult {
334   position: absolute;
335   text-align: left;
336   display: none;
337   z-index: 100;
338   background-color: white;
339   border: 1px solid #d0d0d0; 
340   font-size: 9px;
341   overflow: hidden;
342 }
343 #LSHighlight {
344   background-color: #f08000;
345 }
346 #LSResult .evenrow {
347   background-color: #f0f0f0;
348
349 #LSREsult .oddrow {
350
351 .LSEnd {
352   text-align: right;
353 }
354 .LSRow:hover {
355   background-color: white;
356 }
357 .LSRow {
358   padding: 1px;
359
360 ul.LSRes {
361   margin: 0px;
362   padding: 0px;
363 }
364 li.LSRow {
365   margin: 0px;
366   list-style-image: none;
367 }
368
369 /* IncludePage plugin */
370 .transclusion-title {
371   text-align: right;
372   font-style: oblique;
373   font-size:  smaller;
374   text-decoration: underline;
375   margin-bottom: 0.25ex;
376   margin-right:  0.25em;
377
378 .transclusion, .wiki-edithelp {
379   font-size: smaller;
380 }
381 .transclusion {
382   border: 1px solid gray;
383   padding-left:  0.8em; 
384   padding-right: 0.8em; 
385   padding-top:     0px;
386   padding-bottom:  0px;
387   margin-left:   0.25em;
388   margin-right:  0.25em;
389   margin-bottom: 0.1ex;
390 }
391 .wiki-edithelp {
392   background: white;
393   border: medium solid #fff8dc; /* darker ivory */
394   padding-left:  0.5em;
395   padding-right: 0.5em;
396   padding-top:    0.75ex;
397   padding-bottom: 0.75ex;
398   margin-left:  0;
399   margin-right: 0;
400   margin-top: 1ex;
401   margin-bottom: 1ex;
402 }
403 .wiki-edithelp .wiki {
404   /* color: #5454ff;*/
405 }
406 .wiki-edithelp p {
407   font-family: Arial, Helvetica, sans-serif;
408   padding-left:  0.5em;
409   padding-right: 0.5em;
410   padding-top:    0.5ex;
411   padding-bottom: 0.5ex;
412   margin: 0;
413 }
414
415
416 /**
417  * Calendar plugin
418  */
419 table.cal {
420   border: 1px outset gray;
421   background: white;
422   margin: 0.5ex 0.5em;
423   padding: 1px;
424   /* For Mozilla */
425   empty-cells: hide;
426
427
428 /* cells */
429 table.cal td {
430   background: white;
431   text-align: right;
432
433
434 /* Month-name header */
435 table.cal-header { font-size: larger; }
436 table.cal-header tr, table.cal-header td { text-align: center; }
437 .cal-arrow {
438   font-weight: bold;
439   text-decoration: none;
440 }
441
442 /* Day-names header */
443 table.cal tbody tr .cal-dayname {  }
444 .cal-dayname td {
445   text-align: center;
446   font-size: smaller;
447   text-decoration: underline;
448 }
449
450 /* Individual days */
451 a.cal-hide { text-decoration: none; }
452
453 /* Today */
454  /* cell */
455 table.cal td.cal-today {
456   margin: 1px;
457   border: 1px solid gray;
458 }
459  /* text */
460 table.cal td.cal-today a.cal-hide {  }
461
462 /**
463  * Diff Output
464  */
465 /* main box */
466 .diff {
467   margin-top:    1ex;
468   margin-bottom: 0.5ex;
469   background: white;
470   /* Netscape 4 requires this 1px border.
471      Without it, the paper borders below cause
472      the white background to disappear. */
473   border: 1px #ccc solid;
474   color: black;
475   border-top: 1px solid #494f5d;
476   border-left:  1px solid #494f5d;
477   border-bottom:  1px solid #c6d2de;
478   border-right: 1px solid #c6d2de;
479   padding-top:    1px;
480   padding-bottom: 1px;
481   padding-left:  .125em;
482   padding-right: .125em;
483   padding: 0;
484   /* "paper" borders */
485   /*border-top: 2px #d2d2d2 solid;
486   border-left:  2px #b2b2b2 solid;
487   border-bottom:  2px #e8e6df solid;
488   border-right: 2px #e8e6df solid;*/
489 /*  padding-left:  0em; 
490   padding-bottom: 0ex;*/
491 /*  border-style: inset;*/
492   /*This breaks Netscape 4: (display does not go full width).
493    * width: auto;
494    */
495   /* I'm not sure what the intent of this was, but it's
496    *  not valid CSS: */
497   /* display: editarea; */
498   clear: both;
499 }
500 .diff .block {
501   background: #ddd;
502   padding-left: 1em;
503   /* for NS4 */
504   /*border: none;*/
505 }
506
507 /* individual blocks */
508 .diff .context {
509   background: white;
510   /* for NS4 */
511   border: none;
512 }
513 /* entire difftextblock */
514 .difftext {
515   margin-top:    0;
516   margin-bottom: 0;
517   background: white;
518   /* Netscape 4 requires this 1px border.
519      Without it, the paper borders below cause
520      the white background to disappear. */
521   border: 1px black solid;
522   /* "paper" borders */
523   border-top:  1px #e8e6df solid;
524   border-left: 1px #e8e6df solid;
525   border-bottom: 1px #d2d2d2 solid;
526   border-right:  1px #b2b2b2 solid;
527   padding-left:  0em; 
528   padding-right: 0em;
529   padding-top:    0ex;
530   padding-bottom: 0ex;
531   /*This breaks Netscape 4: (display does not go full width).
532    * width: auto;
533    */
534   clear: both;
535 }
536 /* + - line prefix */
537 .diff .block tt {
538   font-weight: normal;
539   font-family: monospace;
540   color: black;
541   /* for NS4 */
542   margin-left: 0;
543   border: none;
544 }
545 /* changed words */
546 .diff del, .diff ins {
547   font-weight: bold;
548   text-decoration: none;
549 }
550
551 /* blocks containing deleted or added words */
552 .diff .original, .diff .deleted,
553 .diff .final, .diff .added {
554   background: white;
555 }
556 /* blocks containing deleted words */
557 .diff .original, .diff .deleted {
558   background: #fcc;
559   /* for NS4 */
560   border: none;
561 }
562 /* blocks containing added words */
563 .diff .final, .diff .added {
564   background: #cfc;
565   /* for NS4 */
566   border: none;
567 }
568
569 /* These don't work in NS4 -- it completely ignores <del> and <ins>. */
570 /* deleted words */
571 .diff del { background: #f99; }
572 /* added words */
573 .diff ins { background: #9f9; }
574
575
576 /**
577  * PageHistory, Info
578  */
579 td.pageinfo { font-weight: bold; }
580 .pageinfo-minoredit, .pageinfo-authorid {
581   font-size: smaller;
582   font-style: oblique;
583 }
584
585
586 /**
587  * Other
588  */
589 .printer, .no-css { display: none; }
590
591 /* PHP Warnings */
592 div.errors {
593   color: black;
594   background: #eee;
595   margin-top:    1em;
596   margin-bottom: 1em;
597   padding-left:  0.8em; 
598   padding-right: 0.8em; 
599   padding-top:    0.8ex;
600   padding-bottom: 0;
601   border: medium solid red;
602   clear: both;
603 }
604 h4.errors {
605   color: red;
606   margin:  0;
607   padding: 0;
608   text-decoration: underline;
609 }
610 div.warning {
611   color: black;
612   background: #eee;
613   margin-top:    1em;
614   margin-bottom: 1em;
615   padding-left:  0.8em; 
616   padding-right: 0.8em; 
617   padding-top:    0.8ex;
618   padding-bottom: 0;
619   border: thin solid blue;
620   clear: both;
621 }
622 .error { font-family: monospace; font-size: 120%; }
623 .error ul { font-family: monospace; }
624
625 /* Debug */
626 .debug {
627   color: black;
628   background: white;
629   font-family: monospace;
630   font-size: smaller;
631   margin: 1ex 0;
632   padding: 0.5ex 0.5em;
633   border: medium solid #fff8dc; /* darker ivory */
634 }
635
636 /* Hints */
637 .hint {
638   color: black;
639   background: #eeeeee;
640    /* font-size: smaller; */
641   font-style: italic;
642   margin-left: 3em;
643   padding: 0.5ex 0.5em;
644   border: thin solid #aaaaaa;
645 }
646 span.hint {
647   padding: 0;
648 }
649
650 /* Disabled Plugins */
651 .disabled-plugin
652 {
653   clear: both;
654   margin: 1ex 0;
655   padding: 0;
656 }
657 .disabled-plugin .title {
658   color: #400;
659   background-color: inherit;
660   font-size: x-small;
661   text-align: right;
662   padding: 0 0.5em;
663 }
664 .disabled-plugin pre {
665   color: black;
666   background: #ddd;
667   margin: 0;
668   padding: 0.3ex 0.5em;
669 }
670
671 /* "(Redirected from ...)" message. */
672 span.redirectfrom {
673   font-size: small;
674   font-style: oblique;
675   font-weight: normal;
676   padding-left: 1em;
677 }
678
679
680 /*
681  * Vertical margins around block elements.
682  */
683
684 p { margin: 1em 0; }            /* Normal ("loose") paragraphs */
685 li p, dd p, td p { margin: 1ex 0; } /* Paragraphs within lists are a little tighter. */
686   
687 /* ul, ol, dl { margin: 0.2ex 0; }      /* A little room around lists. */
688 /* li ul, li ol, li dl,
689 dd ul, dd ol, dd dl { margin: 0 0; } /* but not around sub-lists. */
690
691 /* Normal ("loose") list elements */
692 li.tightenable { margin: 1em 0; }
693 dt.tightenable { margin-top: 1em; }
694 dd.tightenable { margin-bottom: 1.5ex; }
695
696   
697 li.tightenable.top,
698 dt.tightenable.top,
699 dd.tightenable.top {
700   margin-top: 0.2ex;
701 }
702 li li.tightenable.top {
703   margin-top: 0;
704 }
705 li.tightenable.bottom,
706 dd.tightenable.bottom {
707   margin-bottom: 0.2ex;
708 }
709 li li.tightenable.bottom {
710   margin-bottom: 0;
711 }
712
713 .tightenable.top {
714   margin-top: 0;
715 }
716 .tightenable.bottom {
717   margin-bottom: 0;
718 }
719
720 /*
721  * "DL tables"
722  */
723 .wiki-dl-table {
724   border-collapse: collapse;
725   border: 2px #444 solid;
726 }
727 .wiki-dl-table tr {
728   border-top: 2px #444 solid;
729   border-bottom: 2px #444 solid;
730   border-left: none; 
731   border-right: none; 
732 }
733 .wiki-dl-table tr.tightenable.top {
734   border-top: 1px #444 solid;
735 }
736 .wiki-dl-table tr.tightenable.bottom {
737   border-bottom: 1px #444 solid;
738 }
739 .wiki-dl-table th,
740 .wiki-dl-table td {
741   padding: 0.25em 0.5em;
742 }
743 .wiki-dl-table th {
744   vertical-align: top;
745   text-align: right;
746   border-right: 1px #444 solid;
747   border-left: none;
748   border-top: none;
749   border-bottom: none;
750 }
751 .wiki-dl-table td {
752   border: none;
753 }
754
755 /*
756  * "E-mail" style blockquote
757  */
758 blockquote.mail-style-quote {
759   border-left: medium #284 solid;
760   padding-left: 1em;
761   margin-left: 0;
762   margin-right: 0;
763 }
764 .mail-style-quote blockquote.mail-style-quote {
765   margin-left: -0.6em;
766 }
767
768
769 /*
770  * wikiblog
771  */
772 .floatleft { float: left; }
773 .floatright { float: right; }
774
775 div.wikiblog {
776   /* border: thin black solid; */
777   margin: 1ex 2em;
778   padding: 0 0;
779 }
780 div.wikiblog > div {
781   margin: 0 0;
782   padding: 0.5ex 0.5em;
783 }
784 div.wikiblog-header {
785   /* background-color: #ccf; */
786 }
787 div.wikiblog > div.wikiblog-footer {
788   /* background-color: #eee; */
789   padding: 0.2ex 0.5em;
790 }
791 h3.wikiblog-summary {
792   font-size: medium;
793   font-weight: bold;
794   margin: 0 0 1ex 0;
795 }
796
797 div.wikiblog.wikiblog-form {
798   /* background-color: #eee; */
799 }
800
801 table.wikiblog-form {
802   width: auto;
803   border-collapse: collapse;
804   margin: 0.25em 0;
805 }
806 .wikiblog-form caption {
807   /* background-color: #ccf; */
808   caption-side: top;
809   font-weight: bold;
810   text-align: left;
811   padding: 0.5ex 0.5em;
812 }
813 .wikiblog-form th {
814   vertical-align: top;
815   text-align: right;
816   padding: 0 0 0.3em 0.5em;
817 }
818 .wikiblog-form td {
819   padding: 0.25em 0.5em;
820 }
821 .wikiblog-form td.submit-button {
822   padding: 0;
823 }
824 .wikiblog-form input[type=text],
825 .wikiblog-form textarea {
826   margin: 0 0;
827   width: 100%;
828 }
829 div.wikicomment div.wikicomment-footer {
830   padding: 0.2ex 0.5em;
831 }
832 div.wikicomment div.wikicomment-footer named-wiki {
833   font-size: small;
834 }
835 table.interwiki-map {
836   margin: 1em 2em;
837 }
838 .interwiki-map th {
839   text-decoration: underline;
840   text-align: left;
841   padding-left: 1em;
842 }
843 .interwiki-map td.interwiki-url {
844   padding-left: 2em;
845 }
846 .interwiki-map th.interwiki-url {
847   padding-left: 3em;
848 }
849
850 .dialog {
851   background-color: #cdf;
852   color: black;
853   margin: 2em auto 2em auto;
854   border: thin black solid;
855   width: 50%;
856 }
857 .dialog h1, .dialog p, .dialog div {
858   text-align: center;
859 }
860 .dialog h1 {
861   font-size: large;
862   margin: 0.5em 0 1em 0;
863 }
864 .dialog div.message {
865   background-color: white;
866   color: black;
867   color: black;
868   margin: 0 1em;
869   padding: 0.5em 0.5em;
870 }
871 .dialog p.buttons {
872   margin: 1em 0 0.5em 0;
873 }
874
875
876 .clear-floats {
877   clear: both;
878 }
879
880
881 /* postnuke css:*/
882 .gensmall{font-size:10px}
883 .genmed{font-size:11px}
884 td.cat{font-weight:bold;letter-spacing:1px;color:#000000;background: url(./images/cellpic1.png);height:27px}
885 /* Main table cell colours and backgrounds */
886 td.row1{background:#eaedf4;color:#000000}
887 td.row2{background:#d9e2ec;color:#000000}
888 td.row3{background:#cad9ea;color:#000000}
889 td.spacerow{background:#cad9ea;color:#000000}
890
891 /* This is the outline round the main forum tables */
892 .forumline{background:#ffffff;color:#000000;border:1px solid #006699}
893
894 /* Sidebar */
895 .box { background:#ffffff; border: 1px solid silver }
896 .box-title { font-family: Tahoma; font-weight: normal; /*font-size: 11pt; */ background-color: #ccc; color: black; /*font-style: menu;*/ text-align: center; border: none; padding: 2px 0 2px 0;}
897 .box-data { width: 160px; font-size: 9pt; font-weight: normal; border: none; }
898 .box-data .wiki { font-weight: normal; }
899 td.sidebar { border-spacing: 0px; margin: 0ex;}
900
901 /* plugin BoxRight */
902 div.boxright {
903   width: 200px; 
904   right: 10px;
905   padding: 0.5em; 
906   float: right; 
907   border: thin solid #888888; 
908   padding: 0.5em;
909 }
910
911 /* RssFeed */
912 div.rss { margin: 1em; padding: 1em; font-size: 0.9em; background-color: #eeeeee; border: thin dashed #aaa; }
913 div.feed { color: #333; margin: -0.5em; margin-bottom: 0em; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; }
914 div.itemdesc {  padding-left: 1em; }
915 div.rssitem { border-top: thin dashed #aaa; }
916
917 /* SqlResult */
918 table.sqlresult { 
919   border: 1px outset gray;
920   background: white;
921   margin: 0.5ex 0.5em;
922   padding: 1px;
923 }
924 .sqlresult tr.evenrow { background: #eee; }
925 .sqlresult tr.oddrow  { background: white; }
926 table.sqlresult td {
927   margin: 1px;
928   border: 1px solid gray;
929 }
930
931 /**
932  * TeX2png plugin
933  */
934 img.tex { 
935   border: 0ex;
936   vertical-align: middle; 
937 }
938
939 /**
940  * PhotoAlbum plugin
941  */
942 .boldsmall {
943   font-weight: bold;
944   font-size: 11px;
945 }
946
947
948 .wikiwyg_toolbar {
949     background: #D3D3D3;
950     border: 1px outset;
951     letter-spacing: 0;
952     padding: 2px;
953 }
954
955 span.wikiwyg_control_link a {
956     padding-right: 8px;
957 }
958
959 .wikiwyg_button {
960     background: #D3D3D3;
961     border: 1px solid #D3D3D3;
962     cursor: pointer;
963     width: 20px;
964     height: 20px;
965     vertical-align: bottom;
966 }
967
968 .wikiwyg_button:hover {
969     border: 1px outset;
970 }
971
972 .wikiwyg_button:active {
973     border: 1px inset;
974 }
975
976 .wikiwyg_separator {
977     background: #D3D3D3;
978     border: 1px solid #D3D3D3;
979     width: 9px;
980     height: 20px;
981     vertical-align: bottom;
982 }
983
984 .wikiwyg_selector {
985     width: 70px;
986 }
987
988 .wikiwyg_wysiwyg table {
989     border-collapse: collapse;
990     margin-bottom: .2em;
991 }
992
993 .wikiwyg_wysiwyg table td {
994     border: 1px;
995     border-style: solid;
996     padding: .2em;
997     vertical-align: top;
998 }
999
1000
1001
1002 /* For emacs users
1003  *
1004  * Local Variables:
1005  * mode: c
1006  * c-file-style: cc-mode
1007  * End:
1008  */