css.wcss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639
  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":"90-#FFF-#c8ffbe:5-#85ea60:50-#94f17c:53-#b3f699:97:#FFF",
  16. "stroke-width": "1",
  17. "stroke": "#60c743",
  18. "z-index": 100
  19. },
  20. "text":{
  21. "display": "none",
  22. "fill": "#FFF",
  23. "stroke-width": 0,
  24. "font-size": 14,
  25. "cursor": "pointer",
  26. "z-index": 100
  27. },
  28. "icon":{
  29. "src": MWF.defaultPath+"/process/ProcessChart/$Process/style1/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("+MWF.defaultPath+"/process/ProcessChart/$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":"90-#FFF-#ffaa96:5-#db7163:50-#ea8d7c:53-#f0cdc7:97:#FFF",
  58. "stroke-width": "1",
  59. "stroke": "#c73f27",
  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": MWF.defaultPath+"/process/ProcessChart/$Process/style1/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("+MWF.defaultPath+"/process/ProcessChart/$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. "manual":{
  86. "shadow": {
  87. "cursor": "pointer",
  88. "fill": "90-#fff-#999:30-#fff",
  89. "stroke-width": "0",
  90. "z-index": 100
  91. },
  92. "shap": {
  93. "cursor": "pointer",
  94. "fill": "90-#FFF-#77c1ee:5-#49a0d5:50-#68b6e4:53-#bdddec:97:#FFF",
  95. "stroke-width": "1",
  96. "stroke": "#5da2c9",
  97. "radius": 3,
  98. "z-index": 100
  99. },
  100. "text":{
  101. "fill": "#FFF",
  102. "stroke-width": 0,
  103. "font-size": 14,
  104. "cursor": "pointer",
  105. "z-index": 100
  106. },
  107. "icon":{
  108. "src": MWF.defaultPath+"/process/ProcessChart/$Process/style1/icon/manual.gif",
  109. "attr": {
  110. "cursor": "pointer",
  111. "z-index": 100
  112. }
  113. },
  114. "listIcon": {
  115. "width": "30px",
  116. "height": "24px",
  117. "background-image": "url("+MWF.defaultPath+"/process/ProcessChart/$Process/default/icon/manual.gif"+")",
  118. "background-position": "center center",
  119. "background-repeat": "no-repeat",
  120. "border-bottom": "1px dashed #CCC",
  121. "cursor": "pointer"
  122. }
  123. },
  124. "condition":{
  125. "shadow": {
  126. "cursor": "pointer",
  127. "fill": "120-#fff-#eee",
  128. "stroke-width": "0",
  129. "z-index": 100
  130. },
  131. "shap": {
  132. "cursor": "pointer",
  133. "fill": "90-#FFF-#efad8a:5-#f19a6f:50-#fcae87:53-#fddeca:97:#FFF",
  134. "stroke-width": "1",
  135. "stroke": "#d87849",
  136. "radiusX": 10,
  137. "radiusY": 10,
  138. "z-index": 100
  139. },
  140. "text":{
  141. "fill": "#FFF",
  142. "stroke-width": 0,
  143. "font-size": 14,
  144. "cursor": "pointer",
  145. "z-index": 100
  146. },
  147. "icon":{
  148. "src": MWF.defaultPath+"/process/ProcessChart/$Process/style1/icon/condition.gif",
  149. "attr": {
  150. "cursor": "pointer",
  151. "z-index": 100
  152. }
  153. },
  154. "listIcon": {
  155. "width": "30px",
  156. "height": "24px",
  157. "background-image": "url("+MWF.defaultPath+"/process/ProcessChart/$Process/default/icon/condition.gif"+")",
  158. "background-position": "center center",
  159. "background-repeat": "no-repeat",
  160. "border-bottom": "1px dashed #CCC",
  161. "cursor": "pointer"
  162. }
  163. },
  164. "auto":{
  165. "shadow": {
  166. "cursor": "pointer",
  167. "fill": "90-#fff-#999:30-#fff",
  168. "stroke-width": "0",
  169. "z-index": 100
  170. },
  171. "shap": {
  172. "cursor": "pointer",
  173. "fill": "90-#FFF-#ecc55c:5-#ddb039:50-#e6c053:53-#f4e2ba:97:#FFF",
  174. "stroke-width": "1",
  175. "stroke": "#c59135",
  176. "radius": 3,
  177. "z-index": 100
  178. },
  179. "text":{
  180. "fill": "#FFF",
  181. "stroke-width": 0,
  182. "font-size": 14,
  183. "cursor": "pointer",
  184. "z-index": 100
  185. },
  186. "icon":{
  187. "src": MWF.defaultPath+"/process/ProcessChart/$Process/style1/icon/auto.gif",
  188. "attr": {
  189. "cursor": "pointer",
  190. "z-index": 100
  191. }
  192. },
  193. "listIcon": {
  194. "width": "30px",
  195. "height": "24px",
  196. "background-image": "url("+MWF.defaultPath+"/process/ProcessChart/$Process/default/icon/auto.gif"+")",
  197. "background-position": "center center",
  198. "background-repeat": "no-repeat",
  199. "border-bottom": "1px dashed #CCC",
  200. "cursor": "pointer"
  201. }
  202. },
  203. "split":{
  204. "shadow": {
  205. "cursor": "pointer",
  206. "fill": "120-#fff-#eee",
  207. "stroke-width": "0",
  208. "z-index": 100
  209. },
  210. "shap": {
  211. "width": 41,
  212. "height": 41,
  213. "radius": 20,
  214. "cursor": "pointer",
  215. "fill": "90-#FFF-#9a9a9a:5-#777777:50-#929292:53-#d1d1d1:97:#FFF",
  216. //"fill": "90-#FFF-#7ebcb0:5-#70aea1:50-#8dbeb4:53-#d5e5e2:97:#FFF",
  217. "stroke-width": "1",
  218. "stroke": "#616161",
  219. "z-index": 100
  220. },
  221. "text":{
  222. "display": "none",
  223. "font-size": 14,
  224. "cursor": "pointer",
  225. "z-index": 100
  226. },
  227. "icon":{
  228. "src": MWF.defaultPath+"/process/ProcessChart/$Process/style1/icon/split.png",
  229. "attr": {
  230. "cursor": "pointer",
  231. "z-index": 100
  232. }
  233. },
  234. "listIcon": {
  235. "width": "30px",
  236. "height": "24px",
  237. "background-image": "url("+MWF.defaultPath+"/process/ProcessChart/$Process/default/icon/split.gif"+")",
  238. "background-position": "center center",
  239. "background-repeat": "no-repeat",
  240. "border-bottom": "1px dashed #CCC",
  241. "cursor": "pointer"
  242. }
  243. },
  244. "merge":{
  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": "90-#FFF-#9a9a9a:5-#777777:50-#929292:53-#d1d1d1:97:#FFF",
  257. //"fill": "90-#FFF-#7ebcb0:5-#70aea1:50-#8dbeb4:53-#d5e5e2:97:#FFF",
  258. "stroke-width": "1",
  259. "stroke": "#616161",
  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": MWF.defaultPath+"/process/ProcessChart/$Process/style1/icon/merger.png",
  270. "attr": {
  271. "cursor": "pointer",
  272. "z-index": 100
  273. }
  274. },
  275. "listIcon": {
  276. "width": "30px",
  277. "height": "24px",
  278. "background-image": "url("+MWF.defaultPath+"/process/ProcessChart/$Process/default/icon/merger.gif"+")",
  279. "background-position": "center center",
  280. "background-repeat": "no-repeat",
  281. "border-bottom": "1px dashed #CCC",
  282. "cursor": "pointer"
  283. }
  284. },
  285. "invoke":{
  286. "shadow": {
  287. "cursor": "pointer",
  288. "fill": "120-#fff-#eee",
  289. "stroke-width": "0",
  290. "z-index": 100
  291. },
  292. "shap": {
  293. "cursor": "pointer",
  294. "fill": "90-#FFF-#7551cf:5-#6241b4:50-#8262cd:53-#d1c6e6:97:#FFF",
  295. "stroke-width": "1",
  296. "stroke": "#5532ad",
  297. "radius": 3,
  298. "z-index": 100
  299. },
  300. "text":{
  301. "fill": "#FFF",
  302. "stroke-width": 0,
  303. "font-size": 14,
  304. "cursor": "pointer",
  305. "z-index": 100
  306. },
  307. "icon":{
  308. "src": MWF.defaultPath+"/process/ProcessChart/$Process/style1/icon/invoke.gif",
  309. "attr": {
  310. "cursor": "pointer",
  311. "z-index": 100
  312. }
  313. },
  314. "listIcon": {
  315. "width": "30px",
  316. "height": "24px",
  317. "background-image": "url("+MWF.defaultPath+"/process/ProcessChart/$Process/default/icon/invoke.gif"+")",
  318. "background-position": "center center",
  319. "background-repeat": "no-repeat",
  320. "border-bottom": "1px dashed #CCC",
  321. "cursor": "pointer"
  322. }
  323. },
  324. "embed":{
  325. "shadow": {
  326. "cursor": "pointer",
  327. "fill": "120-#fff-#eee",
  328. "stroke-width": "0",
  329. "z-index": 100
  330. },
  331. "shap": {
  332. "cursor": "pointer",
  333. //"fill": "90-#FFF-#9a9a9a:5-#777777:50-#929292:53-#d1d1d1:97:#FFF",
  334. "fill": "90-#FFF-#7ebcb0:5-#70aea1:50-#8dbeb4:53-#d5e5e2:97:#FFF",
  335. "stroke-width": "1",
  336. "stroke": "#72afa3",
  337. "radius": 3,
  338. "z-index": 100
  339. },
  340. "text":{
  341. "fill": "#FFF",
  342. "stroke-width": 0,
  343. "font-size": 14,
  344. "cursor": "pointer",
  345. "z-index": 100
  346. },
  347. "icon":{
  348. "src": MWF.defaultPath+"/process/ProcessChart/$Process/style1/icon/embed.gif",
  349. "attr": {
  350. "cursor": "pointer",
  351. "z-index": 100
  352. }
  353. },
  354. "listIcon": {
  355. "width": "30px",
  356. "height": "24px",
  357. "background-image": "url("+MWF.defaultPath+"/process/ProcessChart/$Process/default/icon/embed.gif"+")",
  358. "background-position": "center center",
  359. "background-repeat": "no-repeat",
  360. "border-bottom": "1px dashed #CCC",
  361. "cursor": "pointer"
  362. }
  363. },
  364. "box": {
  365. "stroke": "#ffa200",
  366. "stroke-dasharray": "-",
  367. "stroke-width": 2
  368. }
  369. },
  370. "route": {
  371. "line":{
  372. "normal":{
  373. "cursor": "pointer",
  374. "stroke-width": "1",
  375. "stroke": "#333333",
  376. "z-index": 50
  377. },
  378. "selected": {
  379. "cursor": "pointer",
  380. "stroke-width": "2",
  381. "stroke": "#ffa200",
  382. "z-index": 50
  383. },
  384. "no-checked": {
  385. "cursor": "pointer",
  386. "stroke-width": "1",
  387. "stroke": "#f00",
  388. "z-index": 50
  389. }
  390. },
  391. "linetext": {
  392. "normal":{
  393. "font-size": 12,
  394. "cursor": "pointer",
  395. "z-index": 100,
  396. "stroke-width": "0",
  397. "fill": "#999999"
  398. },
  399. "selected":{
  400. "font-size": 12,
  401. "cursor": "pointer",
  402. "z-index": 100,
  403. "stroke-width": "0",
  404. "fill": "#ffa200"
  405. },
  406. "no-checked":{
  407. "font-size": 12,
  408. "cursor": "pointer",
  409. "z-index": 100,
  410. "stroke-width": "0",
  411. "fill": "#f00"
  412. }
  413. },
  414. "decision": {
  415. "normal":{
  416. "cursor": "pointer",
  417. "fill": "#999999",
  418. "stroke-width": "0",
  419. "z-index": 100
  420. },
  421. "selected":{
  422. "cursor": "pointer",
  423. "fill": "#ffa200",
  424. "stroke-width": "0",
  425. "z-index": 100
  426. },
  427. "no-checked":{
  428. "cursor": "pointer",
  429. "fill": "#f00",
  430. "stroke-width": "0",
  431. "z-index": 100
  432. }
  433. },
  434. "arrow": {
  435. "normal":{
  436. "cursor": "pointer",
  437. "fill": "#999999",
  438. "stroke-width": "0",
  439. "z-index": 100
  440. },
  441. "selected":{
  442. "cursor": "pointer",
  443. "fill": "#ffa200",
  444. "stroke-width": "0",
  445. "z-index": 100
  446. },
  447. "no-checked":{
  448. "cursor": "pointer",
  449. "fill": "#f00",
  450. "stroke-width": "0",
  451. "z-index": 100
  452. }
  453. },
  454. "corner":{
  455. "default": {
  456. "cursor": "pointer",
  457. "stroke-width": "0.5",
  458. "stroke": "#999999",
  459. "fill": "#EEE",
  460. "fill-opacity": "100",
  461. "z-index": 50
  462. },
  463. "hide": {
  464. "cursor": "pointer",
  465. "stroke-width": "0",
  466. "stroke": "#999999",
  467. "fill": "#EEE",
  468. "fill-opacity": "0",
  469. "z-index": 50
  470. }
  471. },
  472. "icon": {
  473. "width": "30px",
  474. "height": "24px",
  475. "background-position": "center center",
  476. "background-repeat": "no-repeat",
  477. "border-bottom": "1px dashed #CCC",
  478. "cursor": "pointer",
  479. "background-image": "url("+MWF.defaultPath+"/process/ProcessChart/$Process/default/icon/route.gif"+")"
  480. }
  481. },
  482. "list": {
  483. "listText":{
  484. "border-bottom": "1px dashed #CCC",
  485. "cursor": "default"
  486. },
  487. "listTextDescription": {
  488. "border-bottom": "1px dashed #CCC",
  489. "cursor": "default",
  490. "color": "#666",
  491. "padding": "3px 0px",
  492. "line-height": "20px"
  493. },
  494. "listRow": {
  495. "background-color": "transparent"
  496. },
  497. "listRowSelected": {
  498. "background-color": "#eaedf4"
  499. },
  500. "listIcon":{
  501. "width": "20px",
  502. "cursor": "pointer",
  503. "border-bottom": "1px dashed #CCC"
  504. }
  505. },
  506. "panelResizeNode": {
  507. "overflow": "hidden",
  508. "height": "1px",
  509. "background-color": "#CCC",
  510. "border-top": "1px solid #999999",
  511. "border-bottom": "1px solid #f5f5f5",
  512. "margin": "2px 0px",
  513. "cursor": "row-resize",
  514. "display": "block"
  515. },
  516. "panelResizeNodeHide": {
  517. "overflow": "hidden",
  518. "height": "1px",
  519. "background-color": "#CCC",
  520. "border-top": "1px solid #999999",
  521. "border-bottom": "1px solid #f5f5f5",
  522. "margin": "0px 0px",
  523. "cursor": "row-resize",
  524. "display": "none"
  525. },
  526. "propertyListContent": {
  527. "overflow": "hidden",
  528. "border": "0px solid red"
  529. },
  530. "propertyListNode": {
  531. },
  532. "moduleListContent": {
  533. "overflow": "hidden",
  534. "border": "0px solid red"
  535. },
  536. "activityListNode": {
  537. },
  538. "listActivityNode": {
  539. "height": "24px",
  540. "line-height": "24px",
  541. "font-size": "12px",
  542. "margin": "3px 3px"
  543. },
  544. "activityListTable":{
  545. "width": "96%",
  546. "align": "center",
  547. "styles": {
  548. "margin": "5px 0",
  549. "font-size": "12px"
  550. }
  551. },
  552. "routeListTable":{
  553. "width": "96%",
  554. "align": "center",
  555. "styles": {
  556. "margin": "5px 0",
  557. "font-size": "12px"
  558. }
  559. },
  560. "propertyListTable": {
  561. "width": "100%",
  562. "align": "center",
  563. "styles": {
  564. "margin": "0px 0",
  565. "font-size": "12px",
  566. "border-top": "1px solid #CCC",
  567. "border-left": "1px solid #CCC"
  568. }
  569. },
  570. "propertyName": {
  571. "font-weight": "bold",
  572. "width": "80px",
  573. "height": "20px",
  574. "line-height": "20px",
  575. "text-align": "center",
  576. "border-bottom": "1px solid #999",
  577. "border-right": "1px solid #999"
  578. },
  579. "propertyValue": {
  580. "height": "20px",
  581. "line-height": "20px",
  582. "border-bottom": "1px solid #999",
  583. "border-right": "1px solid #999"
  584. },
  585. "editNode": {
  586. "font-size": "12px",
  587. "padding": "5px",
  588. "margin": "5px",
  589. "border": "1px solid #CCC"
  590. },
  591. "editTable": {
  592. },
  593. "editTableTitle": {
  594. "width": "70px",
  595. "font-weight": "bold",
  596. "font-size": "12px",
  597. "height": "24px",
  598. "line-height": "24px",
  599. "border-bottom": "1px dashed #CCC"
  600. },
  601. "editTableValue": {
  602. "height": "24px",
  603. "line-height": "24px",
  604. "border-bottom": "1px dashed #CCC"
  605. },
  606. "editTableInput": {
  607. "width": "98%",
  608. "border-top": "1px solid #DDD",
  609. "border-left": "1px solid #DDD",
  610. "border-bottom": "1px solid #EEE",
  611. "border-right": "1px solid #EEE"
  612. },
  613. "editTableTextarea": {
  614. "width": "98%",
  615. "border-top": "1px solid #DDD",
  616. "border-left": "1px solid #DDD",
  617. "border-bottom": "1px solid #EEE",
  618. "border-right": "1px solid #EEE"
  619. },
  620. "multiActivityNode": {
  621. "height": "20px",
  622. "line-height": "20px",
  623. "margin-top": "10px",
  624. "margin-left": "20px",
  625. "font-size": "12px",
  626. "cursor": "pointer",
  627. "text-decoration": "underline",
  628. "color": "#0000FF"
  629. },
  630. propertyRefreshFormNode: {
  631. "width": "24px",
  632. "height": "24px",
  633. "float": "right",
  634. "background": "url("+"../x_component_process_ProcessDesigner/$Process/style1/icon/refresh.png) no-repeat center center",
  635. "cursor": "pointer"
  636. }
  637. }