css.wcss 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044
  1. {
  2. "activity": {
  3. "begin": {
  4. "shadow": {
  5. "cursor": "pointer",
  6. "fill": "120-#fff-#eee",
  7. "stroke-width": "0",
  8. "z-index": 100
  9. },
  10. "shap": {
  11. "width": 40,
  12. "height": 40,
  13. "radius": 20,
  14. "cursor": "pointer",
  15. "fill":"#aef6a9",
  16. "stroke-width": "1",
  17. "stroke": "#4eb547",
  18. "z-index": 100
  19. },
  20. "text":{
  21. "display": "none",
  22. "fill": "#000",
  23. "stroke-width": 0,
  24. "font-size": 14,
  25. "cursor": "pointer",
  26. "z-index": 100
  27. },
  28. "icon":{
  29. "src": "../x_component_process_ProcessDesigner/$Process/flat/icon/begin.gif",
  30. "attr": {
  31. "cursor": "pointer",
  32. "z-index": 100
  33. }
  34. },
  35. "listIcon": {
  36. "width": "30px",
  37. "height": "24px",
  38. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/default/icon/begin.gif"+")",
  39. "background-position": "center center",
  40. "background-repeat": "no-repeat",
  41. "border-bottom": "1px dashed #CCC",
  42. "cursor": "pointer"
  43. }
  44. },
  45. "end":{
  46. "shadow": {
  47. "cursor": "pointer",
  48. "fill": "120-#fff-#eee",
  49. "stroke-width": "0",
  50. "z-index": 100
  51. },
  52. "shap": {
  53. "width": 41,
  54. "height": 41,
  55. "radius": 20,
  56. "cursor": "pointer",
  57. "fill":"#ffbb9a",
  58. "stroke-width": "1",
  59. "stroke": "#ca6331",
  60. "z-index": 100
  61. },
  62. "text":{
  63. "display": "none",
  64. "font-size": 14,
  65. "cursor": "pointer",
  66. "z-index": 100
  67. },
  68. "icon":{
  69. "src": "../x_component_process_ProcessDesigner/$Process/flat/icon/end.gif",
  70. "attr": {
  71. "cursor": "pointer",
  72. "z-index": 100
  73. }
  74. },
  75. "listIcon": {
  76. "width": "30px",
  77. "height": "24px",
  78. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/default/icon/end.gif"+")",
  79. "background-position": "center center",
  80. "background-repeat": "no-repeat",
  81. "border-bottom": "1px dashed #CCC",
  82. "cursor": "pointer"
  83. }
  84. },
  85. "cancel":{
  86. "shadow": {
  87. "cursor": "pointer",
  88. "fill": "120-#fff-#eee",
  89. "stroke-width": "0",
  90. "z-index": 100
  91. },
  92. "shap": {
  93. "width": 41,
  94. "height": 41,
  95. "radius": 20,
  96. "cursor": "pointer",
  97. "fill":"#ffbb9a",
  98. "stroke-width": "1",
  99. "stroke": "#ca6331",
  100. "z-index": 100
  101. },
  102. "text":{
  103. "display": "none",
  104. "font-size": 14,
  105. "cursor": "pointer",
  106. "z-index": 100
  107. },
  108. "icon":{
  109. "src": "../x_component_process_ProcessDesigner/$Process/flat/icon/cancel.png",
  110. "attr": {
  111. "cursor": "pointer",
  112. "z-index": 100
  113. }
  114. },
  115. "listIcon": {
  116. "width": "30px",
  117. "height": "24px",
  118. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/default/icon/cancel.png"+")",
  119. "background-position": "center center",
  120. "background-repeat": "no-repeat",
  121. "border-bottom": "1px dashed #CCC",
  122. "cursor": "pointer"
  123. }
  124. },
  125. "manual":{
  126. "shadow": {
  127. "cursor": "pointer",
  128. "fill": "90-#fff-#999:30-#fff",
  129. "stroke-width": "0",
  130. "z-index": 100
  131. },
  132. "shap": {
  133. "cursor": "pointer",
  134. "fill": "#c8defa",
  135. "stroke-width": "1",
  136. "stroke": "#6398db",
  137. "radius": 0,
  138. "z-index": 100
  139. },
  140. "text":{
  141. "fill": "#000",
  142. "stroke-width": 0,
  143. "font-size": 14,
  144. "cursor": "pointer",
  145. "z-index": 100
  146. },
  147. "icon":{
  148. "src": "../x_component_process_ProcessDesigner/$Process/flat/icon/manual.gif",
  149. "attr": {
  150. "cursor": "pointer",
  151. "z-index": 100
  152. }
  153. },
  154. "listIcon": {
  155. "width": "30px",
  156. "height": "24px",
  157. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/default/icon/manual.gif"+")",
  158. "background-position": "center center",
  159. "background-repeat": "no-repeat",
  160. "border-bottom": "1px dashed #CCC",
  161. "cursor": "pointer"
  162. }
  163. },
  164. "condition":{
  165. "shadow": {
  166. "cursor": "pointer",
  167. "fill": "120-#fff-#eee",
  168. "stroke-width": "0",
  169. "z-index": 100
  170. },
  171. "shap": {
  172. "cursor": "pointer",
  173. "fill": "#EEEEEE",
  174. "stroke-width": "1",
  175. "stroke": "#949494",
  176. "radiusX": 0,
  177. "radiusY": 0,
  178. "z-index": 100
  179. },
  180. "text":{
  181. "fill": "#000",
  182. "stroke-width": 0,
  183. "font-size": 14,
  184. "cursor": "pointer",
  185. "z-index": 100
  186. },
  187. "icon":{
  188. "src": "../x_component_process_ProcessDesigner/$Process/flat/icon/condition.gif",
  189. "attr": {
  190. "cursor": "pointer",
  191. "z-index": 100
  192. }
  193. },
  194. "listIcon": {
  195. "width": "30px",
  196. "height": "24px",
  197. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/default/icon/condition.gif"+")",
  198. "background-position": "center center",
  199. "background-repeat": "no-repeat",
  200. "border-bottom": "1px dashed #CCC",
  201. "cursor": "pointer"
  202. }
  203. },
  204. "choice":{
  205. "shadow": {
  206. "cursor": "pointer",
  207. "fill": "120-#fff-#eee",
  208. "stroke-width": "0",
  209. "z-index": 100
  210. },
  211. "shap": {
  212. "cursor": "pointer",
  213. "fill": "#EEEEEE",
  214. "stroke-width": "1",
  215. "stroke": "#949494",
  216. "radiusX": 0,
  217. "radiusY": 0,
  218. "z-index": 100
  219. },
  220. "text":{
  221. "fill": "#000",
  222. "stroke-width": 0,
  223. "font-size": 14,
  224. "cursor": "pointer",
  225. "z-index": 100
  226. },
  227. "icon":{
  228. "src": "../x_component_process_ProcessDesigner/$Process/flat/icon/choice.png",
  229. "attr": {
  230. "cursor": "pointer",
  231. "z-index": 100
  232. }
  233. },
  234. "listIcon": {
  235. "width": "30px",
  236. "height": "24px",
  237. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/flat/icon/choice.png"+")",
  238. "background-position": "center center",
  239. "background-repeat": "no-repeat",
  240. "border-bottom": "1px dashed #CCC",
  241. "cursor": "pointer"
  242. }
  243. },
  244. "split":{
  245. "shadow": {
  246. "cursor": "pointer",
  247. "fill": "120-#fff-#eee",
  248. "stroke-width": "0",
  249. "z-index": 100
  250. },
  251. "shap": {
  252. "width": 41,
  253. "height": 41,
  254. "radius": 20,
  255. "cursor": "pointer",
  256. "fill": "#cacfe7",
  257. //"fill": "#cacfe7",
  258. "stroke-width": "1",
  259. "stroke": "#818cb9",
  260. "z-index": 100
  261. },
  262. "text":{
  263. "display": "none",
  264. "font-size": 14,
  265. "cursor": "pointer",
  266. "z-index": 100
  267. },
  268. "icon":{
  269. "src": "../x_component_process_ProcessDesigner/$Process/flat/icon/split.gif",
  270. "attr": {
  271. "cursor": "pointer",
  272. "z-index": 100
  273. }
  274. },
  275. "listIcon": {
  276. "width": "30px",
  277. "height": "24px",
  278. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/default/icon/split.gif"+")",
  279. "background-position": "center center",
  280. "background-repeat": "no-repeat",
  281. "border-bottom": "1px dashed #CCC",
  282. "cursor": "pointer"
  283. }
  284. },
  285. "parallel":{
  286. "shadow": {
  287. "cursor": "pointer",
  288. "fill": "120-#fff-#eee",
  289. "stroke-width": "0",
  290. "z-index": 100
  291. },
  292. "shap": {
  293. "width": 41,
  294. "height": 41,
  295. "radius": 20,
  296. "cursor": "pointer",
  297. "fill": "#cacfe7",
  298. //"fill": "#cacfe7",
  299. "stroke-width": "1",
  300. "stroke": "#818cb9",
  301. "z-index": 100
  302. },
  303. "text":{
  304. "display": "none",
  305. "font-size": 14,
  306. "cursor": "pointer",
  307. "z-index": 100
  308. },
  309. "icon":{
  310. "src": "../x_component_process_ProcessDesigner/$Process/flat/icon/parallel.png",
  311. "attr": {
  312. "cursor": "pointer",
  313. "z-index": 100
  314. }
  315. },
  316. "listIcon": {
  317. "width": "30px",
  318. "height": "24px",
  319. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/flat/icon/parallel.png"+")",
  320. "background-position": "center center",
  321. "background-repeat": "no-repeat",
  322. "border-bottom": "1px dashed #CCC",
  323. "cursor": "pointer"
  324. }
  325. },
  326. "merge":{
  327. "shadow": {
  328. "cursor": "pointer",
  329. "fill": "120-#fff-#eee",
  330. "stroke-width": "0",
  331. "z-index": 100
  332. },
  333. "shap": {
  334. "width": 41,
  335. "height": 41,
  336. "radius": 20,
  337. "cursor": "pointer",
  338. "fill": "#cacfe7",
  339. //"fill": "90-#FFF-#7ebcb0:5-#70aea1:50-#8dbeb4:53-#d5e5e2:97:#FFF",
  340. "stroke-width": "1",
  341. "stroke": "#818cb9",
  342. "z-index": 100
  343. },
  344. "text":{
  345. "display": "none",
  346. "font-size": 14,
  347. "cursor": "pointer",
  348. "z-index": 100
  349. },
  350. "icon":{
  351. "src": "../x_component_process_ProcessDesigner/$Process/flat/icon/merge.gif",
  352. "attr": {
  353. "cursor": "pointer",
  354. "z-index": 100
  355. }
  356. },
  357. "listIcon": {
  358. "width": "30px",
  359. "height": "24px",
  360. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/default/icon/merge.gif"+")",
  361. "background-position": "center center",
  362. "background-repeat": "no-repeat",
  363. "border-bottom": "1px dashed #CCC",
  364. "cursor": "pointer"
  365. }
  366. },
  367. "delay":{
  368. "shadow": {
  369. "cursor": "pointer",
  370. "fill": "120-#fff-#eee",
  371. "stroke-width": "0",
  372. "z-index": 100
  373. },
  374. "shap": {
  375. "width": 41,
  376. "height": 41,
  377. "radius": 20,
  378. "cursor": "pointer",
  379. "fill": "#e7e2ca",
  380. //"fill": "#cacfe7",
  381. "stroke-width": "1",
  382. "stroke": "#563e00",
  383. "z-index": 100
  384. },
  385. "text":{
  386. "display": "none",
  387. "font-size": 14,
  388. "cursor": "pointer",
  389. "z-index": 100
  390. },
  391. "icon":{
  392. "src": "../x_component_process_ProcessDesigner/$Process/flat/icon/delay.png",
  393. "attr": {
  394. "cursor": "pointer",
  395. "z-index": 100
  396. }
  397. },
  398. "listIcon": {
  399. "width": "30px",
  400. "height": "24px",
  401. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/flat/icon/delay.png"+")",
  402. "background-position": "center center",
  403. "background-repeat": "no-repeat",
  404. "border-bottom": "1px dashed #CCC",
  405. "cursor": "pointer"
  406. }
  407. },
  408. "invoke":{
  409. "shadow": {
  410. "cursor": "pointer",
  411. "fill": "120-#fff-#eee",
  412. "stroke-width": "0",
  413. "z-index": 100
  414. },
  415. "shap": {
  416. "cursor": "pointer",
  417. "fill": "#afefeb",
  418. "stroke-width": "1",
  419. "stroke": "#8fc2bf",
  420. "radius": 0,
  421. "z-index": 100
  422. },
  423. "text":{
  424. "fill": "#000",
  425. "stroke-width": 0,
  426. "font-size": 14,
  427. "cursor": "pointer",
  428. "z-index": 100
  429. },
  430. "icon":{
  431. "src": "../x_component_process_ProcessDesigner/$Process/flat/icon/invoke.png",
  432. "attr": {
  433. "cursor": "pointer",
  434. "z-index": 100
  435. }
  436. },
  437. "listIcon": {
  438. "width": "30px",
  439. "height": "24px",
  440. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/default/icon/invoke.gif"+")",
  441. "background-position": "center center",
  442. "background-repeat": "no-repeat",
  443. "border-bottom": "1px dashed #CCC",
  444. "cursor": "pointer"
  445. }
  446. },
  447. "service":{
  448. "shadow": {
  449. "cursor": "pointer",
  450. "fill": "90-#fff-#999:30-#fff",
  451. "stroke-width": "0",
  452. "z-index": 100
  453. },
  454. "shap": {
  455. "cursor": "pointer",
  456. "fill": "#ffe7a6",
  457. "stroke-width": "1",
  458. "stroke": "#c5ab66",
  459. "radius": 0,
  460. "z-index": 100
  461. },
  462. "text":{
  463. "fill": "#000",
  464. "stroke-width": 0,
  465. "font-size": 14,
  466. "cursor": "pointer",
  467. "z-index": 100
  468. },
  469. "icon":{
  470. "src": "../x_component_process_ProcessDesigner/$Process/flat/icon/service.png",
  471. "attr": {
  472. "cursor": "pointer",
  473. "z-index": 100
  474. }
  475. },
  476. "listIcon": {
  477. "width": "30px",
  478. "height": "24px",
  479. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/flat/icon/service.png"+")",
  480. "background-position": "center center",
  481. "background-repeat": "no-repeat",
  482. "border-bottom": "1px dashed #CCC",
  483. "cursor": "pointer"
  484. }
  485. },
  486. "embed":{
  487. "shadow": {
  488. "cursor": "pointer",
  489. "fill": "120-#fff-#eee",
  490. "stroke-width": "0",
  491. "z-index": 100
  492. },
  493. "shap": {
  494. "cursor": "pointer",
  495. //"fill": "90-#FFF-#9a9a9a:5-#777777:50-#929292:53-#d1d1d1:97:#FFF",
  496. "fill": "#ded2ff",
  497. "stroke-width": "1",
  498. "stroke": "#8974c5",
  499. "radius": 0,
  500. "z-index": 100
  501. },
  502. "text":{
  503. "fill": "#000",
  504. "stroke-width": 0,
  505. "font-size": 14,
  506. "cursor": "pointer",
  507. "z-index": 100
  508. },
  509. "icon":{
  510. "src": "../x_component_process_ProcessDesigner/$Process/flat/icon/embed.gif",
  511. "attr": {
  512. "cursor": "pointer",
  513. "z-index": 100
  514. }
  515. },
  516. "listIcon": {
  517. "width": "30px",
  518. "height": "24px",
  519. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/default/icon/embed.gif"+")",
  520. "background-position": "center center",
  521. "background-repeat": "no-repeat",
  522. "border-bottom": "1px dashed #CCC",
  523. "cursor": "pointer"
  524. }
  525. },
  526. "publish":{
  527. "shadow": {
  528. "cursor": "pointer",
  529. "fill": "120-#fff-#eee",
  530. "stroke-width": "0",
  531. "z-index": 100
  532. },
  533. "shap": {
  534. "cursor": "pointer",
  535. //"fill": "90-#FFF-#9a9a9a:5-#777777:50-#929292:53-#d1d1d1:97:#FFF",
  536. "fill": "#ffdfb3",
  537. "stroke-width": "1",
  538. "stroke": "#ee8d02",
  539. "radius": 0,
  540. "z-index": 100
  541. },
  542. "text":{
  543. "fill": "#000",
  544. "stroke-width": 0,
  545. "font-size": 14,
  546. "cursor": "pointer",
  547. "z-index": 100
  548. },
  549. "icon":{
  550. "src": "../x_component_process_ProcessDesigner/$Process/flat/icon/publish.png",
  551. "attr": {
  552. "cursor": "pointer",
  553. "z-index": 100
  554. }
  555. },
  556. "listIcon": {
  557. "width": "30px",
  558. "height": "24px",
  559. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/default/icon/publish.png"+")",
  560. "background-position": "center center",
  561. "background-repeat": "no-repeat",
  562. "border-bottom": "1px dashed #CCC",
  563. "cursor": "pointer"
  564. }
  565. },
  566. "agent":{
  567. "shadow": {
  568. "cursor": "pointer",
  569. "fill": "90-#fff-#999:30-#fff",
  570. "stroke-width": "0",
  571. "z-index": 100
  572. },
  573. "shap": {
  574. "cursor": "pointer",
  575. "fill": "#FFFFFF",
  576. "stroke-width": "1",
  577. "stroke": "#666666",
  578. "radius": 0,
  579. "z-index": 100
  580. },
  581. "text":{
  582. "fill": "#000",
  583. "stroke-width": 0,
  584. "font-size": 14,
  585. "cursor": "pointer",
  586. "z-index": 100
  587. },
  588. "icon":{
  589. "src": "../x_component_process_ProcessDesigner/$Process/flat/icon/agent.png",
  590. "attr": {
  591. "cursor": "pointer",
  592. "z-index": 100
  593. }
  594. },
  595. "listIcon": {
  596. "width": "30px",
  597. "height": "24px",
  598. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/flat/icon/agent.png"+")",
  599. "background-position": "center center",
  600. "background-repeat": "no-repeat",
  601. "border-bottom": "1px dashed #CCC",
  602. "cursor": "pointer"
  603. }
  604. },
  605. "message":{
  606. "shadow": {
  607. "cursor": "pointer",
  608. "fill": "90-#fff-#999:30-#fff",
  609. "stroke-width": "0",
  610. "z-index": 100
  611. },
  612. "shap": {
  613. "cursor": "pointer",
  614. "fill": "#d3efef",
  615. "stroke-width": "1",
  616. "stroke": "#538c8b",
  617. "radius": 0,
  618. "z-index": 100
  619. },
  620. "text":{
  621. "fill": "#000",
  622. "stroke-width": 0,
  623. "font-size": 14,
  624. "cursor": "pointer",
  625. "z-index": 100
  626. },
  627. "icon":{
  628. "src": "../x_component_process_ProcessDesigner/$Process/flat/icon/message.png",
  629. "attr": {
  630. "cursor": "pointer",
  631. "z-index": 100
  632. }
  633. },
  634. "listIcon": {
  635. "width": "30px",
  636. "height": "24px",
  637. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/flat/icon/message.png"+")",
  638. "background-position": "center center",
  639. "background-repeat": "no-repeat",
  640. "border-bottom": "1px dashed #CCC",
  641. "cursor": "pointer"
  642. }
  643. },
  644. "box": {
  645. "stroke": "#ffa200",
  646. "stroke-dasharray": "-",
  647. "stroke-width": 2
  648. }
  649. },
  650. "route": {
  651. "line":{
  652. "normal":{
  653. "cursor": "pointer",
  654. "stroke-width": "2",
  655. "stroke": "#bbbbbb",
  656. "z-index": 50
  657. },
  658. "selected": {
  659. "cursor": "pointer",
  660. "stroke-width": "3",
  661. "stroke": "#ffa200",
  662. "z-index": 50
  663. },
  664. "no-checked": {
  665. "cursor": "pointer",
  666. "stroke-width": "2",
  667. "stroke": "#f00",
  668. "z-index": 50
  669. }
  670. },
  671. "linetext": {
  672. "normal":{
  673. "font-size": 12,
  674. "cursor": "pointer",
  675. "z-index": 100,
  676. "stroke-width": "0",
  677. "fill": "#999999"
  678. },
  679. "selected":{
  680. "font-size": 12,
  681. "cursor": "pointer",
  682. "z-index": 100,
  683. "stroke-width": "0",
  684. "fill": "#ffa200"
  685. },
  686. "no-checked":{
  687. "font-size": 12,
  688. "cursor": "pointer",
  689. "z-index": 100,
  690. "stroke-width": "0",
  691. "fill": "#f00"
  692. }
  693. },
  694. "decision": {
  695. "normal":{
  696. "cursor": "pointer",
  697. "fill": "#999999",
  698. "stroke-width": "0",
  699. "z-index": 100
  700. },
  701. "selected":{
  702. "cursor": "pointer",
  703. "fill": "#ffa200",
  704. "stroke-width": "0",
  705. "z-index": 100
  706. },
  707. "no-checked":{
  708. "cursor": "pointer",
  709. "fill": "#f00",
  710. "stroke-width": "0",
  711. "z-index": 100
  712. }
  713. },
  714. "arrow": {
  715. "normal":{
  716. "cursor": "pointer",
  717. "fill": "#999999",
  718. "stroke-width": "0",
  719. "z-index": 100
  720. },
  721. "selected":{
  722. "cursor": "pointer",
  723. "fill": "#ffa200",
  724. "stroke-width": "0",
  725. "z-index": 100
  726. },
  727. "no-checked":{
  728. "cursor": "pointer",
  729. "fill": "#f00",
  730. "stroke-width": "0",
  731. "z-index": 100
  732. }
  733. },
  734. "corner":{
  735. "default": {
  736. "cursor": "pointer",
  737. "stroke-width": "0.5",
  738. "stroke": "#999999",
  739. "fill": "#EEE",
  740. "fill-opacity": "100",
  741. "z-index": 50
  742. },
  743. "hide": {
  744. "cursor": "pointer",
  745. "stroke-width": "0",
  746. "stroke": "#999999",
  747. "fill": "#EEE",
  748. "fill-opacity": "0",
  749. "z-index": 50
  750. }
  751. },
  752. "icon": {
  753. "width": "30px",
  754. "height": "24px",
  755. "background-position": "center center",
  756. "background-repeat": "no-repeat",
  757. "border-bottom": "1px dashed #CCC",
  758. "cursor": "pointer",
  759. "background-image": "url("+"../x_component_process_ProcessDesigner/$Process/default/icon/route.gif"+")"
  760. }
  761. },
  762. "list": {
  763. "listText":{
  764. "border-bottom": "1px dashed #CCC",
  765. "cursor": "default"
  766. },
  767. "listTextDescription": {
  768. "border-bottom": "1px dashed #CCC",
  769. "cursor": "default",
  770. "color": "#666",
  771. "padding": "3px 0px",
  772. "line-height": "20px"
  773. },
  774. "listRow": {
  775. "background-color": "transparent"
  776. },
  777. "listRowSelected": {
  778. "background-color": "#eaedf4"
  779. },
  780. "listIcon":{
  781. "width": "20px",
  782. "cursor": "pointer",
  783. "border-bottom": "1px dashed #CCC"
  784. }
  785. },
  786. "panelResizeNode": {
  787. "overflow": "hidden",
  788. "height": "1px",
  789. "background-color": "#CCC",
  790. "border-top": "1px solid #999999",
  791. "border-bottom": "1px solid #f5f5f5",
  792. "margin": "2px 0px",
  793. "cursor": "row-resize",
  794. "display": "block"
  795. },
  796. "panelResizeNodeHide": {
  797. "overflow": "hidden",
  798. "height": "1px",
  799. "background-color": "#CCC",
  800. "border-top": "1px solid #999999",
  801. "border-bottom": "1px solid #f5f5f5",
  802. "margin": "0px 0px",
  803. "cursor": "row-resize",
  804. "display": "none"
  805. },
  806. "propertyListContent": {
  807. "overflow": "hidden",
  808. "border": "0px solid red"
  809. },
  810. "propertyListNode": {
  811. },
  812. "moduleListContent": {
  813. "overflow": "hidden",
  814. "border": "0px solid red"
  815. },
  816. "activityListNode": {
  817. },
  818. "listActivityNode": {
  819. "height": "24px",
  820. "line-height": "24px",
  821. "font-size": "12px",
  822. "margin": "3px 3px"
  823. },
  824. "activityListTable":{
  825. "width": "96%",
  826. "align": "center",
  827. "styles": {
  828. "margin": "5px 0",
  829. "font-size": "12px"
  830. }
  831. },
  832. "routeListTable":{
  833. "width": "96%",
  834. "align": "center",
  835. "styles": {
  836. "margin": "5px 0",
  837. "font-size": "12px"
  838. }
  839. },
  840. "propertyListTable": {
  841. "width": "100%",
  842. "align": "center",
  843. "styles": {
  844. "margin": "0px 0",
  845. "font-size": "12px",
  846. "border-top": "1px solid #CCC",
  847. "border-left": "1px solid #CCC"
  848. }
  849. },
  850. "propertyName": {
  851. "font-weight": "bold",
  852. "width": "80px",
  853. "height": "20px",
  854. "line-height": "20px",
  855. "text-align": "center",
  856. "border-bottom": "1px solid #999",
  857. "border-right": "1px solid #999"
  858. },
  859. "propertyValue": {
  860. "height": "20px",
  861. "line-height": "20px",
  862. "border-bottom": "1px solid #999",
  863. "border-right": "1px solid #999"
  864. },
  865. "editNode": {
  866. "font-size": "12px"
  867. // "padding": "5px",
  868. // "margin": "5px",
  869. // "border": "1px solid #CCC"
  870. },
  871. "editTable": {
  872. },
  873. "editTableTitle": {
  874. "width": "70px",
  875. "font-weight": "bold",
  876. "font-size": "12px",
  877. "height": "24px",
  878. "line-height": "24px",
  879. "border-bottom": "1px dashed #CCC"
  880. },
  881. "editTableTitle80": {
  882. "width": "80px",
  883. "font-weight": "bold",
  884. "font-size": "12px",
  885. "height": "24px",
  886. "line-height": "24px",
  887. "border-bottom": "1px dashed #CCC"
  888. },
  889. "editTableHeadTitle": {
  890. "color": "#bf6364",
  891. "font-weight": "bold",
  892. "font-size": "14px",
  893. "height": "24px",
  894. "line-height": "24px",
  895. "border-bottom": "1px dashed #CCC",
  896. "text-align": "center",
  897. "background-color": "#F6F6F6"
  898. },
  899. "editTableValue": {
  900. "height": "24px",
  901. "line-height": "24px",
  902. "border-bottom": "1px dashed #CCC"
  903. },
  904. "editTableInput": {
  905. "width": "98%",
  906. "border-top": "1px solid #DDD",
  907. "border-left": "1px solid #DDD",
  908. "border-bottom": "1px solid #EEE",
  909. "border-right": "1px solid #EEE"
  910. },
  911. "editTableTextarea": {
  912. "width": "98%",
  913. "border-top": "1px solid #DDD",
  914. "border-left": "1px solid #DDD",
  915. "border-bottom": "1px solid #EEE",
  916. "border-right": "1px solid #EEE"
  917. },
  918. "propertyTabNode": {
  919. "font-size": "12px",
  920. "margin-top": "5px",
  921. "-webkit-user-select": "text",
  922. "-moz-user-select": "text",
  923. // "border": "1px solid #CCC"
  924. },
  925. "multiActivityNode": {
  926. "height": "20px",
  927. "line-height": "20px",
  928. "margin-top": "10px",
  929. "margin-left": "20px",
  930. "font-size": "12px",
  931. "cursor": "pointer",
  932. "text-decoration": "underline",
  933. "color": "#0000FF"
  934. },
  935. "propertyRefreshFormNode": {
  936. "width": "24px",
  937. "height": "24px",
  938. "float": "right",
  939. "background": "url(../x_component_process_ProcessDesigner/$Process/flat/icon/refresh.png) no-repeat center center",
  940. "cursor": "pointer"
  941. },
  942. "propertyOpenFormNode": {
  943. "width": "24px",
  944. "height": "24px",
  945. "float": "right",
  946. "background": "url(../x_component_process_ProcessDesigner/$Process/flat/icon/form.png) no-repeat center center",
  947. "cursor": "pointer"
  948. },
  949. "applicationSelectTitle": {
  950. "height": "30px",
  951. "line-height": "30px",
  952. "font-weight": "bold",
  953. "border-bottom": "1px dashed #CCC",
  954. "text-align": "left",
  955. "padding-left": "5px",
  956. "width": "65px",
  957. "float": "left"
  958. },
  959. "applicationSelectContent": {
  960. "min-height": "30px",
  961. "margin-left": "70px",
  962. "margin-right": "70px",
  963. "border-bottom": "1px dashed #CCC",
  964. "overflow": "hidden"
  965. },
  966. "applicationSelectItem": {
  967. "border": "1px solid #666",
  968. "color": "#FFF",
  969. "padding": "0px 5px",
  970. "margin-left": "5px",
  971. "margin-top": "4px",
  972. "margin-bottom": "3px",
  973. "background-color": "#666",
  974. "float": "left"
  975. },
  976. "applicationSelectAction": {
  977. "height": "30px",
  978. "line-height": "30px",
  979. "text-align": "center",
  980. "width": "70px",
  981. "border-bottom": "1px dashed #CCC",
  982. "background-color": "#F6F6F6",
  983. "float": "right",
  984. "cursor": "pointer"
  985. },
  986. "processIconNode": {
  987. "width": "32px",
  988. "height": "32px",
  989. "line-height": "32px",
  990. "text-align": "center",
  991. "float": "left"
  992. },
  993. "processIconSelectNode": {
  994. "padding": "0px 5px",
  995. "height": "24px",
  996. "line-height": "24px",
  997. "text-align": "center",
  998. "border": "1px solid #999",
  999. "background-color": "#EEE",
  1000. "color": "#777",
  1001. "border-radius": "3px",
  1002. "float": "right",
  1003. "margin-top": "4px",
  1004. "margin-right": "5px",
  1005. "cursor": "pointer"
  1006. },
  1007. "selectDataTraceFieldArea": {
  1008. "padding": "10px",
  1009. "display": "flex",
  1010. "height": "100%",
  1011. "justify-content": "space-between"
  1012. },
  1013. "selectDataTraceArea": {
  1014. "width": "32%",
  1015. "display": "flex",
  1016. "flex-direction": "column",
  1017. "border": "1px solid #cccccc"
  1018. },
  1019. "selectDataTraceAreaTitle": {
  1020. "text-align": "center",
  1021. "font-weight": "bold",
  1022. "height": "26px",
  1023. "line-height": "26px",
  1024. "background-color": "#f3f3f3",
  1025. "border-bottom": "1px solid #cccccc"
  1026. },
  1027. "selectDataTraceAreaContent": {
  1028. "height": "calc(100% - 26px)",
  1029. "overflow": "auto"
  1030. },
  1031. "selectFormItemNode": {
  1032. "padding": "5px",
  1033. "cursor": "pointer",
  1034. "transition": "background-color 0.3s"
  1035. },
  1036. "selectFieldItemNode": {
  1037. "padding": "5px",
  1038. "cursor": "pointer",
  1039. "transition": "background-color 0.3s",
  1040. "display": "flex"
  1041. }
  1042. }