blob: da95ea6aec2e148cb6483fc01ae11914d0660b73 (
plain)
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
|
/* @version $Id$ */
/*
* The following style definitions can be removed when IE supports the "opacity"
* specification in place of its proprietary and non-standard method.
*/
.makeMenu li ul {
top: -6px;
}
.rela {
filter: alpha(opacity=67);
}
a.showit:hover > span {
filter: alpha(opacity=85);
}
.makeMenu li ul {
top: -6px;
*top: 8px;
}
#menu-theme, #menu-language, #menu-theme, #menu-favorites {
*padding-right: 10px
}
div.blockcontent {
*margin-top: -2px;
}
#topMenu {
position: relative; z-index: 2001;
}
#header {
position: relative; z-index: 2002;
}
|