[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 menu.css

Zen Cart 源代码 menu.css




下载文件

文件名: menu.css
文件类型: CSS文件
文件大小: 1.38 KiB
MD5: 7735106112d6b15d22339426c8a44581

menu.css - 关闭高亮
  1. /*
  2. use xb settings to make ul/li appear the
  3. same in mozilla, ie and opera
  4. */
  5. /* needed to keep IE from bubbling events
  6. from items that are not contained but only
  7. covered. */
  8. ul.nde-menu-system{
  9. background-color:#599659;
  10. display:block;
  11. margin:0;
  12. padding:4px 10px;
  13. }
  14. ul.nde-menu-system *{
  15. font-size:10px;
  16. }
  17. ul.nde-menu-system li{
  18. border-right:1px solid #003D00;
  19. color:#ffffff;
  20. display:inline;
  21. font-weight:bold;
  22. margin:0;
  23. padding:0 10px;
  24. position:relative;
  25. }
  26. ul.nde-menu-system li a{
  27. color:#ffffff;
  28. font-weight:bold;
  29. }
  30. ul.nde-menu-system li a:hover{
  31. background-color:transparent;
  32. color:#ffffff;
  33. text-decoration:underline;
  34. }
  35. ul.nde-menu-system li ul{
  36. display:block;
  37. left:0;
  38. position:absolute;
  39. top:1em;/* required for NS 7.x/Gecko 1.0.x but not Gecko 1.3 */
  40. visibility:hidden;
  41. z-index:1000;
  42. }
  43. ul.nde-menu-system li ul li{
  44. background-color:#f7f7f7;
  45. border:#a8a8a8 1px solid;
  46. border-width:0 1px 1px;
  47. display:block;
  48. list-style:none;
  49. margin:0;
  50. padding:0;
  51. width:150px;
  52. }
  53. ul.nde-menu-system li ul li a{
  54. background-color:#EFF4EA;
  55. color:#333333;
  56. display:block;
  57. font-weight:normal;
  58. margin:0;
  59. padding:3px 5px;
  60. }
  61. * html ul.nde-menu-system li ul li a{
  62. width:100%;
  63. }
  64. ul.nde-menu-system li ul li a:hover{
  65. background-color:#85C285;
  66. color:#333333;
  67. text-decoration:none;
  68. }
  69. ul.nde-menu-system ul{
  70. background-color:#599659;
  71. display:block;
  72. margin:0;
  73. padding:4px 0 0;
  74. }
  75.