fix conflicts.
[sgn.git] / static / css / icon_nav_cassava.css
blobfafc6e68de8f28f9416cb7b361b634b4b1186bbe
2 #icon_nav, #icon_nav ul { /* all lists */
3 padding: 0 0 0 0;
4 margin: 0 0 0 0;
5 list-style: none;
6 line-height: 1;
9 #icon_nav a {
10 display: block;
11 width: 19em;
12 background: none;
13 color: #000099;
15 #icon_nav a:visited {
16 color: #000099;
19 #icon_nav li { /* all list items */
20 float: left;
21 /* width: 10em; width needed or else Opera goes nuts */
24 #icon_nav li ul { /* second-level lists */
25 position: absolute;
26 left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
29 #icon_nav li ul li {
30 margin-left: 1em;
31 font-family: verdana, arial, helvetica, serif;
32 /* cancel any transparency on submenus */
33 filter: alpha(opacity=100); /* IE */
34 opacity: 1.0; /* standard */
37 #icon_nav li:hover ul, #icon_nav li.sfhover ul { /* lists nested under hovered list items */
38 left: auto;
39 z-index: 10;
41 #icon_nav img {
42 border: 1px solid transparent;
43 padding: 2px;
44 -webkit-border-radius: 13px;
45 -moz-border-radius: 13px;
47 #icon_nav li:hover > a > img, #icon_nav li.sfhover > a > img {
48 background: #e6e6e6;
49 border: 1px solid #ccc;
52 #icon_nav {
53 font-family: arial, helvetica, serif;
54 background-image: url("/documents/img/cassava/cassavabackground.jpg");
55 background-repeat: no-repeat;
59 #icon_nav .submenu {
60 background-color: #ccccff;
61 border: 1px solid gray;
62 filter: alpha(opacity=90); /* IE */
63 opacity: 0.9; /* standard */
64 width: 20em;
65 padding: 10px;
66 font-size: 12px;
67 font-weight: bold;
68 line-height: 16px;
69 white-space: nowrap;
70 z-index: 1;