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