Built files from Bizgaze WebServer
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.

JqueryminMenu.css 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. .dd {
  2. position: relative;
  3. display: block;
  4. margin: 0;
  5. padding: 0;
  6. max-width: 600px;
  7. list-style: none;
  8. font-size: 13px;
  9. line-height: 20px
  10. }
  11. .dd-list {
  12. display: block;
  13. position: relative;
  14. margin: 0;
  15. padding: 0;
  16. list-style: none
  17. }
  18. .dd-list .dd-list {
  19. padding-left: 30px
  20. }
  21. .dd-empty, .dd-item, .dd-placeholder {
  22. display: block;
  23. position: relative;
  24. margin: 0;
  25. padding: 0;
  26. min-height: 20px;
  27. font-size: 13px;
  28. line-height: 20px
  29. }
  30. .dd-handle {
  31. display: block;
  32. height: 30px;
  33. margin: 5px 0;
  34. cursor: pointer;
  35. padding: 5px 10px;
  36. color: #333;
  37. text-decoration: none;
  38. font-weight: 700;
  39. border: 1px solid #ccc;
  40. background: #fafafa;
  41. border-radius: 3px;
  42. box-sizing: border-box
  43. }
  44. .dd-handle:hover {
  45. /* color: #2ea8e5;*/
  46. font-size: 15px;
  47. background: #fff
  48. }
  49. .divtag {
  50. cursor: pointer;
  51. }
  52. .dd-item > button {
  53. position: relative;
  54. cursor: pointer;
  55. float: left;
  56. width: 25px;
  57. height: 20px;
  58. margin: 5px 0;
  59. padding: 0;
  60. text-indent: 100%;
  61. white-space: nowrap;
  62. overflow: hidden;
  63. border: 0;
  64. background: 0 0;
  65. font-size: 12px;
  66. line-height: 1;
  67. text-align: center;
  68. font-weight: 700
  69. }
  70. .dd-item > button:before {
  71. display: block;
  72. position: absolute;
  73. width: 100%;
  74. text-align: center;
  75. text-indent: 0
  76. }
  77. .dd-item > button.dd-expand:before {
  78. content: '+'
  79. }
  80. .dd-item > button.dd-collapse:before {
  81. content: '-'
  82. }
  83. .dd-expand {
  84. display: none
  85. }
  86. .dd-collapsed .dd-collapse, .dd-collapsed .dd-list {
  87. display: none
  88. }
  89. .dd-collapsed .dd-expand {
  90. display: block
  91. }
  92. .dd-empty, .dd-placeholder {
  93. margin: 5px 0;
  94. padding: 0;
  95. min-height: 30px;
  96. background: #f2fbff;
  97. border: 1px dashed #b6bcbf;
  98. box-sizing: border-box;
  99. -moz-box-sizing: border-box
  100. }
  101. .dd-empty {
  102. border: 1px dashed #bbb;
  103. min-height: 100px;
  104. background-color: #e5e5e5;
  105. background-size: 60px 60px;
  106. background-position: 0 0,30px 30px
  107. }
  108. .dd-dragel {
  109. position: absolute;
  110. pointer-events: none;
  111. z-index: 9999
  112. }
  113. .dd-dragel > .dd-item .dd-handle {
  114. margin-top: 0
  115. }
  116. .dd-dragel .dd-handle {
  117. box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1)
  118. }
  119. .dd-nochildren .dd-placeholder {
  120. display: none
  121. }
  122. /* Pasted from Menusettings Html*/
  123. .cf:after {
  124. visibility: hidden;
  125. display: block;
  126. font-size: 0;
  127. content: " ";
  128. clear: both;
  129. height: 0;
  130. }
  131. /**
  132. * Nestable Extras
  133. */
  134. .nestable-lists {
  135. display: block;
  136. clear: both;
  137. padding: 30px 0;
  138. width: 100%;
  139. border: 0;
  140. border-top: 2px solid #ddd;
  141. border-bottom: 2px solid #ddd;
  142. }
  143. #nestable-menu {
  144. padding: 0;
  145. margin: 20px 0;
  146. }
  147. #BizgazeRoots {
  148. color: chocolate;
  149. font-size: 18px;
  150. font-family: 'Times New Roman', Times, serif;
  151. }
  152. #nestable2 #nestable3 .dd-handle {
  153. color: #fff;
  154. border: 1px solid #999;
  155. background: #bbb;
  156. background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
  157. background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
  158. background: linear-gradient(top, #bbb 0%, #999 100%);
  159. }
  160. #nestable2 #nestable3 .dd-handle:hover {
  161. background: #bbb;
  162. }
  163. #nestable2 .dd-item > button:before {
  164. color: #fff;
  165. }
  166. @media only screen and (min-width: 700px) {
  167. .dd {
  168. float: left;
  169. width: 48%;
  170. }
  171. .dd + .dd {
  172. margin-left: 2%;
  173. }
  174. }
  175. .dd-hover > .dd-handle {
  176. background: #2ea8e5 !important;
  177. }
  178. /**
  179. * Nestable Draggable Handles
  180. */
  181. .dd3-content {
  182. display: block;
  183. height: 30px;
  184. margin: 5px 0;
  185. padding: 5px 10px 5px 40px;
  186. color: #333;
  187. text-decoration: none;
  188. font-weight: bold;
  189. border: 1px solid #ccc;
  190. background: #fafafa;
  191. background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  192. background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  193. background: linear-gradient(top, #fafafa 0%, #eee 100%);
  194. -webkit-border-radius: 3px;
  195. border-radius: 3px;
  196. box-sizing: border-box;
  197. -moz-box-sizing: border-box;
  198. }
  199. .dd3-content:hover {
  200. /*color: #2ea8e5;*/
  201. font-size: 15px;
  202. background: #fff;
  203. }
  204. .dd-dragel > .dd3-item > .dd3-content {
  205. margin: 0;
  206. }
  207. .dd3-item > button {
  208. margin-left: 30px;
  209. }
  210. .dd3-handle-child {
  211. position: absolute;
  212. margin: 0;
  213. left: 0;
  214. top: 0;
  215. cursor: pointer;
  216. width: 30px;
  217. text-indent: 30px;
  218. white-space: nowrap;
  219. overflow: hidden;
  220. border: 1px solid #aaa;
  221. background: #333;
  222. background: -webkit-linear-gradient(top, #ddd 0%, #333 100%);
  223. background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  224. background: linear-gradient(top, #ddd 0%, #bbb 100%);
  225. border-top-right-radius: 0;
  226. border-bottom-right-radius: 0;
  227. }
  228. .dd3-handle-child:before {
  229. content: '≡';
  230. display: block;
  231. position: absolute;
  232. left: 0;
  233. top: 3px;
  234. width: 100%;
  235. text-align: center;
  236. text-indent: 0;
  237. color: #fff;
  238. font-size: 20px;
  239. font-weight: normal;
  240. }
  241. .dd3-handle-child:hover {
  242. background: #333;
  243. }
  244. .dd3-handle {
  245. position: absolute;
  246. margin: 0;
  247. left: 0;
  248. top: 0;
  249. cursor: pointer;
  250. width: 30px;
  251. text-indent: 30px;
  252. white-space: nowrap;
  253. overflow: hidden;
  254. border: 1px solid #aaa;
  255. background: #ddd;
  256. background: -webkit-linear-gradient(top, #ddd 0%, #1ebccd 100%);
  257. background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  258. background: linear-gradient(top, #ddd 0%, #bbb 100%);
  259. border-top-right-radius: 0;
  260. border-bottom-right-radius: 0;
  261. }
  262. .dd3-handle:before {
  263. content: '≡';
  264. display: block;
  265. position: absolute;
  266. left: 0;
  267. top: 3px;
  268. width: 100%;
  269. text-align: center;
  270. text-indent: 0;
  271. color: #fff;
  272. font-size: 20px;
  273. font-weight: normal;
  274. }
  275. .dd3-handle:hover {
  276. background: #1ebccd;
  277. }
  278. .proot:hover {
  279. }