altmes.css
837 Bytes
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
.altDiv {
width: 356px;
height: 134px;
background-color: #272727;
position: absolute;
top: 333px;
left: 334px;
filter: alpha(opacity=50);
-moz-opacity: 0.4;
-khtml-opacity: 0.4;
opacity: 0.4;
text-align: center;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius:4px;
}
.altMes {
font-size: 14px;
font-weight: bold;
color: #ffffff;
padding-top: 37px;
}
.btnDiv{
width: 148px;
height: 26px;
border: 1px solid #ffffff;
line-height: 26px;
position: absolute;
font-size: 12px;
color: #ffffff;
top: 425px;
left: 437px;
z-index: 9;
text-align: center;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius:4px;
opacity: 0.8;
cursor:pointer;
}
.btnDiv:hover{
background-color: #ffffff;
color: #293a51;
opacity: 1;
}