css.wcss 5.9 KB

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