You are here

nice_menus_default-rtl.css in Nice Menus 8

ul.nice-menu,
ul.nice-menu ul {
  border-top: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.nice-menu li {
  background-color: #eee;
  border: 1px solid #ccc;
  border-top: 0;
  float: right;
}

ul.nice-menu a {
  padding: 0.3em 5px 0.3em 5px;
}

ul.nice-menu ul {
  border: 0;
  border-top: 1px solid #ccc;
  margin-left: 0;
  right: -1px;
  top: 1.8em;
}

ul.nice-menu ul li {
  width: 12.5em;
}

ul.nice-menu-right,
ul.nice-menu-left,
ul.nice-menu-right li,
ul.nice-menu-left li {
  width: 12.5em;
}

ul.nice-menu-right ul {
  right: 12.5em;
  top: -1px;
  width: 12.5em;
}

ul.nice-menu-right ul ul {
  right: 12.5em;
  top: -1px;
  width: 12.5em;
}

ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
  background: #eee url("../images/arrow-right.png") right center no-repeat;
}

ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li li.menuparent:hover {
  background: #ccc url("../images/arrow-right.png") right center no-repeat;
}

ul.nice-menu-left li ul {
  right: 12.60em;
  top: -1px;
  width: 12.5em;
}

ul.nice-menu-left li ul li ul {
  right: 12.60em;
  top: -1px;
  width: 12.5em;
}

ul.nice-menu-left li.menuparent,
ul.nice-menu-left li li.menuparent {
  background: #eee url("../images/arrow-left.png") left center no-repeat;
}

ul.nice-menu-left li.menuparent:hover,
ul.nice-menu-left li li.menuparent:hover {
  background: #ccc url("../images/arrow-left.png") left center no-repeat;
}

ul.nice-menu-left a,
ul.nice-menu-left ul a {
  padding-right: 14px;
}

ul.nice-menu-down {
  border: 0;
  float: right;
}

ul.nice-menu-down li {
  border-top: 1px solid #ccc;
}

ul.nice-menu-down li li {
  border-top: 0;
}

ul.nice-menu-down ul {
  right: 0;
}

ul.nice-menu-down ul li {
  clear: both;
}

ul.nice-menu-down li ul li ul {
  right: 12.5em;
  top: -1px;
}

ul.nice-menu-down .menuparent a {
  padding-left: 15px;
}

ul.nice-menu-down li.menuparent {
  background: #eee url("../images/arrow-down.png") right center no-repeat;
}

ul.nice-menu-down li.menuparent:hover {
  background: #ccc url("../images/arrow-down.png") right center no-repeat;
}

ul.nice-menu-down li li.menuparent {
  background: #eee url("../images/arrow-right.png") right center no-repeat;
}

ul.nice-menu-down li li.menuparent:hover {
  background: #ccc url("../images/arrow-right.png") right center no-repeat;
}

ul.nice-menu li {
  background-image: none;
  margin: 0;
  padding-right: 0;
}

#header-region ul.nice-menu li {
  background: #eee;
  margin: 0;
  padding-bottom: 0.1em;
  padding-top: 0.1em;
}

#header-region ul.nice-menu ul {
  border: 0;
  border-top: 1px solid #ccc;
  margin-left: 0;
  right: -1px;
  top: 1.8em;
}

#header-region ul.nice-menu ul {
  top: 1.7em;
}

#header-region ul.nice-menu-down li ul li ul {
  right: 12.5em;
  top: -1px;
}

#header-region ul.nice-menu-down li.menuparent {
  background: #eee url("../images/arrow-down.png") right center no-repeat;
}

#header-region ul.nice-menu-down li.menuparent:hover {
  background: #ccc url("../images/arrow-down.png") right center no-repeat;
}

#header-region ul.nice-menu-down li li.menuparent {
  background: #eee url("../images/arrow-right.png") right center no-repeat;
}

#header-region ul.nice-menu-down li li.menuparent:hover {
  background: #ccc url("../images/arrow-right.png") right center no-repeat;
}

File

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