razionalizzati i css
[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         font-size: 10px;
46         padding:4px;    
47         }
48
49 div.tables {
50         /*      border: 1px solid gray; */
51         margin-left:100px;
52         padding:4px;
53         }
54
55 div.bottom {
56         /* border: 1px solid green; */
57         position: relative;
58         top: -16px;
59         text-align: left;
60         padding:4px;    
61         clear:left;
62 }
63
64 table.room_tab {
65         border-style: solid;
66         border-width: 1px;
67         border-color: grey;
68         border-collapse: collapse;
69         border-spacing: 0px;
70         align: center;
71         padding: 0px;
72         width: 680px;
73 }
74
75 td.room_td {
76         /*      background-color: yellow;*/
77         width:  170px;
78         height: 140px;
79         vertical-align: "top";
80         border-width: 1px;
81
82         border-style: solid;
83         border-width: 1px;
84         border-color: grey;
85         border-collapse: collapse;
86         margin: 0px;
87         padding:0px;
88         }
89
90 div.room_div {
91         position: relative;
92         align: center;
93         text-align: center;
94         width:  170px;
95         height: 140px;
96         margin: 0px;
97         padding: 4px;
98         }
99
100 div.table_act { 
101         position: absolute;
102         align: center;
103         width: 100%;
104         bottom:  4px;
105         }
106
107
108 div.room_standup {
109         height: 68px;
110         align: left;
111         overflow: auto;
112         vertical-align: "top";
113         }
114
115 td.room_standup {
116 /*
117         background-color: red;
118         border-style: solid;
119         border-width: 1px;
120         border-color: grey;
121 */
122         align: center;
123         text-align: center;
124         vertical-align: "top";
125         }
126
127 div.room_ex_standup {
128         position: relative;
129         height: 120px;
130         align: left;
131         text-align: left;
132         padding: 4px;
133         /* vertical-align: "top"; */
134         }
135
136 table.table_standup {
137         /*      background-color: red;  */
138         border-spacing: 0px;
139         width: 100%; 
140         margin: 0px;
141         padding:0px;
142         }
143
144 td.td_standup {
145         text-align: center;
146         align: center;
147         padding: 0px;
148         margin: 0px;
149 }
150
151 .esco {
152         position: absolute;
153         text-align: center;
154         width: 100%;
155         bottom:  4px;
156         }
157
158
159 .chatt {
160         height: 100px;
161         overflow: auto;
162         border: 1px solid grey;
163         padding: 2px;
164         vertical-align: text-bottom;
165         }
166
167 .txtt {
168         /*      font-size: 10pt;*/
169         }
170
171 .urgmsg {
172         text-align: center;
173         }
174
175 .proxhr { 
176         /*      background-color: green; */
177         }