zTreeStyle.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. /*-------------------------------------
  2. zTree Style
  3. version: 3.5.19
  4. author: Hunter.z
  5. email: hunter.z@263.net
  6. website: http://code.google.com/p/jquerytree/
  7. -------------------------------------*/
  8. .ztree * {
  9. padding: 0;
  10. margin: 0;
  11. font-size: 12px;
  12. font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif
  13. }
  14. .ztree {
  15. margin: 0;
  16. padding: 5px;
  17. color: #333
  18. }
  19. .ztree li {
  20. padding: 0;
  21. margin: 0;
  22. list-style: none;
  23. line-height: 14px;
  24. text-align: left;
  25. white-space: nowrap;
  26. outline: 0
  27. }
  28. .ztree li ul {
  29. margin: 0;
  30. padding: 0 0 0 18px
  31. }
  32. .ztree li ul.line {
  33. background: url(./img/line_conn.gif) 0 0 repeat-y;
  34. }
  35. .ztree li a {
  36. padding: 1px 3px 0 0;
  37. margin: 0;
  38. cursor: pointer;
  39. height: 17px;
  40. color: #333;
  41. background-color: transparent;
  42. text-decoration: none;
  43. vertical-align: top;
  44. display: inline-block
  45. }
  46. .ztree li a:hover {
  47. text-decoration: underline
  48. }
  49. .ztree li a.curSelectedNode {
  50. padding-top: 0px;
  51. background-color: #FFE6B0;
  52. color: black;
  53. height: 16px;
  54. border: 1px #FFB951 solid;
  55. opacity: 0.8;
  56. }
  57. .ztree li a.curSelectedNode_Edit {
  58. padding-top: 0px;
  59. background-color: #FFE6B0;
  60. color: black;
  61. height: 16px;
  62. border: 1px #FFB951 solid;
  63. opacity: 0.8;
  64. }
  65. .ztree li a.tmpTargetNode_inner {
  66. padding-top: 0px;
  67. background-color: #316AC5;
  68. color: white;
  69. height: 16px;
  70. border: 1px #316AC5 solid;
  71. opacity: 0.8;
  72. filter: alpha(opacity=80)
  73. }
  74. .ztree li a.tmpTargetNode_prev {
  75. }
  76. .ztree li a.tmpTargetNode_next {
  77. }
  78. .ztree li a input.rename {
  79. height: 14px;
  80. width: 80px;
  81. padding: 0;
  82. margin: 0;
  83. font-size: 12px;
  84. border: 1px #7EC4CC solid;
  85. *border: 0px
  86. }
  87. .ztree li span {
  88. line-height: 16px;
  89. margin-right: 2px
  90. }
  91. .ztree li span.button {
  92. line-height: 0;
  93. margin: 0;
  94. width: 16px;
  95. height: 16px;
  96. display: inline-block;
  97. vertical-align: middle;
  98. border: 0 none;
  99. cursor: pointer;
  100. outline: none;
  101. background-color: transparent;
  102. background-repeat: no-repeat;
  103. background-attachment: scroll;
  104. background-image: url("./img/zTreeStandard.png");
  105. *background-image: url("./img/zTreeStandard.gif")
  106. }
  107. .ztree li span.button.chk {
  108. width: 13px;
  109. height: 13px;
  110. margin: 0 3px 0 0;
  111. cursor: auto
  112. }
  113. .ztree li span.button.chk.checkbox_false_full {
  114. background-position: 0 0
  115. }
  116. .ztree li span.button.chk.checkbox_false_full_focus {
  117. background-position: 0 -14px
  118. }
  119. .ztree li span.button.chk.checkbox_false_part {
  120. background-position: 0 -28px
  121. }
  122. .ztree li span.button.chk.checkbox_false_part_focus {
  123. background-position: 0 -42px
  124. }
  125. .ztree li span.button.chk.checkbox_false_disable {
  126. background-position: 0 -56px
  127. }
  128. .ztree li span.button.chk.checkbox_true_full {
  129. background-position: -14px 0
  130. }
  131. .ztree li span.button.chk.checkbox_true_full_focus {
  132. background-position: -14px -14px
  133. }
  134. .ztree li span.button.chk.checkbox_true_part {
  135. background-position: -14px -28px
  136. }
  137. .ztree li span.button.chk.checkbox_true_part_focus {
  138. background-position: -14px -42px
  139. }
  140. .ztree li span.button.chk.checkbox_true_disable {
  141. background-position: -14px -56px
  142. }
  143. .ztree li span.button.chk.radio_false_full {
  144. background-position: -28px 0
  145. }
  146. .ztree li span.button.chk.radio_false_full_focus {
  147. background-position: -28px -14px
  148. }
  149. .ztree li span.button.chk.radio_false_part {
  150. background-position: -28px -28px
  151. }
  152. .ztree li span.button.chk.radio_false_part_focus {
  153. background-position: -28px -42px
  154. }
  155. .ztree li span.button.chk.radio_false_disable {
  156. background-position: -28px -56px
  157. }
  158. .ztree li span.button.chk.radio_true_full {
  159. background-position: -42px 0
  160. }
  161. .ztree li span.button.chk.radio_true_full_focus {
  162. background-position: -42px -14px
  163. }
  164. .ztree li span.button.chk.radio_true_part {
  165. background-position: -42px -28px
  166. }
  167. .ztree li span.button.chk.radio_true_part_focus {
  168. background-position: -42px -42px
  169. }
  170. .ztree li span.button.chk.radio_true_disable {
  171. background-position: -42px -56px
  172. }
  173. .ztree li span.button.switch {
  174. width: 18px;
  175. height: 18px
  176. }
  177. .ztree li span.button.root_open {
  178. background-position: -92px -54px
  179. }
  180. .ztree li span.button.root_close {
  181. background-position: -74px -54px
  182. }
  183. .ztree li span.button.roots_open {
  184. background-position: -92px 0
  185. }
  186. .ztree li span.button.roots_close {
  187. background-position: -74px 0
  188. }
  189. .ztree li span.button.center_open {
  190. background-position: -92px -18px
  191. }
  192. .ztree li span.button.center_close {
  193. background-position: -74px -18px
  194. }
  195. .ztree li span.button.bottom_open {
  196. background-position: -92px -36px
  197. }
  198. .ztree li span.button.bottom_close {
  199. background-position: -74px -36px
  200. }
  201. .ztree li span.button.noline_open {
  202. background-position: -92px -72px
  203. }
  204. .ztree li span.button.noline_close {
  205. background-position: -74px -72px
  206. }
  207. .ztree li span.button.root_docu {
  208. background: none;
  209. }
  210. .ztree li span.button.roots_docu {
  211. background-position: -56px 0
  212. }
  213. .ztree li span.button.center_docu {
  214. background-position: -56px -18px
  215. }
  216. .ztree li span.button.bottom_docu {
  217. background-position: -56px -36px
  218. }
  219. .ztree li span.button.noline_docu {
  220. background: none;
  221. }
  222. .ztree li span.button.ico_open {
  223. margin-right: 2px;
  224. background-position: -110px -16px;
  225. vertical-align: top;
  226. *vertical-align: middle
  227. }
  228. .ztree li span.button.ico_close {
  229. margin-right: 2px;
  230. background-position: -110px 0;
  231. vertical-align: top;
  232. *vertical-align: middle
  233. }
  234. .ztree li span.button.ico_docu {
  235. margin-right: 2px;
  236. background-position: -110px -32px;
  237. vertical-align: top;
  238. *vertical-align: middle
  239. }
  240. .ztree li span.button.edit {
  241. margin-right: 2px;
  242. background-position: -110px -48px;
  243. vertical-align: top;
  244. *vertical-align: middle
  245. }
  246. .ztree li span.button.remove {
  247. margin-right: 2px;
  248. background-position: -110px -64px;
  249. vertical-align: top;
  250. *vertical-align: middle
  251. }
  252. .ztree li span.button.ico_loading {
  253. margin-right: 2px;
  254. background: url(./img/loading.gif) no-repeat scroll 0 0 transparent;
  255. vertical-align: top;
  256. *vertical-align: middle
  257. }
  258. ul.tmpTargetzTree {
  259. background-color: #FFE6B0;
  260. opacity: 0.8;
  261. filter: alpha(opacity=80)
  262. }
  263. span.tmpzTreeMove_arrow {
  264. width: 16px;
  265. height: 16px;
  266. display: inline-block;
  267. padding: 0;
  268. margin: 2px 0 0 1px;
  269. border: 0 none;
  270. position: absolute;
  271. background-color: transparent;
  272. background-repeat: no-repeat;
  273. background-attachment: scroll;
  274. background-position: -110px -80px;
  275. background-image: url("./img/zTreeStandard.png");
  276. *background-image: url("./img/zTreeStandard.gif")
  277. }
  278. ul.ztree.zTreeDragUL {
  279. margin: 0;
  280. padding: 0;
  281. position: absolute;
  282. width: auto;
  283. height: auto;
  284. overflow: hidden;
  285. background-color: #cfcfcf;
  286. border: 1px #00B83F dotted;
  287. opacity: 0.8;
  288. filter: alpha(opacity=80)
  289. }
  290. .zTreeMask {
  291. z-index: 10000;
  292. background-color: #cfcfcf;
  293. opacity: 0.0;
  294. filter: alpha(opacity=0);
  295. position: absolute
  296. }
  297. /* level style*/
  298. /*.ztree li span.button.level0 {
  299. display:none;
  300. }
  301. .ztree li ul.level0 {
  302. padding:0;
  303. background:none;
  304. }*/