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