]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MacOSX/MacOSX.css
Use CSS
[SourceForge/phpwiki.git] / themes / MacOSX / MacOSX.css
1 /*
2  Classes:
3
4  div.wikitext - the transformed wiki page text.
5
6  a.wiki             - link to page in wiki.
7  a.named-wiki       - a named link to page in wiki (from e.g. [name|WikiPage]).
8  a.interwiki        - link to page in another wiki
9  span.wikipage    - page name within interwiki link.
10  a.named-interwiki  - link to page in another wiki
11  a.url              - link to external URL from wiki page.
12  a.named-url        - link to external URL from wiki page.
13
14  .wikiunknown a, .wikiunknown u
15  .named-wikiunknown a, .named-wikiunknown u
16
17  a.wikiaction
18  a.wikiadmin
19  .wikiunsafe
20
21  a.backlinks
22
23  TODO: Get rid of tables in wikiaction forms.
24  */
25
26 body {
27     background: #fafafa url("images/bgpaper8.png");
28 }
29
30 body.edit {
31     background: #fafafa url("images/bggranular.png");
32 }
33
34 body {
35 }
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] {
42     vertical-align: middle
43 }
44
45 h1, h2, h3, .toolbar, td {
46     font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
47 }
48
49 input.button {
50     font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
51 }
52
53 input.numeric {
54     text-align: right;
55 }
56
57 .wikitext pre {
58     font-family: Monaco, monospace;
59 }
60
61 input[type=text] {
62     border-top: 1px solid #7c7c7c;
63     border-left: 1px solid #c3c3c3;
64     border-bottom: 1px solid #dddddd;
65     border-right: 1px solid #c3c3c3;
66 }
67
68 /* Add space between the input field and following buttons, but not after the last button. */
69 div.wikiaction input[type=text],
70 div.wikiadmin input[type=text],
71 form.wikiadmin input[type=file] {
72     margin-right: 0.5em;
73 }
74
75 /* generic classes ----------------------------------------------- */
76
77 .tt {
78     font-family: monospace;
79 }
80
81 .strike {
82     text-decoration: line-through;
83 }
84
85 .align-left {
86     text-align: left;
87 }
88
89 .align-right {
90     text-align: right;
91 }
92
93 .align-center {
94     text-align: center;
95 }
96
97 .top {
98     vertical-align: top;
99 }
100
101 .bottom {
102     vertical-align: bottom;
103 }
104
105 .middle {
106     vertical-align: middle;
107 }
108
109 .baseline {
110     vertical-align: baseline;
111 }
112
113 .nowrap {
114     white-space: nowrap;
115 }
116
117 .fullwidth {
118     width: 100%;
119 }
120
121 /* --------------------------------------------------------------- */
122
123 /**
124  * Wiki
125  */
126 div.wikitext {
127     background: white;
128     border-top: 1px solid #7c7c7c;
129     border-left: 1px solid #c3c3c3;
130     border-bottom: 1px solid #dddddd;
131     border-right: 1px solid #c3c3c3;
132     padding-left: 0.8em;
133     padding-right: 0.8em;
134     padding-top: 0.5em;
135     padding-bottom: 0.5em;
136     margin: 0.5ex 0;
137     clear: both;
138 }
139
140 input.wikitext {
141     margin: 0;
142 }
143
144 input[type=text] {
145     height: 2.7ex;
146     padding: 0.4ex 0.3ex;
147 }
148
149 div.toolbar {
150     margin: 1ex 0;
151 }
152
153 /**
154  * PageTypes
155  */
156 .interwiki-map thead td {
157     background: #e8e8e8;
158     font-weight: bold;
159     font-size: smaller;
160 }
161
162 .interwiki-map thead td:first-child {
163     text-decoration: underline;
164 }
165
166 .interwiki-moniker {
167     background: #eee;
168 }
169
170 .interwiki-url {
171     background: #f8f8f8;
172 }
173
174 /* Mozilla RecentChanges Sidebar */
175 body.sidebar {
176     font-size: smaller;
177     margin: 0.5em;
178 }
179
180 body.sidebar div.wikitext {
181     padding: 0.5em;
182 }
183
184 body.sidebar div.wikitext ul {
185     padding-left: 1em;
186 }
187
188 body.sidebar h2 {
189     margin-top: 0;
190 }
191
192 div.error {
193     background: #eee;
194     border: 1px solid gray;
195     padding-left: 0.8em;
196     padding-right: 0.8em;
197     padding-top: 0.8ex;
198     padding-bottom: 0;
199     margin-top: 1em;
200     clear: both;
201     font-size: smaller;
202 }
203
204 /* Debug */
205 .debug {
206     color: black;
207     background: white;
208     font-family: monospace;
209     font-size: smaller;
210     margin: 1ex 0;
211     padding: 0.5ex 0.5em;
212     border: 1px solid #eee;
213 }
214
215 /*
216  * Link styles
217  */
218 /* Wiki Links */
219 a.wiki {
220     text-decoration: none;
221 }
222
223 .wiki, .named-wiki {
224     font-weight: bold;
225     color: #1d42be;
226 }
227
228 /*blue*/
229
230 /* Unknown links */
231 .wikiunknown a, .named-wikiunknown a, .wikiunknown U {
232     text-decoration: none;
233 }
234
235 .wikiunknown, .named-wikiunknown {
236     color: #555;
237 }
238
239 /* Interwiki links */
240 a.interwiki {
241     text-decoration: none;
242 }
243
244 .wikipage {
245     font-weight: bold;
246 }
247
248 .interwiki,
249 i .interwiki .wikipage, em .interwiki .wikipage {
250     font-style: oblique;
251 }
252
253 .interwiki .wikipage,
254 i .interwiki, em .interwiki {
255     font-style: normal;
256 }
257
258 /*
259  * wikiaction, wikiadmin, wikiunsafe:
260  */
261 a.wikiaction, a.wikiadmin {
262     text-decoration: none;
263 }
264
265 img {
266     border: 0;
267 }
268
269 img.rssicon {
270     vertical-align: middle;
271 }
272
273 img.wiki-button {
274     vertical-align: middle;
275 }
276
277 .wiki-button {
278     border: 0;
279 }
280
281 a.wikiaction {
282     border: 0;
283 }
284
285 /* backlinks */
286 a.backlinks {
287     color: #006;
288 }
289
290 /* Make the textarea on the edit page full width */
291 textarea.wikiedit {
292     width: 100%;
293     margin-top: 1ex;
294 }
295
296 p.editdate {
297     font-size: smaller;
298     margin-bottom: 0;
299     font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
300 }
301
302 /* Calendar plugin */
303 a.cal-hide,
304 a.cal-arrow {
305     text-decoration: none;
306 }
307
308 .cal-arrow {
309     font-weight: bold;
310 }
311
312 .cal-dayname {
313     font-size: smaller;
314     text-decoration: none;
315 }
316
317 table.cal td {
318     background: white;
319     border-top: 1px solid #7c7c7c;
320     border-left: 1px solid #c3c3c3;
321     border-bottom: 1px solid #dddddd;
322     border-right: 1px solid #c3c3c3;
323 }
324
325 table.cal-header td {
326     font-size: larger;
327     background: white;
328     border: 0;
329 }
330
331 table.cal td.cal-dayname {
332     background: #e8e8e8;
333 }
334
335 table.cal td.cal-today {
336     background: #f4f4f4;
337     border-top: 1px solid #7c7c7c;
338     border-left: 1px solid #c3c3c3;
339     border-bottom: 1px solid #dddddd;
340     border-right: 1px solid #c3c3c3;
341 }
342
343 /* IncludePage plugin ================================================= */
344
345 .transclusion-title {
346     font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
347     font-size: smaller;
348     text-decoration: underline;
349     text-align: right;
350     font-style: oblique;
351     margin-bottom: 0.25ex;
352     margin-right: 0.25em;
353 }
354
355 .transclusion {
356     background: #fdfdfd;
357     border-top: 1px solid #7c7c7c;
358     border-left: 1px solid #c3c3c3;
359     border-bottom: 1px solid #dddddd;
360     border-right: 1px solid #c3c3c3;
361     padding-left: 0.8em;
362     padding-right: 0.8em;
363     padding-top: 0;
364     padding-bottom: 0;
365     margin: 0.5ex;
366     margin-left: 0.25em;
367     margin-right: 0.25em;
368     margin-bottom: 0.1ex;
369     font-size: smaller;
370 }
371
372 /* The transclusion of the TextEditingRules Synopsis on templates/editpage.html */
373 .wiki-edithelp .transclusion {
374     font-size: smaller;
375     background: inherit;
376     padding: 0.5ex 0.5em;
377     margin: 0.2ex 5%;
378 }
379
380 .wiki-edithelp .transclusion p {
381     margin: 0;
382 }
383
384 .wiki-edithelp {
385     background: white;
386     border-top: 1px solid #7c7c7c;
387     border-left: 1px solid #c3c3c3;
388     border-bottom: 1px solid #dddddd;
389     border-right: 1px solid #c3c3c3;
390     padding-left: 0.5em;
391     padding-right: 0.5em;
392     padding-top: 0.75ex;
393     padding-bottom: 0.75ex;
394     margin-left: 0;
395     margin-right: 0;
396     margin-top: 1ex;
397     margin-bottom: 1ex;
398     font-size: smaller;
399 }
400
401 .wiki-edithelp p {
402     font-family: Arial, Helvetica, sans-serif;
403     padding-left: 0.5em;
404     padding-right: 0.5em;
405     padding-top: 0.5ex;
406     padding-bottom: 0.5ex;
407     margin: 0;
408 }
409
410 div.wiki-message {
411     background: #fff url("images/bggranular.png");
412     border: solid 1px #d8d8d8;
413     padding: 6pt;
414 }
415
416 .printer {
417     display: none;
418 }
419
420 /**
421  * Diff Output
422  */
423 /* main box */
424 .diff {
425     background: white;
426     border-top: 1px solid #7c7c7c;
427     border-left: 1px solid #c3c3c3;
428     border-bottom: 1px solid #dddddd;
429     border-right: 1px solid #c3c3c3;
430 }
431
432 .diff .block {
433     background: #d8d8d8;
434 }
435
436 /* individual blocks */
437 .diff .context {
438     background: white;
439     border: none;
440 }
441
442 /* + - line prefix */
443 .diff .block tt.prefix {
444     font-weight: normal;
445     font-family: monospace;
446     margin-left: -1.6em;
447     color: black;
448     border: none;
449 }
450
451 /* changed words */
452 .diff ins {
453     font-weight: bolder;
454 }
455
456 .diff ins {
457     text-decoration: none;
458 }
459
460 /* blocks containing deleted or added words */
461 .diff .original,
462 .diff .deleted,
463 .diff .final,
464 .diff .added {
465     background: white;
466 }
467
468 /* blocks containing deleted words */
469 .diff .original:first-child,
470 .diff .deleted:first-child {
471     border-top: 2px solid #f99; /* fcc */
472 }
473
474 .diff .original,
475 .diff .deleted {
476     background: white;
477     border-left: 2px solid #f99; /* fcc */
478     border-right: 2px solid #f99; /* fcc */
479 }
480
481 .diff .original:last-child,
482 .diff .deleted:last-child {
483     border-bottom: 2px solid #f99; /* fcc */
484 }
485
486 /* blocks containing added words */
487 .diff .final:first-child,
488 .diff .added:first-child {
489     border-top: 2px solid #9f9; /* cfc */
490 }
491
492 .diff .final,
493 .diff .added {
494     background: white;
495     border-left: 2px solid #9f9; /* cfc */
496     border-right: 2px solid #9f9; /* cfc */
497 }
498
499 .diff .final:last-child,
500 .diff .added:last-child {
501     border-bottom: 2px solid #9f9; /* cfc */
502 }
503
504 /* deleted words */
505 .diff del {
506     background: #fcc;
507 }
508
509 /* f99 */
510 /* added words */
511 .diff ins {
512     background: #cfc;
513 }
514
515 /* 9f9 */
516
517 /**
518  * PageList output
519  */
520 .pagelist {
521     font-size: smaller;
522 }
523
524 .pagelist tr.evenrow {
525     background: #f8f8f8;
526 }
527
528 .pagelist tr.oddrow {
529     background: #eee;
530 }
531
532 .pagelist thead td {
533     background: #e8e8e8;
534     text-decoration: none;
535     font-weight: bold;
536 }
537
538 .pagelist thead td u {
539     text-decoration: none;
540 }
541
542 /* Yellow highlight for every td of mouseover'd tr in pagelist tbody
543    ie mac ignores all these */
544 .pagelist tbody tr:hover>td {
545     border: solid #ffff99 2px;
546 }
547
548 /* some browsers give wacky expanding :hover cells,
549    use transparent border here instead of padding change */
550 .pagelist tbody tr>td {
551     border: solid transparent 2px;
552 }
553
554 th.gridbutton {
555     background-color: ThreeDLightShadow;
556     color: black;
557     font-family: Tahoma, Arial, Helvetica, sans-serif;
558     font-size: small;
559     font-weight: normal;
560     height: 18px;
561     white-space: nowrap;
562     max-height: 24px;
563     padding: 5px 0 5px 0;
564     margin: 5px 0;
565     float: none;
566     border-width: 1px;
567     border-style: solid;
568     border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;
569 }
570
571 input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton {
572     text-decoration: none;
573     font-size: small;
574     font-weight: normal;
575     font-family: Tahoma, Arial, Helvetica, sans-serif;
576     background-color: ThreeDLightShadow;
577     color: black;
578 }
579
580 /**
581  * Search
582  */
583 #searchholder {
584     display: inline;
585 }
586
587 /**
588  * Search Results
589  */
590 .search-context {
591     background: white;
592     font-style: oblique;
593 }
594
595 .search-term {
596     background: #9bdaff;
597     font-weight: normal;
598 }
599
600 #LSResult {
601     position: absolute;
602     text-align: left;
603     display: none;
604     z-index: 100;
605     background-color: white;
606     border: 1px solid #d0d0d0;
607     font-size: 9px;
608     overflow: hidden;
609 }
610
611 #LSHighlight {
612     background-color: #f08000;
613 }
614
615 #LSResult .evenrow {
616     background-color: #f0f0f0;
617 }
618
619 .clear-floats {
620     clear: both;
621 }
622
623 dl {
624     display: table;
625 }
626
627 /* dotted underline each dt. use display:table to shrink width */
628 dt {
629     display: table;
630     font-weight: bold;
631     vertical-align: baseline;
632     margin-top: 1.25ex;
633     margin-bottom: 0.25ex;
634     padding-left: 0.25ex;
635     padding-right: 0.25ex;
636     border-bottom-style: dotted;
637     border-bottom-width: 2pt;
638     border-bottom-color: #9999cc;
639 }
640
641 /* No underlines for wiki-links in dt,
642    we already have dotted underline */
643 dt a.wiki, dt a.named-wiki {
644     text-decoration: none;
645 }
646
647 /* No top margin for first dt */
648 dl>dt:first-child {
649     margin-top: 0;
650 }
651
652 /* underline each dd. */
653 /* use display:table to shrink width */
654 dd {
655     /* overflows wide text beyond containing dl */
656     /* in most browsers :( Would have been nice */
657     /*   display: table; */
658     position: relative;
659     margin-left: 3.5em;
660     margin-bottom: 0.5ex;
661     padding-left: 0.125em;
662     padding-bottom: 0.5ex;
663     padding-right: 0.125em;
664     border-bottom-style: solid;
665     border-bottom-width: thin;
666     border-bottom-color: #9999cc;
667 }
668
669 pre,
670 div.plugin code {
671     color: black;
672     display: block;
673     background-color: #fcfcfc;
674     font-size: 90%;
675     line-height: 1.25em;
676     margin-top: 0.25em;
677     margin-left: 0;
678     margin-bottom: 2ex;
679     margin-right: 0;
680     padding-top: 0.25em;
681     padding-left: 0.5em;
682     padding-bottom: 0.25em;
683     padding-right: 0.5em;
684     border-style: solid;
685     border-width: 1px;
686     border-color: #ccc;
687 }
688
689 pre {
690     background: #fafafa url("images/bgpaper8.png");
691 }
692
693 /* Indented wrap past diff buttons in RecentChanges */
694 ul li.rc-major, ul li.rc-minor {
695     margin-left: 0;
696     padding-left: 3em;
697     text-indent: -3em;
698 }
699
700 /**
701  * PageHistory, Info
702  */
703 td.pageinfo {
704     font-weight: bold;
705 }
706
707 .pageinfo-minoredit, .pageinfo-authorid {
708     font-size: smaller;
709     font-style: oblique;
710 }
711
712 /**
713  * Other
714  */
715 .printer, .no-css {
716     display: none;
717 }
718
719 /* Disabled Plugins */
720 .disabled-plugin {
721     clear: both;
722     margin: 1ex 0;
723     padding: 0;
724 }
725
726 .disabled-plugin .title {
727     color: #400;
728     background-color: inherit;
729     font-size: x-small;
730     text-align: right;
731     padding: 0 0.5em;
732 }
733
734 .disabled-plugin pre {
735     color: black;
736     background: #ddd;
737     margin: 0;
738     padding: 0.3ex 0.5em;
739 }
740
741 /* "(Redirected from ...)" message. */
742 span.redirectfrom {
743     font-size: small;
744     font-style: oblique;
745     font-weight: normal;
746     padding-left: 1em;
747 }
748
749 /*
750  * "E-mail" style blockquote
751  */
752 blockquote.mail-style-quote {
753     border-left: medium #284 solid;
754     padding-left: 1em;
755     margin-left: 0;
756     margin-right: 0;
757 }
758
759 .mail-style-quote blockquote.mail-style-quote {
760     margin-left: -0.6em;
761 }
762
763 /*
764  * wikiblog
765  */
766 .floatleft {
767     float: left;
768 }
769
770 .floatright {
771     float: right;
772 }
773
774 div.wikiblog {
775     /* border: thin black solid; */
776     margin: 1ex 2em;
777     padding: 0 0;
778 }
779
780 div.wikiblog > div {
781     margin: 0 0;
782     padding: 0.5ex 0.5em;
783 }
784
785 div.wikiblog > div.wikiblog-footer {
786     padding: 0.2ex 0.5em;
787 }
788
789 h3.wikiblog-summary {
790     font-size: medium;
791     font-weight: bold;
792     margin: 0 0 1ex 0;
793 }
794
795 table.wikiblog-form {
796     width: auto;
797     border-collapse: collapse;
798     margin: 0.25em 0;
799 }
800
801 .wikiblog-form caption {
802     caption-side: top;
803     font-weight: bold;
804     text-align: left;
805     padding: 0.5ex 0.5em;
806 }
807
808 .wikiblog-form th {
809     vertical-align: top;
810     text-align: right;
811     padding: 0 0 0.3em 0.5em;
812 }
813
814 .wikiblog-form td {
815     padding: 0.25em 0.5em;
816 }
817
818 .wikiblog-form td.submit-button {
819     padding: 0;
820 }
821
822 .wikiblog-form input[type=text],
823 .wikiblog-form textarea {
824     margin: 0 0;
825     width: 100%;
826 }
827
828 div.wikicomment div.wikicomment-footer {
829     padding: 0.2ex 0.5em;
830 }
831
832 div.wikicomment div.wikicomment-footer named-wiki {
833     font-size: small;
834 }
835
836 table.interwiki-map {
837     margin: 1em 2em;
838 }
839
840 .interwiki-map th {
841     text-decoration: underline;
842     text-align: left;
843     padding-left: 1em;
844 }
845
846 .interwiki-map td.interwiki-url {
847     padding-left: 2em;
848 }
849
850 .interwiki-map th.interwiki-url {
851     padding-left: 3em;
852 }
853
854 .dialog {
855     background-color: #cdf;
856     color: black;
857     margin: 2em auto 2em auto;
858     border: thin black solid;
859     width: 50%;
860 }
861
862 .dialog h1, .dialog p, .dialog div {
863     text-align: center;
864 }
865
866 .dialog h1 {
867     font-size: large;
868     margin: 0.5em 0 1em 0;
869 }
870
871 .dialog div.message {
872     background-color: white;
873     color: black;
874     color: black;
875     margin: 0 1em;
876     padding: 0.5em 0.5em;
877 }
878
879 .dialog p.buttons {
880     margin: 1em 0 0.5em 0;
881 }
882
883 /* postnuke css:*/
884 .gensmall {
885     font-size: 10px
886 }
887
888 .genmed {
889     font-size: 11px
890 }
891
892 td.cat {
893     font-weight: bold;
894     letter-spacing: 1px;
895     color: #000000;
896     background: url(./images/cellpic1.png);
897     height: 27px
898 }
899
900 /* Main table cell colours and backgrounds */
901 td.row1 {
902     background: #eaedf4;
903     color: #000000
904 }
905
906 td.row2 {
907     background: #d9e2ec;
908     color: #000000
909 }
910
911 td.row3 {
912     background: #cad9ea;
913     color: #000000
914 }
915
916 td.spacerow {
917     background: #cad9ea;
918     color: #000000
919 }
920
921 /* This is the outline round the main forum tables */
922 .forumline {
923     background: #ffffff;
924     color: #000000;
925     border: 1px solid #006699
926 }
927
928 /* Sidebar */
929 .box {
930     background: #ffffff;
931     border: 1px solid silver
932 }
933
934 .box-title {
935     font-family: Tahoma, sans-serif;
936     font-weight: normal;
937     background-color: #ccc;
938     color: black;
939     text-align: center;
940     border: none;
941     padding: 2px 0 2px 0;
942 }
943
944 .box-data {
945     width: 160px;
946     font-size: 9pt;
947     font-weight: normal;
948     border: none;
949 }
950
951 .box-data .wiki {
952     font-weight: normal;
953 }
954
955 td.sidebar {
956     border-spacing: 0;
957     margin: 0;
958 }
959
960 /* plugin BoxRight */
961 div.boxright {
962     background-color: #e9fbff;
963     width: 200px;
964     right: 10px;
965     padding: 0.5em;
966     float: right;
967     border: thin solid #888888;
968     padding: 0.5em;
969 }
970
971 /* RssFeed */
972 div.rss {
973     margin: 1em;
974     padding: 1em;
975     font-size: 0.9em;
976     background-color: #eeeeee;
977     border: thin dashed #aaa;
978 }
979
980 div.feed {
981     color: #333;
982     margin: -0.5em;
983     margin-bottom: 0;
984     padding: 0.3em;
985     font-weight: bold;
986     background-color: #f2f2f2;
987     font-size: 1.2em;
988 }
989
990 div.itemdesc {
991     padding-left: 1em;
992 }
993
994 div.rssitem {
995     border-top: thin dashed #aaa;
996 }
997
998 /* SqlResult */
999 table.sqlresult {
1000     border: 1px outset gray;
1001     background: white;
1002     margin: 0.5ex 0.5em;
1003     padding: 1px;
1004 }
1005
1006 .sqlresult tr.evenrow {
1007     background: #eee;
1008 }
1009
1010 .sqlresult tr.oddrow {
1011     background: white;
1012 }
1013
1014 table.sqlresult td {
1015     margin: 1px;
1016     border: 1px solid gray;
1017 }
1018
1019 /**
1020  * TeX2png plugin
1021  */
1022 img.tex {
1023     vertical-align: middle;
1024 }
1025
1026 /**
1027  * PhotoAlbum plugin
1028  */
1029 .boldsmall {
1030     font-weight: bold;
1031     font-size: 11px;
1032 }
1033
1034 .wikiwyg_toolbar {
1035     background: #D3D3D3;
1036     border: 1px outset;
1037     letter-spacing: 0;
1038     padding: 2px;
1039 }
1040
1041 span.wikiwyg_control_link a {
1042     padding-right: 8px;
1043 }
1044
1045 .wikiwyg_button {
1046     background: #D3D3D3;
1047     border: 1px solid #D3D3D3;
1048     cursor: pointer;
1049     width: 20px;
1050     height: 20px;
1051     vertical-align: bottom;
1052 }
1053
1054 .wikiwyg_button:hover {
1055     border: 1px outset;
1056 }
1057
1058 .wikiwyg_button:active {
1059     border: 1px inset;
1060 }
1061
1062 .wikiwyg_separator {
1063     background: #D3D3D3;
1064     border: 1px solid #D3D3D3;
1065     width: 9px;
1066     height: 20px;
1067     vertical-align: bottom;
1068 }
1069
1070 .wikiwyg_selector {
1071     width: 70px;
1072 }
1073
1074 .wikiwyg_wysiwyg table {
1075     border-collapse: collapse;
1076     margin-bottom: .2em;
1077 }
1078
1079 .wikiwyg_wysiwyg table td {
1080     border: 1px;
1081     border-style: solid;
1082     padding: .2em;
1083     vertical-align: top;
1084 }
1085
1086 /**
1087  * Wiki
1088  */
1089 textarea.wikiedit, input.wikitext, textarea.summary {
1090     background: white;
1091     border-top: 1px solid #7c7c7c;
1092     border-left: 1px solid #c3c3c3;
1093     border-bottom: 1px solid #dddddd;
1094     border-right: 1px solid #c3c3c3;
1095     padding-left: 0.8em;
1096     padding-right: 0.8em;
1097     padding-top: 0.5em;
1098     padding-bottom: 0.5em;
1099     margin: 0.5ex 0;
1100     clear: both;
1101 }
1102
1103 .toolbar, div.toolbar {
1104     margin: 0.5ex 0;
1105 }
1106
1107 /* Link icons */
1108 img.linkicon {
1109     vertical-align: middle;
1110 }
1111
1112 /**
1113  * PageTypes
1114  */
1115 .interwiki-map thead td,
1116 .interwiki-moniker,
1117 .interwiki-url {
1118     padding-left: 1em;
1119     padding-right: 1em;
1120 }
1121
1122 /**
1123  * Diff Output
1124  */
1125 /* main box */
1126 .diff {
1127     margin: 0.5ex 0;
1128     padding: 1px;
1129 }
1130
1131 .diff .block {
1132     padding: 0.5ex 0.5em;
1133 }
1134
1135 /* blocks containing deleted or added words */
1136 .diff .original, .diff .deleted,
1137 .diff .final, .diff .added {
1138     padding: 1px;
1139 }
1140
1141 .diff .block div {
1142     position: relative;
1143     padding-left: 1.5em;
1144 }
1145
1146 .diff .prefix {
1147     position: absolute;
1148     left: 0;
1149     top: 0;
1150 }
1151
1152 /* deleted & added words */
1153 .diff del, .diff ins {
1154     padding-left: 0.5ex;
1155     padding-right: 0.5ex;
1156 }
1157
1158 /* WikicreoleTable, MediawikiTable and RichTable plugins ============== */
1159
1160 /*
1161  * table class="boxed"
1162  * will put a border around the table (but not around the cells)
1163  *
1164  * table class="bordered"
1165  * will put a border around the table and the cells
1166  *
1167  * In both cases, the caption will be bold and centered under the table
1168  *
1169  * In both cases, the headers (th) will have a "#d8d8d8" background
1170  */
1171
1172 table.boxed, table.bordered, table.bordered th, table.bordered td {
1173     border-width: 1px;
1174     border-style: solid;
1175     border-collapse: collapse;
1176     vertical-align: top;
1177 }
1178
1179 table.boxed td, table.bordered td,
1180 table.boxed th, table.bordered th {
1181     padding-left: 5px;
1182     padding-right: 5px;
1183     padding-top: 0;
1184     padding-bottom: 0;
1185 }
1186
1187 table.boxed caption, table.bordered caption {
1188     text-align: center;
1189     font-weight: bold;
1190     caption-side: bottom;
1191     padding-top: 0.8em;
1192 }
1193
1194 table.boxed th, table.bordered th {
1195     font-weight: bold;
1196     background-color: #d8d8d8;
1197 }
1198
1199 /* For emacs users
1200  *
1201  * Local Variables:
1202  * mode: c
1203  * c-file-style: cc-mode
1204  * End:
1205  */