2619feea1347ec01b9e106164d0ad3c096448fcb
[lhc/web/wiklou.git] / skins / modern / main.css
1 body {
2 margin: 0 0 0 0;
3 padding: 0 0 0 0;
4 /*font-size: 10pt;*/
5 font-size: x-small;
6
7
8 font-family: sans-serif;
9 color: black;
10 background-color: #f0f0f0;
11 }
12
13 #mw_main,
14 #p-personal,
15 #mw_header {
16 font-size: 130%;
17 }
18
19 #mw_header {
20 position: absolute;
21 top: 0;
22 left: 0;
23 margin: 0 0 0 0;
24 padding: 0 0em 0 0em;
25 border: none;
26 height: 2em;
27 width: 100%;
28
29 background-color: #003366;
30 color: white;
31 }
32
33 #mw_header h1 {
34 margin: 0 0 0 0.5em;
35 padding: 0 0 0 0;
36 text-decoration: none;
37 font-size: 150%;
38 }
39
40 #p-personal {
41 position: absolute;
42 top: 2em;
43 left: 0;
44 height: 1.5em;
45 margin: 0 0 0 0;
46 padding: 0 0 0 0;
47 width: 100%;
48
49 }
50
51 #p-personal div.pBody {
52 margin: 0 0 0 0;
53 padding: 0 0 0 0;
54 height: 1.5em;
55 font-variant: small-caps;
56 }
57
58 #p-personal h5 {
59 display: none;
60 }
61
62 #p-personal ul {
63 margin: 0 0 0 0;
64 padding: 0 0 0 0;
65 display: block;
66 height: 1.5em;
67 background-color: #3c78b5;
68 }
69
70 #p-personal li {
71 display: block; float: left;
72 height: 1.5em;
73 margin: 0 0 0 0;
74 vertical-align: middle;
75
76 font-weight: bold;
77 text-transform: lowercase;
78 }
79
80 #p-personal li a {
81 text-decoration: none;
82 color: white;
83 padding: 0 1em 0 1em;
84 }
85
86 #p-personal li a:hover {
87 text-decoration: none;
88 color: white;
89 }
90
91 #p-personal li:hover {
92 background-color: #003366;
93 }
94
95 #jump-to-nav {
96 display: none;
97 }
98
99 #mw_contentwrapper {
100 width: 100%;
101 margin: 0 0 0 -15em;
102 float: right;
103 }
104
105 #mw_content {
106 margin: 0 0 0 14em;
107
108 background-color: white;
109 border-top: solid 1px #bbbbbb;
110 border-left: solid 1px #bbbbbb;
111 border-bottom: solid 1px #bbbbbb;
112
113 line-height: 1.5em;
114 padding: 1em 1em 1em 1em;
115 }
116
117 #mw_portlets {
118 width: 14em;
119
120 border-right: solid 1px #bbbbbb;
121 background-color: #f0f0f0;
122 }
123
124 #mw_main {
125 padding: 0 0 0 0;
126 margin: 0 0 0 0;
127 margin-top: 3.5em;
128 }
129
130 #mw_clear {
131 margin: 0 0 0 0;
132 padding: 0 0 0 0;
133 clear: both;
134 }
135
136 .portlet {
137 padding: 0 0 0 0;
138 margin: 0 0 0 0;
139 }
140
141 .portlet div.pBody {
142 padding: 1em 0 1em 0;
143 }
144
145 textarea {
146 width: 100%;
147 padding: .1em;
148 }
149
150 #searchBody {
151 text-align: center;
152 }
153
154 #searchInput {
155 display: block;
156 margin-left: auto;
157 margin-right: auto;
158 }
159
160 .portlet h5 {
161 padding: 0.1em 0 0.3em 1em;
162 margin: 0 0 0 0;
163 background-color: #dddddd;
164 font-weight: bold;
165 border-bottom: solid 1px #3c78b5;
166 height: 1.1em;
167 }
168
169 .portlet ul {
170 margin: 0 0 0 1.5em;
171 padding: 0 0 0 0;
172 }
173
174 #mw_portlets .portlet ul {
175 line-height: 1.4em;
176 }
177
178 ul {
179 list-style-image: url(bullet.gif);
180 }
181
182 #p-cactions {
183 height: 1.5em;
184 padding: 0 0 0 0;
185 margin: 0 0 0 14em;
186 }
187
188 #p-cactions div.pBody {
189 margin: 0 0 0 0;
190 padding: 0 0 0 0;
191 }
192
193 #p-cactions a,
194 #p-cactions a:hover {
195 color: black;
196 text-decoration: none;
197 }
198
199 #p-cactions ul {
200 display: inline;
201 margin: 0 0 0 0;
202 padding: 0 0 0 0;
203 }
204
205 #p-cactions li {
206 margin: 0 0.5em 0 0.5em;
207 padding: 0 0.2em 0 0.2em;
208 display: block;
209 float: left;
210 height: 1.5em;
211 text-transform: lowercase;
212 }
213
214 #p-cactions li.selected {
215 background-color: #bbbbbb;
216 }
217
218 #p-cactions li a,
219 #p-cactions li a:hover,
220 #p-cactions li a:visited {
221 text-decoration: underline;
222 color: #003366;
223 }
224
225 #p-cactions li.selected a,
226 #p-cactions li.selected a:hover,
227 #p-cactions li.selected a:visited {
228 text-decoration: none;
229 color: white;
230 }
231
232 #p-cactions h5 {
233 display: none;
234 }
235
236 #siteSub {
237 display: none;
238 }
239
240 #footer {
241 background-color: #f0f0f0;
242 background: url(footer-grad.png) repeat-x 0 0;
243 padding: 10px 1em 1em 1em;
244
245 color: #444444;
246 }
247
248 #footer a,
249 #footer a:hover,
250 #footer a:visited {
251 color: #444444;
252 text-decoration: underline;
253 }
254
255 img {
256 border: none;
257 }
258
259 #footer li {
260 display: inline;
261 list-style-type: none;
262 padding: 0 0 0 0;
263 margin: 0 0 0 0;
264 }
265
266 #footer ul {
267 padding: 0 0 0 0;
268 margin: 0 0 0 0;
269 }
270
271 div.printfooter {
272 display: none;
273 }
274
275 p {
276 margin: 1em 0 1em 0;
277 }
278
279 #contentSub {
280 color: #888;
281 font-size: small;
282 padding-left: 2em;
283 }
284
285 #mw_portlets form {
286 margin: 0 0 0 0;
287 padding: 0 0 0 0;
288 }
289
290 a, a:hover, a:visited {
291 /*text-decoration: underline;*/
292 color: #003366;
293 }
294
295 span.editsection {
296 font-size: small;
297 }
298
299 h1, h2 {
300 border-bottom: solid 1px #003366;
301 }
302
303 #preftoc {
304 width: 100%;
305 margin: 0 0 0 0;
306 padding: 0 0 0 0;
307 height: 1.5em;
308 clear: right;
309 }
310
311 #preftoc li {
312 margin: 0 0.5em 0 0.5em;
313 padding: 0 0.2em 0 0.2em;
314 display: block;
315 float: left;
316 height: 1.5em;
317 text-transform: lowercase;
318 }
319
320 #preferences {
321 margin: 0 0 0 0;
322 padding: 0em 1em 1em 1em;
323 border: solid 1px #bbbbbb;
324 }
325
326 #preferences fieldset {
327 margin-top: 0;
328 border: none;
329 }
330
331 #preferences h2 {
332 }
333
334 .mainLegend {
335 display: none;
336 }
337
338 #preftoc li.selected {
339 background-color: #bbbbbb;
340 }
341
342 #preftoc li a,
343 #preftoc li a:hover,
344 #preftoc li a:visited {
345 text-decoration: underline;
346 color: #003366;
347 }
348
349 #preftoc li.selected a,
350 #preftoc li.selected a:hover,
351 #preftoc li.selected a:visited {
352 text-decoration: none;
353 color: white;
354 }
355
356 #mw_content a.external,
357 #mw_content a[href ^="gopher://"] {
358 background: url(external.png) center right no-repeat;
359 padding-right: 13px;
360 }
361 #mw_content a[href ^="https://"],
362 .link-https {
363 background: url(lock_icon.gif) center right no-repeat;
364 padding-right: 16px;
365 }
366 #mw_content a[href ^="mailto:"],
367 .link-mailto {
368 background: url(mail_icon.gif) center right no-repeat;
369 padding-right: 18px;
370 }
371 #mw_content a[href ^="news://"] {
372 background: url(news_icon.png) center right no-repeat;
373 padding-right: 18px;
374 }
375 #mw_content a[href ^="ftp://"],
376 .link-ftp {
377 background: url(file_icon.gif) center right no-repeat;
378 padding-right: 18px;
379 }
380 #mw_content a[href ^="irc://"],
381 .link-irc {
382 background: url(discussionitem_icon.gif) center right no-repeat;
383 padding-right: 18px;
384 }
385
386 #mw_content a.external[href $=".ogg"], #mw_content a.external[href $=".OGG"],
387 #mw_content a.external[href $=".mid"], #mw_content a.external[href $=".MID"],
388 #mw_content a.external[href $=".midi"], #mw_content a.external[href $=".MIDI"],
389 #mw_content a.external[href $=".mp3"], #mw_content a.external[href $=".MP3"],
390 #mw_content a.external[href $=".wav"], #mw_content a.external[href $=".WAV"],
391 #mw_content a.external[href $=".wma"], #mw_content a.external[href $=".WMA"],
392 .link-audio {
393 background: url("audio.png") center right no-repeat;
394 padding-right: 13px;
395 }
396 #mw_content a.external[href $=".ogm"], #mw_content a.external[href $=".OGM"],
397 #mw_content a.external[href $=".avi"], #mw_content a.external[href $=".AVI"],
398 #mw_content a.external[href $=".mpeg"], #mw_content a.external[href $=".MPEG"],
399 #mw_content a.external[href $=".mpg"], #mw_content a.external[href $=".MPG"],
400 .link-video {
401 background: url("video.png") center right no-repeat;
402 padding-right: 13px;
403 }
404 #mw_content a.external[href $=".pdf"], #mw_content a.external[href $=".PDF"],
405 #mw_content a.external[href *=".pdf#"], #mw_content a.external[href *=".PDF#"],
406 #mw_content a.external[href *=".pdf?"], #mw_content a.external[href *=".PDF?"],
407 .link-document {
408 background: url("document.png") center right no-repeat;
409 padding-right: 12px;
410 }
411
412 /* images */
413 div.floatright, table.floatright {
414 clear: right;
415 float: right;
416 position: relative;
417 margin: 0 0 .5em .5em;
418 border: 0;
419 /*
420 border: .5em solid white;
421 border-width: .5em 0 .8em 1.4em;
422 */
423 }
424 div.floatright p { font-style: italic; }
425 div.floatleft, table.floatleft {
426 float: left;
427 clear: left;
428 position: relative;
429 margin: 0 .5em .5em 0;
430 border: 0;
431 /*
432 margin: .3em .5em .5em 0;
433 border: .5em solid white;
434 border-width: .5em 1.4em .8em 0;
435 */
436 }
437 div.floatleft p { font-style: italic; }
438 /* thumbnails */
439 div.thumb {
440 margin-bottom: .5em;
441 border-style: solid;
442 border-color: white;
443 width: auto;
444 }
445 div.thumbinner {
446 border: 1px solid #ccc;
447 padding: 3px !important;
448 background-color: #f9f9f9;
449 font-size: 94%;
450 text-align: center;
451 overflow: hidden;
452 }
453 html .thumbimage {
454 border: 1px solid #ccc;
455 }
456 html .thumbcaption {
457 border: none;
458 text-align: left;
459 line-height: 1.4em;
460 padding: 3px !important;
461 font-size: 94%;
462 }
463 div.magnify {
464 float: right;
465 border: none !important;
466 background: none !important;
467 }
468 div.magnify a, div.magnify img {
469 display: block;
470 border: none !important;
471 background: none !important;
472 }
473 div.tright {
474 clear: right;
475 float: right;
476 border-width: .5em 0 .8em 1.4em;
477 }
478 div.tleft {
479 float: left;
480 clear: left;
481 margin-right: .5em;
482 border-width: .5em 1.4em .8em 0;
483 }
484 img.thumbborder {
485 border: 1px solid #dddddd;
486 }
487 .hiddenStructure {
488 display: none;
489 }
490
491 #mw_content .plainlinks a {
492 background: none !important;
493 padding: 0 !important;
494 }
495
496 .mw-warning {
497 border: 1px solid #aaa;
498 background-color: #f9f9f9;
499 padding: 5px;
500 font-size: 95%;
501 }
502
503 #toc,
504 .toc {
505 margin: 0 0 0 0;
506 padding: 0 0 0 0;
507 border-spacing: 0;
508 background-color: #f0f0f0;
509 border: solid 1px #bbbbbb;
510 }
511
512 #toc tr, #toc td {
513 margin: 0 0 0 0;
514 padding: 0 0 0 0;
515 }
516
517 #toctitle {
518 border-bottom: solid 1px #3c78b5;
519 background-color: #dddddd;
520 margin: 0 0 0 0;
521 }
522
523 #toc h2,
524 .toc h2 {
525 display: inline;
526 border: none;
527 padding: 0;
528 font-size: 100%;
529 font-weight: bold;
530 }
531 #toc #toctitle,
532 .toc #toctitle,
533 #toc .toctitle,
534 .toc .toctitle {
535 text-align: center;
536 }
537
538 #toc ul,
539 .toc ul {
540 list-style-type: none;
541 list-style-image: none;
542 margin: 0 1em 0 1em;
543 padding-left: 0;
544 text-align: left;
545 }
546
547 #toc ul ul,
548 .toc ul ul {
549 margin: 0 0 0 2em;
550 }
551
552 #toc .toctoggle,
553 .toc .toctoggle {
554 font-size: 94%;
555 }
556
557 .mw-warning {
558 margin-left: 50px;
559 margin-right: 50px;
560 text-align: center;
561 }
562
563 #catlinks {
564 border: solid 1px #bbbbbb;
565 background-color: #f0f0f0;
566 padding: 0.5em 0.5em 0.5em 0.5em;
567 margin: 0 0 0 0;
568 }
569
570 #catlinks p {
571 margin: 0 0 0 0;
572 padding: 0 0 0 0;
573 }
574
575 #mw_header h1,
576 #p-personal,
577 #p-cactions {
578 overflow: hidden;
579 }
580
581 .autocomment {
582 color: gray;
583 }
584
585
586 #pagehistory span.user {
587 margin-left: 1.4em;
588 margin-right: .4em;
589 }
590 #pagehistory span.minor {
591 font-weight: bold;
592 }
593 #pagehistory li {
594 border: 1px solid white;
595 }
596 #pagehistory li.selected {
597 background-color: #f9f9f9;
598 border: 1px dashed #aaa;
599 }
600
601 /* disable interwiki styling */
602 #mw_content a.extiw,
603 #mw_content a.extiw:active {
604 color: #36b;
605 background: none;
606 padding: 0;
607 }
608 #mw_content a.external {
609 color: #36b;
610 }
611
612
613
614 .redirectText {
615 font-size: 150%;
616 margin: 5px;
617 }
618
619 .printfooter {
620 display: none;
621 }
622
623 .not-patrolled {
624 background-color: #ffa;
625 }
626 div.patrollink {
627 font-size: 75%;
628 text-align: right;
629 }
630 span.newpage, span.minor, span.searchmatch, span.bot {
631 font-weight: bold;
632 }
633 span.unpatrolled {
634 font-weight: bold;
635 color: red;
636 }
637
638 span.searchmatch {
639 color: red;
640 }
641 .sharedUploadNotice {
642 font-style: italic;
643 }
644
645 span.updatedmarker {
646 color: black;
647 background-color: #0f0;
648 }
649
650 table.gallery {
651 border: 1px solid #ccc;
652 margin: 2px;
653 padding: 2px;
654 background-color: white;
655 }
656
657 table.gallery tr {
658 vertical-align: top;
659 }
660
661 table.gallery td {
662 vertical-align: top;
663 background-color: #f9f9f9;
664 border: solid 2px white;
665 }
666 /* Keep this temporarily so that cached pages will display right */
667 table.gallery td.galleryheader {
668 text-align: center;
669 font-weight: bold;
670 }
671 table.gallery caption {
672 font-weight: bold;
673 }
674
675 div.gallerybox {
676 margin: 2px;
677 }
678
679 div.gallerybox div.thumb {
680 text-align: center;
681 border: 1px solid #ccc;
682 margin: 2px;
683 }
684
685 div.gallerytext {
686 overflow: hidden;
687 font-size: 94%;
688 padding: 2px 4px;
689 }
690
691 span.comment {
692 font-style: italic;
693 }
694
695 span.changedby {
696 font-size: 95%;
697 }
698
699 .previewnote {
700 text-indent: 3em;
701 color: #c00;
702 border-bottom: 1px solid #aaa;
703 padding-bottom: 1em;
704 margin-bottom: 1em;
705 }
706
707 .previewnote p {
708 margin: 0;
709 padding: 0;
710 }
711
712 .editExternally {
713 border: 1px solid gray;
714 background-color: #ffffff;
715 padding: 3px;
716 margin-top: 0.5em;
717 float: left;
718 font-size: small;
719 text-align: center;
720 }
721 .editExternallyHelp {
722 font-style: italic;
723 color: gray;
724 }
725
726 .toggle {
727 margin-left: 2em;
728 text-indent: -2em;
729 }
730
731 /* Classes for EXIF data display */
732 table.mw_metadata {
733 font-size: 0.8em;
734 margin-left: 0.5em;
735 margin-bottom: 0.5em;
736 width: 300px;
737 }
738
739 table.mw_metadata caption {
740 font-weight: bold;
741 }
742
743 table.mw_metadata th {
744 font-weight: normal;
745 }
746
747 table.mw_metadata td {
748 padding: 0.1em;
749 }
750
751 table.mw_metadata {
752 border: none;
753 border-collapse: collapse;
754 }
755
756 table.mw_metadata td, table.mw_metadata th {
757 text-align: center;
758 border: 1px solid #aaaaaa;
759 padding-left: 0.1em;
760 padding-right: 0.1em;
761 }
762
763 table.mw_metadata th {
764 background-color: #f9f9f9;
765 }
766
767 table.mw_metadata td {
768 background-color: #fcfcfc;
769 }
770
771 table.collapsed tr.collapsable {
772 display: none;
773 }
774
775
776 /* filetoc */
777 ul#filetoc {
778 text-align: center;
779 border: 1px solid #aaaaaa;
780 background-color: #f9f9f9;
781 padding: 5px;
782 font-size: 95%;
783 margin-bottom: 0.5em;
784 margin-left: 0;
785 margin-right: 0;
786 }
787
788 #filetoc li {
789 display: inline;
790 list-style-type: none;
791 padding-right: 2em;
792 }
793
794 input#wpSummary {
795 width: 80%;
796 }
797
798 /* @bug 1714 */
799 input#wpSave, input#wpDiff {
800 margin-right: 0.33em;
801 }
802
803 #editform .editOptions {
804 display: inline;
805 }
806
807 #wpSave {
808 font-weight: bold;
809 }
810
811 /* Classes for article validation */
812
813 table.revisionform_default {
814 border: 1px solid #000000;
815 }
816
817 table.revisionform_focus {
818 border: 1px solid #000000;
819 background-color:#00BBFF;
820 }
821
822 tr.revision_tr_default {
823 background-color:#EEEEEE;
824 }
825
826 tr.revision_tr_first {
827 background-color:#DDDDDD;
828 }
829
830 p.revision_saved {
831 color: green;
832 font-weight:bold;
833 }
834
835 #mw_trackbacks {
836 border: solid 1px #bbbbff;
837 background-color: #eeeeff;
838 padding: 0.2em;
839 }
840
841
842 /* Allmessages table */
843
844 #allmessagestable th {
845 background-color: #b2b2ff;
846 }
847
848 #allmessagestable tr.orig {
849 background-color: #ffe2e2;
850 }
851
852 #allmessagestable tr.new {
853 background-color: #e2ffe2;
854 }
855
856 #allmessagestable tr.def {
857 background-color: #f0f0ff;
858 }
859
860
861 /* noarticletext */
862 div.noarticletext {
863 border: 1px solid #ccc;
864 background: #fff;
865 padding: .2em 1em;
866 color: #000;
867 }
868
869 div#searchTargetContainer {
870 left: 10px;
871 top: 10px;
872 width: 90%;
873 background: white;
874 }
875
876 div#searchTarget {
877 padding: 3px;
878 margin: 5px;
879 background: #F0F0F0;
880 border: solid 1px blue;
881 }
882
883 div#searchTarget ul li {
884 list-style: none;
885 }
886
887 div#searchTarget ul li:before {
888 color: orange;
889 content: "\00BB \0020";
890 }
891
892 div#searchTargetHide {
893 float:right;
894 border:solid 1px black;
895 background:gainsboro;
896 padding:2px;
897 }
898
899 div.multipageimagenavbox {
900 border: solid 1px silver;
901 padding: 4px;
902 margin: 1em;
903 -moz-border-radius: 6px;
904 background: #f0f0f0;
905 }
906
907 div.multipageimagenavbox div.thumb {
908 border: none;
909 margin-left: 2em;
910 margin-right: 2em;
911 }
912
913 div.multipageimagenavbox hr {
914 margin: 6px;
915 }
916
917 table.multipageimage td {
918 text-align: center;
919 }
920
921 /** Special:Version */
922
923 table#sv-ext, table#sv-hooks {
924 margin: 1em;
925 padding:0em;
926 }
927
928 #sv-ext td, #sv-hooks td,
929 #sv-ext th, #sv-hooks th {
930 border: 1px solid #A0A0A0;
931 padding: 0 0.15em 0 0.15em;
932 }
933 #sv-ext th, #sv-hooks th {
934 background-color: #F0F0F0;
935 color: black;
936 padding: 0 0.15em 0 0.15em;
937 }
938 tr.sv-space{
939 height: 0.8em;
940 border:none;
941 }
942 tr.sv-space td { display: none; }
943
944 /*
945 Table pager (e.g. Special:Imagelist)
946 - remove underlines from the navigation link
947 - collapse borders
948 - set the borders to outsets (similar to Special:Allmessages)
949 - remove line wrapping for all td and th, set background color
950 - restore line wrapping for the last two table cells (description and size)
951 */
952 .TablePager_nav a { text-decoration: none; }
953 .TablePager { border-collapse: collapse; }
954 .TablePager, .TablePager td, .TablePager th {
955 border: 1px solid #aaaaaa;
956 padding: 0 0.15em 0 0.15em;
957 }
958 .TablePager th { background-color: #eeeeff }
959 .TablePager td { background-color: #ffffff }
960 .TablePager tr:hover td { background-color: #eeeeff }
961
962 .imagelist td, .imagelist th { white-space: nowrap }
963 .imagelist .TablePager_col_links { background-color: #eeeeff }
964 .imagelist .TablePager_col_img_description { white-space: normal }
965 .imagelist th.TablePager_sort { background-color: #ccccff }
966
967 .templatesUsed { margin-top: 1.5em; }
968
969 .mw-summary-preview {
970 margin: 0.1em 0;
971 }
972
973 /* Convenience links on Special:Ipblocklist */
974 p.mw-ipb-conveniencelinks {
975 font-size: 90%;
976 float: right;
977 }
978
979 /* Friendlier slave lag warnings */
980 div.mw-lag-warn-normal,
981 div.mw-lag-warn-high {
982 padding: 3px;
983 text-align: center;
984 margin: 3px auto;
985 }
986 div.mw-lag-warn-normal {
987 border: 1px solid #FFCC66;
988 background-color: #FFFFCC;
989 }
990 div.mw-lag-warn-high {
991 font-weight: bold;
992 border: 2px solid #FF0033;
993 background-color: #FFCCCC;
994 }
995
996 /* Recreating-deleted-page/reupload file warning and log entries */
997 div#mw-upload-deleted-warn,
998 div#mw-recreate-deleted-warn {
999 padding: 3px;
1000 margin-bottom: 3px;
1001 border: 2px solid #2F6FAB;
1002 }
1003 div#mw-upload-deleted-warn ul li,
1004 div#mw-recreate-deleted-warn ul li {
1005 font-size: 90%;
1006 }
1007 .MediaTransformError {
1008 background-color: #ccc;
1009 padding: 0.1em;
1010 }
1011 .MediaTransformError td {
1012 text-align: center;
1013 vertical-align: middle;
1014 font-size: 90%;
1015 }
1016 ul {
1017 line-height: 1.5em;
1018 list-style-type: square;
1019 margin: .3em 0 0 1.5em;
1020 padding: 0;
1021 list-style-image: url(bullet.gif);
1022 }
1023 ol {
1024 line-height: 1.5em;
1025 margin: .3em 0 0 3.2em;
1026 padding: 0;
1027 list-style-image: none;
1028 }
1029 li {
1030 margin-bottom: .1em;
1031 }
1032 dt {
1033 font-weight: bold;
1034 margin-bottom: .1em;
1035 }
1036 dl {
1037 margin-top: .2em;
1038 margin-bottom: .5em;
1039 }
1040
1041 #p-cactions li.new a {
1042 color: #cc2200;
1043 }