spostata la chiusura finestra in fondo alla pagina
[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_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 {
36     font-size: 12px;
37 }
38
39 td {
40     font-size: 12px;
41 }
42
43 img {
44     position:     absolute; 
45     border-style: solid;
46     border-width: 1px;
47     border-color: grey;
48 }
49
50 img.nobo {
51     position:     relative;
52     border-width: 0px;
53     display: block; 
54     margin: auto;
55 }
56
57 .notify { 
58     border-style: solid;
59     border-width: 1px;
60     position: absolute;
61     margin-top: auto;
62     margin-bottom: auto;
63     overflow: auto;
64     top: 0;
65     bottom: 0;
66     left: 50%;
67     right: 0;
68     align: center;
69     text-align: center;
70     background-color: white;
71     z-index: 10;
72     visibility: hidden;
73     filter: alpha(opacity=90);
74     -moz-opacity: 0.90;
75     opacity: 0.90;  
76 }
77
78 div.notify_clo { 
79 /*     position: absolute; */
80     align: center;
81     width: 100%;
82     left: 0px;
83 /*    bottom:  4px;*/
84 }
85
86 input.button {
87     border: 1px solid gray;  
88     color: black;
89     background-color: RGB(246,246,246);
90     vertical-align: middle;
91     text-decoration:none;
92     font-size: 100%;
93     cursor: pointer;
94     height: 20px ! important;
95     max-height: 20px ! important;
96     min-height: 20px ! important;
97     margin: 1px;
98     display: inline;
99 }
100
101 input.button:hover {
102     background-color: white;
103 }
104
105 input.button:active {
106     background-color: RGB(255,255,153);
107 }
108
109 img.button:hover {
110     cursor: pointer;
111 }