| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- .MyCanvas{
- background:url(img/grid_10.png) repeat;
- }
- .buttonStyle {
- cursor: pointer;
- margin-top: 5px;
- margin-left: 5px;
- }
- .draggable-model-proxy{
- border:1px solid #ccc;
- opacity:0.7;
- position:absolute;
- z-index:20;
- filter:alpha(opacity=70);
- }
- .task{
- margin : 0px;
- padding : 0px;
- outline : none;
- }
- .task-highlight{
- border-radius:5px;
- border-style: double;
- border-width: 3px;
- border-color: red;
- margin : 0px;
- padding : 0px;
- outline : none;
- }
- .task-tip{
- display:none;
- position:absolute;
- color:#4D9FBF;
- font-size:14px;
- background-color:#E5F6FE;
- border-radius:5px;
- border:#ADD9ED 2px double
- }
- .task-top-left{
- background:url(img/circle.png) no-repeat top left;
- position:absolute;
- left:0;
- top:0;
- font-size:2px;
- }
- .task-top-right{
- background:url(img/circle.png) no-repeat top right;
- position:absolute;
- left:0;
- top:0;
- font-size:2px;
- }
- .task-header{
- background-color : #E0EDFF;
- //update---start--author:scott---------date:20170703---------for:流程设计器节点title文字样式调整------------
- border-top : 1px solid #98B9CD;
- //update---end--author:scott---------date:20170703---------for:流程设计器节点title文字样式调整------------
- font-size : 9px;
- text-align : center;
- }
- .task-textarea{
- background-color : rgb(251,251,251);
- border-top : 1px solid #98B9CD;
- border-left : 1px solid #98B9CD;
- border-right : 1px solid #98B9CD;
- overflow : no;
- font-size : 10px;
- font-weight : bolder;
- text-align : center;
- padding-top : 3px;
- color:#666633;
- vertical-align : middle;
- }
- .task-footer{
- background-color : rgb(251,251,251);
- border-bottom : 1px solid #98B9CD;
- font-size : 2px;
- }
- .bottom-top-left{
- background:url(img/circle.png) no-repeat bottom left;
- position:absolute;
- left:0;
- top:0;
- font-size:2px;
- }
- .bottom-top-right{
- background:url(img/circle.png) no-repeat bottom right;
- position:absolute;
- left:0;
- top:0;
- font-size:2px;
- }
- .user-task-icon{
- background : url(icons/user.png) no-repeat;
-
- }
- .manual-task-icon{
- background : url(icons/type.manual.png) no-repeat;
- }
- .script-task-icon{
- background : url(icons/type.script.png) no-repeat;
- }
- .mail-task-icon{
- background : url(icons/type.send.png) no-repeat;
- }
- .service-task-icon{
- background : url(icons/type.service.png) no-repeat;
- }
- .receive-task-icon{
- background : url(icons/type.receive.png) no-repeat;
- }
- .business-rule-task-icon{
- background : url(icons/type.business.rule.png) no-repeat;
- }
- .subprocess-icon{
- background : url(icons/type.subprocess.expanded.png) no-repeat;
- }
- .callactivity-icon{
- background : url(icons/callactivity.png) no-repeat;
- }
- .sequence-flow-icon{
- background : url(icons/ereference.gif) no-repeat;
- }
- .start-event-icon{
- background : url(icons/type.startevent.none.png) no-repeat;
- }
- .end-event-icon{
- background : url(icons/type.endevent.none.png) no-repeat;
- }
- .parallel-gateway-icon{
- background : url(icons/type.gateway.parallel.png) no-repeat;
- }
- .exclusive-gateway-icon{
- background : url(icons/type.gateway.exclusive.png) no-repeat;
- }
- .timer-boundary-event-icon{
- background : url(icons/timer.png) no-repeat;
- }
- .error-boundary-event-icon{
- background : url(icons/error.png) no-repeat;
- }
- .palette-icon{
- background : url(icons/palette.png) no-repeat;
- }
- .palette-menu{
- padding:5px;
- overflow:auto;
- }
- .palette-menu-icon{
- background : url(icons/tree_folder_open.gif) no-repeat;
- }
- .process-icon{
- background : url(icons/process.gif) no-repeat;
- }
- .properties-icon{
- background : url(icons/properties.gif) no-repeat;
- }
- .properties-menu{
- overflow:auto;
- }
- .context-menu{
- position:absolute;
- background:#f0f0f0 url('img/menu.gif') repeat-y;
- margin:0;
- padding:2px;
- border:1px solid #ccc;
- overflow:hidden;
- }
- .context-menu-item{
- position:relative;
- margin:0;
- padding:0;
- height:22px;
- line-height:20px;
- overflow:hidden;
- font-size:12px;
- cursor:pointer;
- border:1px solid transparent;
- _border:1px solid #f0f0f0;
- }
- .context-menu-text{
- position:absolute;
- left:28px;
- top:0px;
- }
- .context-menu-icon{
- position:absolute;
- width:16px;
- height:16px;
- top:3px;
- left:2px;
- }
- .context-menu-sep{
- margin:3px 0px 3px 24px;
- line-height:2px;
- font-size:2px;
- background:url('img/menu_sep.png') repeat-x;
- }
- .context-menu-active{
- border:1px solid #7eabcd;
- background:#fafafa;
- -moz-border-radius:3px;
- -webkit-border-radius: 3px;
- }
- .context-menu-shadow{
- position:absolute;
- background:#ddd;
- -moz-border-radius:5px;
- -webkit-border-radius: 5px;
- -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
- -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
- filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
- }
|