Next version of JABA
[jabaws.git] / website / print.css
1 \r
2 #banner { background:none !important; color:#000000 !important; text-align:center; }\r
3 \r
4 #panel { display:none !important }\r
5 \r
6 #content { margin:0.5em; border-bottom:solid 1px #6994af; }\r
7 \r
8 #page { margin: 0.5em; }\r
9 \r
10 #wrapper { background:none; }\r
11 \r
12 ul {\r
13         list-style-type: circle;\r
14 }\r
15 \r
16 #panel a:link, a:visited {\r
17             text-decoration: none;\r
18                 display:block;\r
19                 line-height: 1em;\r
20                 padding:10px;\r
21                 color:#000000; \r
22                 text-decoration:none;\r
23          }\r
24          \r
25 #panel a:hover {\r
26             background-color: transparent;\r
27             text-decoration: underline;\r
28         }\r
29 \r
30 \r
31 strong {\r
32         font-weight:bold;\r
33         color:#003366;\r
34 }\r
35 \r
36 pre {\r
37         font-family:Arial, Helvetica, sans-serif;\r
38 }\r
39 \r
40 p { \r
41         line-height: 1.4em;\r
42 }\r
43  \r
44 .hightlight { \r
45 font-style:italic;\r
46 font-family:"Courier New", Courier, monospace;\r
47 }\r
48 \r
49 .code { \r
50         font-size-adjust:0.4;\r
51         color:black;\r
52         background-color:#F5F5F5;\r
53         font-family:"Courier New",Courier,monospace;\r
54         font-style:normal;\r
55         margin:1em 0;\r
56         padding: 0.5em;\r
57         border: 1px dashed black;\r
58 }\r
59 \r
60 .box { \r
61         font-size-adjust:0.4;\r
62         color:black;\r
63         background-color:#F5F5F5;\r
64         font-family:Verdana, Arial, Helvetica, sans-serif\r
65         font-style:normal;\r
66         margin:1em 0;\r
67         padding: 0.5em;\r
68         border: 1px solid black;\r
69         display:block;\r
70 }\r
71 \r
72 .u { text-decoration: underline; }\r
73 .headeru { text-shadow: black 0.05em 0.05em 0.01em ;} \r
74 \r
75 /* Table styles */\r
76 table {\r
77         border-collapse: collapse; \r
78         border: 1px solid #666;\r
79         margin: 20px 0 20px 0;\r
80         width: 100%;\r
81 }\r
82 th, td {\r
83         margin: 2px 4px 2px 4px;\r
84         padding: 0 5px;\r
85         text-align: left;\r
86         vertical-align: top;\r
87         border: 1px solid #666;\r
88 }\r
89 \r
90 table caption {\r
91         font: 1.5em Georgia, "Times New Roman", Times, serif; \r
92         padding: 1em;\r
93         background-color: #9c9;\r
94 }\r
95 \r
96 .mainheader {\r
97         font: 1.5em Georgia, "Times New Roman", Times, serif; \r
98         background-color: #9c9;\r
99         text-align:center;\r
100         line-height:1em;\r
101 }\r
102 \r
103 tr {\r
104          background-color: #eee; \r
105 }\r
106 \r
107 tr:nth-child(odd) {\r
108          background-color: #ccc; \r
109 }\r
110 \r
111 \r
112 span.directory {\r
113 background: transparent url(images/dir.gif) no-repeat scroll left center;\r
114 color:#666666;\r
115 font-family:"Courier New",Courier,monospace;\r
116 font-style:normal;\r
117 padding:0 0 0 15px;\r
118 }\r
119 \r
120 .attention { \r
121 color:#993333;\r
122 }\r
123 \r
124 .source { \r
125         border:1px solid #858789;\r
126         display:block;\r
127         margin:26px 0;\r
128         overflow:visible;\r
129 }\r
130 \r
131 /* OPEN state styles */\r
132 .source .body {\r
133         background:#F5F5F5 none repeat scroll right 0;\r
134         color:#434546;\r
135         padding:7px 15px;\r
136 /*      white-space:pre-wrap; */\r
137         word-wrap:break-word;\r
138 }\r
139 \r
140 .source .header {\r
141         background:#E9EAEC url(images/minus.png) no-repeat scroll 98% center;\r
142         color:#3B3D3F;\r
143         cursor:pointer;\r
144         font-weight:bold;\r
145         height:30px;\r
146         line-height:30px;\r
147         padding:0 0 0 15px;\r
148 }\r
149 \r
150 /* CLOSED state styles */\r
151 .source .body.collapsed {\r
152         display:block !important;\r
153 }\r
154 \r
155 .source .header.collapsed  {\r
156         background:#E9EAEC url(images/plus.png) no-repeat scroll 98% center;\r
157         padding:0 15px 0 15px;\r
158 }\r
159 \r
160 #copyright { text-align:right; \r
161                          color:#999999; \r
162                          font-family:Verdana, Arial, Helvetica, sans-serif;\r
163                          font-size:smaller;\r
164                          line-height:1em;\r
165  }\r
166 \r
167 .body .code { \r
168         margin:0;\r
169         padding:0;\r
170         border:0;\r
171         font-family:"Courier New",Courier,monospace;\r
172         font-style:normal;\r
173 }\r
174 \r
175 body {\r
176         margin: 1em;\r
177         font-family:Arial, Helvetica, sans-serif;\r
178         font-size: 9pt;\r
179         background-color: white;\r
180         line-height: 2em;\r
181 }\r