desktop.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .x-window-header-default-top {
  2. -moz-box-shadow: #ebe7e7 0 1px 0px 0 inset, #ebe7e7 -1px 0 0px 0 inset, #ebe7e7 1px 0 0px 0 inset;
  3. -webkit-box-shadow: #ebe7e7 0 1px 0px 0 inset, #ebe7e7 -1px 0 0px 0 inset, #ebe7e7 1px 0 0px 0 inset;
  4. -o-box-shadow: #ebe7e7 0 1px 0px 0 inset, #ebe7e7 -1px 0 0px 0 inset, #ebe7e7 1px 0 0px 0 inset;
  5. box-shadow: #ebe7e7 0 1px 0px 0 inset, #ebe7e7 -1px 0 0px 0 inset, #ebe7e7 1px 0 0px 0 inset;
  6. }
  7. .x-window-header-default-top {
  8. -moz-border-radius-topleft: 5px;
  9. -webkit-border-top-left-radius: 5px;
  10. -o-border-top-left-radius: 5px;
  11. -ms-border-top-left-radius: 5px;
  12. -khtml-border-top-left-radius: 5px;
  13. border-top-left-radius: 5px;
  14. -moz-border-radius-topright: 5px;
  15. -webkit-border-top-right-radius: 5px;
  16. -o-border-top-right-radius: 5px;
  17. -ms-border-top-right-radius: 5px;
  18. -khtml-border-top-right-radius: 5px;
  19. border-top-right-radius: 5px;
  20. -moz-border-radius-bottomright: 0;
  21. -webkit-border-bottom-right-radius: 0;
  22. -o-border-bottom-right-radius: 0;
  23. -ms-border-bottom-right-radius: 0;
  24. -khtml-border-bottom-right-radius: 0;
  25. border-bottom-right-radius: 0;
  26. -moz-border-radius-bottomleft: 0;
  27. -webkit-border-bottom-left-radius: 0;
  28. -o-border-bottom-left-radius: 0;
  29. -ms-border-bottom-left-radius: 0;
  30. -khtml-border-bottom-left-radius: 0;
  31. border-bottom-left-radius: 0;
  32. /* padding: 5px 5px 0 5px; */
  33. border-width: 0px ! important;
  34. border-style: solid;
  35. /*background-color:#2b3f2a !important;*/
  36. text-align: center;
  37. /*height:31px !important;*/
  38. }
  39. .x-window-default {
  40. -moz-border-radius-topleft: 5px;
  41. -webkit-border-top-left-radius: 5px;
  42. -o-border-top-left-radius: 5px;
  43. -ms-border-top-left-radius: 5px;
  44. -khtml-border-top-left-radius: 5px;
  45. border-top-left-radius: 5px;
  46. -moz-border-radius-topright: 5px;
  47. -webkit-border-top-right-radius: 5px;
  48. -o-border-top-right-radius: 5px;
  49. -ms-border-top-right-radius: 5px;
  50. -khtml-border-top-right-radius: 5px;
  51. border-top-right-radius: 5px;
  52. -moz-border-radius-bottomright: 5px;
  53. -webkit-border-bottom-right-radius: 5px;
  54. -o-border-bottom-right-radius: 5px;
  55. -ms-border-bottom-right-radius: 5px;
  56. -khtml-border-bottom-right-radius: 5px;
  57. border-bottom-right-radius: 5px;
  58. -moz-border-radius-bottomleft: 5px;
  59. -webkit-border-bottom-left-radius: 5px;
  60. -o-border-bottom-left-radius: 5px;
  61. -ms-border-bottom-left-radius: 5px;
  62. -khtml-border-bottom-left-radius: 5px;
  63. border-bottom-left-radius: 5px;
  64. /* padding: 4px 4px 4px 4px; */
  65. border-width: 1px;
  66. border-style: solid;
  67. background-color: #E0E0E0;
  68. }
  69. .x-window-default {
  70. border-color: #bcb1b0;
  71. -moz-border-radius: 5px 5px;
  72. -webkit-border-radius: 5px 5px;
  73. -o-border-radius: 5px 5px;
  74. -ms-border-radius: 5px 5px;
  75. -khtml-border-radius: 5px 5px;
  76. border-radius: 5px 5px;
  77. -moz-box-shadow: #ebe7e7 0 1px 0px 0 inset, #ebe7e7 0 -1px 0px 0 inset, #ebe7e7 -1px 0 0px 0 inset, #ebe7e7 1px 0 0px 0 inset;
  78. -webkit-box-shadow: #ebe7e7 0 1px 0px 0 inset, #ebe7e7 0 -1px 0px 0 inset, #ebe7e7 -1px 0 0px 0 inset, #ebe7e7 1px 0 0px 0 inset;
  79. -o-box-shadow: #ebe7e7 0 1px 0px 0 inset, #ebe7e7 0 -1px 0px 0 inset, #ebe7e7 -1px 0 0px 0 inset, #ebe7e7 1px 0 0px 0 inset;
  80. box-shadow: #ebe7e7 0 1px 0px 0 inset, #ebe7e7 0 -1px 0px 0 inset, #ebe7e7 -1px 0 0px 0 inset, #ebe7e7 1px 0 0px 0 inset;
  81. }
  82. .x-window-body-default {
  83. border-color: #bcb1b0;
  84. border-width: 0px !important;
  85. background: #e0e0e0;
  86. margin-top:-1px;
  87. color: black;
  88. }
  89. .x-window-header-default {
  90. border-color: #d0d0d0;
  91. zoom: 1;
  92. }
  93. .x-box-inner{background:#E0E0E0}