riformattato codice sorgente
[brisk.git] / web / dnd.css
1 /*
2  *  brisk - dnd.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/probrisco.jpg'); */
25     background-repeat: no-repeat;
26 }
27
28 /*
29   img {
30   position:     absolute; 
31   border-style: solid;
32   border-width: 1px;
33   border-color: grey;
34   }
35 */
36 img.card {
37     position:     absolute; 
38     border-style: solid;
39     border-width: 1px;
40     border-color: grey;
41     visibility:   hidden;
42     left: 100;
43     top:  200;
44 }
45
46 img.cover {
47     position:     absolute; 
48     border-style: solid;
49     border-width: 1px;
50     border-color: lightgrey;
51     visibility:   hidden;
52 }
53
54
55 .area {
56     position:absolute; 
57     width:  800px;
58     height: 600px;
59 }
60
61 .proxhr { 
62     background-color: green;
63 }
64
65 .superfront {
66     z-index: 20;
67 }