css.wcss 2.2 KB

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