css.wcss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. {
  2. "propertyNode": {
  3. "width": "300px",
  4. "overflow": "hidden",
  5. "float": "right",
  6. "-webkit-user-select": "text",
  7. "-moz-user-select": "text"
  8. },
  9. "invokeListNode": {
  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. "invokeListResizeNode": {
  26. "width": "3px",
  27. "float": "right",
  28. "background-color": "#505050",
  29. "margin-right": "2px",
  30. "cursor": "col-resize"
  31. },
  32. "invokeListAreaSccrollNode": {
  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. "invokeListAreaNode": {
  43. "overflow": "hidden"
  44. },
  45. "invokeListTitleNode": {
  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. "listInvokeItem": {
  58. "height": "24px",
  59. "line-height": "24px",
  60. "margin": "3px 10px 0px 10px",
  61. "cursor": "pointer",
  62. "background": "#FFF",
  63. "color": "#333"
  64. },
  65. "listInvokeItem_over": {
  66. "background": "#e8eef7"
  67. },
  68. "listInvokeItem_current": {
  69. "background": "#48638f",
  70. "color": "#FFF"
  71. },
  72. "listInvokeItemIcon": {
  73. "height": "24px",
  74. "width": "26px",
  75. "background": "url("+"../x_component_service_InvokeDesigner/$Main/default/script.png) no-repeat center center",
  76. "float": "left"
  77. },
  78. "listInvokeItemText": {
  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_service_InvokeDesigner/$Invoke/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. "includeInvokeItem": {
  101. "height": "26px",
  102. "line-height": "26px",
  103. "border-bottom": "1px solid #999",
  104. "padding": "0px 0px 0px 10px",
  105. "cursor": "pointer"
  106. },
  107. "includeInvokeItemAction": {
  108. "height": "26px",
  109. "width": "30px",
  110. "background": "url("+"../x_component_service_InvokeDesigner/$Invoke/default/icon/del.png) no-repeat center center",
  111. "float": "right",
  112. "cursor": "pointer"
  113. },
  114. "includeInvokeItemText": {
  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. "propertyButton": {
  149. "border-radius" : "5px",
  150. "cursor" : "pointer",
  151. "font-size" : "12px",
  152. "border" : "1px solid #ccc",
  153. "background-color" : "#fff",
  154. "display": "block",
  155. "padding" : "5px 10px",
  156. "float" : "left",
  157. "margin": "0px 20px",
  158. "border": "1px solid #999"
  159. },
  160. "propertySelectNode": {
  161. "margin": "0px 10px",
  162. "border": "1px solid #999"
  163. },
  164. "contentToolbarNode": {
  165. "height": "30px"
  166. },
  167. "editContentNode": {
  168. "overflow": "hidden",
  169. "background": "#CCC",
  170. "-webkit-user-select": "none",
  171. "-moz-user-select": "none"
  172. },
  173. "designFrame": {
  174. "width": "100%",
  175. "height": "100%",
  176. "border": "0px"
  177. },
  178. "designBody": {
  179. "margin": "0px"
  180. },
  181. "designNode": {
  182. //"height": "100%",
  183. "width": "auto",
  184. "margin": "15px",
  185. "box-shadow": "0px 0px 20px #606060",
  186. "background": "#FFF",
  187. "-webkit-user-select": "none",
  188. "overflow": "hidden",
  189. "-moz-user-select": "none"
  190. },
  191. "propertyTitleNode": {
  192. "height": "26px",
  193. "background-color": "#505050",
  194. "border-radius": "0px",
  195. "margin": "2px",
  196. "color": "#FFF",
  197. "line-height": "26px",
  198. "font-size": "12px",
  199. "font-weight": "bold",
  200. "padding-left": "10px",
  201. "clear": "both"
  202. },
  203. "propertyResizeBar": {
  204. "width": "3px",
  205. "float": "left",
  206. "background-color": "#505050",
  207. "margin-left": "2px",
  208. "cursor": "col-resize"
  209. },
  210. "propertyContentNode": {
  211. "background-color": "#EEE",
  212. "border-radius": "0px",
  213. "margin": "2px",
  214. "margin-left": "7px",
  215. "padding-right": "0px",
  216. "overflow": "hidden"
  217. },
  218. "propertyContentResizeNode": {
  219. "height": "3px",
  220. "background-color": "#505050",
  221. "cursor": "row-resize"
  222. },
  223. "propertyDomArea": {
  224. "overflow": "hidden",
  225. "background": "#FFF",
  226. "margin": "2px",
  227. "font-family": "Verdana, Geneva, sans-serif",
  228. "border-top": "1px solid #999",
  229. "border-left": "1px solid #999",
  230. "border-bottom": "1px solid #DDD",
  231. "border-right": "1px solid #DDD"
  232. },
  233. "propertyContentArea": {
  234. "overflow": "auto",
  235. "background": "#FFF",
  236. "margin-bottom": "2px"
  237. }
  238. }