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