css.wcss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. {
  2. "propertyNode": {
  3. "width": "300px",
  4. "overflow": "hidden",
  5. "float": "right",
  6. "-webkit-user-select": "text",
  7. "-moz-user-select": "text"
  8. },
  9. "scriptListNode": {
  10. "width": "260px",
  11. "overflow": "hidden",
  12. "border": "1px solid #505050",
  13. "height": "100%",
  14. "float": "left",
  15. "background-color": "#EEE"
  16. },
  17. "contentNode": {
  18. "margin-right": "301px",
  19. "border-right": "1px solid #505050",
  20. "border-left": "1px solid #505050",
  21. "background-color": "#FFF",
  22. "-webkit-user-select": "none",
  23. "-moz-user-select": "none"
  24. },
  25. "scriptListResizeNode": {
  26. "width": "3px",
  27. "float": "right",
  28. "background-color": "#505050",
  29. "margin-right": "2px",
  30. "cursor": "col-resize"
  31. },
  32. "scriptListAreaSccrollNode": {
  33. "margin": "4px",
  34. "margin-right": "8px",
  35. "overflow": "auto",
  36. "background-color": "#FFF",
  37. "border-top": "1px solid #999",
  38. "border-left": "1px solid #999",
  39. "border-bottom": "1px solid #DDD",
  40. "border-right": "1px solid #DDD"
  41. },
  42. "scriptListAreaNode": {
  43. "overflow": "hidden"
  44. },
  45. "scriptListTitleNode": {
  46. "height": "26px",
  47. "background-color": "#505050",
  48. "border-radius": "0px",
  49. "margin": "2px",
  50. "color": "#FFF",
  51. "line-height": "26px",
  52. "font-size": "12px",
  53. "font-weight": "bold",
  54. "padding-left": "10px",
  55. "clear": "both"
  56. },
  57. "listScriptItem": {
  58. "height": "24px",
  59. "line-height": "24px",
  60. "margin": "3px 10px 0px 10px",
  61. "cursor": "pointer",
  62. "background": "#FFF",
  63. "color": "#333"
  64. },
  65. "listScriptItem_over": {
  66. "background": "#e8eef7"
  67. },
  68. "listScriptItem_current": {
  69. "background": "#48638f",
  70. "color": "#FFF"
  71. },
  72. "listScriptItemIcon": {
  73. "height": "24px",
  74. "width": "26px",
  75. "background": "url("+"../x_component_process_ScriptDesigner/$Main/default/script.png) no-repeat center center",
  76. "float": "left"
  77. },
  78. "listScriptItemText": {
  79. "height": "24px",
  80. "margin-left": "28px",
  81. "white-space": "nowrap"
  82. },
  83. "includeTitleNode": {
  84. "height": "24px",
  85. "background-color": "#EEE",
  86. "border-bottom": "#999",
  87. "line-height": "24px"
  88. },
  89. "includeTitleActionNode": {
  90. "height": "24px",
  91. "width": "30px",
  92. "background": "url("+"../x_component_process_ScriptDesigner/$Script/default/icon/add.png) no-repeat center center",
  93. "float": "right",
  94. "cursor": "pointer"
  95. },
  96. "includeTitleTextNode": {
  97. "margin": "0px 35px 0px 5px",
  98. "height": "24px"
  99. },
  100. "includeScriptItem": {
  101. "height": "26px",
  102. "line-height": "26px",
  103. "border-bottom": "1px solid #999",
  104. "padding": "0px 0px 0px 10px",
  105. "cursor": "pointer"
  106. },
  107. "includeScriptItemAction": {
  108. "height": "26px",
  109. "width": "30px",
  110. "background": "url("+"../x_component_process_ScriptDesigner/$Script/default/icon/del.png) no-repeat center center",
  111. "float": "right",
  112. "cursor": "pointer"
  113. },
  114. "includeScriptItemText": {
  115. "height": "26px",
  116. "margin-right": "30px"
  117. },
  118. "propertyItemTitleNode": {
  119. "height": "24px",
  120. "line-height": "24px",
  121. "font-size": "12px",
  122. "font-weight": "bold",
  123. "margin": "10px 10px 0px 10px"
  124. },
  125. "propertyTextNode": {
  126. "height": "24px",
  127. "line-height": "24px",
  128. "font-size": "12px",
  129. "margin": "0px 10px",
  130. "color": "#666"
  131. },
  132. "propertyInputNode": {
  133. "display": "block",
  134. "width": "90%",
  135. "margin": "0px 10px",
  136. "border": "1px solid #999",
  137. "height": "20px",
  138. "line-height": "20px"
  139. },
  140. "propertyInputAreaNode": {
  141. "display": "block",
  142. "width": "90%",
  143. "margin": "0px 10px",
  144. "border": "1px solid #999",
  145. "height": "60px",
  146. "overflow": "auto"
  147. },
  148. "contentToolbarNode": {
  149. "height": "30px"
  150. },
  151. "editContentNode": {
  152. "overflow": "hidden",
  153. "background": "#CCC",
  154. "-webkit-user-select": "none",
  155. "-moz-user-select": "none"
  156. },
  157. "designFrame": {
  158. "width": "100%",
  159. "height": "100%",
  160. "border": "0px"
  161. },
  162. "designBody": {
  163. "margin": "0px"
  164. },
  165. "designNode": {
  166. //"height": "100%",
  167. "width": "auto",
  168. "margin": "15px",
  169. "box-shadow": "0px 0px 20px #606060",
  170. "background": "#FFF",
  171. "-webkit-user-select": "none",
  172. "overflow": "hidden",
  173. "-moz-user-select": "none"
  174. },
  175. "propertyTitleNode": {
  176. "height": "26px",
  177. "background-color": "#505050",
  178. "border-radius": "0px",
  179. "margin": "2px",
  180. "color": "#FFF",
  181. "line-height": "26px",
  182. "font-size": "12px",
  183. "font-weight": "bold",
  184. "padding-left": "10px",
  185. "clear": "both"
  186. },
  187. "propertyResizeBar": {
  188. "width": "3px",
  189. "float": "left",
  190. "background-color": "#505050",
  191. "margin-left": "2px",
  192. "cursor": "col-resize"
  193. },
  194. "propertyContentNode": {
  195. "background-color": "#EEE",
  196. "border-radius": "0px",
  197. "margin": "2px",
  198. "margin-left": "7px",
  199. "padding-right": "0px",
  200. "overflow": "hidden"
  201. },
  202. "propertyContentResizeNode": {
  203. "height": "3px",
  204. "background-color": "#505050",
  205. "cursor": "row-resize"
  206. },
  207. "propertyDomArea": {
  208. "overflow": "hidden",
  209. "background": "#FFF",
  210. "margin": "2px",
  211. "font-family": "Verdana, Geneva, sans-serif",
  212. "border-top": "1px solid #999",
  213. "border-left": "1px solid #999",
  214. "border-bottom": "1px solid #DDD",
  215. "border-right": "1px solid #DDD"
  216. },
  217. "propertyContentArea": {
  218. "overflow": "hidden",
  219. "background": "#FFF",
  220. "margin-bottom": "2px"
  221. }
  222. }