css.wcss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "contentNode": {
  3. "height": "100%",
  4. "width": "100%",
  5. "background-color": "#CCC"
  6. },
  7. "toolbarButton":{
  8. "height": "32px",
  9. "line-height": "32px",
  10. "margin": "3px 10px 3px 3px",
  11. "float": "left",
  12. "border": "1px solid #CCC",
  13. "background-color": "#CCC",
  14. "cursor": "pointer"
  15. },
  16. "toolbarButton_over": {
  17. "border-top": "1px solid #f7f7f7",
  18. "border-left": "1px solid #f7f7f7",
  19. "border-right": "1px solid #999",
  20. "border-bottom": "1px solid #999",
  21. "background-color": "#CCC"
  22. },
  23. "toolbarButton_down": {
  24. "border-top": "1px solid #999",
  25. "border-left": "1px solid #999",
  26. "border-right": "1px solid #f7f7f7",
  27. "border-bottom": "1px solid #f7f7f7",
  28. "background-color": "#eeeeee"
  29. },
  30. "toolbarIconButton": {
  31. "background-repeat": "no-repeat",
  32. "background-position": "center center",
  33. "height": "32px",
  34. "width": "30px",
  35. "float": "left"
  36. },
  37. "toolbarTextButton": {
  38. "background-repeat": "no-repeat",
  39. "background-position": "center center",
  40. "height": "32px",
  41. "padding-right": "5px",
  42. "margin-left": "30px"
  43. },
  44. "toolbarDateSelect": {
  45. "height": "24px",
  46. "line-height": "24px",
  47. "margin": "8px 10px 6px 3px",
  48. "float": "right"
  49. },
  50. "toolbarNodeSelect": {
  51. "height": "24px",
  52. "line-height": "24px",
  53. "margin": "2px 10px 6px 3px",
  54. "float": "left"
  55. },
  56. "toolbarNode":{
  57. "height": "40px"
  58. },
  59. "screenNode": {
  60. "overflow": "hidden",
  61. "background-color": "#333",
  62. "width": "100%",
  63. "color": "#FFF"
  64. },
  65. "bottomNode": {
  66. "height": "30px"
  67. },
  68. "screenInforAreaNode": {
  69. "overflow": "auto",
  70. "height": "100%",
  71. "-webkit-user-select": "text",
  72. "-moz-user-select": "text",
  73. },
  74. "commandNode" : {
  75. "height": "24px",
  76. "line-height": "24px",
  77. "margin": "2px 10px 6px 3px",
  78. "float": "left",
  79. "width" : "50%"
  80. },
  81. "commandBtnNode" : {
  82. "height": "24px",
  83. "line-height": "24px",
  84. "margin": "2px 10px 6px 3px"
  85. },
  86. "logItemNode": {
  87. "overflow": "visible",
  88. "padding": "2px 10px",
  89. "background-color": "#333333",
  90. "margin": "5px 0px",
  91. "color": "#cccccc",
  92. "font-size": "14px",
  93. "line-height": "22px"
  94. },
  95. "logItemNode_over": {
  96. "clear": "both",
  97. "color": "#eeeeee",
  98. "background-color": "#3C3C3C"
  99. },
  100. }