riformattato codice sorgente
[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 div.container {
24     width:100%;
25     margin:0px;
26     padding: 0px;
27     /* border:1px solid gray;
28        line-height:150%; */
29 }
30
31 div.header {
32     /*  border: 1px solid yellow; */
33     align: center;
34     text-align: center;
35     font-size: 12px;
36     clear:left;
37 }
38
39 div.topmenu {
40     /*  border: 1px solid red; */
41     float:left;
42     width:90px;
43     margin:0;
44     text-align: center;
45     align: center;
46     font-size: 10px;
47     padding:4px;        
48 }
49
50 div.proflash {
51     /*  border: 1px solid red; */
52     border: 1px solid gray;  
53     background-color: RGB(246,246,246);
54     text-align: center;
55     align: center;
56     font-size: 10px;
57     padding:4px;        
58 }
59
60 div.tables {
61     /*  border: 1px solid gray; */
62     margin-left:100px;
63     padding:4px;
64 }
65
66 div.bottom {
67     /* border: 1px solid green; */
68     position: relative;
69     top: -16px;
70     text-align: left;
71     padding:4px;        
72     clear:left;
73 }
74
75 table.room_tab {
76     border-style: solid;
77     border-width: 1px;
78     border-color: grey;
79     border-collapse: collapse;
80     border-spacing: 0px;
81     align: center;
82     padding: 0px;
83     width: 680px;
84 }
85
86 td.room_td {
87     /*  background-color: yellow;*/
88     width:  170px;
89     height: 140px;
90     vertical-align: "top";
91     border-width: 1px;
92
93     border-style: solid;
94     border-width: 1px;
95     border-color: grey;
96     border-collapse: collapse;
97     margin: 0px;
98     padding:0px;
99 }
100
101 div.room_div {
102     position: relative;
103     align: center;
104     text-align: center;
105     width:  170px;
106     height: 140px;
107     margin: 0px;
108     padding: 4px;
109 }
110
111 div.table_act { 
112     position: absolute;
113     align: center;
114     width: 100%;
115     left: 0px;
116     bottom:  4px;
117 }
118
119
120 div.room_standup {
121     height: 68px;
122     align: left;
123     overflow: auto;
124     vertical-align: "top";
125 }
126
127 td.room_standup {
128     /*
129       background-color: red;
130       border-style: solid;
131       border-width: 1px;
132       border-color: grey;
133     */
134     align: center;
135     text-align: center;
136     vertical-align: "top";
137 }
138
139 div.room_ex_standup {
140     position: relative;
141     height: 120px;
142     align: left;
143     text-align: left;
144     padding: 4px;
145     /* vertical-align: "top"; */
146 }
147
148 table.table_standup {
149     /*  background-color: red;  */
150     border-spacing: 0px;
151     width: 100%; 
152     margin: 0px;
153     padding:0px;
154 }
155
156 td.td_standup {
157     text-align: center;
158     align: center;
159     padding: 0px;
160     margin: 0px;
161 }
162
163 .esco {
164     position: absolute;
165     text-align: center;         
166     bottom:  4px;
167     right: 4px;
168 }
169
170
171 .chatt {
172     height: 100px;
173     overflow: auto;
174     border: 1px solid grey;
175     padding: 2px;
176     vertical-align: text-bottom;
177 }
178
179 .txtt {
180     /*  font-size: 10pt;*/
181 }
182
183 .urgmsg {
184     text-align: center;
185 }
186
187 .proxhr { 
188     /*  background-color: green; */
189 }