designer.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. .MyCanvas{
  2. background:url(img/grid_10.png) repeat;
  3. }
  4. .buttonStyle {
  5. cursor: pointer;
  6. margin-top: 5px;
  7. margin-left: 5px;
  8. }
  9. .draggable-model-proxy{
  10. border:1px solid #ccc;
  11. opacity:0.7;
  12. position:absolute;
  13. z-index:20;
  14. filter:alpha(opacity=70);
  15. }
  16. .task{
  17. margin : 0px;
  18. padding : 0px;
  19. outline : none;
  20. }
  21. .task-highlight{
  22. border-radius:5px;
  23. border-style: double;
  24. border-width: 3px;
  25. border-color: red;
  26. margin : 0px;
  27. padding : 0px;
  28. outline : none;
  29. }
  30. .task-tip{
  31. display:none;
  32. position:absolute;
  33. color:#4D9FBF;
  34. font-size:14px;
  35. background-color:#E5F6FE;
  36. border-radius:5px;
  37. border:#ADD9ED 2px double
  38. }
  39. .task-top-left{
  40. background:url(img/circle.png) no-repeat top left;
  41. position:absolute;
  42. left:0;
  43. top:0;
  44. font-size:2px;
  45. }
  46. .task-top-right{
  47. background:url(img/circle.png) no-repeat top right;
  48. position:absolute;
  49. left:0;
  50. top:0;
  51. font-size:2px;
  52. }
  53. .task-header{
  54. background-color : #E0EDFF;
  55. //update---start--author:scott---------date:20170703---------for:流程设计器节点title文字样式调整------------
  56. border-top : 1px solid #98B9CD;
  57. //update---end--author:scott---------date:20170703---------for:流程设计器节点title文字样式调整------------
  58. font-size : 9px;
  59. text-align : center;
  60. }
  61. .task-textarea{
  62. background-color : rgb(251,251,251);
  63. border-top : 1px solid #98B9CD;
  64. border-left : 1px solid #98B9CD;
  65. border-right : 1px solid #98B9CD;
  66. overflow : no;
  67. font-size : 10px;
  68. font-weight : bolder;
  69. text-align : center;
  70. padding-top : 3px;
  71. color:#666633;
  72. vertical-align : middle;
  73. }
  74. .task-footer{
  75. background-color : rgb(251,251,251);
  76. border-bottom : 1px solid #98B9CD;
  77. font-size : 2px;
  78. }
  79. .bottom-top-left{
  80. background:url(img/circle.png) no-repeat bottom left;
  81. position:absolute;
  82. left:0;
  83. top:0;
  84. font-size:2px;
  85. }
  86. .bottom-top-right{
  87. background:url(img/circle.png) no-repeat bottom right;
  88. position:absolute;
  89. left:0;
  90. top:0;
  91. font-size:2px;
  92. }
  93. .user-task-icon{
  94. background : url(icons/user.png) no-repeat;
  95. }
  96. .manual-task-icon{
  97. background : url(icons/type.manual.png) no-repeat;
  98. }
  99. .script-task-icon{
  100. background : url(icons/type.script.png) no-repeat;
  101. }
  102. .mail-task-icon{
  103. background : url(icons/type.send.png) no-repeat;
  104. }
  105. .service-task-icon{
  106. background : url(icons/type.service.png) no-repeat;
  107. }
  108. .receive-task-icon{
  109. background : url(icons/type.receive.png) no-repeat;
  110. }
  111. .business-rule-task-icon{
  112. background : url(icons/type.business.rule.png) no-repeat;
  113. }
  114. .subprocess-icon{
  115. background : url(icons/type.subprocess.expanded.png) no-repeat;
  116. }
  117. .callactivity-icon{
  118. background : url(icons/callactivity.png) no-repeat;
  119. }
  120. .sequence-flow-icon{
  121. background : url(icons/ereference.gif) no-repeat;
  122. }
  123. .start-event-icon{
  124. background : url(icons/type.startevent.none.png) no-repeat;
  125. }
  126. .end-event-icon{
  127. background : url(icons/type.endevent.none.png) no-repeat;
  128. }
  129. .parallel-gateway-icon{
  130. background : url(icons/type.gateway.parallel.png) no-repeat;
  131. }
  132. .exclusive-gateway-icon{
  133. background : url(icons/type.gateway.exclusive.png) no-repeat;
  134. }
  135. .timer-boundary-event-icon{
  136. background : url(icons/timer.png) no-repeat;
  137. }
  138. .error-boundary-event-icon{
  139. background : url(icons/error.png) no-repeat;
  140. }
  141. .palette-icon{
  142. background : url(icons/palette.png) no-repeat;
  143. }
  144. .palette-menu{
  145. padding:5px;
  146. overflow:auto;
  147. }
  148. .palette-menu-icon{
  149. background : url(icons/tree_folder_open.gif) no-repeat;
  150. }
  151. .process-icon{
  152. background : url(icons/process.gif) no-repeat;
  153. }
  154. .properties-icon{
  155. background : url(icons/properties.gif) no-repeat;
  156. }
  157. .properties-menu{
  158. overflow:auto;
  159. }
  160. .context-menu{
  161. position:absolute;
  162. background:#f0f0f0 url('img/menu.gif') repeat-y;
  163. margin:0;
  164. padding:2px;
  165. border:1px solid #ccc;
  166. overflow:hidden;
  167. }
  168. .context-menu-item{
  169. position:relative;
  170. margin:0;
  171. padding:0;
  172. height:22px;
  173. line-height:20px;
  174. overflow:hidden;
  175. font-size:12px;
  176. cursor:pointer;
  177. border:1px solid transparent;
  178. _border:1px solid #f0f0f0;
  179. }
  180. .context-menu-text{
  181. position:absolute;
  182. left:28px;
  183. top:0px;
  184. }
  185. .context-menu-icon{
  186. position:absolute;
  187. width:16px;
  188. height:16px;
  189. top:3px;
  190. left:2px;
  191. }
  192. .context-menu-sep{
  193. margin:3px 0px 3px 24px;
  194. line-height:2px;
  195. font-size:2px;
  196. background:url('img/menu_sep.png') repeat-x;
  197. }
  198. .context-menu-active{
  199. border:1px solid #7eabcd;
  200. background:#fafafa;
  201. -moz-border-radius:3px;
  202. -webkit-border-radius: 3px;
  203. }
  204. .context-menu-shadow{
  205. position:absolute;
  206. background:#ddd;
  207. -moz-border-radius:5px;
  208. -webkit-border-radius: 5px;
  209. -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  210. -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  211. filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
  212. }