nice_menus_default-rtl.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. ul.nice-menu,ul.nice-menu ul
  2. {
  3. border-top: 1px solid #ccc;
  4. list-style: none;
  5. margin: 0;
  6. padding: 0;
  7. }
  8. ul.nice-menu li
  9. {
  10. background-color: #eee;
  11. border: 1px solid #ccc;
  12. border-top: 0;
  13. float: right;
  14. }
  15. ul.nice-menu a
  16. {
  17. padding: 0.3em 5px 0.3em 5px;
  18. }
  19. ul.nice-menu ul
  20. {
  21. border: 0;
  22. border-top: 1px solid #ccc;
  23. margin-left: 0;
  24. right: -1px;
  25. top: 1.8em;
  26. }
  27. ul.nice-menu ul li
  28. {
  29. width: 12.5em;
  30. }
  31. ul.nice-menu-right,ul.nice-menu-left,ul.nice-menu-right li,ul.nice-menu-left li
  32. {
  33. width: 12.5em;
  34. }
  35. ul.nice-menu-right ul
  36. {
  37. right: 12.5em;
  38. top: -1px;
  39. width: 12.5em;
  40. }
  41. ul.nice-menu-right ul ul
  42. {
  43. right: 12.5em;
  44. top: -1px;
  45. width: 12.5em;
  46. }
  47. ul.nice-menu-right li.menuparent,ul.nice-menu-right li li.menuparent
  48. {
  49. background: #eee url(arrow-right.png) right center no-repeat;
  50. }
  51. ul.nice-menu-right li.menuparent:hover,ul.nice-menu-right li li.menuparent:hover
  52. {
  53. background: #ccc url(arrow-right.png) right center no-repeat;
  54. }
  55. ul.nice-menu-left li ul
  56. {
  57. right: 12.60em;
  58. top: -1px;
  59. width: 12.5em;
  60. }
  61. ul.nice-menu-left li ul li ul
  62. {
  63. right: 12.60em;
  64. top: -1px;
  65. width: 12.5em;
  66. }
  67. ul.nice-menu-left li.menuparent,ul.nice-menu-left li li.menuparent
  68. {
  69. background: #eee url(arrow-left.png) left center no-repeat;
  70. }
  71. ul.nice-menu-left li.menuparent:hover,ul.nice-menu-left li li.menuparent:hover
  72. {
  73. background: #ccc url(arrow-left.png) left center no-repeat;
  74. }
  75. ul.nice-menu-left a,ul.nice-menu-left ul a
  76. {
  77. padding-right: 14px;
  78. }
  79. ul.nice-menu-down
  80. {
  81. border: 0;
  82. float: right;
  83. }
  84. ul.nice-menu-down li
  85. {
  86. border-top: 1px solid #ccc;
  87. }
  88. ul.nice-menu-down li li
  89. {
  90. border-top: 0;
  91. }
  92. ul.nice-menu-down ul
  93. {
  94. right: 0;
  95. }
  96. ul.nice-menu-down ul li
  97. {
  98. clear: both;
  99. }
  100. ul.nice-menu-down li ul li ul
  101. {
  102. right: 12.5em;
  103. top: -1px;
  104. }
  105. ul.nice-menu-down .menuparent a
  106. {
  107. padding-left: 15px;
  108. }
  109. ul.nice-menu-down li.menuparent
  110. {
  111. background: #eee url(arrow-down.png) right center no-repeat;
  112. }
  113. ul.nice-menu-down li.menuparent:hover
  114. {
  115. background: #ccc url(arrow-down.png) right center no-repeat;
  116. }
  117. ul.nice-menu-down li li.menuparent
  118. {
  119. background: #eee url(arrow-right.png) right center no-repeat;
  120. }
  121. ul.nice-menu-down li li.menuparent:hover
  122. {
  123. background: #ccc url(arrow-right.png) right center no-repeat;
  124. }
  125. ul.nice-menu li
  126. {
  127. background-image: none;
  128. margin: 0;
  129. padding-right: 0;
  130. }
  131. #header-region ul.nice-menu li
  132. {
  133. background: #eee;
  134. margin: 0;
  135. padding-bottom: 0.1em;
  136. padding-top: 0.1em;
  137. }
  138. #header-region ul.nice-menu ul
  139. {
  140. border: 0;
  141. border-top: 1px solid #ccc;
  142. margin-left: 0;
  143. right: -1px;
  144. top: 1.8em;
  145. }
  146. #header-region ul.nice-menu ul
  147. {
  148. top: 1.7em;
  149. }
  150. #header-region ul.nice-menu-down li ul li ul
  151. {
  152. right: 12.5em;
  153. top: -1px;
  154. }
  155. #header-region ul.nice-menu-down li.menuparent
  156. {
  157. background: #eee url(arrow-down.png) right center no-repeat;
  158. }
  159. #header-region ul.nice-menu-down li.menuparent:hover
  160. {
  161. background: #ccc url(arrow-down.png) right center no-repeat;
  162. }
  163. #header-region ul.nice-menu-down li li.menuparent
  164. {
  165. background: #eee url(arrow-right.png) right center no-repeat;
  166. }
  167. #header-region ul.nice-menu-down li li.menuparent:hover
  168. {
  169. background: #ccc url(arrow-right.png) right center no-repeat;
  170. }