-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathanti-ie.css
91 lines (90 loc) · 1.74 KB
/
anti-ie.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.anti-ie-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
_position: absolute;
_top: expression(eval(document.documentElement.scrollTop) + 'px');
_left: expression(eval(document.documentElement.scrollLeft) + 'px');
_right: auto;
_bottom: auto;
_width: expression(eval(document.documentElement.clientWidth) + 'px');
_height: expression(eval(document.documentElement.clientHeight) + 'px');
background: rgba(0,0,0,0.5);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC000000', endColorstr='#CC000000',GradientType=0);
font: 12px/1.5 tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;
color: #666;
}
.anti-ie-mask a {
color: #09F;
text-decoration: none;
}
.anti-ie-mask a:hover {
color: #F90;
}
.anti-ie-dialog {
position: absolute;
top: 20%;
left: 50%;
margin-left: -340px;
width: 600px;
padding: 40px;
background: #FAFAFA;
}
.anti-ie-title {
font-size: 20px;
font-weight: normal;
margin: 0;
padding: 0;
}
.anti-ie-para {
padding: 0;
margin: 15px 0;
zoom: 1;
}
.anti-ie-para:after {
content: ' ';
display: block;
clear: both;
font-size: 0;
}
a.anti-ie-browser-link {
float: left;
width: 120px;
text-align: center;
padding: 12px;
color: #666;
}
a.anti-ie-browser-link:hover {
background: #EEE;
}
.anti-ie-browser-icon {
display: block;
margin-bottom: 5px;
font-style: normal;
width: 125px;
height: 135px;
cursor: pointer;
}
.anti-ie-btn-ctnr {
text-align: right;
}
a.anti-ie-btn {
zoom: 1;
height: 30px;
line-height: 30px;
color: #FFF;
background: #F90;
font-size: 15px;
padding: 0 15px;
display: inline-block;
color: #FFF;
}
a.anti-ie-btn:hover {
color: #FFF;
}
a.anti-ie-btn-cancel {
background: #AAB;
}