css.wcss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. {
  2. "statementListNode": {
  3. "width": "260px",
  4. "overflow": "hidden",
  5. "border": "1px solid #505050",
  6. "height": "100%",
  7. "float": "left",
  8. "background-color": "#EEE"
  9. },
  10. "designerNode": {
  11. "width": "340px",
  12. "min-width": "300px",
  13. "overflow": "hidden",
  14. "float": "right",
  15. "-webkit-user-select": "text",
  16. "-moz-user-select": "text"
  17. },
  18. "contentNode": {
  19. "margin-left": "261px",
  20. "margin-right": "340px",
  21. "border-right": "1px solid #505050",
  22. "border-left": "1px solid #505050",
  23. "background-color": "#FFF",
  24. "-webkit-user-select": "none",
  25. "-moz-user-select": "none"
  26. },
  27. "statementListTitleNode": {
  28. "height": "26px",
  29. "background-color": "#505050",
  30. "border-radius": "0px",
  31. "margin": "2px",
  32. "color": "#FFF",
  33. "line-height": "26px",
  34. "font-size": "12px",
  35. "font-weight": "bold",
  36. "padding-left": "10px",
  37. "clear": "both"
  38. },
  39. "statementListResizeNode": {
  40. "width": "3px",
  41. "float": "right",
  42. "background-color": "#505050",
  43. "margin-right": "2px",
  44. "cursor": "col-resize"
  45. },
  46. "statementListAreaSccrollNode": {
  47. "margin": "4px",
  48. "margin-right": "8px",
  49. "overflow": "auto",
  50. "background-color": "#FFF",
  51. "border-top": "1px solid #999",
  52. "border-left": "1px solid #999",
  53. "border-bottom": "1px solid #DDD",
  54. "border-right": "1px solid #DDD"
  55. },
  56. "statementListAreaNode": {
  57. "overflow": "hidden"
  58. },
  59. "listStatementItem": {
  60. "height": "24px",
  61. "line-height": "24px",
  62. "margin": "3px 10px 0px 10px",
  63. "cursor": "pointer",
  64. "background": "#FFF",
  65. "color": "#333"
  66. },
  67. "listStatementItem_over": {
  68. "background": "#e8eef7"
  69. },
  70. "listStatementItem_current": {
  71. "background": "#48638f",
  72. "color": "#FFF"
  73. },
  74. "listStatementItemIcon": {
  75. "height": "24px",
  76. "width": "26px",
  77. "background": "url(../x_component_query_StatementDesigner/$Main/default/statement.png) no-repeat center center",
  78. "float": "left"
  79. },
  80. "listStatementItemText": {
  81. "height": "24px",
  82. "margin-left": "28px",
  83. "white-space": "nowrap"
  84. },
  85. "contentToolbarNode": {
  86. "height": "30px",
  87. "background-color": "#EEE"
  88. },
  89. "editContentNode": {
  90. "overflow": "hidden",
  91. "background": "#CCC",
  92. "-webkit-user-select": "none",
  93. "-moz-user-select": "none"
  94. },
  95. "designNode": {
  96. "margin": "15px",
  97. "box-shadow": "0px 0px 20px #606060",
  98. "background": "#FFF",
  99. "-webkit-user-select": "none",
  100. "overflow": "hidden",
  101. "background": "url(../x_component_query_ViewDesigner/$Main/default/designerBg.png)",
  102. "-moz-user-select": "none"
  103. },
  104. "designerTitleNode": {
  105. "height": "26px",
  106. "background-color": "#505050",
  107. "border-radius": "0px",
  108. "margin": "2px",
  109. "color": "#FFF",
  110. "line-height": "26px",
  111. "font-size": "12px",
  112. "font-weight": "bold",
  113. "padding-left": "10px",
  114. "clear": "both"
  115. },
  116. "designerResizeBar": {
  117. "width": "3px",
  118. "float": "left",
  119. "background-color": "#505050",
  120. "margin-left": "2px",
  121. "cursor": "col-resize"
  122. },
  123. "designerContentNode": {
  124. "background-color": "#EEE",
  125. "border-radius": "0px",
  126. "margin": "2px",
  127. "margin-left": "7px",
  128. "padding-right": "0px",
  129. "overflow": "hidden"
  130. },
  131. "designerContentResizeNode": {
  132. "height": "3px",
  133. "background-color": "#505050",
  134. "cursor": "row-resize"
  135. },
  136. "designerStatementArea": {
  137. "overflow": "hidden",
  138. "background": "#FFF",
  139. "margin": "2px",
  140. "font-family": "Verdana, Geneva, sans-serif",
  141. "border-top": "1px solid #999",
  142. "border-left": "1px solid #999",
  143. "border-bottom": "1px solid #DDD",
  144. "border-right": "1px solid #DDD"
  145. },
  146. "designerContentArea": {
  147. //"height": "100%",
  148. "overflow": "hidden",
  149. "margin-bottom": "2px",
  150. "background-color": "#ffffff"
  151. },
  152. "titleActionArea":{
  153. "float" : "right",
  154. "display": "flex",
  155. "align-items":"center",
  156. "height":"100%",
  157. "flex": "1",
  158. "justify-content": "flex-end"
  159. },
  160. "moreAction":{
  161. "margin-right": "10px",
  162. "width": "20px",
  163. "height": "20px",
  164. "cursor": "pointer",
  165. "background": "url(../x_component_query_ViewDesigner/$Main/default/toolbar/more.png) no-repeat center center",
  166. "background-size": "12px 12px"
  167. },
  168. "toolbarNode":{
  169. "border-bottom": "1px dashed rgb(204, 204, 204)",
  170. "width": "100%",
  171. "background": "#fff",
  172. "display": "none",
  173. "padding-bottom": "10px"
  174. },
  175. "itemSortArea":{
  176. "height": "38px",
  177. "line-height": "38px",
  178. "text-align": "center"
  179. },
  180. "itemSortSelect":{
  181. "border": "1px solid #ccc",
  182. "height": "20px",
  183. "width": "90%"
  184. },
  185. "searchArea":{
  186. "border": "1px solid #ccc",
  187. "padding": "0 0 0 2px",
  188. "overflow": "hidden",
  189. "width": "90%",
  190. "margin-left": "calc( 5% - 4px )",
  191. "text-align": "center"
  192. },
  193. "searchInput": {
  194. "width": "calc( 100% - 46px )",
  195. "height": "20px",
  196. "line-height": "20px",
  197. "font-size": "13px",
  198. "color": "#666",
  199. "border": "0",
  200. "float": "left",
  201. "background": "inherit"
  202. },
  203. "searchButton":{
  204. "cursor": "pointer",
  205. "width": "20px",
  206. "height": "20px",
  207. "line-height": "20px",
  208. "color": "#ccc",
  209. "float": "right",
  210. "background": "url(../x_component_process_ProcessManager/$Explorer/default/icon/search.png) no-repeat center center",
  211. "background-size": "12px 12px"
  212. },
  213. "searchCancelButton":{
  214. "cursor": "pointer",
  215. "width": "20px",
  216. "height": "20px",
  217. "line-height": "20px",
  218. "color": "#ccc",
  219. "float": "right",
  220. "background": "url(../x_component_process_ProcessManager/$Explorer/default/icon/icon_clear.png) no-repeat center center",
  221. "display": "none",
  222. "background-size": "12px 12px"
  223. }
  224. }