merge with spawn branch
[brisk.git] / web / brisk.css
1 /*
2  *  brisk - brisk.css
3  *
4  *  Copyright (C) 2006-2008 Matteo Nastasi
5  *                          mailto: nastasi@alternativeoutput.it 
6  *                                  matteo.nastasi@milug.org
7  *                          web: http://www.alternativeoutput.it
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; either version 2 of the License, or
12  * (at your option) any later version.
13  *
14  * This program is distributed in the hope that it will be useful, but
15  * WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABLILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17  * General Public License for more details. You should have received a
18  * copy of the GNU General Public License along with this program; if
19  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
20  * Suite 330, Boston, MA 02111-1307, USA.
21  *
22  * $Id$
23  *
24  */
25
26 body {
27     background-image: url('img/bg_spawn2.jpg'); 
28     background-color: #fafafa;
29     background-repeat: no-repeat;
30     background-position: top center; 
31     margin:0px;
32
33     font-size: 12px;
34     padding: 0px;
35
36     align: center;
37 }
38
39 div {
40     font-size: 12px;
41 }
42
43 td {
44     font-size: 12px;
45 }
46
47 img {
48     position:     absolute; 
49     border-style: solid;
50     border-width: 1px;
51     border-color: grey;
52 }
53
54 img.nobo {
55     position:     relative;
56     border-width: 0px;
57     display: block; 
58     margin: auto;
59 }
60
61 img.nobohide {
62     position:     absolute;
63     border-width: 0px;
64     visibility: hidden;
65     z-index: 12;
66 }
67
68 .notify { 
69     border-style: solid;
70     border-width: 1px;
71     position: absolute;
72     margin-top: auto;
73     margin-bottom: auto;
74     overflow: auto;
75     top: 0;
76     bottom: 0;
77     left: 50%;
78     right: 0;
79     align: center;
80     text-align: center;
81     background-color: white;
82     z-index: 10;
83     visibility: hidden;
84     filter: alpha(opacity=90);
85     -moz-opacity: 0.90;
86     opacity: 0.90;  
87 }
88
89 div.notify_clo { 
90 /*     position: absolute; */
91     align: center;
92     width: 100%;
93     left: 0px;
94 /*    bottom:  4px;*/
95 }
96
97 input.button {
98     border: 1px solid gray;  
99     color: black;
100     background-color: RGB(246,246,246);
101     vertical-align: middle;
102     text-decoration:none;
103     font-size: 100%;
104     cursor: pointer;
105     height: 20px ! important;
106     max-height: 20px ! important;
107     min-height: 20px ! important;
108     margin: 1px;
109     display: inline;
110 }
111
112 input.button:hover {
113     background-color: white;
114 }
115
116 input.button:active {
117     background-color: RGB(255,255,153);
118 }
119
120 img.button:hover {
121     cursor: pointer;
122 }