cb528dca4146eb38f874111cecf2de5642a6abd7
[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_spawn2.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 img.nobohide {
59     position:     absolute;
60     border-width: 0px;
61     visibility: hidden;
62     z-index: 12;
63 }
64
65 .notify { 
66     border-style: solid;
67     border-width: 1px;
68     position: absolute;
69     margin-top: auto;
70     margin-bottom: auto;
71     overflow: auto;
72     top: 0;
73     bottom: 0;
74     left: 50%;
75     right: 0;
76     align: center;
77     text-align: center;
78     background-color: white;
79     z-index: 10;
80     visibility: hidden;
81     filter: alpha(opacity=90);
82     -moz-opacity: 0.90;
83     opacity: 0.90;  
84 }
85
86 div.notify_clo { 
87 /*     position: absolute; */
88     align: center;
89     width: 100%;
90     left: 0px;
91 /*    bottom:  4px;*/
92 }
93
94 input.button {
95     border: 1px solid gray;  
96     color: black;
97     background-color: RGB(246,246,246);
98     vertical-align: middle;
99     text-decoration:none;
100     font-size: 100%;
101     cursor: pointer;
102     height: 20px ! important;
103     max-height: 20px ! important;
104     min-height: 20px ! important;
105     margin: 1px;
106     display: inline;
107 }
108
109 input.button:hover {
110     background-color: white;
111 }
112
113 input.button:active {
114     background-color: RGB(255,255,153);
115 }
116
117 img.button:hover {
118     cursor: pointer;
119 }