BRISK_SINGLE_SESS and BRISK_SINGLE_DEBUG added, some log move from _read to _lock
[brisk.git] / web / brisk.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_spawn.jpg'); 
25     background-color: #fafafa;
26     background-repeat: no-repeat;
27     background-position: top center; 
28     margin:0px;
29
30     font-size: 12px;
31     padding: 0px;
32
33     align: center;
34 }
35
36 div {
37     font-size: 12px;
38 }
39
40 td {
41     font-size: 12px;
42 }
43
44 img {
45     position:     absolute; 
46     border-style: solid;
47     border-width: 1px;
48     border-color: grey;
49 }
50
51 img.nobo {
52     position:     relative;
53     border-width: 0px;
54     display: block; 
55     margin: auto;
56 }
57
58 .notify { 
59     border-style: solid;
60     border-width: 1px;
61     position: absolute;
62     margin-top: auto;
63     margin-bottom: auto;
64     overflow: auto;
65     top: 0;
66     bottom: 0;
67     left: 50%;
68     right: 0;
69     align: center;
70     text-align: center;
71     background-color: white;
72     z-index: 10;
73     visibility: hidden;
74     filter: alpha(opacity=90);
75     -moz-opacity: 0.90;
76     opacity: 0.90;  
77 }
78
79 div.notify_clo { 
80 /*     position: absolute; */
81     align: center;
82     width: 100%;
83     left: 0px;
84 /*    bottom:  4px;*/
85 }
86
87 input.button {
88     border: 1px solid gray;  
89     color: black;
90     background-color: RGB(246,246,246);
91     vertical-align: middle;
92     text-decoration:none;
93     font-size: 100%;
94     cursor: pointer;
95     height: 20px ! important;
96     max-height: 20px ! important;
97     min-height: 20px ! important;
98     margin: 1px;
99     display: inline;
100 }
101
102 input.button:hover {
103     background-color: white;
104 }
105
106 input.button:active {
107     background-color: RGB(255,255,153);
108 }
109
110 img.button:hover {
111     cursor: pointer;
112 }