merge with spawn branch
[brisk.git] / web / room.css
1 /*
2  *  brisk - room.css
3  *
4  *  Copyright (C) 2006-2008 Matteo Nastasi
5  *                          mailto: nastasi@alternativeoutput.it 
6  *                                  matteo.nastasi@milug.org
7  *                          web: http://www.alternativeoutput.it
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; either version 2 of the License, or
12  * (at your option) any later version.
13  *
14  * This program is distributed in the hope that it will be useful, but
15  * WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABLILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17  * General Public License for more details. You should have received a
18  * copy of the GNU General Public License along with this program; if
19  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
20  * Suite 330, Boston, MA 02111-1307, USA.
21  *
22  * $Id$
23  *
24  */
25
26 body.* {
27     margin:0px;
28     padding: 0px;
29 }
30
31 div.container {
32     /* border:1px solid gray; */
33     position: relative;
34     width:100%;
35     margin:0px;
36     padding: 0px;
37 }
38
39 div.header {
40     /* border: 1px solid yellow; */
41     align: center;
42     text-align: center;
43     font-size: 12px;
44     clear:left;
45 }
46
47 div.topmenu {
48     /* border: 1px solid red;  */
49     width:94px;
50     margin:0;
51     text-align: center;
52     align: center;
53     font-size: 10px;
54     padding:2px;        
55 }
56
57 div.proflash {
58     /*  border: 1px solid red; */
59     border: 1px solid gray;  
60     background-color: RGB(246,246,246);
61     text-align: center;
62     align: center;
63     font-size: 10px;
64     padding:4px;        
65 }
66
67 div.tables {
68     /*  border: 1px solid gray; */
69     margin-left:100px;
70     padding:4px;
71 }
72
73 div.bottom {
74     /* border: 1px solid green; */
75     position: relative;
76     top: -13px;
77     align: center:
78     text-align: center;
79     padding:2px;         
80     clear:left;
81 }
82
83 div.room_tit {
84     position: relative;
85     top: 6px;
86     align: left;
87     text-align: left;
88     margin: 0px;
89     /* background-color: orange;  */
90     /* clip: auto; */
91     /* overflow: hidden; */
92 }
93
94 span.room_titin {
95     position: relative;
96     left: 6px;
97     top: 6px;
98     z-index: 100;
99     background-color: white; 
100 }
101
102 table.floaty {
103     width: 100%;
104     /* border: 1px solid red;   */
105     border-collapse: collapse;
106     border-spacing: 0px;
107     padding: 0px;
108 }
109
110 table.floaty td {
111     /* border: 1px solid orange; */
112     align: center;
113     text-align: center;
114     vertical-align: top;
115 }
116
117 table.floaty td.floatyleft {
118     width: 100px;
119 }
120
121 table.macro {
122     /* border: 1px solid orange; */
123     border-spacing: 0px;
124     align: center;
125     width: 100%;
126     padding: 0px;
127 }
128         
129 table.macro td {
130     /* border: 1px solid green;   */
131     align: center;
132     text-align: center;
133 }
134
135 div.room_tab {
136     /* border: 1px solid blue; */ 
137     /* background-color: green; */
138     height: 346px;
139     margin-left: auto;
140     margin-right: auto;
141     min-width: 680px;
142     max-width: 900px;
143     overflow: auto;
144 }
145
146 table.room_tab {
147     width: 100%;
148     /* border: 0px solid red; */
149     border-collapse: separate;
150     border-spacing: 4px;
151     border-style: none;
152 }
153
154 table.room_tab td {
155     /* background-color: yellow; */
156     width: 25%;
157     height: 110px;
158     vertical-align: top;
159     border: 1px solid gray;
160  }
161
162
163
164 div.room_div {
165     /* background-color: orange; */
166     position: relative; 
167 }
168
169 div.table_act { 
170     position: absolute;
171     align: right;
172     text-align: right;
173     width: 100%;
174     right: 4px;
175     top:   2px;
176 }
177
178
179 div.room_standup {
180     position: absolute; 
181     vertical-align: "top";
182     /* align: left; */
183     top:   26px;
184     width: 100%;
185     height: 80px;
186     padding: 0px;
187     margin: 0px;
188     /* background-color: orange; */
189     overflow: auto;
190     clip: auto;
191 }
192
193 table.room_standup {
194     position: relative; 
195     /* margin-left: 4px; */
196     width: 100%;
197     border: 1px solid gray;
198     border-spacing: 0px;
199     padding: 0px;
200 }
201
202 table.room_standup td {
203     /* background-color: yellow; */
204     position: relative;
205     border: 0px none gray; 
206     vertical-align: top;
207     align: left;
208  }
209
210 div.room_ex_standup {
211     position: relative;
212     height: 106px;
213     align: left;
214     text-align: left;
215     padding: 0px;
216     overflow: hidden;
217 }
218
219 table.table_standup {
220     /* background-color: red; */
221
222     border-spacing: 0px;
223     width: 100%; 
224     margin: 0px;
225     padding:0px;
226 }
227
228 table.table_standup td {
229     /* background-color: green; */
230     /* border: 1px solid red;  */
231     width: 25%;
232     text-align: center;
233     align: center;
234     padding: 0px;
235     margin: 0px;
236 }
237
238 div.esco {
239     position: absolute;
240     text-align: right;  
241     top:  2px;
242     right: 4px;
243     z-index: 10;
244 }
245
246 .chatt {
247     height: 100px;
248     overflow: auto;
249     border: 1px solid gray;
250     /* padding: 2px;  */
251     vertical-align: text-bottom;
252 }
253
254 .txtt {
255     /*  font-size: 10pt;*/
256     position: relative;
257
258     top: 2px;
259     /* rows: 1; */
260 }
261
262 .urgmsg {
263     text-align: center;
264 }
265
266 .proxhr { 
267     position: relative;
268     top:  10px;
269     width: 100%;
270     align: center;
271     text-align: center;
272     /* background-color: green;  */
273 }
274
275 .webstart_hilite { 
276     background: #ffd780; 
277     border: 1px solid #ffae00;
278     padding: 6px; 
279     text-align: center;
280 }
281
282 .webstart {
283     position: absolute;
284     background-color: white;
285     left: 80px;
286     z-index: 20;
287     visibility: hidden;
288     border: 1px solid gray;
289     text-align: left;
290     width: 100px; 
291     padding: 8px;
292 }
293
294 .webstart a:link {
295     color: black;
296     line-height: 20px;
297     text-decoration: none;
298 }
299
300 .webstart a:visited {
301     color: black;
302     line-height: 20px;
303     text-decoration: none;
304 }
305
306 .webstart a:hover {
307     color: RGB(255,174,0);
308     line-height: 20px;
309     text-decoration: none;
310 }
311
312 .topbanner { 
313     position: relative;
314     align: center;
315     text-align:center;
316     background-color: #f8f8f8;
317     padding: 4px;
318     border: 1px solid #000000;
319 }
320
321 .topbanner a:link {
322     color: black;
323     line-height: 16px;
324     text-decoration: none;
325 }
326
327 .topbanner a:visited {
328     color: black;
329     line-height: 16px;
330     text-decoration: none;
331 }
332
333 .topbanner a:hover {
334     color: RGB(255,174,0);
335     line-height: 16px;
336     text-decoration: none;
337 }
338
339 .train {
340     position: absolute;
341     border: 0px solid blue;
342     visibility: hidden;
343     left: 0px;
344     top: 0px;
345     width: 0px;
346     height: 50px;
347     z-index: 10;
348     /*background-color: #ff00ff;
349      clip: auto;
350     overflow: hidden; */
351 }
352
353 .wagon {
354     position: absolute;
355     background-color: white;
356     border: 1px solid green;
357     cursor: pointer;
358     left: 0px;
359     top: 2px;
360     font-size: 10px;
361     font-weight: bold;
362     padding: 4px;
363     z-index: 10;
364     /* visibility: hidden; */
365 }
366
367 .wagon_disable {
368     position: absolute;
369     background-color: #aaaaaa;
370     border: 1px solid green;
371     cursor: default;
372     left: 0px;
373     top: 2px;
374     font-size: 10px;
375     font-weight: bold;
376     font-color: #999999;
377     padding: 4px;
378     /*z-index: -1;*/
379     /* visibility: hidden; */
380 }
381
382 .wagon_disable2 {
383     position: absolute;
384     cursor: default;
385     background-color: #555555;
386     border: 1px solid green;
387     left: 0px;
388     top: 2px;
389     font-size: 10px;
390     font-color: #333333;
391     padding: 4px;
392     /* z-index: -1;        */
393     /* visibility: hidden; */
394 }
395
396 .notebox {
397     background-color: #ffffff;
398     border: 1px solid red;
399     padding: 4px;
400     position: absolute;
401     visibility: hidden;
402     /* z-index: 15px; */
403 }
404
405 .room_standup_orig { 
406     position: absolute;
407 }
408
409 td.tickbut { 
410     visibility: hidden; 
411     width: 0px;
412     text-align: left;
413     vertical-align: top;
414     /* background-color: red; */
415     padding: 0px;
416 }
417
418 img.tickbut { 
419     border: 0px solid black;
420     cursor: pointer;
421     margin-top:4px;
422 }