css.wcss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679
  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. "publish":{
  365. "shadow": {
  366. "cursor": "pointer",
  367. "fill": "120-#fff-#eee",
  368. "stroke-width": "0",
  369. "z-index": 100
  370. },
  371. "shap": {
  372. "cursor": "pointer",
  373. //"fill": "90-#FFF-#9a9a9a:5-#777777:50-#929292:53-#d1d1d1:97:#FFF",
  374. "fill": "90-#FFF-#7ebcb0:5-#70aea1:50-#8dbeb4:53-#d5e5e2:97:#FFF",
  375. "stroke-width": "1",
  376. "stroke": "#72afa3",
  377. "radius": 3,
  378. "z-index": 100
  379. },
  380. "text":{
  381. "fill": "#FFF",
  382. "stroke-width": 0,
  383. "font-size": 14,
  384. "cursor": "pointer",
  385. "z-index": 100
  386. },
  387. "icon":{
  388. "src": MWF.defaultPath+"/process/ProcessChart/$Process/style1/icon/publish.png",
  389. "attr": {
  390. "cursor": "pointer",
  391. "z-index": 100
  392. }
  393. },
  394. "listIcon": {
  395. "width": "30px",
  396. "height": "24px",
  397. "background-image": "url("+MWF.defaultPath+"/process/ProcessChart/$Process/default/icon/publish.png"+")",
  398. "background-position": "center center",
  399. "background-repeat": "no-repeat",
  400. "border-bottom": "1px dashed #CCC",
  401. "cursor": "pointer"
  402. }
  403. },
  404. "box": {
  405. "stroke": "#ffa200",
  406. "stroke-dasharray": "-",
  407. "stroke-width": 2
  408. }
  409. },
  410. "route": {
  411. "line":{
  412. "normal":{
  413. "cursor": "pointer",
  414. "stroke-width": "1",
  415. "stroke": "#333333",
  416. "z-index": 50
  417. },
  418. "selected": {
  419. "cursor": "pointer",
  420. "stroke-width": "2",
  421. "stroke": "#ffa200",
  422. "z-index": 50
  423. },
  424. "no-checked": {
  425. "cursor": "pointer",
  426. "stroke-width": "1",
  427. "stroke": "#f00",
  428. "z-index": 50
  429. }
  430. },
  431. "linetext": {
  432. "normal":{
  433. "font-size": 12,
  434. "cursor": "pointer",
  435. "z-index": 100,
  436. "stroke-width": "0",
  437. "fill": "#999999"
  438. },
  439. "selected":{
  440. "font-size": 12,
  441. "cursor": "pointer",
  442. "z-index": 100,
  443. "stroke-width": "0",
  444. "fill": "#ffa200"
  445. },
  446. "no-checked":{
  447. "font-size": 12,
  448. "cursor": "pointer",
  449. "z-index": 100,
  450. "stroke-width": "0",
  451. "fill": "#f00"
  452. }
  453. },
  454. "decision": {
  455. "normal":{
  456. "cursor": "pointer",
  457. "fill": "#999999",
  458. "stroke-width": "0",
  459. "z-index": 100
  460. },
  461. "selected":{
  462. "cursor": "pointer",
  463. "fill": "#ffa200",
  464. "stroke-width": "0",
  465. "z-index": 100
  466. },
  467. "no-checked":{
  468. "cursor": "pointer",
  469. "fill": "#f00",
  470. "stroke-width": "0",
  471. "z-index": 100
  472. }
  473. },
  474. "arrow": {
  475. "normal":{
  476. "cursor": "pointer",
  477. "fill": "#999999",
  478. "stroke-width": "0",
  479. "z-index": 100
  480. },
  481. "selected":{
  482. "cursor": "pointer",
  483. "fill": "#ffa200",
  484. "stroke-width": "0",
  485. "z-index": 100
  486. },
  487. "no-checked":{
  488. "cursor": "pointer",
  489. "fill": "#f00",
  490. "stroke-width": "0",
  491. "z-index": 100
  492. }
  493. },
  494. "corner":{
  495. "default": {
  496. "cursor": "pointer",
  497. "stroke-width": "0.5",
  498. "stroke": "#999999",
  499. "fill": "#EEE",
  500. "fill-opacity": "100",
  501. "z-index": 50
  502. },
  503. "hide": {
  504. "cursor": "pointer",
  505. "stroke-width": "0",
  506. "stroke": "#999999",
  507. "fill": "#EEE",
  508. "fill-opacity": "0",
  509. "z-index": 50
  510. }
  511. },
  512. "icon": {
  513. "width": "30px",
  514. "height": "24px",
  515. "background-position": "center center",
  516. "background-repeat": "no-repeat",
  517. "border-bottom": "1px dashed #CCC",
  518. "cursor": "pointer",
  519. "background-image": "url("+MWF.defaultPath+"/process/ProcessChart/$Process/default/icon/route.gif"+")"
  520. }
  521. },
  522. "list": {
  523. "listText":{
  524. "border-bottom": "1px dashed #CCC",
  525. "cursor": "default"
  526. },
  527. "listTextDescription": {
  528. "border-bottom": "1px dashed #CCC",
  529. "cursor": "default",
  530. "color": "#666",
  531. "padding": "3px 0px",
  532. "line-height": "20px"
  533. },
  534. "listRow": {
  535. "background-color": "transparent"
  536. },
  537. "listRowSelected": {
  538. "background-color": "#eaedf4"
  539. },
  540. "listIcon":{
  541. "width": "20px",
  542. "cursor": "pointer",
  543. "border-bottom": "1px dashed #CCC"
  544. }
  545. },
  546. "panelResizeNode": {
  547. "overflow": "hidden",
  548. "height": "1px",
  549. "background-color": "#CCC",
  550. "border-top": "1px solid #999999",
  551. "border-bottom": "1px solid #f5f5f5",
  552. "margin": "2px 0px",
  553. "cursor": "row-resize",
  554. "display": "block"
  555. },
  556. "panelResizeNodeHide": {
  557. "overflow": "hidden",
  558. "height": "1px",
  559. "background-color": "#CCC",
  560. "border-top": "1px solid #999999",
  561. "border-bottom": "1px solid #f5f5f5",
  562. "margin": "0px 0px",
  563. "cursor": "row-resize",
  564. "display": "none"
  565. },
  566. "propertyListContent": {
  567. "overflow": "hidden",
  568. "border": "0px solid red"
  569. },
  570. "propertyListNode": {
  571. },
  572. "moduleListContent": {
  573. "overflow": "hidden",
  574. "border": "0px solid red"
  575. },
  576. "activityListNode": {
  577. },
  578. "listActivityNode": {
  579. "height": "24px",
  580. "line-height": "24px",
  581. "font-size": "12px",
  582. "margin": "3px 3px"
  583. },
  584. "activityListTable":{
  585. "width": "96%",
  586. "align": "center",
  587. "styles": {
  588. "margin": "5px 0",
  589. "font-size": "12px"
  590. }
  591. },
  592. "routeListTable":{
  593. "width": "96%",
  594. "align": "center",
  595. "styles": {
  596. "margin": "5px 0",
  597. "font-size": "12px"
  598. }
  599. },
  600. "propertyListTable": {
  601. "width": "100%",
  602. "align": "center",
  603. "styles": {
  604. "margin": "0px 0",
  605. "font-size": "12px",
  606. "border-top": "1px solid #CCC",
  607. "border-left": "1px solid #CCC"
  608. }
  609. },
  610. "propertyName": {
  611. "font-weight": "bold",
  612. "width": "80px",
  613. "height": "20px",
  614. "line-height": "20px",
  615. "text-align": "center",
  616. "border-bottom": "1px solid #999",
  617. "border-right": "1px solid #999"
  618. },
  619. "propertyValue": {
  620. "height": "20px",
  621. "line-height": "20px",
  622. "border-bottom": "1px solid #999",
  623. "border-right": "1px solid #999"
  624. },
  625. "editNode": {
  626. "font-size": "12px",
  627. "padding": "5px",
  628. "margin": "5px",
  629. "border": "1px solid #CCC"
  630. },
  631. "editTable": {
  632. },
  633. "editTableTitle": {
  634. "width": "70px",
  635. "font-weight": "bold",
  636. "font-size": "12px",
  637. "height": "24px",
  638. "line-height": "24px",
  639. "border-bottom": "1px dashed #CCC"
  640. },
  641. "editTableValue": {
  642. "height": "24px",
  643. "line-height": "24px",
  644. "border-bottom": "1px dashed #CCC"
  645. },
  646. "editTableInput": {
  647. "width": "98%",
  648. "border-top": "1px solid #DDD",
  649. "border-left": "1px solid #DDD",
  650. "border-bottom": "1px solid #EEE",
  651. "border-right": "1px solid #EEE"
  652. },
  653. "editTableTextarea": {
  654. "width": "98%",
  655. "border-top": "1px solid #DDD",
  656. "border-left": "1px solid #DDD",
  657. "border-bottom": "1px solid #EEE",
  658. "border-right": "1px solid #EEE"
  659. },
  660. "multiActivityNode": {
  661. "height": "20px",
  662. "line-height": "20px",
  663. "margin-top": "10px",
  664. "margin-left": "20px",
  665. "font-size": "12px",
  666. "cursor": "pointer",
  667. "text-decoration": "underline",
  668. "color": "#0000FF"
  669. },
  670. propertyRefreshFormNode: {
  671. "width": "24px",
  672. "height": "24px",
  673. "float": "right",
  674. "background": "url("+"../x_component_process_ProcessDesigner/$Process/style1/icon/refresh.png) no-repeat center center",
  675. "cursor": "pointer"
  676. }
  677. }