/source/Plug-in/ext/resources/css_1/window.css

http://prosporous.googlecode.com/ · CSS · 210 lines · 192 code · 11 blank · 7 comment · 0 complexity · ace91348b73addd64a3fbfa97b0fd751 MD5 · raw file

  1. /*
  2. * Ext JS Library 2.0
  3. * Copyright(c) 2006-2007, Ext JS, LLC.
  4. * licensing@extjs.com
  5. *
  6. * http://extjs.com/license
  7. */
  8. .x-window {
  9. zoom:1;
  10. }
  11. .x-window .x-resizable-handle {
  12. opacity:0;
  13. -moz-opacity:0;
  14. filter:alpha(opacity=0);
  15. }
  16. .x-window-proxy {
  17. background:#C7DFFC;
  18. border:1px solid #99bbe8;
  19. z-index:12000;
  20. overflow:hidden;
  21. position:absolute;
  22. left:0;top:0;
  23. display:none;
  24. opacity:.5;
  25. -moz-opacity:.5;
  26. filter:alpha(opacity=50);
  27. }
  28. .x-window-header {
  29. overflow:hidden;
  30. zoom:1;
  31. }
  32. .x-window-bwrap {
  33. z-index:1;
  34. position:relative;
  35. zoom:1;
  36. }
  37. .x-window-tl .x-window-header {
  38. color:#15428b;
  39. font:bold 11px tahoma,arial,verdana,sans-serif;
  40. padding:5px 0 4px 0;
  41. }
  42. .x-window-header-text {
  43. cursor:pointer;
  44. }
  45. .x-window-tc {
  46. background: transparent url(../images/default/window/top-bottom.png) repeat-x 0 0;
  47. overflow:hidden;
  48. zoom:1;
  49. }
  50. .x-window-tl {
  51. background: transparent url(../images/default/window/left-corners.png) no-repeat 0 0;
  52. padding-left:6px;
  53. zoom:1;
  54. z-index:1;
  55. position:relative;
  56. }
  57. .x-window-tr {
  58. background: transparent url(../images/default/window/right-corners.png) no-repeat right 0;
  59. padding-right:6px;
  60. }
  61. .x-window-bc {
  62. background: transparent url(../images/default/window/top-bottom.png) repeat-x 0 bottom;
  63. zoom:1;
  64. }
  65. .x-window-bc .x-window-footer {
  66. padding-bottom:6px;
  67. zoom:1;
  68. font-size:0;
  69. line-height:0;
  70. }
  71. .x-window-bl {
  72. background: transparent url(../images/default/window/left-corners.png) no-repeat 0 bottom;
  73. padding-left:6px;
  74. zoom:1;
  75. }
  76. .x-window-br {
  77. background: transparent url(../images/default/window/right-corners.png) no-repeat right bottom;
  78. padding-right:6px;
  79. zoom:1;
  80. }
  81. .x-window-mc {
  82. border:1px solid #99bbe8;
  83. padding:0;
  84. margin:0;
  85. font: normal 11px tahoma,arial,helvetica,sans-serif;
  86. background:#dfe8f6;
  87. }
  88. .x-window-ml {
  89. background: transparent url(../images/default/window/left-right.png) repeat-y 0 0;
  90. padding-left:6px;
  91. zoom:1;
  92. }
  93. .x-window-mr {
  94. background: transparent url(../images/default/window/left-right.png) repeat-y right 0;
  95. padding-right:6px;
  96. zoom:1;
  97. }
  98. .x-panel-nofooter .x-window-bc {
  99. height:6px;
  100. }
  101. .x-window-body {
  102. overflow:hidden;
  103. }
  104. .x-window-bwrap {
  105. overflow:hidden;
  106. }
  107. .x-window-maximized .x-window-bl, .x-window-maximized .x-window-br,
  108. .x-window-maximized .x-window-ml, .x-window-maximized .x-window-mr,
  109. .x-window-maximized .x-window-tl, .x-window-maximized .x-window-tr {
  110. padding:0;
  111. }
  112. .x-window-maximized .x-window-footer {
  113. padding-bottom:0;
  114. }
  115. .x-window-maximized .x-window-tc {
  116. padding-left:3px;
  117. padding-right:3px;
  118. background-color:white;
  119. }
  120. .x-window-maximized .x-window-mc {
  121. border-left:0 none;
  122. border-right:0 none;
  123. }
  124. .x-window-tbar .x-toolbar, .x-window-bbar .x-toolbar {
  125. border-left:0 none;
  126. border-right: 0 none;
  127. }
  128. .x-window-bbar .x-toolbar {
  129. border-top:1px solid #99bbe8;
  130. border-bottom:0 none;
  131. }
  132. .x-window-draggable, .x-window-draggable .x-window-header-text {
  133. cursor:move;
  134. }
  135. .x-window-maximized .x-window-draggable, .x-window-maximized .x-window-draggable .x-window-header-text {
  136. cursor:default;
  137. }
  138. .x-window-body {
  139. background:transparent;
  140. }
  141. .x-panel-ghost .x-window-tl {
  142. border-bottom:1px solid #99bbe8;
  143. }
  144. .x-panel-collapsed .x-window-tl {
  145. border-bottom:1px solid #84a0c4;
  146. }
  147. .x-window-maximized-ct {
  148. overflow:hidden;
  149. }
  150. .x-window-maximized .x-resizable-handle {
  151. display:none;
  152. }
  153. .x-window-sizing-ghost ul {
  154. border:0 none !important;
  155. }
  156. .x-dlg-focus{
  157. -moz-outline:0 none;
  158. outline:0 none;
  159. width:0;
  160. height:0;
  161. overflow:hidden;
  162. position:absolute;
  163. top:0;
  164. left:0;
  165. }
  166. .x-dlg-mask{
  167. z-index:10000;
  168. display:none;
  169. position:absolute;
  170. top:0;
  171. left:0;
  172. -moz-opacity: 0.5;
  173. opacity:.50;
  174. filter: alpha(opacity=50);
  175. background-color:#CCC;
  176. }
  177. body.ext-ie6.x-body-masked select {
  178. visibility:hidden;
  179. }
  180. body.ext-ie6.x-body-masked .x-window select {
  181. visibility:visible;
  182. }
  183. .x-window-plain .x-window-mc {
  184. background: #CAD9EC;
  185. border-right:1px solid #DFE8F6;
  186. border-bottom:1px solid #DFE8F6;
  187. border-top:1px solid #a3bae9;
  188. border-left:1px solid #a3bae9;
  189. }
  190. .x-window-plain .x-window-body {
  191. border-left:1px solid #DFE8F6;
  192. border-top:1px solid #DFE8F6;
  193. border-bottom:1px solid #a3bae9;
  194. border-right:1px solid #a3bae9;
  195. background:transparent !important;
  196. }
  197. body.x-body-masked .x-window-plain .x-window-mc {
  198. background: #C7D6E9;
  199. }