add images from JWS2 branch
[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 \r
61 .box { \r
62         font-size-adjust:0.5;\r
63         color:black;\r
64         background-color:#F5F5F5;\r
65         font-family:Arial, Helvetica, sans-serif;\r
66         font-style:normal;\r
67         margin:1em 0;\r
68         padding: 0.5em;\r
69         border: 1px solid black;\r
70         display:block;\r
71 }\r
72 \r
73 .u { text-decoration: underline; }\r
74 .headeru { text-shadow: black 0.05em 0.05em 0.01em ;} \r
75 \r
76 /* Table styles */\r
77 table {\r
78         border-collapse: collapse; \r
79         border: 1px solid #666;\r
80         margin: 20px 0 20px 0;\r
81         width: 100%;\r
82 }\r
83 th, td {\r
84         margin: 2px 4px 2px 4px;\r
85         padding: 0 5px;\r
86         text-align: left;\r
87         vertical-align: top;\r
88         border: 1px solid #666;\r
89 }\r
90 \r
91 table caption {\r
92         font: 1.5em Georgia, "Times New Roman", Times, serif; \r
93         padding: 1em;\r
94         background-color: #9c9;\r
95 }\r
96 \r
97 .mainheader {\r
98         font: 1.5em Georgia, "Times New Roman", Times, serif; \r
99         background-color: #9c9;\r
100         text-align:center;\r
101         line-height:1em;\r
102 }\r
103 \r
104 tr {\r
105          background-color: #eee; \r
106 }\r
107 \r
108 tr:nth-child(odd) {\r
109          background-color: #ccc; \r
110 }\r
111 \r
112 \r
113 span.directory {\r
114 background: transparent url(images/dir.gif) no-repeat scroll left center;\r
115 color:#666666;\r
116 font-family:"Courier New",Courier,monospace;\r
117 font-style:normal;\r
118 padding:0 0 0 15px;\r
119 }\r
120 \r
121 .attention { \r
122 color:#993333;\r
123 }\r
124 \r
125 .source { \r
126         border:1px solid #858789;\r
127         display:block;\r
128         margin:26px 0;\r
129         overflow:visible;\r
130 }\r
131 \r
132 /* OPEN state styles */\r
133 .source .body {\r
134         background:#F5F5F5 none repeat scroll right 0;\r
135         color:#434546;\r
136         padding:7px 15px;\r
137 /*      white-space:pre-wrap; */\r
138         word-wrap:break-word;\r
139 }\r
140 \r
141 .source .header {\r
142         background:#E9EAEC url(images/minus.png) no-repeat scroll 98% center;\r
143         color:#3B3D3F;\r
144         cursor:pointer;\r
145         font-weight:bold;\r
146         height:30px;\r
147         line-height:30px;\r
148         padding:0 0 0 15px;\r
149 }\r
150 \r
151 /* CLOSED state styles */\r
152 .source .body.collapsed {\r
153         display:block !important;\r
154 }\r
155 \r
156 .source .header.collapsed  {\r
157         background:#E9EAEC url(images/plus.png) no-repeat scroll 98% center;\r
158         padding:0 15px 0 15px;\r
159 }\r
160 \r
161 #copyright { text-align:right; \r
162                          color:#999999; \r
163                          font-family:Verdana, Arial, Helvetica, sans-serif;\r
164                          font-size:smaller;\r
165                          line-height:1em;\r
166  }\r
167 \r
168 .body .code { \r
169         margin:0;\r
170         padding:0;\r
171         border:0;\r
172         font-family:"Courier New",Courier,monospace;\r
173         font-style:normal;\r
174 }\r
175 \r
176 body {\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
182 \r
183 h3 {border-bottom: 1px solid grey; margin-top: 2em; }