class management refact
[brisk.git] / web / room.css
1 /*
2  *  brisk - room.css
3  *
4  *  Copyright (C) 2006 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     float:left;
46     width:90px;
47     margin:0;
48     text-align: center;
49     align: center;
50     font-size: 10px;
51     padding:4px;        
52 }
53
54 div.proflash {
55     /*  border: 1px solid red; */
56     border: 1px solid gray;  
57     background-color: RGB(246,246,246);
58     text-align: center;
59     align: center;
60     font-size: 10px;
61     padding:4px;        
62 }
63
64 div.tables {
65     /*  border: 1px solid gray; */
66     margin-left:100px;
67     padding:4px;
68 }
69
70 div.bottom {
71     /* border: 1px solid green; */
72     position: relative;
73     top: -24px;
74     text-align: left;
75     padding:4px;        
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.macro {
88     /* border: 1px solid orange; */
89     align: center;
90     width: 100%;
91     padding: 0px;
92 }
93         
94 table.macro td {
95     /* border: 1px solid green; */
96     align: center;
97     text-align: center;
98 }
99
100 div.room_tab {
101     /* border: 1px solid blue; */ 
102     /* background-color: green; */
103     height: 346px;
104     margin-left: auto;
105     margin-right: auto;
106     min-width: 680px;
107     max-width: 900px;
108     overflow: auto;
109 }
110
111 table.room_tab {
112     width: 100%;
113     border: 0px solid red;
114     border-collapse: separate;
115     border-spacing: 4px;
116     border-style: none;
117 }
118
119 table.room_tab td {
120     /* background-color: yellow; */
121     height: 110px;
122     vertical-align: top;
123     border: 1px solid gray;
124  }
125
126
127
128 div.room_div {
129     /* background-color: orange; */
130     position: relative; 
131 }
132
133 div.table_act { 
134     position: absolute;
135     align: right;
136     text-align: right;
137     width: 100%;
138     right: 4px;
139     top:   2px;
140 }
141
142
143 div.room_standup {
144     position: absolute; 
145     top:   26px;
146     width: 100%;
147     height: 80px;
148     align: left;
149     overflow: auto;
150     padding: 0px;
151     margin: 0px;
152     vertical-align: "top";
153 }
154
155 table.room_standup {
156     margin-left: 4px;
157     width: 100%;
158     border: 1px solid grey;
159 }
160
161 table.room_standup td {
162     /* background-color: yellow; */
163     border: 0px none gray; 
164     vertical-align: top;
165  }
166
167 div.room_ex_standup {
168     position: relative;
169     height: 106px;
170     align: left;
171     text-align: left;
172     padding: 0px;
173     margin: 0px;
174 }
175
176 table.table_standup {
177     /*  background-color: red;  */
178     /* background-color: green; */
179
180     border-spacing: 0px;
181     width: 100%; 
182     margin: 0px;
183     padding:0px;
184 }
185
186 table.table_standup td {
187     text-align: center;
188     align: center;
189     padding: 0px;
190     margin: 0px;
191 }
192
193 div.esco {
194     position: absolute;
195     text-align: right;  
196     top:  2px;
197     right: 4px;
198 }
199
200 .chatt {
201     height: 100px;
202     overflow: auto;
203     border: 1px solid grey;
204     padding: 2px;
205     vertical-align: text-bottom;
206 }
207
208 .txtt {
209     /*  font-size: 10pt;*/
210     position: relative;
211
212     top: 2px;
213     /* rows: 1; */
214 }
215
216 .urgmsg {
217     text-align: center;
218 }
219
220 .proxhr { 
221     /*  background-color: green; */
222     position: absolute;
223     align: center;
224     text-align: center;
225     width: 100%;
226     top:  28px;
227 }