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