-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathengine.css
49 lines (47 loc) · 886 Bytes
/
engine.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
div.hbox {
position:absolute;
border-radius: 4px;
/*padding: 4px;*/
border: 10px solid rgba(0, 0, 0, 0.25);
margin:5px;
z-index:1050;
width:0px;
height:0px;
/*top:0px;*/
left:50%;
}
div.prev {
display: table-cell;
}
div.prev img {
width: 100%;
}
div.hbox/*,div.prev*/ {
/*background: url(img/bg2.jpg) repeat; */
background-color:#fff;
-moz-background-clip: padding; /* Firefox 3.6 */
-webkit-background-clip: padding; /* Safari 4? Chrome 6? */
background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: black;
}
.modal-backdrop.fade.in {
opacity: .8;
}
#realfileinput{
width:0px;
height:0px;
visibility: hidden;
opacity:0;
filter: alpha(opacity=0);
padding:0px;
margin:0px;
position:absolute;
}