-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathie_lte8.css
More file actions
37 lines (36 loc) · 882 Bytes
/
ie_lte8.css
File metadata and controls
37 lines (36 loc) · 882 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
@charset "utf-8";
/* CSS Document */
div#home {
background: url(images/main_bg_pattern.png) repeat left top;
}
div#header #shadow {
background:url(images/shadow_4IE.png) repeat-x top;
}
div.sec_button .button {
width:186px;
height:81px;
background:url(images/button_4IE.png) no-repeat left top;
}
.button .inset {
display:none;
}
.button .button_sign {
right: 1px;
}
div.copyleft span,
#copyrighttxt span {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
#vertical_nav .bullet {
background:url(images/def_bullet_4IE.png) no-repeat right top;
margin-top:6px;
}
#vertical_nav .bullet:hover {
background:url(images/act_bullet_4IE.png) no-repeat right top;
}
#vertical_nav .active {
background: url(images/act_bullet_4IE.png) no-repeat right top !important;
}
div.navigation li {
background:url(images/vline_dotted_2.gif) repeat-y left top !important;
}