More CSS fixes
[lhc/web/wiklou.git] / skins / monobook / main.css
1 /*
2 ** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
3 ** Copyright Gabriel Wicke - http://wikidev.net/
4 ** License: GPL (http://www.gnu.org/copyleft/gpl.html)
5 **
6 ** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
7 ** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
8 ** Michael Zeltner and Geir Bækholt)
9 ** All you guys rock :)
10 */
11
12 #column-content {
13 width: 100%;
14 float: right;
15 margin: 0 0 0.6em -12.2em;
16 padding:0;
17 }
18 #content {
19 margin: 2.8em 0 0 12.2em;
20 padding: 0em 1em 1.5em 1em;
21 background: White;
22 border: 1px solid #aaaaaa;
23 border-right: none;
24 line-height: 1.5em;
25 position: relative;
26 z-index: 2;
27 }
28 #column-one { padding-top: 160px; }
29 /* the left column width is specified in class .portlet */
30
31 /* Font size:
32 ** We take advantage of keyword scaling- browsers won't go below 9px
33 ** More at http://www.w3.org/2003/07/30-font-size
34 ** http://style.cleverchimp.com/font_size_intervals/altintervals.html
35 */
36
37 body {
38 font: x-small sans-serif;
39 background: #f9f9f9 url("headbg.jpg") 0px 0px no-repeat;
40 color: Black;
41 margin: 0;
42 padding: 0;
43 }
44
45 /* scale back up to a sane default */
46 #globalWrapper {
47 font-size:127%;
48 width: 100%;
49 margin: 0;
50 padding: 0;
51 }
52 .visualClear { clear: both; }
53
54 /* general styles */
55
56 table {
57 font-size: 100%;
58 background: White;
59 }
60 a {
61 text-decoration: none;
62 color: #002bb8;
63 background: none;
64 }
65 a:visited { color: #5a3696; }
66 a:active { color: #faa700; }
67 a:hover { text-decoration: underline; }
68 a.stub { color: #772233; }
69 a.new,
70 #p-personal a.new { color:#ba0000; }
71 a.new:visited,
72 #p-personal a.new:visited { color:#a55858; }
73
74 img {
75 border: none;
76 vertical-align: middle;
77 }
78 p {
79 margin: 0.4em 0em 0.5em 0em;
80 line-height: 1.5em;
81 }
82
83 p img { margin: 0; }
84
85 hr {
86 height: 1px;
87 color: #aaaaaa;
88 background-color: #aaaaaa;
89 border: 0;
90 margin: 0.2em 0 0.2em 0;
91 }
92
93 h1, h2, h3, h4, h5, h6 {
94 color: Black;
95 background: none;
96 font-weight: normal;
97 margin: 0;
98 padding-top: 0.5em;
99 padding-bottom: 0.17em;
100 border-bottom: 1px solid #aaaaaa;
101 }
102 h1 { font-size: 188%; }
103 h2 { font-size: 150%; }
104 h3, h4, h5, h6 {
105 border-bottom: none;
106 font-weight: bold;
107 }
108 h3 { font-size: 132%; }
109 h4 { font-size: 116%; }
110 h5 { font-size: 100%; }
111 h6 { font-size: 80%; }
112
113 ul {
114 line-height: 1.5em;
115 list-style-type: square;
116 margin: 0.3em 0 0 1.5em;
117 padding:0;
118 list-style-image: url("bullet.gif");
119 }
120 ol {
121 line-height: 1.5em;
122 margin: 0.3em 0 0 3.2em;
123 padding:0;
124 list-style-image: none;
125 }
126 li { margin-bottom: 0.1em; }
127 dt {
128 font-weight: bold;
129 margin-bottom: 0.1em;
130 }
131 dl{
132 margin-top: 0.2em;
133 margin-bottom: 0.5em;
134 }
135 dd {
136 line-height: 1.5em;
137 margin-left: 2em;
138 margin-bottom: 0.1em;
139 }
140
141 fieldset {
142 border: 1px solid #2f6fab;
143 margin: 1em 0em 1em 0em;
144 padding: 0em 1em 1em 1em;
145 line-height: 1.5em;
146 }
147 legend {
148 background: White;
149 padding: 0.5em;
150 font-size: 95%;
151 }
152 form {
153 border: none;
154 margin: 0;
155 }
156
157 textarea {
158 color: Black;
159 background-color: white;
160 width: 100%;
161 padding: 0.1em;
162 }
163
164
165 input.historysubmit {
166 padding: 0 0.3em 0.3em 0.3em !important;
167 font-size: 94%;
168 cursor: pointer;
169 height: 1.7em !important;
170 margin-left: 1.6em;
171 }
172 select {
173 vertical-align: top;
174 }
175 abbr, acronym, .explain {
176 border-bottom: 1px dotted Black;
177 color: Black;
178 background: none;
179 cursor: help;
180 }
181 q {
182 font-family: Times, "Times New Roman", serif;
183 font-style: italic;
184 }
185 /* disabled for now
186 blockquote {
187 font-family: Times, "Times New Roman", serif;
188 font-style: italic;
189 }*/
190 code { background-color: #f9f9f9; }
191 pre {
192 padding: 1em;
193 border: 1px dashed #2f6fab;
194 color: Black;
195 background-color: #f9f9f9;
196 line-height: 1.1em;
197 }
198
199
200 /*
201 ** the main content area
202 */
203
204 #siteSub { display: none; }
205 #contentSub {
206 font-size: 84%;
207 line-height: 1.2em;
208 margin: 0 0 1.4em 1em;
209 color: #7d7d7d;
210 width: auto;
211 }
212 span.subpages { display: block; }
213
214 /* Some space under the headers in the content area */
215 #bodyContent h1, #bodyContent h2 { margin-bottom:0.6em; }
216 #bodyContent h3,
217 #bodyContent h4,
218 #bodyContent h5 {
219 margin-bottom: 0.3em;
220 }
221 .firstHeading { margin-bottom:0.1em; }
222
223 /* user notification thing */
224 .usermessage {
225 background-color: #ffce7b;
226 border: 1px solid #ffa500;
227 color: Black;
228 font-weight: bold;
229 margin: 2em 0em 1em 0em;
230 padding: 0.5em 1em;
231 vertical-align: middle;
232 }
233 #siteNotice {
234 text-align: center;
235 font-size: 95%;
236 padding: 0 0.9em 0 0.9em;
237 }
238 #siteNotice p {
239 margin: 0;
240 padding: 0;
241 }
242 .error {
243 color: red;
244 font-size: larger;
245 }
246 #catlinks {
247 border:1px solid #aaaaaa;
248 background-color:#f9f9f9;
249 padding:5px;
250 margin-top: 1em;
251 clear: both;
252 }
253 /* currently unused, intended to be used by a metadata box
254 in the bottom-right corner of the content area */
255 .documentDescription {
256 /* The summary text describing the document */
257 font-weight: bold;
258 display: block;
259 margin: 1em 0em;
260 line-height: 1.5em;
261 }
262 .documentByLine {
263 text-align: right;
264 font-size: 90%;
265 clear: both;
266 font-weight: normal;
267 color: #76797c;
268 }
269
270 /* emulate center */
271 .center {
272 width: 100%;
273 text-align: center;
274 }
275 *.center * {
276 margin-left: auto;
277 margin-right: auto;
278 }
279 /* small for tables and similar */
280 .small, .small * { font-size: 94%; }
281 table.small { font-size: 100% }
282
283 /*
284 ** content styles
285 */
286
287 /* IE/mac fixes */
288 #toc {
289 display: inline-table;
290 }
291 #toc div, #toc h2, #toc ul, #toc li, #toc a {
292 float: left;
293 clear: left;
294 }
295 #toc .toctoggle * {
296 float: none;
297 clear: none;
298 }
299 #toc h2 {
300 margin-right: .3em;
301 }
302 @media all {
303 #toc {
304 display: block;
305 text-align: center;
306 }
307 #toc * {
308 float: none!important;
309 }
310 #toc h2 {
311 margin-right: 0;
312 }
313 }
314 /* end IE/mac fixes */
315
316 #toc {
317 border: 1px solid #aaa;
318 background-color: #f9f9f9;
319 padding: 5px;
320 font-size: 95%;
321 float: left;
322 }
323 #toc h2 {
324 display: inline;
325 border: none;
326 padding: 0;
327 font-size: 100%;
328 font-weight: bold;
329 }
330 #toc ul {
331 list-style-type: none;
332 list-style-image: none;
333 margin-left: 0;
334 padding-left: 0;
335 text-align: left;
336 }
337 #toc ul ul {
338 margin: 0 0 0 2em;
339 }
340 #toc .toctoggle {
341 font-size: 94%;
342 }
343
344
345 /* images */
346 div.floatright, table.floatright {
347 clear: right;
348 float: right;
349 position: relative;
350 margin: 0 0 0.5em 0.5em;
351 border: 0
352 /*
353 border: 0.5em solid White;
354 border-width: 0.5em 0 0.8em 1.4em;
355 */
356 }
357 div.floatright p { font-style: italic; }
358 div.floatleft, table.floatleft {
359 float: left;
360 position: relative;
361 margin: 0 0.5em 0.5em 0;
362 border: 0
363 /*
364 margin: 0.3em 0.5em 0.5em 0;
365 border: 0.5em solid White;
366 border-width: 0.5em 1.4em 0.8em 0;
367 */
368 }
369 div.floatleft p { font-style: italic; }
370 /* thumbnails */
371 div.thumb {
372 margin-bottom: 0.5em;
373 border-style: solid; border-color: White;
374 width: auto;
375 }
376 div.thumb div {
377 border:1px solid #cccccc;
378 padding: 3px !important;
379 background-color:#f9f9f9;
380 font-size: 94%;
381 text-align: center;
382 overflow: hidden;
383 }
384 div.thumb div a img {
385 border:1px solid #cccccc;
386 }
387 div.thumb div div.thumbcaption {
388 border: none;
389 text-align: left;
390 line-height: 1.4em;
391 padding: 0.3em 0 0.1em 0;
392 }
393 div.magnify {
394 float: right;
395 border: none !important;
396 background: none !important;
397 }
398 div.magnify a, div.magnify img {
399 display: block;
400 border: none !important;
401 background: none !important;
402 }
403 div.tright {
404 clear: right;
405 float: right;
406 border-width: 0.5em 0 0.8em 1.4em;
407 }
408 div.tleft {
409 float: left;
410 margin-right:0.5em;
411 border-width: 0.5em 1.4em 0.8em 0;
412 }
413
414 .hiddenStructure {
415 display: none;
416 }
417 img.tex { vertical-align: middle; }
418 span.texhtml { font-family: serif; }
419
420 /*
421 ** classes for special content elements like town boxes
422 ** intended to be referenced directly from the wiki src
423 */
424
425 /*
426 ** User styles
427 */
428 /* table standards */
429 table.rimage {
430 float:right;
431 position:relative;
432 margin-left:1em;
433 margin-bottom:1em;
434 text-align:center;
435 }
436 .toccolours {
437 border:1px solid #aaaaaa;
438 background-color:#f9f9f9;
439 padding:5px;
440 font-size: 95%;
441 }
442 div.townBox {
443 position:relative;
444 float:right;
445 background:White;
446 margin-left:1em;
447 border: 1px solid gray;
448 padding:0.3em;
449 width: 200px;
450 overflow: hidden;
451 clear: right;
452 }
453 div.townBox dl {
454 padding: 0;
455 margin: 0 0 0.3em 0;
456 font-size: 96%;
457 }
458 div.townBox dl dt {
459 background: none;
460 margin: 0.4em 0 0 0;
461 }
462 div.townBox dl dd {
463 margin: 0.1em 0 0 1.1em;
464 background-color: #f3f3f3;
465 }
466
467 /*
468 ** edit views etc
469 */
470 .special li {
471 line-height: 1.4em;
472 margin: 0;
473 padding: 0;
474 }
475
476 /* Page history styling */
477 /* the auto-generated edit comments */
478 .autocomment { color: gray; }
479 #pagehistory span.user {
480 margin-left: 1.4em;
481 margin-right: 0.4em;
482 }
483 #pagehistory span.minor { font-weight: bold; }
484 #pagehistory li { border: 1px solid White; }
485 #pagehistory li.selected {
486 background-color:#f9f9f9;
487 border:1px dashed #aaaaaa;
488 }
489 /*
490 ** Diff rendering
491 */
492 table.diff { background:white; }
493 td.diff-otitle { background:#ffffff; }
494 td.diff-ntitle { background:#ffffff; }
495 td.diff-addedline {
496 background:#ccffcc;
497 font-size: smaller;
498 }
499 td.diff-deletedline {
500 background:#ffffaa;
501 font-size: smaller;
502 }
503 td.diff-context {
504 background:#eeeeee;
505 font-size: smaller;
506 }
507 span.diffchange { color: red; font-weight: bold; }
508
509 /*
510 ** keep the whitespace in front of the ^=, hides rule from konqueror
511 ** this is css3, the validator doesn't like it when validating as css2
512 */
513 #bodyContent a[href ^="http://"],
514 #bodyContent a[href ^="gopher://"] {
515 background: url(external.png) center right no-repeat;
516 padding-right: 13px;
517 }
518 #bodyContent a[href ^="https://"],
519 .link-https {
520 background: url("lock_icon.gif") center right no-repeat;
521 padding-right: 16px;
522 }
523 #bodyContent a[href ^="mailto:"],
524 .link-mailto {
525 background: url("mail_icon.gif") center right no-repeat;
526 padding-right: 18px;
527 }
528 #bodyContent a[href ^="news://"] {
529 background: url("news_icon.png") center right no-repeat;
530 padding-right: 18px;
531 }
532 #bodyContent a[href ^="ftp://"],
533 .link-ftp {
534 background: url("file_icon.gif") center right no-repeat;
535 padding-right: 18px;
536 }
537 #bodyContent a[href ^="irc://"],
538 .link-irc {
539 background: url("discussionitem_icon.gif") center right no-repeat;
540 padding-right: 18px;
541 }
542 /* disable interwiki styling */
543 #bodyContent a.extiw,
544 #bodyContent a.extiw:active {
545 color: #3366bb;
546 background: none;
547 padding: 0;
548 }
549 #bodyContent a.external { color: #3366bb; }
550 /* this can be used in the content area to switch off
551 special external link styling */
552 #bodyContent .plainlinks a {
553 background: none !important;
554 padding: 0;
555 }
556 /*
557 ** Structural Elements
558 */
559
560 /*
561 ** general portlet styles (elements in the quickbar)
562 */
563 .portlet {
564 border: none;
565 margin: 0 0 0.5em 0em;
566 float: none;
567 padding: 0;
568 width: 11.6em;
569 overflow: hidden;
570 }
571 .portlet h4 {
572 font-size: 95%;
573 font-weight: normal;
574 white-space: nowrap;
575 }
576 .portlet h5 {
577 background: transparent;
578 padding: 0em 1em 0em 0.5em;
579 text-transform: lowercase;
580 display: inline;
581 font-size: 91%;
582 height: 1em;
583 font-weight: normal;
584 white-space: nowrap;
585 }
586 .portlet h6 {
587 background: #ffae2e;
588 border: 1px solid #2f6fab;
589 border-style: solid solid none solid;
590 padding: 0em 1em 0em 1em;
591 text-transform: lowercase;
592 display: block;
593 font-size: 1em;
594 height: 1.2em;
595 font-weight: normal;
596 white-space: nowrap;
597 }
598 .pBody {
599 font-size: 95%;
600 background: White;
601 border-collapse: collapse;
602 border: 1px solid #aaaaaa;
603 padding: 0 0.8em 0.3em 0.5em;
604 }
605 .portlet h1,
606 .portlet h2,
607 .portlet h3,
608 .portlet h4 {
609 margin: 0;
610 padding: 0;
611 }
612 .portlet ul {
613 line-height: 1.5em;
614 list-style-type: square;
615 list-style-image: url("bullet.gif");
616 font-size:95%;
617 }
618 .portlet li {
619 padding: 0;
620 margin: 0;
621 }
622
623 /*
624 ** Logo properties
625 */
626
627 #p-logo {
628 z-index: 3;
629 position:absolute; /*needed to use z-index */
630 top: 0;
631 left: 0;
632 height: 155px;
633 width: 12em;
634 overflow: visible;
635 }
636 #p-logo h5 { display: none; }
637 #p-logo a,
638 #p-logo a:hover {
639 display: block;
640 height: 155px;
641 width: 12.2em;
642 background-repeat: no-repeat;
643 background-position: 35% 50% !important;
644 text-decoration: none;
645 }
646
647 /*
648 ** the navigation portlet
649 */
650
651 #p-nav {
652 position:relative;
653 z-index:3;
654 }
655
656 /*
657 ** Search portlet
658 */
659 #p-search {
660 position:relative;
661 z-index:3;
662 }
663 #p-search .pBody {
664 text-align: center;
665 }
666 input.searchButton {
667 margin-top:1px;
668 font-size: 95%;
669 }
670 #searchGoButton {
671 padding-left: .5em;
672 padding-right: .5em;
673 font-weight: bold;
674 }
675 #searchInput {
676 width: 10.9em;
677 margin: 0;
678 font-size: 95%;
679 }
680 #p-search .pBody {
681 padding: 0.5em 0.4em 0.4em 0.4em;
682 }
683
684 /*
685 ** the personal toolbar
686 */
687
688 #p-personal {
689 width:100%;
690 white-space:nowrap;
691 padding: 0;
692 margin: 0;
693 position:absolute;
694 left:0px;
695 top:0px;
696 z-index: 0;
697 border: none;
698 background: none;
699 overflow: visible;
700 line-height: 1.2em;
701 }
702
703 #p-personal h5 {
704 display:none;
705 }
706 #p-personal .portlet,
707 #p-personal .pBody {
708 padding:0;
709 margin:0;
710 border: none;
711 z-index:0;
712 overflow: visible;
713 background: none;
714 }
715 /* this is the ul contained in the portlet */
716 #p-personal ul {
717 border: none;
718 line-height: 1.4em;
719 color: #2f6fab;
720 padding: 0em 2em 0 3em;
721 margin: 0;
722 text-align: right;
723 text-transform: lowercase;
724 list-style: none;
725 z-index:0;
726 background: none;
727 }
728 #p-personal li {
729 z-index:0;
730 border:none;
731 padding:0;
732 display: inline;
733 color: #2f6fab;
734 margin-left: 1em;
735 line-height: 1.2em;
736 background: none;
737 }
738 #p-personal li a {
739 text-decoration: none;
740 color: #005896;
741 padding-bottom: 0.2em;
742 background: none;
743 }
744 #p-personal li a:hover {
745 background-color: White;
746 padding-bottom: 0.2em;
747 text-decoration: none;
748 }
749
750 /* the icon in front of the user name, single quotes
751 in bg url to hide it from iemac */
752 li#pt-userpage,
753 li#pt-anonuserpage,
754 li#pt-login {
755 background: url('user.gif') top left no-repeat;
756 padding-left: 20px;
757 text-transform: none;
758 }
759
760 /*
761 ** the page-related actions- page/talk, edit etc
762 */
763 #p-cactions {
764 position:absolute;
765 top: 1.3em;
766 left: 11.5em;
767 margin: 0;
768 white-space:nowrap;
769 width: 76%;
770 line-height: 1.1em;
771 overflow: visible;
772 background: none;
773 border-collapse: collapse;
774 padding-left: 1em;
775 list-style: none;
776 font-size: 95%;
777 }
778 #p-cactions .hiddenStructure { display: none; }
779 #p-cactions ul {
780 list-style: none;
781 }
782 #p-cactions li {
783 display: inline;
784 border: 1px solid #aaaaaa;
785 border-bottom: none;
786 padding: 0 0 0.1em 0;
787 margin: 0 0.3em 0 0;
788 overflow: visible;
789 background: White;
790 }
791 #p-cactions li.selected {
792 border-color: #fabd23;
793 padding: 0 0 0.2em 0;
794 }
795 #p-cactions li a {
796 background-color: White;
797 color: #002bb8;
798 border: none;
799 padding: 0 0.8em 0.3em 0.8em;
800 text-decoration: none;
801 text-transform: lowercase;
802 position: relative;
803 z-index: 0;
804 margin: 0;
805 }
806 #p-cactions .selected a { z-index: 3; }
807 #p-cactions .new a { color:#ba0000; }
808 #p-cactions li a:hover {
809 z-index: 3;
810 text-decoration: none;
811 }
812 #p-cactions h5 { display: none; }
813 #p-cactions li.istalk { margin-right: 0; }
814 #p-cactions li.istalk a { padding-right: 0.5em; }
815 #p-cactions #ca-addsection a {
816 padding-left: 0.4em;
817 padding-right: 0.4em;
818 }
819 /* offsets to distinguish the tab groups */
820 li#ca-talk { margin-right: 1.6em; }
821 li#ca-watch, li#ca-watch, li#ca-varlang-0 { margin-left: 1.6em; }
822
823
824 /*
825 ** the remaining portlets
826 */
827 #p-tbx,
828 #p-lang {
829 position:relative;
830 z-index:3;
831 }
832
833 /*
834 ** footer
835 */
836 #footer {
837 background-color: White;
838 border-top: 1px solid #fabd23;
839 border-bottom: 1px solid #fabd23;
840 margin: 0.6em 0em 1em 0em;
841 padding: 0.4em 0em 1.2em 0em;
842 text-align: center;
843 font-size: 90%;
844 }
845 #footer li {
846 display: inline;
847 margin: 0 1.3em;
848 }
849 /* hide from incapable browsers */
850 head:first-child+body #footer li { white-space: nowrap; }
851 #f-poweredbyico, #f-copyrightico {
852 margin: 0 8px;
853 position: relative;
854 top: -2px; /* Bump it up just a tad */
855 }
856 #f-poweredbyico {
857 float: right;
858 height: 1%;
859 }
860 #f-copyrightico {
861 float: left;
862 height: 1%;
863 }
864
865 /* js pref toc */
866 #preftoc {
867 float: left;
868 margin: 1em 1em 1em 1em;
869 width: 13em;
870 }
871 #preftoc li { border: 1px solid White; }
872 #preftoc li.selected {
873 background-color:#f9f9f9;
874 border:1px dashed #aaaaaa;
875 }
876 #preftoc a,
877 #preftoc a:active {
878 display: block;
879 color: #0014a6;
880 }
881 #prefcontrol {
882 clear: both;
883 float: left;
884 margin-top: 1em;
885 }
886 div.prefsectiontip {
887 font-size: 95%;
888 margin-top: 1em;
889 }
890 fieldset.operaprefsection { margin-left: 15em }
891
892 /*
893 ** IE/Mac fixes, hope to find a validating way to move this
894 ** to a separate stylesheet. This would work but doesn't validate:
895 ** @import("IEMacFixes.css");
896 */
897 /* tabs: border on the a, not the div */
898 * > html #p-cactions li { border:none; }
899 * > html #p-cactions li a {
900 border: 1px solid #aaaaaa;
901 border-bottom: none;
902 }
903 * > html #p-cactions li.selected a { border-color: #fabd23; }
904 /* footer icons need a fixed width */
905 * > html #f-poweredbyico,
906 * > html #f-copyrightico { width: 88px; }
907 * > html #bodyContent,
908 * > html #bodyContent pre {
909 overflow-x: auto;
910 width: 100%;
911 padding-bottom: 25px;
912 }
913
914 /* more IE fixes */
915 /* float/negative margin brokenness */
916 * html #footer {margin-top: 0;}
917 * html #column-content {
918 display: inline;
919 margin-bottom: 0;
920 }
921 * html div.editsection { font-size: smaller; }
922 #pagehistory li.selected { position: relative; }
923
924 /* Mac IE 5.0 fix; floated content turns invisible */
925 * > html #column-content {
926 float: none;
927 }
928 * > html #column-one {
929 position: absolute;
930 left: 0;
931 top: 0;
932 }
933 * > html #footer {
934 margin-left: 13.2em;
935 }
936 .redirectText {
937 font-size:150%;
938 margin:5px;
939 }
940
941 .printfooter {
942 display: none;
943 }
944
945 .not_patrolled {
946 background-color: #ffa;
947 }
948 div.patrollink {
949 font-size: 75%;
950 text-align: right;
951 }
952 span.newpage, span.minor, span.searchmatch {
953 font-weight: bold;
954 }
955 span.unpatrolled {
956 font-weight:bold;
957 color:red;
958 }
959
960 span.searchmatch {
961 color: red;
962 }
963 .sharedUploadNotice {
964 font-style: italic;
965 }
966
967 span.updatedmarker {
968 color:black;
969 background-color:#00FF00;
970 }
971 span.newpageletter {
972 font-weight:bold;
973 color:black;
974 background-color:yellow;
975 }
976 span.minoreditletter {
977 color:black;
978 background-color:#C5FFE6;
979 }
980
981 table.gallery {
982 border: 1px solid #cccccc;
983 margin: 2px;
984 padding: 2px;
985 background-color:#ffffff;
986 }
987
988 table.gallery tr {
989 vertical-align:top;
990 }
991
992 table.gallery td {
993 vertical-align:top;
994 background-color:#f9f9f9;
995 border: solid 2px white;
996 }
997
998 div.gallerybox {
999 margin: 2px;
1000 width: 150px;
1001 }
1002
1003 div.gallerybox div.thumb {
1004 text-align: center;
1005 border: 1px solid #cccccc;
1006 margin: 2px;
1007 }
1008
1009 div.gallerytext {
1010 font-size: 94%;
1011 padding: 2px 4px;
1012 }