css.wcss 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. {
  2. "searchNode": {
  3. "height": "36px",
  4. "width": "100%",
  5. "background-color": "#DDD",
  6. "border-bottom": "1px solid #999",
  7. "border-top": "1px solid #AAA"
  8. },
  9. "searchInputNode": {
  10. "width": "300px",
  11. "height": "22px",
  12. "float": "left",
  13. "background-color": "#FFF",
  14. "border": "1px solid #AAA",
  15. "margin": "6px 0px 6px 6px",
  16. "overflow": "hidden"
  17. },
  18. "searchInput": {
  19. "height": "22px",
  20. "width": "300px",
  21. "border": "0px"
  22. },
  23. "searchAction": {
  24. "height": "22px",
  25. "float": "left",
  26. "border": "0px solid #AAA",
  27. "margin": "6px 0px 6px 6px",
  28. "cursor": "pointer"
  29. },
  30. "searchLineNode": {
  31. "width": "1px",
  32. "height": "22px",
  33. "background-color": "#FFF",
  34. "border-left": "1px solid #CCC",
  35. "float": "left",
  36. "margin": "6px 0px 6px 6px"
  37. },
  38. "searchNextAction": {
  39. "height": "22px",
  40. "float": "left",
  41. "color": "#333",
  42. "border": "0px solid #AAA",
  43. "margin": "6px 0px 6px 6px",
  44. "cursor": "pointer"
  45. },
  46. "itemsNode": {
  47. "width": "35%",
  48. "overflow": "hidden",
  49. "float": "left"
  50. },
  51. "typesNode": {
  52. "width": "20%",
  53. "overflow": "hidden",
  54. "float": "left"
  55. },
  56. "valuesNode": {
  57. "width": "45%",
  58. "overflow": "hidden",
  59. "float": "left"
  60. },
  61. "itemTitleNode": {
  62. "height": "30px",
  63. "background-color": "#DDD",
  64. "cursor": "default",
  65. "line-height": "30px"
  66. },
  67. "typeTitleNode": {
  68. "height": "30px",
  69. "background-color": "#DDD",
  70. "cursor": "default",
  71. "line-height": "30px"
  72. },
  73. "valueTitleNode": {
  74. "height": "30px",
  75. "background-color": "#DDD",
  76. "cursor": "default",
  77. "line-height": "30px"
  78. },
  79. "itemResizeNode": {
  80. "width": "1px",
  81. "background-color": "#EEE",
  82. "border-right": "1px solid #999",
  83. "height": "30px",
  84. "float": "right"
  85. },
  86. "typeResizeNode": {
  87. "width": "1px",
  88. "background-color": "#EEE",
  89. "border-right": "1px solid #999",
  90. "height": "30px",
  91. "float": "right"
  92. },
  93. "itemTitleTextNode": {
  94. "margin-right": "2px",
  95. "height": "30px",
  96. "text-align": "center",
  97. "font-weight": "bold",
  98. "font-size": "12px"
  99. },
  100. "typeTitleTextNode": {
  101. "margin-right": "2px",
  102. "height": "30px",
  103. "text-align": "center",
  104. "font-weight": "bold",
  105. "font-size": "12px"
  106. },
  107. "valueTitleTextNode": {
  108. "height": "30px",
  109. "text-align": "center",
  110. "font-weight": "bold",
  111. "font-size": "12px"
  112. },
  113. "dataListItemNode": {
  114. "margin": "0px 5px",
  115. "hegiht": "24px",
  116. "border-bottom": "1px solid #CCC",
  117. "line-height": "24px",
  118. "overflow": "hidden"
  119. },
  120. "dataListItemKeyNode": {
  121. "float": "left",
  122. "width": "49%",
  123. "color": "#333",
  124. "cursor": "default",
  125. "overflow": "hidden"
  126. },
  127. "dataListItemValueNode": {
  128. "float": "right",
  129. "width": "49%",
  130. "color": "#999",
  131. "cursor": "default",
  132. "overflow": "hidden"
  133. },
  134. "dictionaryPropertyNode": {
  135. "overflow": "hidden",
  136. "background": "#FFF",
  137. "height": "100%"
  138. },
  139. "propertyTitleNode": {
  140. "height": "24px",
  141. "line-height": "24px",
  142. "font-size": "12px",
  143. "font-weight": "bold",
  144. "margin": "10px 10px 0px 10px"
  145. },
  146. "propertyTextNode": {
  147. "height": "24px",
  148. "line-height": "24px",
  149. "font-size": "12px",
  150. "margin": "0px 10px",
  151. "color": "#666"
  152. },
  153. "propertyInputNode": {
  154. "display": "block",
  155. "width": "90%",
  156. "margin": "0px 10px",
  157. "border": "1px solid #999",
  158. "height": "20px",
  159. "line-height": "20px"
  160. },
  161. "propertyInputAreaNode": {
  162. "display": "block",
  163. "width": "90%",
  164. "margin": "0px 10px",
  165. "border": "1px solid #999",
  166. "height": "60px",
  167. "overflow": "auto"
  168. },
  169. "jsonDomNode": {
  170. "overflow": "hidden",
  171. "background": "#FFF",
  172. "min-height": "500px"
  173. },
  174. "jsonTextNode": {
  175. "overflow": "hidden",
  176. "background": "#FFF"
  177. },
  178. "jsonTextAreaNode": {
  179. "border": "0px",
  180. "width": "100%",
  181. "height": "500px"
  182. },
  183. "itemNode": {
  184. "height": "24px",
  185. "line-height": "24px",
  186. "padding-right": "10px",
  187. "border-bottom": "1px solid #CCC",
  188. "background-color": "#FFF"
  189. },
  190. "itemNode_selected": {
  191. "background-color": "#e6ebf5"
  192. },
  193. "typeNode": {
  194. "height": "24px",
  195. "line-height": "24px",
  196. "padding": "0px 10px",
  197. "border-bottom": "1px solid #CCC",
  198. "background-color": "#FFF"
  199. },
  200. "typeNode_selected": {
  201. "background-color": "#e6ebf5"
  202. },
  203. "valueNode": {
  204. "height": "24px",
  205. "line-height": "24px",
  206. "padding": "0px 10px",
  207. "border-bottom": "1px solid #CCC",
  208. "background-color": "#FFF",
  209. "overflow": "hidden"
  210. },
  211. "valueNode_selected": {
  212. "background-color": "#e6ebf5"
  213. },
  214. "itemActionsAreaNode": {
  215. "width": "40px",
  216. "height": "24px",
  217. "float": "right",
  218. "opacity": 0
  219. },
  220. "itemAddActionNode": {
  221. "width": "20px",
  222. "height": "24px",
  223. "float": "left",
  224. "background": "url("+"../x_component_process_DictionaryDesigner/$Dictionary/default/icon/add.png) center center no-repeat",
  225. "cursor": "pointer"
  226. },
  227. "itemDelActionNode": {
  228. "width": "20px",
  229. "height": "24px",
  230. "float": "right",
  231. "background": "url("+"../x_component_process_DictionaryDesigner/$Dictionary/default/icon/del.png) center center no-repeat",
  232. "cursor": "pointer"
  233. },
  234. "itemExpColActionNode": {
  235. "width": "20px",
  236. "height": "24px",
  237. "float": "left",
  238. "background-position": "center center",
  239. "background-repeat": "no-repeat",
  240. "cursor": "pointer"
  241. },
  242. "typeActionsAreaNode": {
  243. "width": "20px",
  244. "height": "24px",
  245. "float": "right",
  246. "opacity": 1
  247. },
  248. "typeSelActionNode": {
  249. "width": "20px",
  250. "height": "24px",
  251. "background": "url("+"../x_component_process_DictionaryDesigner/$Dictionary/default/icon/sel.png) center center no-repeat",
  252. "cursor": "pointer"
  253. },
  254. "valueActionsAreaNode": {
  255. "width": "20px",
  256. "height": "24px",
  257. "float": "right",
  258. "opacity": 1
  259. },
  260. "valueSelActionNode": {
  261. "width": "20px",
  262. "height": "24px",
  263. "background": "url("+"../x_component_process_DictionaryDesigner/$Dictionary/default/icon/sel.png) center center no-repeat",
  264. "cursor": "pointer"
  265. },
  266. "itemTextNode": {
  267. "margin-right": "40px",
  268. "margin-left": "20px",
  269. "height": "24px",
  270. "line-height": "24px",
  271. "color": "#333"
  272. },
  273. "typeTextNode": {
  274. "margin-right": "20px",
  275. "height": "24px",
  276. "line-height": "24px",
  277. "color": "#999"
  278. },
  279. "valueTextNode": {
  280. "margin-right": "20px",
  281. "height": "24px",
  282. "line-height": "24px",
  283. "cursor": "default",
  284. "color": "#999"
  285. },
  286. "valueTextNode_edit": {
  287. "cursor": "auto",
  288. "color": "#333"
  289. },
  290. "typeSelectNode": {
  291. "position": "absolute",
  292. "height": "125px",
  293. "width": "100px",
  294. "background-color": "#DDD",
  295. "border": "1px solid #999",
  296. "box-shadow": "0px 0px 8px #777",
  297. "border-radius": "0px",
  298. "display": "none"
  299. },
  300. "typeSelectItemNode": {
  301. "height": "25px",
  302. "line-height": "25px",
  303. "padding": "0px 8px",
  304. "color": "#333",
  305. "background-color": "#EEE",
  306. "cursor": "pointer"
  307. },
  308. "typeSelectItemNode_over": {
  309. "color": "#FFF",
  310. "background-color": "#45556e"
  311. },
  312. "booleanSelectNode": {
  313. "position": "absolute",
  314. "height": "50px",
  315. "width": "100px",
  316. "background-color": "#DDD",
  317. "border": "1px solid #999",
  318. "box-shadow": "0px 0px 8px #777",
  319. "border-radius": "0px",
  320. "display": "none"
  321. },
  322. "itemEditValueNode": {
  323. "width": "90%",
  324. "height": "20px",
  325. "line-height": "20px",
  326. "border": "1px solid #999"
  327. },
  328. "itemEditValueNode_error": {
  329. "height": "20px",
  330. "border": "1px solid red"
  331. }
  332. }