TiledViz
Toggle main menu visibility
Loading...
Searching...
No Matches
grid.css
1
/* TILES */
2
3
.tile
4
{
5
position:absolute; /* relative already tried, not the desired effect */
6
display:block;
7
background-color: black;
8
z-index:100;
9
}
10
11
.tile.ui-draggable
12
{
13
/*outline: 10px white solid;*/
14
z-index: 999;
15
}
16
17
.hitbox
18
{
19
position:absolute;
20
opacity:1;
21
background-color:darkgray;
22
height:100%;
23
z-index: 102;
24
}
25
26
.handle
27
{
28
position:absolute;
29
left:0px;
30
background-size: 100% 100%;
31
z-index: 450;
32
}
33
34
.handle.handle-on
35
{
36
background-image: url(../images/tiles/drag-handle-on.png);
37
}
38
.handle.handle-off
39
{
40
background-image: url(../images/tiles/drag-handle-off.png);
41
}
42
.handle.handle-dragging
43
{
44
background-image: url(../images/tiles/drag-handle-dragging.png);
45
}
46
47
.tile>iframe
48
{
49
position:absolute;
50
z-index: 101;
51
}
TVWeb
app
static
css
grid.css
Documentation for
TiledViz
$tiledvizversion