css.wcss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. {
  2. "moduleAreaNode": {
  3. "width": "420px",
  4. "float": "left",
  5. "height": "100%",
  6. "background-color": "#eeeeee"
  7. },
  8. "resizeAreaNode": {
  9. "width": "2px",
  10. "height": "100%",
  11. "float": "left",
  12. "background-color": "#cccccc",
  13. "cursor": "col-resize"
  14. },
  15. "scriptAreaNode": {
  16. "height": "100%",
  17. "margin-left": "422px",
  18. "background-color": "#ffffff",
  19. },
  20. "moduleTypeAreaNode": {
  21. "margin": "0px",
  22. "height": "100%",
  23. "background-color": "#ffffff",
  24. "border-right": "1px solid #cccccc",
  25. "float": "left",
  26. "padding": "0px 0px",
  27. "width": "86px",
  28. "overflow": "hidden"
  29. },
  30. "moduleBlockAreaNode": {
  31. "margin": "0px",
  32. "height": "100%",
  33. "margin-left": "86px",
  34. "overflow": "auto"
  35. },
  36. "moduleTypeNode": {
  37. "height": "36px",
  38. //"width": "47%",
  39. //"float": "left",
  40. "margin-top": "0px",
  41. "cursor": "pointer"
  42. },
  43. "moduleTypeColorNode": {
  44. "height": "36px",
  45. "width": "36px",
  46. "float": "left"
  47. },
  48. "moduleTypeIconNode":{
  49. "height": "36px",
  50. "width": "36px",
  51. "background-repeat": "no-repeat",
  52. "background-position": "center center"
  53. },
  54. "moduleTypeTextNode": {
  55. "height": "36px",
  56. "line-height": "36px",
  57. "margin-left": "42px",
  58. "font-size": "12px",
  59. "color": "#8f9193"
  60. },
  61. "moduleBlocksNode": {
  62. "padding": "10px",
  63. "overflow": "hidden",
  64. "float": "left"
  65. },
  66. "scriptAreaTitleNode": {
  67. "height": "30px",
  68. //"border-bottom": "1px solid #cccccc",
  69. "background-color": "#eeeeee"
  70. },
  71. "scriptAreaBlockNode": {
  72. "overflow": "auto",
  73. "position": "relative"
  74. },
  75. "scriptAreaScriptNode": {
  76. "overflow": "auto",
  77. "display": "none"
  78. },
  79. "scriptAreaTitleBlockNode": {
  80. "height": "30px",
  81. //"margin": "4px",
  82. "float": "left",
  83. //"border": "1px solid #cccccc",
  84. "width": "60px",
  85. "text-align": "center",
  86. "line-height": "30px",
  87. "font-size": "12px",
  88. "cursor": "pointer",
  89. "background": "#eeeeee"
  90. },
  91. "scriptAreaTitleScriptNode": {
  92. "height": "30px",
  93. //"margin": "4px",
  94. "float": "right",
  95. //"border": "1px solid #cccccc",
  96. "width": "60px",
  97. "text-align": "center",
  98. "line-height": "30px",
  99. "font-size": "12px",
  100. "cursor": "pointer",
  101. "background": "#eeeeee"
  102. },
  103. "titleActionNode_current": {
  104. "background": "#ffffff"
  105. },
  106. "moduleBlocksSplitLineNode": {
  107. "height": "30px",
  108. "clear": "both",
  109. "margin-bottom": "10px"
  110. },
  111. "moduleBlocksSplitLineLeftNode": {
  112. "height": "14px",
  113. "width": "20px",
  114. "float": "left",
  115. "border-bottom": "1px solid #aaaaaa"
  116. },
  117. "moduleBlocksSplitLineTextNode": {
  118. "height": "30px",
  119. "line-height": "30px",
  120. "padding": "0px 5px",
  121. "color": "#777777",
  122. "font-size": "12px",
  123. "background": "#eeeeee",
  124. "float": "left",
  125. },
  126. "moduleBlocksSplitLineRightNode": {
  127. "height": "14px",
  128. "border-bottom": "1px solid #aaaaaa"
  129. },
  130. "moduleNode": {
  131. "height": "26px",
  132. "color": "#ffffff",
  133. "line-height": "26px",
  134. "border-radius": "3px",
  135. "box-shadow": "2px 2px 5px #333",
  136. "margin-bottom": "10px",
  137. "padding": "0px 10px",
  138. "float": "left",
  139. "clear": "both",
  140. "cursor": "pointer"
  141. }
  142. }