css.wcss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. {
  2. "propertyNode": {
  3. "width": "320px",
  4. "overflow": "hidden",
  5. "float": "right",
  6. "-webkit-user-select": "text",
  7. "-moz-user-select": "text"
  8. },
  9. "viewListNode": {
  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-left": "261px",
  19. "margin-right": "321px",
  20. "border-right": "1px solid #505050",
  21. "border-left": "1px solid #505050",
  22. "background-color": "#FFF",
  23. "-webkit-user-select": "none",
  24. "-moz-user-select": "none"
  25. },
  26. "viewListResizeNode": {
  27. "width": "3px",
  28. "float": "right",
  29. "background-color": "#505050",
  30. "margin-right": "2px",
  31. "cursor": "col-resize"
  32. },
  33. "viewListAreaSccrollNode": {
  34. "margin": "4px",
  35. "margin-right": "8px",
  36. "overflow": "auto",
  37. "background-color": "#FFF",
  38. "border-top": "1px solid #999",
  39. "border-left": "1px solid #999",
  40. "border-bottom": "1px solid #DDD",
  41. "border-right": "1px solid #DDD"
  42. },
  43. "viewListAreaNode": {
  44. "overflow": "hidden"
  45. },
  46. "viewListTitleNode": {
  47. "height": "26px",
  48. "background-color": "#505050",
  49. "border-radius": "0px",
  50. "margin": "2px",
  51. "color": "#FFF",
  52. "line-height": "26px",
  53. "font-size": "12px",
  54. "font-weight": "bold",
  55. "padding-left": "10px",
  56. "clear": "both"
  57. },
  58. "listViewItem": {
  59. "height": "24px",
  60. "line-height": "24px",
  61. "margin": "3px 10px 0px 10px",
  62. "cursor": "pointer",
  63. "background": "#FFF",
  64. "color": "#333",
  65. "overflow" : "hidden"
  66. },
  67. "listViewItem_over": {
  68. "background": "#e8eef7"
  69. },
  70. "listViewItem_current": {
  71. "background": "#48638f",
  72. "color": "#FFF"
  73. },
  74. "listViewItemIcon": {
  75. "height": "24px",
  76. "width": "26px",
  77. "background": "url(../x_component_query_ImporterDesigner/$Main/default/importer.png) no-repeat center center",
  78. "float": "left"
  79. },
  80. "listViewItemText": {
  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. "designFrame": {
  96. "width": "100%",
  97. "height": "100%",
  98. "border": "0px"
  99. },
  100. "designBody": {
  101. "margin": "0px"
  102. },
  103. "designNode": {
  104. //"height": "100%",
  105. "margin": "15px",
  106. "box-shadow": "0px 0px 20px #606060",
  107. "background": "#FFF",
  108. "-webkit-user-select": "none",
  109. "overflow": "hidden",
  110. "background": "url(../x_component_query_ImporterDesigner/$Main/default/designerBg.png)",
  111. "-moz-user-select": "none"
  112. },
  113. "propertyTitleNode": {
  114. "height": "26px",
  115. "background-color": "#505050",
  116. "border-radius": "0px",
  117. "margin": "2px",
  118. "color": "#FFF",
  119. "line-height": "26px",
  120. "font-size": "12px",
  121. "font-weight": "bold",
  122. "padding-left": "10px",
  123. "clear": "both"
  124. },
  125. "propertyResizeBar": {
  126. "width": "3px",
  127. "float": "left",
  128. "background-color": "#505050",
  129. "margin-left": "2px",
  130. "cursor": "col-resize"
  131. },
  132. "propertyContentNode": {
  133. "background-color": "#EEE",
  134. "border-radius": "0px",
  135. "margin": "2px",
  136. "margin-left": "7px",
  137. "padding-right": "0px",
  138. "overflow": "hidden"
  139. },
  140. "propertyContentResizeNode": {
  141. "height": "3px",
  142. "background-color": "#505050",
  143. "cursor": "row-resize"
  144. },
  145. "propertyDomArea": {
  146. "overflow": "hidden",
  147. "background": "#FFF",
  148. "margin": "2px",
  149. "font-family": "Verdana, Geneva, sans-serif",
  150. "border-top": "1px solid #999",
  151. "border-left": "1px solid #999",
  152. "border-bottom": "1px solid #DDD",
  153. "border-right": "1px solid #DDD"
  154. },
  155. "propertyContentArea": {
  156. "overflow": "hidden",
  157. "margin-bottom": "2px"
  158. }
  159. }