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