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