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