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