[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.45 KiB
MD5: 9579c7b32fbb3e0f641e8077902d2ca7

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. cursor:pointer;
  26. cursor:hand;
  27. }
  28. ul.nde-menu-system li a{
  29. color:#ffffff;
  30. font-weight:bold;
  31. cursor:pointer;
  32. cursor:hand;
  33. }
  34. ul.nde-menu-system li a:hover{
  35. background-color:transparent;
  36. color:#ffffff;
  37. text-decoration:underline;
  38. }
  39. ul.nde-menu-system li ul{
  40. display:block;
  41. left:0;
  42. position:absolute;
  43. top:1em;/* required for NS 7.x/Gecko 1.0.x but not Gecko 1.3 */
  44. visibility:hidden;
  45. z-index:1000;
  46. }
  47. ul.nde-menu-system li ul li{
  48. background-color:#f7f7f7;
  49. border:#a8a8a8 1px solid;
  50. border-width:0 1px 1px;
  51. display:block;
  52. list-style:none;
  53. margin:0;
  54. padding:0;
  55. width:150px;
  56. }
  57. ul.nde-menu-system li ul li a{
  58. background-color:#EFF4EA;
  59. color:#333333;
  60. display:block;
  61. font-weight:normal;
  62. margin:0;
  63. padding:3px 5px;
  64. }
  65. * html ul.nde-menu-system li ul li a{
  66. width:100%;
  67. }
  68. ul.nde-menu-system li ul li a:hover{
  69. background-color:#85C285;
  70. color:#333333;
  71. text-decoration:none;
  72. }
  73. ul.nde-menu-system ul{
  74. background-color:#599659;
  75. display:block;
  76. margin:0;
  77. padding:4px 0 0;
  78. }
  79.