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