style.css 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955
  1. /* jsTree default theme */
  2. .jstree-node,
  3. .jstree-children,
  4. .jstree-container-ul {
  5. display: block;
  6. margin: 0;
  7. padding: 0;
  8. list-style-type: none;
  9. list-style-image: none;
  10. }
  11. .jstree-node {
  12. white-space: nowrap;
  13. }
  14. .jstree-anchor {
  15. display: inline-block;
  16. color: black;
  17. white-space: nowrap;
  18. padding: 0 4px 0 1px;
  19. margin: 0;
  20. vertical-align: top;
  21. }
  22. .jstree-anchor:focus {
  23. outline: 0;
  24. }
  25. .jstree-anchor,
  26. .jstree-anchor:link,
  27. .jstree-anchor:visited,
  28. .jstree-anchor:active{
  29. text-decoration: none;
  30. color: black;
  31. }
  32. .jstree-anchor:hover {
  33. text-decoration: none;
  34. color: #0088cc;
  35. }
  36. .jstree-icon {
  37. display: inline-block;
  38. text-decoration: none;
  39. margin: 0;
  40. padding: 0;
  41. vertical-align: top;
  42. text-align: center;
  43. }
  44. .jstree-icon:empty {
  45. display: inline-block;
  46. text-decoration: none;
  47. margin: 0;
  48. padding: 0;
  49. vertical-align: top;
  50. text-align: center;
  51. }
  52. .jstree-ocl {
  53. cursor: pointer;
  54. }
  55. .jstree-leaf > .jstree-ocl {
  56. cursor: default;
  57. }
  58. .jstree .jstree-open > .jstree-children {
  59. display: block;
  60. }
  61. .jstree .jstree-closed > .jstree-children,
  62. .jstree .jstree-leaf > .jstree-children {
  63. display: none;
  64. }
  65. .jstree-anchor > .jstree-themeicon {
  66. margin-right: 2px;
  67. }
  68. .jstree-no-icons .jstree-themeicon,
  69. .jstree-anchor > .jstree-themeicon-hidden {
  70. display: none;
  71. }
  72. .jstree-rtl .jstree-anchor {
  73. padding: 0 1px 0 4px;
  74. }
  75. .jstree-rtl .jstree-anchor > .jstree-themeicon {
  76. margin-left: 2px;
  77. margin-right: 0;
  78. }
  79. .jstree-rtl .jstree-node {
  80. margin-left: 0;
  81. }
  82. .jstree-rtl .jstree-container-ul > .jstree-node {
  83. margin-right: 0;
  84. }
  85. .jstree-wholerow-ul {
  86. position: relative;
  87. display: inline-block;
  88. min-width: 100%;
  89. }
  90. .jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  91. cursor: pointer;
  92. }
  93. .jstree-wholerow-ul .jstree-anchor,
  94. .jstree-wholerow-ul .jstree-icon {
  95. position: relative;
  96. }
  97. .jstree-wholerow-ul .jstree-wholerow {
  98. width: 100%;
  99. cursor: pointer;
  100. position: absolute;
  101. left: 0;
  102. -webkit-user-select: none;
  103. -moz-user-select: none;
  104. -ms-user-select: none;
  105. user-select: none;
  106. }
  107. .vakata-context {
  108. display: none;
  109. }
  110. .vakata-context,
  111. .vakata-context ul {
  112. margin: 0;
  113. padding: 2px;
  114. position: absolute;
  115. background: #f5f5f5;
  116. border: 1px solid #979797;
  117. -moz-box-shadow: 5px 5px 4px -4px #666666;
  118. -webkit-box-shadow: 2px 2px 2px #999999;
  119. box-shadow: 2px 2px 2px #999999;
  120. }
  121. .vakata-context ul {
  122. list-style: none;
  123. left: 100%;
  124. margin-top: -2.7em;
  125. margin-left: -4px;
  126. }
  127. .vakata-context .vakata-context-right ul {
  128. left: auto;
  129. right: 100%;
  130. margin-left: auto;
  131. margin-right: -4px;
  132. }
  133. .vakata-context li {
  134. list-style: none;
  135. display: inline;
  136. }
  137. .vakata-context li > a {
  138. display: block;
  139. padding: 0 2em 0 2em;
  140. text-decoration: none;
  141. width: auto;
  142. color: black;
  143. white-space: nowrap;
  144. line-height: 2.4em;
  145. -moz-text-shadow: 1px 1px 0 white;
  146. -webkit-text-shadow: 1px 1px 0 white;
  147. text-shadow: 1px 1px 0 white;
  148. -moz-border-radius: 1px;
  149. -webkit-border-radius: 1px;
  150. border-radius: 1px;
  151. }
  152. .vakata-context li > a:hover {
  153. position: relative;
  154. background-color: #e8eff7;
  155. -moz-box-shadow: 0 0 2px #0a6aa1;
  156. -webkit-box-shadow: 0 0 2px #0a6aa1;
  157. box-shadow: 0 0 2px #0a6aa1;
  158. }
  159. .vakata-context li > a.vakata-context-parent {
  160. background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  161. background-position: right center;
  162. background-repeat: no-repeat;
  163. }
  164. .vakata-context li > a:focus {
  165. outline: 0;
  166. }
  167. .vakata-context .vakata-context-hover > a {
  168. position: relative;
  169. background-color: #e8eff7;
  170. -moz-box-shadow: 0 0 2px #0a6aa1;
  171. -webkit-box-shadow: 0 0 2px #0a6aa1;
  172. box-shadow: 0 0 2px #0a6aa1;
  173. }
  174. .vakata-context .vakata-context-separator a,
  175. .vakata-context .vakata-context-separator a:hover {
  176. background: white;
  177. border: 0;
  178. border-top: 1px solid #e2e3e3;
  179. height: 1px;
  180. min-height: 1px;
  181. max-height: 1px;
  182. padding: 0;
  183. margin: 0 0 0 2.4em;
  184. border-left: 1px solid #e0e0e0;
  185. -moz-text-shadow: 0 0 0 transparent;
  186. -webkit-text-shadow: 0 0 0 transparent;
  187. text-shadow: 0 0 0 transparent;
  188. -moz-box-shadow: 0 0 0 transparent;
  189. -webkit-box-shadow: 0 0 0 transparent;
  190. box-shadow: 0 0 0 transparent;
  191. -moz-border-radius: 0;
  192. -webkit-border-radius: 0;
  193. border-radius: 0;
  194. }
  195. .vakata-context .vakata-contextmenu-disabled a,
  196. .vakata-context .vakata-contextmenu-disabled a:hover {
  197. color: silver;
  198. background-color: transparent;
  199. border: 0;
  200. box-shadow: 0 0 0;
  201. }
  202. .vakata-context li > a > i {
  203. text-decoration: none;
  204. display: inline-block;
  205. width: 2.4em;
  206. height: 2.4em;
  207. background: transparent;
  208. margin: 0 0 0 -2em;
  209. vertical-align: top;
  210. text-align: center;
  211. line-height: 2.4em;
  212. }
  213. .vakata-context li > a > i:empty {
  214. width: 2.4em;
  215. line-height: 2.4em;
  216. }
  217. .vakata-context li > a .vakata-contextmenu-sep {
  218. display: inline-block;
  219. width: 1px;
  220. height: 2.4em;
  221. background: white;
  222. margin: 0 0.5em 0 0;
  223. border-left: 1px solid #e2e3e3;
  224. }
  225. .vakata-context .vakata-contextmenu-shortcut {
  226. font-size: 0.8em;
  227. color: silver;
  228. opacity: 0.5;
  229. display: none;
  230. }
  231. .vakata-context-rtl ul {
  232. left: auto;
  233. right: 100%;
  234. margin-left: auto;
  235. margin-right: -4px;
  236. }
  237. .vakata-context-rtl li > a.vakata-context-parent {
  238. background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  239. background-position: left center;
  240. background-repeat: no-repeat;
  241. }
  242. .vakata-context-rtl .vakata-context-separator > a {
  243. margin: 0 2.4em 0 0;
  244. border-left: 0;
  245. border-right: 1px solid #e2e3e3;
  246. }
  247. .vakata-context-rtl .vakata-context-left ul {
  248. right: auto;
  249. left: 100%;
  250. margin-left: -4px;
  251. margin-right: auto;
  252. }
  253. .vakata-context-rtl li > a > i {
  254. margin: 0 -2em 0 0;
  255. }
  256. .vakata-context-rtl li > a .vakata-contextmenu-sep {
  257. margin: 0 0 0 0.5em;
  258. border-left-color: white;
  259. background: #e2e3e3;
  260. }
  261. #jstree-marker {
  262. position: absolute;
  263. top: 0;
  264. left: 0;
  265. margin: 0;
  266. padding: 0;
  267. border-right: 0;
  268. border-top: 5px solid transparent;
  269. border-bottom: 5px solid transparent;
  270. border-left: 5px solid;
  271. width: 0;
  272. height: 0;
  273. font-size: 0;
  274. line-height: 0;
  275. }
  276. #jstree-dnd {
  277. line-height: 16px;
  278. margin: 0;
  279. padding: 4px;
  280. }
  281. #jstree-dnd .jstree-icon,
  282. #jstree-dnd .jstree-copy {
  283. display: inline-block;
  284. text-decoration: none;
  285. margin: 0 2px 0 0;
  286. padding: 0;
  287. width: 16px;
  288. height: 16px;
  289. }
  290. #jstree-dnd .jstree-ok {
  291. background: green;
  292. }
  293. #jstree-dnd .jstree-er {
  294. background: red;
  295. }
  296. #jstree-dnd .jstree-copy {
  297. margin: 0 2px 0 2px;
  298. }
  299. .jstree-default .jstree-node,
  300. .jstree-default .jstree-icon {
  301. background-repeat: no-repeat;
  302. background-color: transparent;
  303. }
  304. .jstree-default .jstree-anchor,
  305. .jstree-default .jstree-wholerow {
  306. transition: background-color 0.15s, box-shadow 0.15s;
  307. }
  308. .jstree-default .jstree-hovered {
  309. background: #e7f4f9;
  310. border-radius: 2px;
  311. box-shadow: inset 0 0 1px #ccc;
  312. }
  313. .jstree-default .jstree-clicked {
  314. background: #beebff;
  315. border-radius: 2px;
  316. box-shadow: inset 0 0 1px #999;
  317. }
  318. .jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  319. display: none;
  320. }
  321. .jstree-default .jstree-disabled {
  322. background: transparent;
  323. color: #666;
  324. }
  325. .jstree-default .jstree-disabled.jstree-hovered {
  326. background: transparent;
  327. box-shadow: none;
  328. }
  329. .jstree-default .jstree-disabled.jstree-clicked {
  330. background: #efefef;
  331. }
  332. .jstree-default .jstree-disabled > .jstree-icon {
  333. opacity: 0.8;
  334. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  335. /* Firefox 10+ */
  336. filter: gray;
  337. /* IE6-9 */
  338. -webkit-filter: grayscale(100%);
  339. /* Chrome 19+ & Safari 6+ */
  340. }
  341. .jstree-default .jstree-search {
  342. font-style: italic;
  343. color: #8b0000;
  344. font-weight: bold;
  345. }
  346. .jstree-default .jstree-no-checkboxes .jstree-checkbox {
  347. display: none !important;
  348. }
  349. .jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  350. background: transparent;
  351. box-shadow: none;
  352. }
  353. .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  354. background: #e7f4f9;
  355. }
  356. .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  357. background: transparent;
  358. }
  359. .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  360. background: #e7f4f9;
  361. }
  362. #jstree-dnd.jstree-default .jstree-ok,
  363. #jstree-dnd.jstree-default .jstree-er {
  364. background-image: url("32px.png");
  365. background-repeat: no-repeat;
  366. background-color: transparent;
  367. }
  368. #jstree-dnd.jstree-default i {
  369. background: transparent;
  370. width: 16px;
  371. height: 16px;
  372. }
  373. #jstree-dnd.jstree-default .jstree-ok {
  374. background-position: -9px -71px;
  375. }
  376. #jstree-dnd.jstree-default .jstree-er {
  377. background-position: -39px -71px;
  378. }
  379. .jstree-default > .jstree-striped {
  380. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
  381. }
  382. .jstree-default > .jstree-wholerow-ul .jstree-hovered,
  383. .jstree-default > .jstree-wholerow-ul .jstree-clicked {
  384. background: transparent;
  385. box-shadow: none;
  386. border-radius: 0;
  387. }
  388. .jstree-default .jstree-wholerow {
  389. -moz-box-sizing: border-box;
  390. -webkit-box-sizing: border-box;
  391. box-sizing: border-box;
  392. }
  393. .jstree-default .jstree-wholerow-hovered {
  394. background: #e7f4f9;
  395. }
  396. .jstree-default .jstree-wholerow-clicked {
  397. background: #beebff;
  398. background: -moz-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  399. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #beebff), color-stop(100%, #a8e4ff));
  400. background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  401. background: -o-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  402. background: -ms-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  403. background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
  404. /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/
  405. }
  406. .jstree-default .jstree-node {
  407. min-height: 24px;
  408. line-height: 24px;
  409. margin-left: 24px;
  410. min-width: 24px;
  411. }
  412. .jstree-default .jstree-anchor {
  413. line-height: 24px;
  414. height: 24px;
  415. }
  416. .jstree-default .jstree-icon {
  417. width: 24px;
  418. height: 24px;
  419. line-height: 24px;
  420. }
  421. .jstree-default .jstree-icon:empty {
  422. width: 24px;
  423. height: 24px;
  424. line-height: 24px;
  425. }
  426. .jstree-default.jstree-rtl .jstree-node {
  427. margin-right: 24px;
  428. }
  429. .jstree-default .jstree-wholerow {
  430. height: 24px;
  431. }
  432. .jstree-default .jstree-node,
  433. .jstree-default .jstree-icon {
  434. background-image: url("32px.png");
  435. }
  436. .jstree-default .jstree-node {
  437. background-position: -292px -4px;
  438. background-repeat: repeat-y;
  439. }
  440. .jstree-default .jstree-last {
  441. background: transparent;
  442. }
  443. .jstree-default .jstree-open > .jstree-ocl {
  444. background-position: -132px -4px;
  445. }
  446. .jstree-default .jstree-closed > .jstree-ocl {
  447. background-position: -100px -4px;
  448. }
  449. .jstree-default .jstree-leaf > .jstree-ocl {
  450. background-position: -68px -4px;
  451. }
  452. .jstree-default .jstree-themeicon {
  453. background-position: -260px -4px;
  454. }
  455. .jstree-default > .jstree-no-dots .jstree-node,
  456. .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  457. background: transparent;
  458. }
  459. .jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  460. background-position: -36px -4px;
  461. }
  462. .jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  463. background-position: -4px -4px;
  464. }
  465. .jstree-default .jstree-disabled {
  466. background: transparent;
  467. }
  468. .jstree-default .jstree-disabled.jstree-hovered {
  469. background: transparent;
  470. }
  471. .jstree-default .jstree-disabled.jstree-clicked {
  472. background: #efefef;
  473. }
  474. .jstree-default .jstree-checkbox {
  475. background-position: -164px -4px;
  476. }
  477. .jstree-default .jstree-checkbox:hover {
  478. background-position: -164px -36px;
  479. }
  480. .jstree-default .jstree-clicked > .jstree-checkbox {
  481. background-position: -228px -4px;
  482. }
  483. .jstree-default .jstree-clicked > .jstree-checkbox:hover {
  484. background-position: -228px -36px;
  485. }
  486. .jstree-default .jstree-anchor > .jstree-undetermined {
  487. background-position: -196px -4px;
  488. }
  489. .jstree-default .jstree-anchor > .jstree-undetermined:hover {
  490. background-position: -196px -36px;
  491. }
  492. .jstree-default > .jstree-striped {
  493. background-size: auto 48px;
  494. }
  495. .jstree-default.jstree-rtl .jstree-node {
  496. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  497. background-position: 100% 1px;
  498. background-repeat: repeat-y;
  499. }
  500. .jstree-default.jstree-rtl .jstree-last {
  501. background: transparent;
  502. }
  503. .jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  504. background-position: -132px -36px;
  505. }
  506. .jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  507. background-position: -100px -36px;
  508. }
  509. .jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  510. background-position: -68px -36px;
  511. }
  512. .jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
  513. .jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  514. background: transparent;
  515. }
  516. .jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  517. background-position: -36px -36px;
  518. }
  519. .jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  520. background-position: -4px -36px;
  521. }
  522. .jstree-default .jstree-themeicon-custom {
  523. background-color: transparent;
  524. background-image: none;
  525. background-position: 0 0;
  526. }
  527. .jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  528. background: url("throbber.gif") center center no-repeat;
  529. }
  530. .jstree-default .jstree-file {
  531. background: url("32px.png") -100px -68px no-repeat;
  532. }
  533. .jstree-default .jstree-folder {
  534. background: url("32px.png") -260px -4px no-repeat;
  535. }
  536. .jstree-default.jstree-rtl .jstree-node {
  537. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  538. }
  539. .jstree-default.jstree-rtl .jstree-last {
  540. background: transparent;
  541. }
  542. .jstree-default-small .jstree-node {
  543. min-height: 18px;
  544. line-height: 18px;
  545. margin-left: 18px;
  546. min-width: 18px;
  547. }
  548. .jstree-default-small .jstree-anchor {
  549. line-height: 18px;
  550. height: 18px;
  551. }
  552. .jstree-default-small .jstree-icon {
  553. width: 18px;
  554. height: 18px;
  555. line-height: 18px;
  556. }
  557. .jstree-default-small .jstree-icon:empty {
  558. width: 18px;
  559. height: 18px;
  560. line-height: 18px;
  561. }
  562. .jstree-default-small.jstree-rtl .jstree-node {
  563. margin-right: 18px;
  564. }
  565. .jstree-default-small .jstree-wholerow {
  566. height: 18px;
  567. }
  568. .jstree-default-small .jstree-node,
  569. .jstree-default-small .jstree-icon {
  570. background-image: url("32px.png");
  571. }
  572. .jstree-default-small .jstree-node {
  573. background-position: -295px -7px;
  574. background-repeat: repeat-y;
  575. }
  576. .jstree-default-small .jstree-last {
  577. background: transparent;
  578. }
  579. .jstree-default-small .jstree-open > .jstree-ocl {
  580. background-position: -135px -7px;
  581. }
  582. .jstree-default-small .jstree-closed > .jstree-ocl {
  583. background-position: -103px -7px;
  584. }
  585. .jstree-default-small .jstree-leaf > .jstree-ocl {
  586. background-position: -71px -7px;
  587. }
  588. .jstree-default-small .jstree-themeicon {
  589. background-position: -263px -7px;
  590. }
  591. .jstree-default-small > .jstree-no-dots .jstree-node,
  592. .jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  593. background: transparent;
  594. }
  595. .jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  596. background-position: -39px -7px;
  597. }
  598. .jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  599. background-position: -7px -7px;
  600. }
  601. .jstree-default-small .jstree-disabled {
  602. background: transparent;
  603. }
  604. .jstree-default-small .jstree-disabled.jstree-hovered {
  605. background: transparent;
  606. }
  607. .jstree-default-small .jstree-disabled.jstree-clicked {
  608. background: #efefef;
  609. }
  610. .jstree-default-small .jstree-checkbox {
  611. background-position: -167px -7px;
  612. }
  613. .jstree-default-small .jstree-checkbox:hover {
  614. background-position: -167px -39px;
  615. }
  616. .jstree-default-small .jstree-clicked > .jstree-checkbox {
  617. background-position: -231px -7px;
  618. }
  619. .jstree-default-small .jstree-clicked > .jstree-checkbox:hover {
  620. background-position: -231px -39px;
  621. }
  622. .jstree-default-small .jstree-anchor > .jstree-undetermined {
  623. background-position: -199px -7px;
  624. }
  625. .jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  626. background-position: -199px -39px;
  627. }
  628. .jstree-default-small > .jstree-striped {
  629. background-size: auto 36px;
  630. }
  631. .jstree-default-small.jstree-rtl .jstree-node {
  632. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  633. background-position: 100% 1px;
  634. background-repeat: repeat-y;
  635. }
  636. .jstree-default-small.jstree-rtl .jstree-last {
  637. background: transparent;
  638. }
  639. .jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  640. background-position: -135px -39px;
  641. }
  642. .jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  643. background-position: -103px -39px;
  644. }
  645. .jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  646. background-position: -71px -39px;
  647. }
  648. .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
  649. .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  650. background: transparent;
  651. }
  652. .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  653. background-position: -39px -39px;
  654. }
  655. .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  656. background-position: -7px -39px;
  657. }
  658. .jstree-default-small .jstree-themeicon-custom {
  659. background-color: transparent;
  660. background-image: none;
  661. background-position: 0 0;
  662. }
  663. .jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  664. background: url("throbber.gif") center center no-repeat;
  665. }
  666. .jstree-default-small .jstree-file {
  667. background: url("32px.png") -103px -71px no-repeat;
  668. }
  669. .jstree-default-small .jstree-folder {
  670. background: url("32px.png") -263px -7px no-repeat;
  671. }
  672. .jstree-default-small.jstree-rtl .jstree-node {
  673. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
  674. }
  675. .jstree-default-small.jstree-rtl .jstree-last {
  676. background: transparent;
  677. }
  678. .jstree-default-large .jstree-node {
  679. min-height: 32px;
  680. line-height: 32px;
  681. margin-left: 32px;
  682. min-width: 32px;
  683. }
  684. .jstree-default-large .jstree-anchor {
  685. line-height: 32px;
  686. height: 32px;
  687. }
  688. .jstree-default-large .jstree-icon {
  689. width: 32px;
  690. height: 32px;
  691. line-height: 32px;
  692. }
  693. .jstree-default-large .jstree-icon:empty {
  694. width: 32px;
  695. height: 32px;
  696. line-height: 32px;
  697. }
  698. .jstree-default-large.jstree-rtl .jstree-node {
  699. margin-right: 32px;
  700. }
  701. .jstree-default-large .jstree-wholerow {
  702. height: 32px;
  703. }
  704. .jstree-default-large .jstree-node,
  705. .jstree-default-large .jstree-icon {
  706. background-image: url("32px.png");
  707. }
  708. .jstree-default-large .jstree-node {
  709. background-position: -288px 0px;
  710. background-repeat: repeat-y;
  711. }
  712. .jstree-default-large .jstree-last {
  713. background: transparent;
  714. }
  715. .jstree-default-large .jstree-open > .jstree-ocl {
  716. background-position: -128px 0px;
  717. }
  718. .jstree-default-large .jstree-closed > .jstree-ocl {
  719. background-position: -96px 0px;
  720. }
  721. .jstree-default-large .jstree-leaf > .jstree-ocl {
  722. background-position: -64px 0px;
  723. }
  724. .jstree-default-large .jstree-themeicon {
  725. background-position: -256px 0px;
  726. }
  727. .jstree-default-large > .jstree-no-dots .jstree-node,
  728. .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  729. background: transparent;
  730. }
  731. .jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  732. background-position: -32px 0px;
  733. }
  734. .jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  735. background-position: 0px 0px;
  736. }
  737. .jstree-default-large .jstree-disabled {
  738. background: transparent;
  739. }
  740. .jstree-default-large .jstree-disabled.jstree-hovered {
  741. background: transparent;
  742. }
  743. .jstree-default-large .jstree-disabled.jstree-clicked {
  744. background: #efefef;
  745. }
  746. .jstree-default-large .jstree-checkbox {
  747. background-position: -160px 0px;
  748. }
  749. .jstree-default-large .jstree-checkbox:hover {
  750. background-position: -160px -32px;
  751. }
  752. .jstree-default-large .jstree-clicked > .jstree-checkbox {
  753. background-position: -224px 0px;
  754. }
  755. .jstree-default-large .jstree-clicked > .jstree-checkbox:hover {
  756. background-position: -224px -32px;
  757. }
  758. .jstree-default-large .jstree-anchor > .jstree-undetermined {
  759. background-position: -192px 0px;
  760. }
  761. .jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  762. background-position: -192px -32px;
  763. }
  764. .jstree-default-large > .jstree-striped {
  765. background-size: auto 64px;
  766. }
  767. .jstree-default-large.jstree-rtl .jstree-node {
  768. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  769. background-position: 100% 1px;
  770. background-repeat: repeat-y;
  771. }
  772. .jstree-default-large.jstree-rtl .jstree-last {
  773. background: transparent;
  774. }
  775. .jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  776. background-position: -128px -32px;
  777. }
  778. .jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  779. background-position: -96px -32px;
  780. }
  781. .jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  782. background-position: -64px -32px;
  783. }
  784. .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
  785. .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  786. background: transparent;
  787. }
  788. .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  789. background-position: -32px -32px;
  790. }
  791. .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  792. background-position: 0px -32px;
  793. }
  794. .jstree-default-large .jstree-themeicon-custom {
  795. background-color: transparent;
  796. background-image: none;
  797. background-position: 0 0;
  798. }
  799. .jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  800. background: url("throbber.gif") center center no-repeat;
  801. }
  802. .jstree-default-large .jstree-file {
  803. background: url("32px.png") -96px -64px no-repeat;
  804. }
  805. .jstree-default-large .jstree-folder {
  806. background: url("32px.png") -256px 0px no-repeat;
  807. }
  808. .jstree-default-large.jstree-rtl .jstree-node {
  809. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
  810. }
  811. .jstree-default-large.jstree-rtl .jstree-last {
  812. background: transparent;
  813. }
  814. @media (max-width: 768px) {
  815. .jstree-default-responsive {
  816. /*
  817. .jstree-open > .jstree-ocl,
  818. .jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
  819. */
  820. }
  821. .jstree-default-responsive .jstree-icon {
  822. background-image: url("40px.png");
  823. }
  824. .jstree-default-responsive .jstree-node,
  825. .jstree-default-responsive .jstree-leaf > .jstree-ocl {
  826. background: transparent;
  827. }
  828. .jstree-default-responsive .jstree-node {
  829. min-height: 40px;
  830. line-height: 40px;
  831. margin-left: 40px;
  832. min-width: 40px;
  833. white-space: nowrap;
  834. }
  835. .jstree-default-responsive .jstree-anchor {
  836. line-height: 40px;
  837. height: 40px;
  838. }
  839. .jstree-default-responsive .jstree-icon,
  840. .jstree-default-responsive .jstree-icon:empty {
  841. width: 40px;
  842. height: 40px;
  843. line-height: 40px;
  844. }
  845. .jstree-default-responsive > .jstree-container-ul > .jstree-node {
  846. margin-left: 0;
  847. }
  848. .jstree-default-responsive.jstree-rtl .jstree-node {
  849. margin-left: 0;
  850. margin-right: 40px;
  851. }
  852. .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
  853. margin-right: 0;
  854. }
  855. .jstree-default-responsive .jstree-ocl,
  856. .jstree-default-responsive .jstree-themeicon,
  857. .jstree-default-responsive .jstree-checkbox {
  858. background-size: 120px 200px;
  859. }
  860. .jstree-default-responsive .jstree-leaf > .jstree-ocl {
  861. background: transparent;
  862. }
  863. .jstree-default-responsive .jstree-open > .jstree-ocl {
  864. background-position: 0 0px !important;
  865. }
  866. .jstree-default-responsive .jstree-closed > .jstree-ocl {
  867. background-position: 0 -40px !important;
  868. }
  869. .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
  870. background-position: -40px 0px !important;
  871. }
  872. .jstree-default-responsive .jstree-themeicon {
  873. background-position: -40px -40px;
  874. }
  875. .jstree-default-responsive .jstree-checkbox,
  876. .jstree-default-responsive .jstree-checkbox:hover {
  877. background-position: -40px -80px;
  878. }
  879. .jstree-default-responsive .jstree-clicked > .jstree-checkbox,
  880. .jstree-default-responsive .jstree-clicked > .jstree-checkbox:hover {
  881. background-position: 0 -80px;
  882. }
  883. .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  884. .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
  885. background-position: 0 -120px;
  886. }
  887. .jstree-default-responsive .jstree-anchor {
  888. font-weight: bold;
  889. font-size: 1.1em;
  890. text-shadow: 1px 1px white;
  891. }
  892. .jstree-default-responsive > .jstree-striped {
  893. background: transparent;
  894. }
  895. .jstree-default-responsive .jstree-wholerow {
  896. border-top: 1px solid rgba(255, 255, 255, 0.7);
  897. border-bottom: 1px solid rgba(64, 64, 64, 0.2);
  898. background: #ebebeb;
  899. height: 40px;
  900. }
  901. .jstree-default-responsive .jstree-wholerow-hovered {
  902. background: #e7f4f9;
  903. }
  904. .jstree-default-responsive .jstree-wholerow-clicked {
  905. background: #beebff;
  906. }
  907. .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
  908. box-shadow: inset 0 -6px 3px -5px #666666;
  909. }
  910. .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
  911. box-shadow: inset 0 6px 3px -5px #666666;
  912. border-top: 0;
  913. }
  914. .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
  915. box-shadow: none;
  916. }
  917. .jstree-default-responsive .jstree-node,
  918. .jstree-default-responsive .jstree-icon,
  919. .jstree-default-responsive .jstree-node > .jstree-ocl,
  920. .jstree-default-responsive .jstree-themeicon,
  921. .jstree-default-responsive .jstree-checkbox {
  922. background-image: url("40px.png");
  923. background-size: 120px 200px;
  924. }
  925. .jstree-default-responsive .jstree-node {
  926. background-position: -80px 0;
  927. background-repeat: repeat-y;
  928. }
  929. .jstree-default-responsive .jstree-last {
  930. background: transparent;
  931. }
  932. .jstree-default-responsive .jstree-leaf > .jstree-ocl {
  933. background-position: -40px -120px;
  934. }
  935. .jstree-default-responsive .jstree-last > .jstree-ocl {
  936. background-position: -40px -160px;
  937. }
  938. .jstree-default-responsive .jstree-themeicon-custom {
  939. background-color: transparent;
  940. background-image: none;
  941. background-position: 0 0;
  942. }
  943. .jstree-default-responsive .jstree-file {
  944. background: url("40px.png") 0 -160px no-repeat;
  945. background-size: 120px 200px;
  946. }
  947. .jstree-default-responsive .jstree-folder {
  948. background: url("40px.png") -40px -40px no-repeat;
  949. background-size: 120px 200px;
  950. }
  951. }
  952. .jstree-default > .jstree-container-ul > .jstree-node {
  953. margin-left: 0;
  954. margin-right: 0;
  955. }