ui.fancytree.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  1. /*!
  2. * Fancytree "win8" skin (highlighting the node span instead of title-only).
  3. *
  4. * DON'T EDIT THE CSS FILE DIRECTLY, since it is automatically generated from
  5. * the LESS templates.
  6. */
  7. /*******************************************************************************
  8. * Common Styles for Fancytree Skins.
  9. *
  10. * This section is automatically generated from the `skin-common.less` template.
  11. ******************************************************************************/
  12. /*------------------------------------------------------------------------------
  13. * Helpers
  14. *----------------------------------------------------------------------------*/
  15. .ui-helper-hidden {
  16. display: none;
  17. }
  18. /*------------------------------------------------------------------------------
  19. * Container and UL / LI
  20. *----------------------------------------------------------------------------*/
  21. ul.fancytree-container {
  22. font-family: tahoma, arial, helvetica;
  23. font-size: 10pt;
  24. white-space: nowrap;
  25. padding: 3px;
  26. margin: 0;
  27. background-color: white;
  28. border: 1px dotted gray;
  29. overflow: auto;
  30. min-height: 0%;
  31. position: relative;
  32. }
  33. ul.fancytree-container ul {
  34. padding: 0 0 0 16px;
  35. margin: 0;
  36. }
  37. ul.fancytree-container li {
  38. list-style-image: none;
  39. list-style-position: outside;
  40. list-style-type: none;
  41. -moz-background-clip: border;
  42. -moz-background-inline-policy: continuous;
  43. -moz-background-origin: padding;
  44. background-attachment: scroll;
  45. background-color: transparent;
  46. background-position: 0px 0px;
  47. background-repeat: repeat-y;
  48. background-image: none;
  49. margin: 0;
  50. padding: 1px 0 0 0;
  51. }
  52. ul.fancytree-container li.fancytree-lastsib {
  53. background-image: none;
  54. }
  55. ul.fancytree-no-connector > li {
  56. background-image: none;
  57. }
  58. .ui-fancytree-disabled ul.fancytree-container {
  59. opacity: 0.5;
  60. background-color: silver;
  61. }
  62. /*------------------------------------------------------------------------------
  63. * Common icon definitions
  64. *----------------------------------------------------------------------------*/
  65. span.fancytree-empty,
  66. span.fancytree-vline,
  67. span.fancytree-expander,
  68. span.fancytree-icon,
  69. span.fancytree-checkbox,
  70. span.fancytree-radio,
  71. span.fancytree-drag-helper-img,
  72. #fancytree-drop-marker {
  73. width: 16px;
  74. height: 16px;
  75. display: inline-block;
  76. vertical-align: top;
  77. background-repeat: no-repeat;
  78. background-position: left;
  79. background-image: url("icons.gif");
  80. background-position: 0px 0px;
  81. }
  82. span.fancytree-icon,
  83. span.fancytree-checkbox,
  84. span.fancytree-radio,
  85. span.fancytree-custom-icon {
  86. margin-top: 1px;
  87. }
  88. /* Used by iconclass option */
  89. span.fancytree-custom-icon {
  90. display: inline-block;
  91. }
  92. /* Used by 'icon' node option: */
  93. img.fancytree-icon {
  94. width: 16px;
  95. height: 16px;
  96. margin-left: 3px;
  97. margin-top: 1px;
  98. vertical-align: top;
  99. border-style: none;
  100. }
  101. /*------------------------------------------------------------------------------
  102. * Expander icon
  103. *
  104. * Note: IE6 doesn't correctly evaluate multiples class names,
  105. * so we create combined class names that can be used in the CSS.
  106. *
  107. * Prefix: fancytree-exp-
  108. * 1st character: 'e': expanded, 'c': collapsed, 'n': no children
  109. * 2nd character (optional): 'd': lazy (Delayed)
  110. * 3rd character (optional): 'l': Last sibling
  111. *----------------------------------------------------------------------------*/
  112. span.fancytree-expander {
  113. cursor: pointer;
  114. }
  115. .fancytree-exp-n span.fancytree-expander,
  116. .fancytree-exp-nl span.fancytree-expander {
  117. background-image: none;
  118. cursor: default;
  119. }
  120. .fancytree-exp-n span.fancytree-expander,
  121. .fancytree-exp-n span.fancytree-expander:hover {
  122. background-position: 0px -64px;
  123. }
  124. .fancytree-exp-nl span.fancytree-expander,
  125. .fancytree-exp-nl span.fancytree-expander:hover {
  126. background-position: -16px -64px;
  127. }
  128. .fancytree-exp-c span.fancytree-expander {
  129. background-position: 0px -80px;
  130. }
  131. .fancytree-exp-c span.fancytree-expander:hover {
  132. background-position: -16px -80px;
  133. }
  134. .fancytree-exp-cl span.fancytree-expander {
  135. background-position: 0px -96px;
  136. }
  137. .fancytree-exp-cl span.fancytree-expander:hover {
  138. background-position: -16px -96px;
  139. }
  140. .fancytree-exp-cd span.fancytree-expander {
  141. background-position: -64px -80px;
  142. }
  143. .fancytree-exp-cd span.fancytree-expander:hover {
  144. background-position: -80px -80px;
  145. }
  146. .fancytree-exp-cdl span.fancytree-expander {
  147. background-position: -64px -96px;
  148. }
  149. .fancytree-exp-cdl span.fancytree-expander:hover {
  150. background-position: -80px -96px;
  151. }
  152. .fancytree-exp-e span.fancytree-expander,
  153. .fancytree-exp-ed span.fancytree-expander {
  154. background-position: -32px -80px;
  155. }
  156. .fancytree-exp-e span.fancytree-expander:hover,
  157. .fancytree-exp-ed span.fancytree-expander:hover {
  158. background-position: -48px -80px;
  159. }
  160. .fancytree-exp-el span.fancytree-expander,
  161. .fancytree-exp-edl span.fancytree-expander {
  162. background-position: -32px -96px;
  163. }
  164. .fancytree-exp-el span.fancytree-expander:hover,
  165. .fancytree-exp-edl span.fancytree-expander:hover {
  166. background-position: -48px -96px;
  167. }
  168. .fancytree-loading span.fancytree-expander,
  169. .fancytree-loading span.fancytree-expander:hover,
  170. .fancytree-statusnode-wait span.fancytree-icon,
  171. .fancytree-statusnode-wait span.fancytree-icon:hover {
  172. background-image: url('data:image/gif;base64,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');
  173. background-position: 0px 0px;
  174. }
  175. /* Status node icons */
  176. .fancytree-statusnode-error span.fancytree-icon {
  177. background-position: 0px -112px;
  178. }
  179. /*------------------------------------------------------------------------------
  180. * Checkbox icon
  181. *----------------------------------------------------------------------------*/
  182. span.fancytree-checkbox {
  183. margin-left: 3px;
  184. background-position: 0px -32px;
  185. }
  186. span.fancytree-checkbox:hover {
  187. background-position: -16px -32px;
  188. }
  189. .fancytree-partsel span.fancytree-checkbox {
  190. background-position: -64px -32px;
  191. }
  192. .fancytree-partsel span.fancytree-checkbox:hover {
  193. background-position: -80px -32px;
  194. }
  195. .fancytree-selected span.fancytree-checkbox {
  196. background-position: -32px -32px;
  197. }
  198. .fancytree-selected span.fancytree-checkbox:hover {
  199. background-position: -48px -32px;
  200. }
  201. /*------------------------------------------------------------------------------
  202. * Radiobutton icon
  203. * This is a customization, that may be activated by overriding the 'checkbox'
  204. * class name as 'fancytree-radio' in the tree options.
  205. *----------------------------------------------------------------------------*/
  206. .fancytree-radio span.fancytree-checkbox {
  207. background-position: 0px -48px;
  208. }
  209. .fancytree-radio span.fancytree-checkbox:hover {
  210. background-position: -16px -48px;
  211. }
  212. .fancytree-radio .fancytree-partsel span.fancytree-checkbox {
  213. background-position: -64px -48px;
  214. }
  215. .fancytree-radio .fancytree-partsel span.fancytree-checkbox:hover {
  216. background-position: -80px -48px;
  217. }
  218. .fancytree-radio .fancytree-selected span.fancytree-checkbox {
  219. background-position: -32px -48px;
  220. }
  221. .fancytree-radio .fancytree-selected span.fancytree-checkbox:hover {
  222. background-position: -48px -48px;
  223. }
  224. /*------------------------------------------------------------------------------
  225. * Node type icon
  226. * Note: IE6 doesn't correctly evaluate multiples class names,
  227. * so we create combined class names that can be used in the CSS.
  228. *
  229. * Prefix: fancytree-ico-
  230. * 1st character: 'e': expanded, 'c': collapsed
  231. * 2nd character (optional): 'f': folder
  232. *----------------------------------------------------------------------------*/
  233. span.fancytree-icon {
  234. margin-left: 3px;
  235. background-position: 0px 0px;
  236. }
  237. /* Documents */
  238. .fancytree-ico-c span.fancytree-icon:hover {
  239. background-position: -16px 0px;
  240. }
  241. .fancytree-has-children.fancytree-ico-c span.fancytree-icon {
  242. background-position: -32px 0px;
  243. }
  244. .fancytree-has-children.fancytree-ico-c span.fancytree-icon:hover {
  245. background-position: -48px 0px;
  246. }
  247. .fancytree-ico-e span.fancytree-icon {
  248. background-position: -64px 0px;
  249. }
  250. .fancytree-ico-e span.fancytree-icon:hover {
  251. background-position: -80px 0px;
  252. }
  253. /* Folders */
  254. .fancytree-ico-cf span.fancytree-icon {
  255. background-position: 0px -16px;
  256. }
  257. .fancytree-ico-cf span.fancytree-icon:hover {
  258. background-position: -16px -16px;
  259. }
  260. .fancytree-has-children.fancytree-ico-cf span.fancytree-icon {
  261. background-position: -32px -16px;
  262. }
  263. .fancytree-has-children.fancytree-ico-cf span.fancytree-icon:hover {
  264. background-position: -48px -16px;
  265. }
  266. .fancytree-ico-ef span.fancytree-icon {
  267. background-position: -64px -16px;
  268. }
  269. .fancytree-ico-ef span.fancytree-icon:hover {
  270. background-position: -80px -16px;
  271. }
  272. /*------------------------------------------------------------------------------
  273. * Node titles and highlighting
  274. *----------------------------------------------------------------------------*/
  275. span.fancytree-node {
  276. /* See #117 */
  277. display: inherit;
  278. width: 100%;
  279. }
  280. span.fancytree-title {
  281. display: inline-block;
  282. padding-left: 3px;
  283. padding-right: 3px;
  284. color: black;
  285. vertical-align: top;
  286. margin: 0px;
  287. margin-left: 3px;
  288. cursor: pointer;
  289. }
  290. span.fancytree-node.fancytree-error span.fancytree-title {
  291. color: red;
  292. }
  293. /*------------------------------------------------------------------------------
  294. * Drag'n'drop support
  295. *----------------------------------------------------------------------------*/
  296. div.fancytree-drag-helper a {
  297. border: 1px solid gray;
  298. background-color: white;
  299. padding-left: 5px;
  300. padding-right: 5px;
  301. opacity: 0.8;
  302. }
  303. div.fancytree-drag-helper.fancytree-drop-reject {
  304. border-color: red;
  305. }
  306. div.fancytree-drop-accept span.fancytree-drag-helper-img {
  307. background-position: -32px -112px;
  308. }
  309. div.fancytree-drop-reject span.fancytree-drag-helper-img {
  310. background-position: -16px -112px;
  311. }
  312. /*** Drop marker icon *********************************************************/
  313. #fancytree-drop-marker {
  314. width: 32px;
  315. position: absolute;
  316. background-position: 0px -128px;
  317. margin: 0;
  318. }
  319. #fancytree-drop-marker.fancytree-drop-after,
  320. #fancytree-drop-marker.fancytree-drop-before {
  321. width: 64px;
  322. background-position: 0px -144px;
  323. }
  324. #fancytree-drop-marker.fancytree-drop-copy {
  325. background-position: -64px -128px;
  326. }
  327. #fancytree-drop-marker.fancytree-drop-move {
  328. background-position: -32px -128px;
  329. }
  330. /*** Source node while dragging ***********************************************/
  331. span.fancytree-drag-source {
  332. background-color: #e0e0e0;
  333. }
  334. span.fancytree-drag-source span.fancytree.title {
  335. color: gray;
  336. }
  337. /*** Target node while dragging cursor is over it *****************************/
  338. span.fancytree-drop-target.fancytree-drop-accept a {
  339. background-color: #3169C6 !important;
  340. color: white !important;
  341. /* @ IE6 */
  342. text-decoration: none;
  343. }
  344. /*------------------------------------------------------------------------------
  345. * 'table' extension
  346. *----------------------------------------------------------------------------*/
  347. table.fancytree-ext-table {
  348. border-collapse: collapse;
  349. }
  350. table.fancytree-ext-table span.fancytree-node {
  351. display: inline-block;
  352. }
  353. /*------------------------------------------------------------------------------
  354. * 'columnview' extension
  355. *----------------------------------------------------------------------------*/
  356. table.fancytree-ext-columnview tbody tr td {
  357. position: relative;
  358. border: 1px solid gray;
  359. vertical-align: top;
  360. overflow: auto;
  361. }
  362. table.fancytree-ext-columnview tbody tr td > ul {
  363. padding: 0;
  364. }
  365. table.fancytree-ext-columnview tbody tr td > ul li {
  366. list-style-image: none;
  367. list-style-position: outside;
  368. list-style-type: none;
  369. -moz-background-clip: border;
  370. -moz-background-inline-policy: continuous;
  371. -moz-background-origin: padding;
  372. background-attachment: scroll;
  373. background-color: transparent;
  374. background-position: 0px 0px;
  375. background-repeat: repeat-y;
  376. background-image: none;
  377. /* no v-lines */
  378. margin: 0;
  379. padding: 1px 0 0 0;
  380. }
  381. table.fancytree-ext-columnview span.fancytree-node {
  382. position: relative;
  383. /* allow positioning of embedded spans */
  384. display: inline-block;
  385. }
  386. table.fancytree-ext-columnview span.fancytree-node.fancytree-expanded {
  387. background-color: #CBE8F6;
  388. }
  389. table.fancytree-ext-columnview .fancytree-has-children span.fancytree-cv-right {
  390. position: absolute;
  391. right: 3px;
  392. background-position: 0px -80px;
  393. }
  394. table.fancytree-ext-columnview .fancytree-has-children span.fancytree-cv-right:hover {
  395. background-position: -16px -80px;
  396. }
  397. /*------------------------------------------------------------------------------
  398. * 'filter' extension
  399. *----------------------------------------------------------------------------*/
  400. .fancytree-ext-filter-dimm span.fancytree-node span.fancytree-title {
  401. color: silver;
  402. font-weight: lighter;
  403. }
  404. .fancytree-ext-filter-dimm tr.fancytree-submatch span.fancytree-title,
  405. .fancytree-ext-filter-dimm span.fancytree-node.fancytree-submatch span.fancytree-title {
  406. color: black;
  407. font-weight: normal;
  408. }
  409. .fancytree-ext-filter-dimm tr.fancytree-match span.fancytree-title,
  410. .fancytree-ext-filter-dimm span.fancytree-node.fancytree-match span.fancytree-title {
  411. color: black;
  412. font-weight: bold;
  413. }
  414. .fancytree-ext-filter-hide tr.fancytree-hide,
  415. .fancytree-ext-filter-hide span.fancytree-node.fancytree-hide {
  416. display: none;
  417. }
  418. .fancytree-ext-filter-hide tr.fancytree-submatch span.fancytree-title,
  419. .fancytree-ext-filter-hide span.fancytree-node.fancytree-submatch span.fancytree-title {
  420. color: silver;
  421. font-weight: lighter;
  422. }
  423. .fancytree-ext-filter-hide tr.fancytree-match span.fancytree-title,
  424. .fancytree-ext-filter-hide span.fancytree-node.fancytree-match span.fancytree-title {
  425. color: black;
  426. font-weight: normal;
  427. }
  428. /*------------------------------------------------------------------------------
  429. * 'wide' extension
  430. *----------------------------------------------------------------------------*/
  431. ul.fancytree-ext-wide span.fancytree-node > span {
  432. position: relative;
  433. z-index: 2;
  434. }
  435. ul.fancytree-ext-wide span.fancytree-node span.fancytree-title {
  436. position: relative;
  437. z-index: 1;
  438. width: 100%;
  439. padding-left: 503px;
  440. margin-left: -500px;
  441. }
  442. /*******************************************************************************
  443. * Styles specific to this skin.
  444. *
  445. * This section is automatically generated from the `ui-fancytree.less` template.
  446. ******************************************************************************/
  447. /*******************************************************************************
  448. * Node titles
  449. */
  450. span.fancytree-node {
  451. border: 1px solid transparent;
  452. }
  453. span.fancytree-node:hover {
  454. background-color: #E5F3FB;
  455. border-color: #70C0E7;
  456. }
  457. .fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-focused {
  458. border-color: #3399FF;
  459. }
  460. span.fancytree-node.fancytree-active,
  461. span.fancytree-node.fancytree-selected {
  462. background-color: #F7F7F7;
  463. border-color: #DEDEDE;
  464. }
  465. .fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active,
  466. .fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-selected,
  467. span.fancytree-node.fancytree-active:hover,
  468. span.fancytree-node.fancytree-selected:hover {
  469. background-color: #CBE8F6;
  470. border-color: #26A0DA;
  471. }
  472. .fancytree-node.fancytree-selected {
  473. font-style: italic;
  474. }
  475. /*******************************************************************************
  476. * 'table' extension
  477. */
  478. table.fancytree-ext-table tbody tr td {
  479. border: 1px solid #EDEDED;
  480. }
  481. table.fancytree-ext-table tbody span.fancytree-node,
  482. table.fancytree-ext-table tbody span.fancytree-node:hover {
  483. border: none;
  484. background: none;
  485. }
  486. table.fancytree-ext-table tbody span.fancytree-title:hover {
  487. border: none;
  488. background: inherit;
  489. background: transparent;
  490. background: none;
  491. filter: none;
  492. }
  493. table.fancytree-ext-table tbody tr:hover {
  494. background-color: #E5F3FB;
  495. outline: 1px solid #70C0E7;
  496. }
  497. table.fancytree-ext-table tbody tr.fancytree-focused span.fancytree-title {
  498. outline: 1px dotted black;
  499. }
  500. table.fancytree-ext-table tbody tr.fancytree-active:hover,
  501. table.fancytree-ext-table tbody tr.fancytree-selected:hover {
  502. background-color: #CBE8F6;
  503. outline: 1px solid #26A0DA;
  504. }
  505. table.fancytree-ext-table tbody tr.fancytree-active {
  506. background-color: #F7F7F7;
  507. outline: 1px solid #DEDEDE;
  508. }
  509. table.fancytree-ext-table tbody tr.fancytree-selected {
  510. background-color: #F7F7F7;
  511. }
  512. table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-active {
  513. background-color: #CBE8F6;
  514. outline: 1px solid #26A0DA;
  515. }
  516. table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-selected {
  517. background-color: #CBE8F6;
  518. }