bpmn.css 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. @font-face {
  2. font-family: 'bpmn';
  3. src: url('../font/bpmn.eot?88388489');
  4. src: url('../font/bpmn.eot?88388489#iefix') format('embedded-opentype'),
  5. url('../font/bpmn.woff?88388489') format('woff'),
  6. url('../font/bpmn.ttf?88388489') format('truetype'),
  7. url('../font/bpmn.svg?88388489#bpmn') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  12. /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  13. /*
  14. @media screen and (-webkit-min-device-pixel-ratio:0) {
  15. @font-face {
  16. font-family: 'bpmn';
  17. src: url('../font/bpmn.svg?88388489#bpmn') format('svg');
  18. }
  19. }
  20. */
  21. [class^="icon-"]:before, [class*=" icon-"]:before {
  22. font-family: "bpmn";
  23. font-style: normal;
  24. font-weight: normal;
  25. speak: none;
  26. display: inline-block;
  27. text-decoration: inherit;
  28. width: 1em;
  29. margin-right: .2em;
  30. text-align: center;
  31. /* opacity: .8; */
  32. /* For safety - reset parent styles, that can break glyph codes*/
  33. font-variant: normal;
  34. text-transform: none;
  35. /* fix buttons height, for twitter bootstrap */
  36. line-height: 1em;
  37. /* Animation center compensation - margins should be symmetric */
  38. /* remove if not needed */
  39. margin-left: .2em;
  40. /* you can be more comfortable with increased icons size */
  41. /* font-size: 120%; */
  42. /* Font smoothing. That was taken from TWBS */
  43. -webkit-font-smoothing: antialiased;
  44. -moz-osx-font-smoothing: grayscale;
  45. /* Uncomment for 3D effect */
  46. /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  47. }
  48. .icon-screw-wrench:before { content: '\e800'; } /* '' */
  49. .icon-trash:before { content: '\e801'; } /* '' */
  50. .icon-gateway-parallel:before { content: '\e802'; } /* '' */
  51. .icon-intermediate-event-catch-cancel:before { content: '\e803'; } /* '' */
  52. .icon-intermediate-event-catch-non-interrupting-message:before { content: '\e804'; } /* '' */
  53. .icon-start-event-compensation:before { content: '\e805'; } /* '' */
  54. .icon-start-event-non-interrupting-parallel-multiple:before { content: '\e806'; } /* '' */
  55. .icon-loop-marker:before { content: '\e807'; } /* '' */
  56. .icon-user-task:before { content: '\e808'; } /* '' */
  57. .icon-business-rule:before { content: '\e809'; } /* '' */
  58. .icon-parallel-mi-marker:before { content: '\e80a'; } /* '' */
  59. .icon-start-event-non-interrupting-signal:before { content: '\e80b'; } /* '' */
  60. .icon-intermediate-event-catch-non-interrupting-timer:before { content: '\e80c'; } /* '' */
  61. .icon-intermediate-event-catch-parallel-multiple:before { content: '\e80d'; } /* '' */
  62. .icon-intermediate-event-catch-compensation:before { content: '\e80e'; } /* '' */
  63. .icon-gateway-xor:before { content: '\e80f'; } /* '' */
  64. .icon-connection:before { content: '\e810'; } /* '' */
  65. .icon-end-event-cancel:before { content: '\e811'; } /* '' */
  66. .icon-intermediate-event-catch-condition:before { content: '\e812'; } /* '' */
  67. .icon-intermediate-event-catch-non-interrupting-parallel-multiple:before { content: '\e813'; } /* '' */
  68. .icon-start-event-condition:before { content: '\e814'; } /* '' */
  69. .icon-start-event-non-interrupting-timer:before { content: '\e815'; } /* '' */
  70. .icon-sequential-mi-marker:before { content: '\e816'; } /* '' */
  71. .icon-manual:before { content: '\e817'; } /* '' */
  72. .icon-receive:before { content: '\e818'; } /* '' */
  73. .icon-sub-process-marker:before { content: '\e819'; } /* '' */
  74. .icon-start-event-parallel-multiple:before { content: '\e81a'; } /* '' */
  75. .icon-start-event-error:before { content: '\e81b'; } /* '' */
  76. .icon-intermediate-event-catch-signal:before { content: '\e81c'; } /* '' */
  77. .icon-intermediate-event-catch-error:before { content: '\e81d'; } /* '' */
  78. .icon-end-event-compensation:before { content: '\e81e'; } /* '' */
  79. .icon-subprocess-collapsed:before { content: '\e81f'; } /* '' */
  80. .icon-subprocess-expanded:before { content: '\e820'; } /* '' */
  81. .icon-task:before { content: '\e821'; } /* '' */
  82. .icon-end-event-error:before { content: '\e822'; } /* '' */
  83. .icon-intermediate-event-catch-escalation:before { content: '\e823'; } /* '' */
  84. .icon-intermediate-event-catch-timer:before { content: '\e824'; } /* '' */
  85. .icon-start-event-escalation:before { content: '\e825'; } /* '' */
  86. .icon-start-event-signal:before { content: '\e826'; } /* '' */
  87. .icon-business-rule-task:before { content: '\e827'; } /* '' */
  88. .icon-script:before { content: '\e828'; } /* '' */
  89. .icon-send:before { content: '\e829'; } /* '' */
  90. .icon-call-activity:before { content: '\e82a'; } /* '' */
  91. .icon-start-event-timer:before { content: '\e82b'; } /* '' */
  92. .icon-start-event-message:before { content: '\e82c'; } /* '' */
  93. .icon-intermediate-event-none:before { content: '\e82d'; } /* '' */
  94. .icon-intermediate-event-catch-link:before { content: '\e82e'; } /* '' */
  95. .icon-end-event-escalation:before { content: '\e82f'; } /* '' */
  96. .icon-text-annotation:before { content: '\e830'; } /* '' */
  97. .icon-bpmn-io:before { content: '\e831'; } /* '' */
  98. .icon-gateway-complex:before { content: '\e832'; } /* '' */
  99. .icon-gateway-eventbased:before { content: '\e833'; } /* '' */
  100. .icon-gateway-none:before { content: '\e834'; } /* '' */
  101. .icon-gateway-or:before { content: '\e835'; } /* '' */
  102. .icon-end-event-terminate:before { content: '\e836'; } /* '' */
  103. .icon-end-event-signal:before { content: '\e837'; } /* '' */
  104. .icon-end-event-none:before { content: '\e838'; } /* '' */
  105. .icon-end-event-multiple:before { content: '\e839'; } /* '' */
  106. .icon-end-event-message:before { content: '\e83a'; } /* '' */
  107. .icon-end-event-link:before { content: '\e83b'; } /* '' */
  108. .icon-intermediate-event-catch-message:before { content: '\e83c'; } /* '' */
  109. .icon-intermediate-event-throw-compensation:before { content: '\e83d'; } /* '' */
  110. .icon-start-event-multiple:before { content: '\e83e'; } /* '' */
  111. .icon-data-input:before { content: '\e83f'; } /* '' */
  112. .icon-manual-task:before { content: '\e840'; } /* '' */
  113. .icon-service:before { content: '\e841'; } /* '' */
  114. .icon-user:before { content: '\e842'; } /* '' */
  115. .icon-receive-task:before { content: '\e843'; } /* '' */
  116. .icon-data-object:before { content: '\e844'; } /* '' */
  117. .icon-start-event-none:before { content: '\e845'; } /* '' */
  118. .icon-intermediate-event-throw-escalation:before { content: '\e846'; } /* '' */
  119. .icon-intermediate-event-catch-multiple:before { content: '\e847'; } /* '' */
  120. .icon-intermediate-event-catch-non-interrupting-escalation:before { content: '\e848'; } /* '' */
  121. .icon-intermediate-event-throw-link:before { content: '\e849'; } /* '' */
  122. .icon-start-event-non-interrupting-condition:before { content: '\e84a'; } /* '' */
  123. .icon-data-output:before { content: '\e84b'; } /* '' */
  124. .icon-script-task:before { content: '\e84c'; } /* '' */
  125. .icon-send-task:before { content: '\e84d'; } /* '' */
  126. .icon-data-store:before { content: '\e84e'; } /* '' */
  127. .icon-start-event-non-interrupting-escalation:before { content: '\e84f'; } /* '' */
  128. .icon-intermediate-event-throw-message:before { content: '\e850'; } /* '' */
  129. .icon-intermediate-event-catch-non-interrupting-multiple:before { content: '\e851'; } /* '' */
  130. .icon-intermediate-event-catch-non-interrupting-signal:before { content: '\e852'; } /* '' */
  131. .icon-intermediate-event-throw-multiple:before { content: '\e853'; } /* '' */
  132. .icon-start-event-non-interrupting-message:before { content: '\e854'; } /* '' */
  133. .icon-ad-hoc-marker:before { content: '\e855'; } /* '' */
  134. .icon-service-task:before { content: '\e856'; } /* '' */
  135. .icon-task-none:before { content: '\e857'; } /* '' */
  136. .icon-compensation-marker:before { content: '\e858'; } /* '' */
  137. .icon-start-event-non-interrupting-multiple:before { content: '\e859'; } /* '' */
  138. .icon-intermediate-event-throw-signal:before { content: '\e85a'; } /* '' */
  139. .icon-intermediate-event-catch-non-interrupting-condition:before { content: '\e85b'; } /* '' */
  140. .icon-participant:before { content: '\e85c'; } /* '' */
  141. .icon-space-tool:before { content: '\e85f'; } /* '' */
  142. .icon-connection-multi:before { content: '\e860'; } /* '' */
  143. .icon-lasso-tool:before { content: '\e862'; } /* '' */
  144. .icon-transaction:before { content: '\e8c4'; } /* '' */