css.wcss 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. "toolbarNode":{
  51. "height": "40px"
  52. },
  53. "screenNode": {
  54. "overflow": "hidden",
  55. "background-color": "#333",
  56. "color": "#FFF"
  57. },
  58. "bottomNode": {
  59. "height": "30px"
  60. },
  61. "screenInforAreaNode": {
  62. "overflow": "auto",
  63. "height": "100%",
  64. "-webkit-user-select": "text",
  65. "-moz-user-select": "text",
  66. },
  67. "logItemNode": {
  68. "overflow": "visible",
  69. "padding": "2px 10px",
  70. "background-color": "#333333",
  71. "margin": "5px 0px",
  72. "color": "#cccccc",
  73. "font-size": "14px",
  74. "line-height": "22px"
  75. },
  76. "logItemNode_over": {
  77. "clear": "both",
  78. "color": "#eeeeee",
  79. "background-color": "#3C3C3C"
  80. },
  81. }