You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

148 lines
3.2 KiB

  1. .top-nav {
  2. background-color: #336699;
  3. -moz-box-shadow: 0 0 4px 2px #666666;
  4. -webkit-box-shadow: 0 0 4px 2px #666666;
  5. box-shadow: 0 0 4px 2px #666666;
  6. height: 50px;
  7. margin-bottom: 10px;
  8. }
  9. .top-nav a img {
  10. border: none;
  11. }
  12. .top-nav a img, .top-nav span img, .top-nav img {
  13. cursor: pointer;
  14. }
  15. .active-user {
  16. background-color: transparent;
  17. background-image: url("img/user.png");
  18. background-position: 0 0;
  19. background-repeat: no-repeat;
  20. color: #FFFFFF;
  21. font-weight: bold;
  22. height: 30px;
  23. line-height: 28px;
  24. margin-left: 20px;
  25. padding-left: 30px;
  26. white-space: nowrap;
  27. }
  28. div.left-nav {
  29. background-image: url("img/bg_sidebar.gif");
  30. padding-left: 3px;
  31. padding-top: 15px;
  32. margin-left: 10px;
  33. width: 240px;
  34. }
  35. .SubMenulist {
  36. list-style-image: url("images/iconInfo.gif");
  37. margin-left: -10px;
  38. }
  39. ul.menu-root {
  40. list-style: none;
  41. padding: 0;
  42. margin: 0;
  43. width: 100%;
  44. float: left;
  45. }
  46. ul.menu-root li.menu-item {
  47. list-style: none;
  48. border-top: 1px solid #CACACA;
  49. display: block;
  50. width: 100%;
  51. }
  52. ul.menu-root li.menu-item:hover {
  53. }
  54. ul.menu-root li.menu-item a {
  55. text-decoration: none;
  56. color: #336699;
  57. font-weight: bold;
  58. line-height: 27px;
  59. display: block;
  60. font-size: 12px;
  61. padding-left: 30px;
  62. }
  63. ul.menu-root li.menu-item a:hover, ul.menu-root a.selected {
  64. background-color: #336699 !important;
  65. color: white !important;
  66. }
  67. li.menu-item a.item-logout {
  68. background-image: url("img/logout.png");
  69. background-position: 9px 4px;
  70. background-repeat: no-repeat;
  71. }
  72. li.menu-item a.item-changePwd {
  73. background-image: url("img/change_password.png");
  74. background-position: 9px 4px;
  75. background-repeat: no-repeat;
  76. }
  77. li.menu-item a.item-Home {
  78. background-image: url("img/home.png");
  79. background-position: 9px 4px;
  80. background-repeat: no-repeat;
  81. }
  82. li.menu-item a.item-usermngt {
  83. background-image: url("img/User.png");
  84. background-position: 9px 4px;
  85. background-repeat: no-repeat;
  86. }
  87. li.menu-item a.item-Exchange {
  88. background-image: url("img/exchangeMenu.png");
  89. background-position: 9px 4px;
  90. background-repeat: no-repeat;
  91. }
  92. li.menu-item a.item-account {
  93. background-image: url("img/report.png");
  94. background-position: 9px 4px;
  95. background-repeat: no-repeat;
  96. }
  97. li.menu-item a.item-Customer {
  98. background-image: url("img/Users.png");
  99. background-position: 9px 4px;
  100. background-repeat: no-repeat;
  101. }
  102. li.menu-item a.item {
  103. background-image: url("img/application-list.png");
  104. background-position: 9px 4px;
  105. background-repeat: no-repeat;
  106. }
  107. ul.submenu {
  108. color: #336699;
  109. list-style: square outside none;
  110. }
  111. ul.submenu li.submenu-item a {
  112. color: #666666;
  113. display: block;
  114. font-size: 12px;
  115. line-height: 17px;
  116. text-decoration: none;
  117. padding: 0;
  118. font-weight: normal;
  119. }
  120. .activeMenus {
  121. color: red !important;
  122. display: block;
  123. font-size: 12px;
  124. line-height: 17px;
  125. text-decoration: none;
  126. padding: 0;
  127. font-weight: normal;
  128. }