-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles.css
68 lines (67 loc) · 1.09 KB
/
styles.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
div.eexcess-ui{
position:fixed;
width:400px;
left:0px;
top:-500px;
background-color:white;
}
.sym-eexcess{
position:absolute;
top:3px;
left:50%;
margin-left: -27px;
width: 50px;
height: 37px;
background: url([[pix:local_eexcess|icones_sp]]) no-repeat;
background-position: 0 0;
cursor: pointer;
opacity: 0.6;
z-index:9000;
}
.sym-eexcess:hover{
opacity:0.8;
}
.sym-eexcess.active{
opacity:1;
}
.num-result{
border: 1px solid #CCC;
background: #8B0000 none repeat scroll 0% 0%;
color: #FFF;
padding: 2px 3px;
font-size: 12px;
position: absolute;
bottom: 2px;
right: 2px;
border-radius: 12px;
width: 16px;
text-align: center;
}
.eexcess-overlay{
position:fixed;
display:none;
background-color:rgba(0, 0, 0, 0.5);
width:100%;
height:100%;
top: 0;
left:0;
z-index: 9998;
}
.eexcess-wrapper{
position:fixed;
display:none;
box-shadow: 0px 0px 14px 8px rgba(0,0,0,0.34);
top:-535px;
right:0;
margin: 0 1%;
height:535px;
width:96%;
z-index:9999;
background: white;
padding: 1%;
}
.eexcess-wrapper iframe{
width:100%;
height:100%;
border:0;
}