added header_first to WebPAC::Input::CSV
[webpac2] / pod.css
1 BODY {
2         color: black;
3         font-family: arial,sans-serif;
4         margin: 0;
5         padding: 1ex;
6 }
7
8 TABLE {
9         border-collapse: collapse;
10         border-spacing: 0;
11         border-width: 0;
12         color: inherit;
13 }
14
15 IMG { border: 0; }
16 FORM { margin: 0; }
17 input { margin: 2px; }
18
19 A:link, A:visited {
20         background: transparent;
21         color: #006699;
22 }
23
24 A[href="#POD_ERRORS"] {
25         background: transparent;
26         color: #FF0000;
27 }
28
29 TD {
30         margin: 0;
31         padding: 0;
32 }
33
34 DIV {
35         border-width: 0;
36 }
37
38 DT {
39         margin-top: 1em;
40 }
41
42 TH {
43         background: #bbbbbb;
44         color: inherit;
45         padding: 0.4ex 1ex;
46         text-align: left;
47 }
48
49 TH A:link, TH A:visited {
50         background: transparent;
51         color: black;
52 }
53
54 .pod PRE     {
55         background: #eeeeee;
56         border: 1px solid #888888;
57         color: black;
58         padding: 1em;
59         padding-bottom: 0;
60         white-space: pre;
61 }
62
63 .pod H1      {
64         background: transparent;
65         color: #006699;
66         font-size: large;
67 }
68
69 .pod H2      {
70         background: transparent;
71         color: #006699;
72         font-size: medium;
73 }
74
75 .pod IMG     {
76         vertical-align: top;
77 }
78
79 .pod .toc A  {
80         text-decoration: none;
81 }
82
83 .pod .toc LI {
84         line-height: 1.2em;
85         list-style-type: none;
86 }
87
88 .faq DT {
89         font-size: 1.4em;
90         font-weight: bold;
91 }
92
93 .toplink {
94         margin: 0;
95         padding: 0;
96         float: right;
97         font-size: 80%;
98 }