You are here

original.css in SimpleMenu 6.2

#simplemenu {
	background:#ddd;
	color:#333;
	border-bottom:1px solid #999;
	font:11px Verdana, Helvetica, sans-serif;
	width:100%;
	z-index:9999;
	text-align:left;
}
#simplemenu a {
	color:#333;
	text-decoration:none;
	background:#ddd;
	border-right:1px solid #999;
	border-left:1px solid #eee;
	padding:2px 6px 3px 6px; 
	width:auto;
}   
#simplemenu li {
	background:#ddd;
	text-align: left;
}   
#simplemenu li.expanded > a {
	background:url(right-green.gif) no-repeat 97%;
	padding-right:2em;
}
#simplemenu li.root > a {
	font-weight:700;
	background:url(down-green.gif) no-repeat 97%;
}
#simplemenu li:hover, #simplemenu li.sfHover,
#simplemenu a:focus, #simplemenu a:hover, #simplemenu a:active {
	background:#3875d7;
	color:#fff;
}
#simplemenu li:hover ul,
ul#simplemenu li.sfHover ul {
	border-bottom:1px solid #999;
}
#simplemenu li ul a {
 	height:auto;
}

File

themes/original/original.css
View source
  1. #simplemenu {
  2. background:#ddd;
  3. color:#333;
  4. border-bottom:1px solid #999;
  5. font:11px Verdana, Helvetica, sans-serif;
  6. width:100%;
  7. z-index:9999;
  8. text-align:left;
  9. }
  10. #simplemenu a {
  11. color:#333;
  12. text-decoration:none;
  13. background:#ddd;
  14. border-right:1px solid #999;
  15. border-left:1px solid #eee;
  16. padding:2px 6px 3px 6px;
  17. width:auto;
  18. }
  19. #simplemenu li {
  20. background:#ddd;
  21. text-align: left;
  22. }
  23. #simplemenu li.expanded > a {
  24. background:url(right-green.gif) no-repeat 97%;
  25. padding-right:2em;
  26. }
  27. #simplemenu li.root > a {
  28. font-weight:700;
  29. background:url(down-green.gif) no-repeat 97%;
  30. }
  31. #simplemenu li:hover, #simplemenu li.sfHover,
  32. #simplemenu a:focus, #simplemenu a:hover, #simplemenu a:active {
  33. background:#3875d7;
  34. color:#fff;
  35. }
  36. #simplemenu li:hover ul,
  37. ul#simplemenu li.sfHover ul {
  38. border-bottom:1px solid #999;
  39. }
  40. #simplemenu li ul a {
  41. height:auto;
  42. }