aggiornato copyright
[brisk.git] / web / room.css
1 /*
2  *  brisk - room.css
3  *
4  *  Copyright (C) 2006-2007 matteo.nastasi@milug.org
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful, but
12  * WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABLILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * General Public License for more details. You should have received a
15  * copy of the GNU General Public License along with this program; if
16  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
17  * Suite 330, Boston, MA 02111-1307, USA.
18  *
19  * $Id$
20  *
21  */
22
23 body.* {
24     margin:0px;
25     padding: 0px;
26 }
27
28 div.container {
29     /* border:1px solid gray; */
30     width:100%;
31     margin:0px;
32     padding: 0px;
33 }
34
35 div.header {
36     /*  border: 1px solid yellow; */
37     align: center;
38     text-align: center;
39     font-size: 12px;
40     clear:left;
41 }
42
43 div.topmenu {
44     /* border: 1px solid red;  */
45     width:90px;
46     margin:0;
47     text-align: center;
48     align: center;
49     font-size: 10px;
50     padding:4px;        
51 }
52
53 div.proflash {
54     /*  border: 1px solid red; */
55     border: 1px solid gray;  
56     background-color: RGB(246,246,246);
57     text-align: center;
58     align: center;
59     font-size: 10px;
60     padding:4px;        
61 }
62
63 div.tables {
64     /*  border: 1px solid gray; */
65     margin-left:100px;
66     padding:4px;
67 }
68
69 div.bottom {
70     /* border: 1px solid green; */
71     position: relative;
72     top: -13px;
73     align: center:
74     text-align: center;
75     padding:2px;         
76     clear:left;
77 }
78
79 div.room_tit {
80     /* background-color: orange; */
81     align: left;
82     text-align: left;
83     margin: 0px;
84     padding: 6px;
85 }
86
87 table.floaty {
88     width: 100%;
89     /* border: 1px solid red;   */
90     border-collapse: collapse;
91     border-spacing: 0px;
92     padding: 0px;
93 }
94
95 table.floaty td {
96     /* border: 1px solid orange; */
97     align: center;
98     text-align: center;
99     vertical-align: top;
100 }
101
102 table.floaty td.floatyleft {
103     width: 100px;
104 }
105
106 table.macro {
107     /* border: 1px solid orange; */
108     border-spacing: 0px;
109     align: center;
110     width: 100%;
111     padding: 0px;
112 }
113         
114 table.macro td {
115     /* border: 1px solid green;   */
116     align: center;
117     text-align: center;
118 }
119
120 div.room_tab {
121     /* border: 1px solid blue; */ 
122     /* background-color: green; */
123     height: 346px;
124     margin-left: auto;
125     margin-right: auto;
126     min-width: 680px;
127     max-width: 900px;
128     overflow: auto;
129 }
130
131 table.room_tab {
132     width: 100%;
133     /* border: 0px solid red; */
134     border-collapse: separate;
135     border-spacing: 4px;
136     border-style: none;
137 }
138
139 table.room_tab td {
140     /* background-color: yellow; */
141     height: 110px;
142     vertical-align: top;
143     border: 1px solid gray;
144  }
145
146
147
148 div.room_div {
149     /* background-color: orange; */
150     position: relative; 
151 }
152
153 div.table_act { 
154     position: absolute;
155     align: right;
156     text-align: right;
157     width: 100%;
158     right: 4px;
159     top:   2px;
160 }
161
162
163 div.room_standup {
164     position: absolute; 
165     vertical-align: "top";
166     /* align: left; */
167     top:   26px;
168     width: 100%;
169     height: 80px;
170     overflow: auto;
171     padding: 0px;
172     margin: 0px;
173 }
174
175 table.room_standup {
176     /* margin-left: 4px; */
177     width: 100%;
178     border: 1px solid gray;
179     border-spacing: 0px;
180     padding: 0px;
181 }
182
183 table.room_standup td {
184     /* background-color: yellow; */
185     border: 0px none gray; 
186     vertical-align: top;
187  }
188
189 div.room_ex_standup {
190     position: relative;
191     height: 106px;
192     align: left;
193     text-align: left;
194     padding: 0px;
195
196 }
197
198 table.table_standup {
199     /*  background-color: red;  */
200
201     border-spacing: 0px;
202     width: 100%; 
203     margin: 0px;
204     padding:0px;
205 }
206
207 table.table_standup td {
208     /* background-color: green; */
209     /* border: 1px solid red;  */
210     width: 25%;
211     text-align: center;
212     align: center;
213     padding: 0px;
214     margin: 0px;
215 }
216
217 div.esco {
218     position: absolute;
219     text-align: right;  
220     top:  2px;
221     right: 4px;
222 }
223
224 .chatt {
225     height: 100px;
226     overflow: auto;
227     border: 1px solid gray;
228     padding: 2px; 
229     vertical-align: text-bottom;
230 }
231
232 .txtt {
233     /*  font-size: 10pt;*/
234     position: relative;
235
236     top: 2px;
237     /* rows: 1; */
238 }
239
240 .urgmsg {
241     text-align: center;
242 }
243
244 .proxhr { 
245     /* background-color: green; */
246     align: center;
247     text-align: center;
248     width: 100%;
249     top:  28px;
250 }
251
252 .webstart {
253     position: absolute;
254     background-color: white;
255     left: 100px;
256     visibility: hidden;
257     border: 1px solid gray;
258     align: left;
259     text-align: left;
260     /* width: 100px;
261      height: 300px; */
262     padding: 8px;
263     
264 }
265
266 .webstart a:link {
267     color: black;
268     line-height: 20px;
269     text-decoration: none;
270 }
271
272 .webstart a:visited {
273     color: black;
274     line-height: 20px;
275     text-decoration: none;
276 }
277
278 .webstart a:hover {
279     color: RGB(255,174,0);
280     line-height: 20px;
281     text-decoration: none;
282 }