corretta posizione dell'Esco
[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         bottom:  4px;
116         }
117
118
119 div.room_standup {
120         height: 68px;
121         align: left;
122         overflow: auto;
123         vertical-align: "top";
124         }
125
126 td.room_standup {
127 /*
128         background-color: red;
129         border-style: solid;
130         border-width: 1px;
131         border-color: grey;
132 */
133         align: center;
134         text-align: center;
135         vertical-align: "top";
136         }
137
138 div.room_ex_standup {
139         position: relative;
140         height: 120px;
141         align: left;
142         text-align: left;
143         padding: 4px;
144         /* vertical-align: "top"; */
145         }
146
147 table.table_standup {
148         /*      background-color: red;  */
149         border-spacing: 0px;
150         width: 100%; 
151         margin: 0px;
152         padding:0px;
153         }
154
155 td.td_standup {
156         text-align: center;
157         align: center;
158         padding: 0px;
159         margin: 0px;
160 }
161
162 .esco {
163         position: absolute;
164         text-align: center;     
165         bottom:  4px;
166         right: 4px;
167         }
168
169
170 .chatt {
171         height: 100px;
172         overflow: auto;
173         border: 1px solid grey;
174         padding: 2px;
175         vertical-align: text-bottom;
176         }
177
178 .txtt {
179         /*      font-size: 10pt;*/
180         }
181
182 .urgmsg {
183         text-align: center;
184         }
185
186 .proxhr { 
187         /*      background-color: green; */
188         }