css.wcss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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. }