aggiunto skin per i bottoni
[brisk.git] / web / room.css
1 /*
2  *  brisk - brisk.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         background-image: url('img/bg_capodanno.jpg'); 
25         background-repeat: no-repeat;
26         background-position: top center; 
27         margin:0px;
28
29         font-size: 12px;
30         padding: 0px;
31
32         align: center;
33         }
34
35 div.container {
36         width:100%;
37         margin:0px;
38         padding: 0px;
39         /* border:1px solid gray;
40            line-height:150%; */
41 }
42
43 div.header {
44         /*      border: 1px solid yellow; */
45         align: center;
46         text-align: center;
47         font-size: 12px;
48         clear:left;
49         }
50
51 div.topmenu {
52         /*      border: 1px solid red; */
53         float:left;
54         width:90px;
55         margin:0;
56         text-align: center;
57         font-size: 10px;
58         padding:4px;    
59         }
60
61 div.tables {
62         /*      border: 1px solid gray; */
63         margin-left:100px;
64         padding:4px;
65         }
66
67 div.bottom {
68         /* border: 1px solid green; */
69         position: relative;
70         top: -16px;
71         text-align: left;
72         padding:4px;    
73         clear:left;
74 }
75
76 div {
77         /* position: relative;*/
78         font-size: 12px;
79         }
80
81 td {
82         font-size: 12px;
83         }
84
85 table.room_tab {
86         border-style: solid;
87         border-width: 1px;
88         border-color: grey;
89         border-collapse: collapse;
90         border-spacing: 0px;
91         align: center;
92         padding: 0px;
93         width: 680px;
94 }
95
96 td.room_td {
97         /*      background-color: yellow;*/
98         width:  170px;
99         height: 140px;
100         vertical-align: "top";
101         border-width: 1px;
102
103         border-style: solid;
104         border-width: 1px;
105         border-color: grey;
106         border-collapse: collapse;
107         margin: 0px;
108         padding:0px;
109         }
110
111 div.room_div {
112         position: relative;
113         align: center;
114         text-align: center;
115         width:  170px;
116         height: 140px;
117         margin: 0px;
118         padding: 4px;
119         }
120
121 div.table_act { 
122         position: absolute;
123         align: center;
124         width: 100%;
125         bottom:  4px;
126         }
127
128
129 div.room_standup {
130         height: 68px;
131         align: left;
132         overflow: auto;
133         vertical-align: "top";
134         }
135
136 div.room_ex_standup {
137         position: relative;
138         height: 120px;
139         align: left;
140         text-align: left;
141         padding: 4px;
142         /* vertical-align: "top"; */
143         }
144
145 table.table_standup {
146         /*      background-color: red;  */
147         border-spacing: 0px;
148         width: 100%;
149         margin: 0px;
150         padding:0px;
151         }
152
153 td.td_standup {
154         text-align: center;
155         padding: 0px;
156         margin: 0px;
157 }
158
159 .esco {
160         position: absolute;
161         text-align: center;
162         width: 100%;
163         bottom:  4px;
164         }
165
166
167 .chatt {
168         height: 100px;
169         overflow: auto;
170         border: 1px solid grey;
171         padding: 2px;
172         vertical-align: text-bottom;
173         }
174
175 .txtt {
176         /*      font-size: 10pt;*/
177         }
178
179 img {
180         position:     absolute; 
181         border-style: solid;
182         border-width: 1px;
183         border-color: grey;
184         }
185
186 img.nobo {
187     position:     relative;
188     border-width: 0px;
189     display: block; margin: auto;
190 }
191
192 .urgmsg {
193         text-align: center;
194         }
195
196 .proxhr { 
197         /*      background-color: green; */
198         }
199
200 .notify { 
201         border-style: solid;
202         border-width: 1px;
203   position:     absolute; 
204   width:  500px;
205   height: 400px;
206   text-align: center;
207   background-color: white;
208   left: 150;
209   top:  150;
210   z-index: 10;
211   visibility: hidden;
212     filter: alpha(opacity=90);
213   -moz-opacity: 0.90;
214     opacity: 0.90;  
215 }
216
217 input.button {
218   border: 1px solid gray;  
219   color: Black;
220   background-color: white;
221   vertical-align: middle;
222   text-decoration:none;
223   font-size: 100%;
224   cursor: pointer;
225   height: 20px ! important;
226   max-height: 20px ! important;
227   min-height: 20px ! important;
228   margin: 1px;
229   display: inline;
230 }
231
232