]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Crao/crao.css
Unify CSS "error" and "errors" classes; remove NS4 stuff
[SourceForge/phpwiki.git] / themes / Crao / crao.css
1 /**
2  *15 dec 2003
3  *css cree pour le site http://www.crao.net
4  *L Lunati
5  *
6  */
7
8 /*
9  ******************************
10  *****GENERIK
11  ******************************
12  */
13
14 body {
15   background-color: #ccc;/* MODIFY-color */
16   font-family: Helvetica, Verdana, Arial, sans-serif;
17   font-size: 12px ;
18   line-height: 14px ;
19   margin: 0em;
20   padding: 0px;
21   border: 0px none ;
22   color: #000;
23   text-align: left;
24 }
25
26 img {
27   border: 0;
28   vertical-align: middle;
29 }
30
31 table {
32   border-spacing: 0px;
33   /* For Mozilla */
34   empty-cells: show;
35 }
36 a:link, a {/* MODIFY-TXT */
37         color: #33c; 
38         text-decoration: underline; 
39         background-color: transparent;
40 }
41 a:visited {/* MODIFY-TXT */
42         color: #33c;
43         text-decoration: underline;
44         background-color: transparent;
45 }
46 a:hover {/* MODIFY-TXT */
47         color: #03f;
48         text-decoration:underline;
49         background-color: transparent;
50 }
51 a.wiki, a.wikiadmin, a.named-wiki {
52 }
53 hr { 
54         background-color: #ccc;/* MODIFY-color */
55         height: 1px;
56         border: 1px solid #ccc; /* MODIFY-color */
57 }
58 div.wikitext pre { font-family: monospace; }
59 p {     
60         font-size: 1em;
61         margin: 0em;
62         margin-bottom: 1em;
63 }
64
65
66 /*
67  ******************************
68  *****LISTES
69  ******************************
70  */
71 ul{
72         position: relative;
73         padding : 0px;
74         margin: 0em;
75         font-family: Helvetica, Verdana, Arial, sans-serif;
76         font-size: 100%;
77         line-height: 120%;
78         list-style: inside;
79         background-color: transparent;
80 }
81 ul ul{
82         position:  relative;
83         font-family: Helvetica, Verdana, Arial, sans-serif;
84         font-size: 100%;
85         margin-left: 2em;
86 }
87
88 li.rc-major {
89         list-style: none;
90         display: block; 
91         background-color: #fff;/* MODIFY-color */
92         margin: 6px 0px;
93         border: 1px #666 dashed;/* MODIFY-color */
94         padding:0.5ex;
95 }
96                 
97 li.evenrow{
98  border: 0px;
99  padding:1ex;
100 }
101 li.oddrow{
102  border: 0px;
103  padding:1ex;
104 }
105 li strong{
106   font-weight: normal;
107   background-color: transparent;
108 }
109
110 strong.wiki-summary{
111  display: block;
112  padding:5px 0px;
113   background-color: transparent;
114 }
115
116 li a.wiki-rc-action{
117  display:inline;
118  }
119 li a.wiki-rc-action {
120  border: 0px ;
121 /*border-left: 1.2em solid #FC0;*/
122 /*la puce de dernieres modifs*/
123 }
124 li.rc-major a.wiki {
125   font-size:  1.2em;
126   font-weight: bold;
127 }
128 li>p {
129  display: inline;
130 }
131 p.wiki-rc-action
132 {
133         text-align: center;
134         vertical-align: middle;
135         padding: 5px 5px 5px 5px;
136         border: 1px #000 solid;
137         background-color: transparent;
138 }
139
140 p a.wiki-rc-action
141 {
142         display: inline;
143         padding:0px 10px;
144         font-weight: bold;
145         background-color: transparent;
146 }
147
148
149
150 /*
151  ******************************
152  *****HEADER
153  ******************************
154  */
155 #header {
156         background-color: #333;/* MODIFY-color */
157 }
158 #logo {/* MODIFY-TXT */
159         color:  #ccc;
160         display: inline;
161         margin-top: 0px;
162         margin-left: 0px;
163         height: 50px;
164         width:auto;
165         background-color: transparent;
166         font: bolder 67px/50px  Verdana, Arial, Helvetica, sans-serif;
167         letter-spacing: -0.1em;
168         /* font-variant: condensed; */
169 }
170 #logo img {
171         border: 0px; 
172 }
173 #logo a {
174         color:  #ccc;
175         font: bolder 67px/50px  Arial, Verdana, Helvetica, sans-serif;
176         text-decoration: none;
177 }
178
179 /*
180  ******************************
181  *****ACTION-BUTTONS
182  ******************************
183  with special IE fix
184  */
185
186 div.ie-actionbuttons {
187         position: relative/*absolute*/;
188   /*max-width: 30%;*/ height: 22px;
189         right: 0; bottom: 0;
190         margin: 0px;
191         background: transparent url(images/BG.png) no-repeat top right;
192         text-align: right;
193         vertical-align: bottom;
194         padding-left: 2em;
195         padding-right: 1em;
196         padding-top: 0.5ex;
197         padding-bottom: 0.5ex;
198         border: 0px none;
199 }
200
201 /* body>div#actionbuttons { position: fixed; } */
202 #actionbuttons {
203         position: fixed;
204 /*      position: absolute; */
205         max-width: 30%; height: 22px;
206         right: 0px; bottom: 0px;
207         margin: 0px;
208         background: transparent url(images/BG.png) top left;/* MODIFY-IMG */
209         vertical-align: bottom;
210         padding-left: 2em;
211         padding-right: 1em;
212         padding-top: 0.5ex;
213         padding-bottom: 0.5ex;
214         border: 0px none;
215 }
216 #actionbuttons div { }
217 #actionbuttons a, #actionbuttons a:link {
218         position: relative;
219         display: inline;
220         text-align: right;
221         width: 100%;
222         margin-bottom: 0.5em;
223         margin-top: auto;
224         background-color:transparent;
225         border: 0px;
226 }
227
228 /*
229  ******************************
230  *****CONTENT-ZONE
231  ******************************
232  */
233 #content {      
234         margin-top:    0px;
235         margin-left:7%;
236         margin-right: 7%;
237         margin-bottom:7%;
238         background-color: #f2f2f2;/* MODIFY-color */
239         border: 1px #999 solid;/* MODIFY-color */
240         padding-left: 2em; 
241         padding-right: 15px;
242         padding-top:   15px;
243         padding-bottom: 0.5ex;
244 }
245 /* titre */
246 div.boxtitrehead {}
247 div.boxtitrehead a.backlinks {}
248 div.wikitext {
249         font-size: 1em;
250         line-height: 130%;
251         text-align: left;
252 }
253 blockquote.mail-style-quote {
254         border-left: #FF9933;/* MODIFY-color */
255         margin: 0em;
256         margin-bottom: 1em;
257         border: 1px solid #FF9933;/* MODIFY-color */
258         padding: 0.5em;
259 }
260 .mail-style-quote blockquote.mail-style-quote {
261         margin-left: 0.3em;
262         margin-bottom : 0em;
263         background: transparent;
264         border-style: none;
265         border-left: 2px solid #FF9933;/* MODIFY-color */
266         padding: 0em;
267         padding-left: 0.5em;
268 }
269 blockquote p {
270         margin-top:  0.5ex;
271         margin-bottom: 0.5ex;
272 }
273
274 /*
275  ******************************
276  *****NAVBAR
277  ******************************
278  */
279 .toolbar, input.button, #signin { font-family:Verdana, Arial, Helvetica, sans-serif; }
280
281 div.toolbar{
282   display:block;
283   background-color:#f2f2f2;/* MODIFY-color */
284   border: 1px #666 solid;/* MODIFY-color */
285   margin: 2% 7%;
286 }
287 .toolbar {
288   padding: 0;
289   margin:  0;
290 }
291 .edit-toolbar {
292   padding: 0;
293   margin:  0;
294 }
295 .edit-toolbar img, .edit-toolbar input {
296   background-color: #fff;
297   border: 1px solid ButtonFace;
298 }
299
300 #navbuttons {
301         display: inline;
302 }
303 #navbuttons img{
304         margin:5px 0px 5px 10px;
305 }
306 #navbuttons a:link, #navbuttons a{/* MODIFY-TXT */
307         font-weight: bold;
308         padding-left: 1ex;
309         padding-right: 1ex;
310         color:#333;
311 }
312 #navbuttons a:visited{}
313 #navbuttons a:hover{}
314
315 /*
316  ******************************
317  *****SIGNIN
318  ******************************
319  */
320 #signin{/* MODIFY-TXT */
321         width:  auto;
322         text-align: right;
323         padding-right: 10px;
324         background-color:transparent;
325         color:#ccc;
326         font-size:12px;
327 }
328 #signin form{/* MODIFY-TXT */
329         text-align:  center;
330         padding: 1px;
331         margin: 0px;
332         display: inline;
333 }       
334 #signin input{/* MODIFY-TXT */
335         padding: 0px;
336         padding-left: 3px;
337         margin: 0px;
338         font-family:  Verdana, Arial,  Helvetica, sans-serif ;
339         color:#333;
340         font-size: 12px;
341 }
342 #signin input.wikisignin{
343         padding: 0px;
344         margin: 0px;
345         border: 0px none;
346 }
347
348 #signin a.wiki{/* MODIFY-TXT */
349         color:#FFF;
350         background-color: transparent;
351 }
352
353 /*
354  ******************************
355  *****SEARCH
356  ******************************
357  */
358 #search {
359         font-size: 12px;
360         margin: 5px 10px 5px 10px;
361         /*padding-right: 10px;*/
362         float: right;
363 }
364 #search form{
365         text-align:  center;
366         padding: 1px;
367         margin: 0px;
368         display: inline;
369 }
370 #search input{
371         padding: 0px;
372         padding-left: 3px;
373         margin: 0px;
374         font-family:  Verdana, Arial,  Helvetica, sans-serif;
375         color: #333;
376         font-size: 12px; 
377 }
378 #search input.wikiaction{
379         padding: 0px;
380         margin: 0px;
381         border: 0px none;
382 }
383 .search-context { background: white; font-style: oblique; }
384 .search-term {
385   background: yellow;
386   font-weight: normal;
387 }
388 #livesearch {
389   height: 13px;
390   width: 100px;
391 }
392 #LSResult {
393   position: absolute;
394   text-align: left;
395   display: none;
396   z-index: 100;
397   background-color: white;
398   border: 1px solid #d0d0d0; 
399   font-size: 9px;
400   overflow: hidden;
401 }
402 #LSHighlight {
403   background-color: #f08000;
404 }
405 #LSResult .evenrow {
406   background-color: #f0f0f0;
407
408 #LSREsult .oddrow {
409
410 .LSEnd {
411   text-align: right;
412 }
413 .LSRow:hover {
414   background-color: white;
415 }
416 .LSRow {
417   padding: 1px;
418
419 ul.LSRes {
420   margin: 0px;
421   padding: 0px;
422 }
423 li.LSRow {
424   margin: 0px;
425   list-style-image: none;
426 }
427
428 /*
429  ******************************
430  *****NEWS
431  ******************************
432  */
433 #news{
434 }
435
436
437
438 /*
439  ******************************
440  *****MOZ-SIDEBAR
441  ******************************
442  */
443 body.sidebar {
444   font-size: smaller;
445   margin: 0.5em;
446 }
447 body.sidebar div.wikitext {
448   padding: 0.5em;
449 }
450 body.sidebar  { padding-left: 1em; }
451 body.sidebar h2 { margin-top: 0; }
452
453
454
455 /*
456  ******************************
457  *****WIKI-FORM
458  ******************************
459  */
460
461 /**
462  * The div inside the wikiadmin upload form does not
463  * have a class yet, so it must be referenced indirectly
464  */
465 /*div.wikiaction { background-color: #f2f2f2; }*/
466  /*div.wikiadmin { background-color: #fee; } */
467 form.wikiadmin div { color: #000; background-color: #f2f2f2; }
468 div.wikiaction, form.wikiadmin div {
469 }
470 /* Prevent buttons from overlapping when the toolbar is wrapped. */
471 a.wikiaction, a.wikiadmin { line-height: 2.6ex; }
472
473 /* Add space between the input field and following buttons, but not after the last button. */
474 div.wikiaction input[type=text], div.wikiadmin input[type=text], form.wikiadmin input[type=file] { margin-right: 0.5em; }
475
476
477
478 /*
479  ******************************
480  *****LINK-ICON
481  ******************************
482  */
483
484 /* Link icons */
485 img.linkicon { vertical-align: middle; }
486 img.rssicon  { vertical-align: baseline; }
487
488
489
490 /*
491  ******************************
492  *****ADMIN-ACTION
493  ******************************
494  */
495 a.wikiaction, a.wikiadmin, a.wiki-rc-action, a.wikiunsafe {
496         text-decoration: none;
497         font-family: Verdana, Arial, Helvetica, sans-serif;
498 }
499
500
501 .wikiunsafe {
502         color: #000; 
503         background-color: #f2f2f2;/* MODIFY-color */
504 }
505
506 input.wikiadmin  {color: #000; background-color: #fff; }
507
508 /*
509  ******************************
510  *****DIVERS-LINK
511  ******************************
512  */
513
514 /* Unknown links */
515 .wikiunknown, .named-wikiunknown {
516         font-weight: normal;
517         font-size: 100%;
518         background-color: transparent;
519 }
520  /* QuestionMark #600 */
521 .wikiunknown a, .named-wikiunknown a {
522         color: #FFFFFF;
523         background-color: #000000;/* MODIFY-color */
524         text-decoration: none;
525         font-weight: normal;
526         font-size: 1em;
527         padding:  1px;
528         padding-top: 0px;
529         padding-bottom: 0px;
530         border-top: 1px solid #000000;
531         border-bottom: 1px solid #000000;
532         margin-right: 2px;
533 }
534
535 /* Backlinks */
536 .backlinks {
537         text-decoration: underline;
538         background-color: transparent;
539         color: #006;
540 }
541
542
543 /* Interwiki links */
544 .wikipage  { font-weight: bold; }
545 .interwiki { text-decoration: none; }
546 .interwiki, i.interwiki .wikipage, em .interwiki .wikipage { font-style: oblique; }
547 .interwiki .wikipage, i .interwiki, em .interwiki { font-style: normal; }
548
549
550
551 /*
552  ******************************
553  *****HEADING
554  ******************************
555  */
556 h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
557
558 h1 { /* MODIFY-TXT */
559         margin-top:   10px;
560           background-color: transparent;
561                 color: #555; 
562  }
563
564 h1 a.backlinks{ /* MODIFY-TXT */
565         color: #777; 
566         text-decoration:none;
567 }
568 h1 a.wiki{ /* MODIFY-TXT */
569         color: #777; 
570         text-decoration:none;
571 }
572 h1 a.pagetitle{ /* MODIFY-TXT */
573         color: #555; 
574         text-decoration:none;
575 }
576 h1 a:hover{ /* MODIFY-TXT */
577         color: #888; 
578         text-decoration:underline;
579 }
580 h4, h5, h6 {  /* MODIFY-TXT */
581         margin-bottom:   0px;
582           background-color: transparent;
583                 color: #111; 
584  }
585
586
587 /*
588  ******************************
589  *****RSS
590  ******************************
591  */
592
593 /* rss feed */
594
595 div.rss {
596         background-color: #fff;
597         color:#000;
598         border: 2px solid #ddd;
599 }
600
601
602 div.feed {
603         font-size: 1.4em;
604         padding: 0.5em;
605 }
606 .chandesc {
607         font-size: 0.9em;
608 }
609
610 div.rssitem {
611         display: block;
612         background-color: #fff;
613         color:#000;
614         border-top: 1px solid #ddd;
615         padding: 0em 0.5em;
616         
617 }
618
619 div.itemname {
620         display: block;
621         border: 0px;
622         margin-top: 0.5em;
623 }
624 div.itemdesc {
625         font-size: 1em;
626         margin-bottom: 0.5em;
627 }
628
629
630
631 /*
632  ******************************
633  *****TABLES
634  ******************************
635  */
636 table, td { font-family: Verdana, Arial, Helvetica, sans-serif; }
637 caption { 
638         font-family: Verdana, Arial, Helvetica, sans-serif;
639         width: auto;
640 }
641 .pagelist {
642         background-color: white;/* MODIFY-color */
643         border:1px #333 dashed;/* MODIFY-color */
644
645 }
646 .pagelist thead, .pagelist thead u {}
647 .pagelist tr.evenrow { background-color: white ;}
648 .pagelist tr.oddrow  { background-color: white; }
649 .pagelist td { padding:3px; }
650 th.gridbutton {
651   background-color: ThreeDLightShadow;
652   color: black;
653   font-size: small;
654   font-weight: normal;
655   font-family: Tahoma, Arial, Helvetica, sans-serif;
656   height: 18px;
657   margin: 5px 0px;
658   float: none;
659   white-space: nowrap;
660   max-height: 24px;
661   padding: 5px 0px 5px 0px;
662   border-width: 1px;
663   border-style: solid;
664   border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;
665 }
666 input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton {
667   text-decoration: none;
668   font-size: small;
669   font-weight: normal;
670   font-family: Tahoma, Arial, Helvetica, sans-serif;
671   background-color: ThreeDLightShadow;
672   color: black;
673 }
674
675 .wikilink{
676         display:block;
677 }
678
679 #revision{
680         font-size:10px;
681         text-align:right;
682         background-color: #f2f2f2;/* MODIFY-color */
683         /* "paper" borders */
684         padding-left: 2em; 
685         padding-right: 1em;
686         padding-top:    0.5ex;
687         padding-bottom: 0.5ex;
688         clear: both;
689 }
690
691 .editdate {
692         font-family: Arial, Helvetica, sans-serif;
693         margin: 0;
694         padding: 0;
695         padding-top: 0.25ex;
696 }
697 #xhtml-validator
698 {
699         font-size: small;
700         text-align: center;
701         margin-top: 1em;
702 }
703
704
705 /*
706  ******************************
707  *****EDIT-PAGE
708  ******************************
709  */
710 form { margin: 0; }
711 input, textarea { 
712         margin: 0.1em; 
713         background-color: #FFF;
714         vertical-align: middle;
715         font-size: 1em;
716 }
717 input.wikisignin{
718         border: 0px none;
719         background-color:#FFF;
720 }
721 input.wikiaction{
722         border: 1px solid black;
723         background-color:#D7FA8C;
724 }
725 input.numeric { text-align: center; }
726 /* Make the textarea the full page width */
727 textarea.wikiedit {
728         width: 90%;
729         margin: 0.5ex;
730         padding: 2px;
731         font-family: Verdana, Arial, Helvetica, sans-serif;
732 }
733
734 #editarea-size {
735         margin-top: 1ex;
736         margin-bottom: -1ex;
737         text-align: right;
738         font-size: smaller;
739         border: 1px none;
740 }
741 #editarea-size legend{
742         text-align: right;
743         font-size: smaller;
744         border: 1px solid #CCC;
745         background-color: #ccc;
746 }
747 .editarea legend{
748         font-family: Verdana, Helvetica, Arial, sans-serif;
749         font-size: 1em;
750         line-height: 1em;
751         padding: 0.2em;
752         border: 1px solid #333;
753         background-color: #eee;
754 }
755 fieldset.editarea {
756         margin : 1ex;
757         margin-top: 1em;
758         text-align: center;
759         padding : 10px;
760         border: 1px solid #333;
761         background-color: #E8E8E5;
762 }
763 fieldset.toolbar {
764         margin : 1ex;
765         margin-top: 0em;
766         text-align: center;
767         padding : 3px;
768         border: 1px solid #FFF;
769         background-color: #FFF;
770 }
771
772 /* IncludePage plugin ================================================= */
773
774 .transclusion-title {
775         text-align: right;
776         font-style: oblique;
777         font-size:  smaller;
778         text-decoration: underline;
779         margin-bottom: 0.25ex;
780         margin-right:  0.25em;
781
782 .transclusion, .wiki-edithelp {
783         font-size: smaller;
784 }
785 .transclusion {
786         border: 1px solid gray;/* MODIFY-color */
787         padding-left:  0.8em; 
788         padding-right: 0.8em; 
789         padding-top:     0px;
790         padding-bottom:  0px;
791         margin-left:   0.25em;
792         margin-right:  0.25em;
793         margin-bottom: 0.1ex;
794 }
795 .wiki-edithelp {
796         background-color: white;
797         border: medium solid #fff8dc; /* MODIFY-color */
798         padding-left:  0.5em;
799         padding-right: 0.5em;
800         padding-top:    0.75ex;
801         padding-bottom: 0.75ex;
802         margin-left:  0;
803         margin-right: 0;
804         margin-top: 1ex;
805         margin-bottom: 1ex;
806 }
807 .wiki-edithelp .wiki {
808         /* color: #5454ff;*/
809 }
810 .wiki-edithelp p {
811         font-family: Verdana, Helvetica, Arial, sans-serif;
812         padding-left:  0.5em;
813         padding-right: 0.5em;
814         padding-top:    0.5ex;
815         padding-bottom: 0.5ex;
816         margin: 0;
817 }
818
819
820
821 /*
822  ******************************
823  *****CALENDAR
824  ******************************
825  */
826
827 table.cal {
828         float:right;
829         font-size:10px;
830         border: 1px solid #333;
831         background-color: #ccc;/* MODIFY-color */
832         margin: 10px;
833         padding: 1px;
834         /* For Mozilla */
835         empty-cells: hide;} 
836
837 /* cells */
838 table.cal td {
839         text-align: right;
840
841
842 /* Month-name header */
843 table.cal-header { /* MODIFY-TXT */
844 font-size: larger; 
845 background-color: #333;/* MODIFY-color */
846 color: #f2f2f2;}
847 table.cal-header tr, table.cal-header td { text-align: center; }
848 .cal-arrow {/* MODIFY-TXT */
849         font-weight: bold;
850         text-decoration: none;
851         color: #fff;
852 }
853 a.cal-arrow {/* MODIFY-TXT */
854         color:#fff;
855 }
856
857 /* Day-names header */
858 table.cal tbody tr .cal-dayname {  }
859
860 .cal-dayname td {
861  text-align: center;
862         font-size: smaller;
863         text-decoration: none;
864         background-color: #f2f2f2;/* MODIFY-color */
865 }
866
867 /* Individual days */
868 a.cal-hide { 
869  font-size: 9px; 
870 text-decoration: none; }
871
872 /* Today */
873  /* cell */
874 table.cal td.cal-today {
875         margin: 1px;
876         border: 1px solid #333;/* MODIFY-color */
877         color: #000;
878         background-color: #f2f2f2;/* MODIFY-color */
879 }
880  /* text */
881 table.cal td.cal-day a.cal-day {font-size: 9px; 
882 text-decoration: underline; }
883
884
885
886 /*
887  ******************************
888  *****DIFF
889  ******************************
890  */
891
892 .diff .block div { position: relative; padding-left: 1.5em; } 
893 .diff .prefix    { position: absolute; left: 0.5em; top: 0; }
894 /* main box */
895 .diff {
896 color: #000;
897         background-color: transparent;
898         border: 1px solid black;
899 }
900 .diff .block {
901 color: #000;
902         background-color: #ccc;
903         padding-left: 1em;
904 }
905
906 /* individual blocks */
907 .diff .context {
908 color: #000;
909         background-color: transparent;
910         border: none;
911 }
912 /* + - line prefix */
913 .diff .block tt {
914         font-weight: normal;
915         font-family: monospace;
916         color: black;
917         background-color: transparent;
918         margin-left: 0;
919         border: none;
920 }
921 /* changed words */
922 .diff del, .diff ins {
923         font-weight: bold;
924         text-decoration: none;
925 }
926
927 /* blocks containing deleted or added words */
928 .diff .original, .diff .deleted,
929 .diff .final, .diff .added {
930 color: #000;
931         background-color: white;
932 }
933 /* blocks containing deleted words */
934 .diff .original, .diff .deleted {
935 color: #000;
936         background-color: #fcc;
937         border: none;
938 }
939 /* blocks containing added words */
940 .diff .final, .diff .added {
941 color: #000;
942         background-color: #cfc;
943         border: none;
944 }
945
946 /* deleted words */
947 .diff del {color: #000; background-color: #f99; }
948 /* added words */
949 .diff ins {color: #000; background-color: #9f9; }
950
951
952
953 /*
954  ******************************
955  *****INFO-HISTORY
956  ******************************
957  */
958 td.pageinfo { font-weight: bold; }
959 .pageinfo-minoredit, .pageinfo-authorid {
960         font-size: smaller;
961         font-style: oblique;
962 }
963
964
965
966 /*
967  ******************************
968  *****HINTS
969  ******************************
970  */
971 .hint {
972         color: black;
973         background-color: #eeeeee;
974         font-size: smaller;
975         margin-left: 5em;
976         /* padding: -0.5em 0 -0.5em; */
977         border: thin solid #aaaaaa;
978 }
979
980
981
982 /*
983  ******************************
984  *****CLEAR
985  ******************************
986  */
987
988 #clear
989         {
990         clear                           : both;
991         margin                          : 0px;
992         margin-top                      : -7px;
993         padding                         : 2px;
994         text-align                      : center;
995         color                           : #000;
996         background-color        : #FFF;
997         border                          : solid 0px;
998 }
999 /* reset post NN4 */
1000 /*/*/
1001 #clear
1002         {
1003         margin-top                      : 0px;
1004 }
1005
1006 /* */
1007
1008
1009
1010 /*
1011  ******************************
1012  *****IMG-HACK
1013  ******************************
1014  */
1015 img.inlineimage{
1016         border: 0px;
1017         vertical-align: middle;
1018         margin : 0px 5px 0px 5px;
1019 }
1020 em > img.inlineimage{
1021         float: left;
1022         border: 0px;
1023         vertical-align: middle;
1024         margin : 5px 15px 15px 0px;
1025 }
1026         
1027 strong > img.inlineimage{
1028         float: right;
1029         border: 0px;
1030         vertical-align: middle;
1031         margin : 5px 0px 15px 15px;
1032 }
1033
1034
1035
1036 /*
1037  ******************************
1038  *****WIKI-BLOG
1039  ******************************
1040  */
1041
1042 h2.wikiblog-heading {
1043         font-size: 2em;
1044         padding-bottom: 0.5em;
1045         border-bottom: 2px solid gray;/* MODIFY-color */
1046 }
1047
1048
1049 /*
1050  ******************************
1051  *****OTHER
1052  ******************************
1053  */
1054
1055 .interwiki-map thead td { text-decoration: underline; }
1056 .printer { display: none; }
1057
1058 .error {
1059         color: black;
1060         background-color: #eee;
1061         margin-top:    1em;
1062         margin-bottom: 1em;
1063         padding-left:  0.8em; 
1064         padding-right: 0.8em; 
1065         padding-top:    0.8ex;
1066         padding-bottom: 0;
1067         border: medium solid red;
1068         clear: both;
1069 }
1070
1071 /* Debug */
1072 .debug {
1073         color: black;
1074         background-color: transparent;
1075         font-family: monospace;
1076         font-size: smaller;
1077         margin: 1ex 0;
1078         padding: 0.5ex 0.5em;
1079 }
1080
1081 /*
1082  * table class="boxed"
1083  * will put a border around the table (but not around the cells)
1084  *
1085  * table class="bordered"
1086  * will put a border around the table and the cells
1087  *
1088  * In both cases, the caption will be bold and centered under the table
1089  *
1090  * In both cases, the headers (th) will have a "#d8d8d8" background
1091  */
1092
1093 table.boxed, table.bordered, table.bordered th, table.bordered td {
1094     border-width: 1px;
1095     border-style: solid;
1096     border-collapse: collapse;
1097     vertical-align: top;
1098 }
1099
1100 table.boxed td, table.bordered td,
1101 table.boxed th, table.bordered th {
1102     padding-left: 5px;
1103     padding-right: 5px;
1104     padding-top: 0px;
1105     padding-bottom: 0px;
1106 }
1107
1108 table.boxed caption, table.bordered caption {
1109     text-align: center;
1110     font-weight: bold;
1111     caption-side: bottom;
1112     padding-top: 0.8em;
1113 }
1114
1115 table.boxed th, table.bordered th {
1116     font-weight: bold;
1117     background-color: #d8d8d8;
1118 }
1119
1120 /* For emacs users
1121  *
1122  * Local Variables:
1123  * mode: c
1124  * c-file-style: cc-mode
1125  * tab-width: 8
1126  * c-hanging-comment-ender-p: nil
1127  * indent-tabs-mode: nil
1128  * End:
1129  */
1130
1131