Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

272 lines
5.1 KiB

  1. /*
  2. * Ext JS Library 2.2
  3. * Copyright(c) 2006-2008, Ext JS, LLC.
  4. * licensing@extjs.com
  5. *
  6. * http://extjs.com/license
  7. */
  8. .x-border-layout-ct {
  9. background:#dfe8f6;
  10. }
  11. .x-border-panel {
  12. position:absolute;
  13. left:0;
  14. top:0;
  15. }
  16. .x-tool-collapse-south {
  17. background-position:0 -195px;
  18. }
  19. .x-tool-collapse-south-over {
  20. background-position:-15px -195px;
  21. }
  22. .x-tool-collapse-north {
  23. background-position:0 -210px;
  24. }
  25. .x-tool-collapse-north-over {
  26. background-position:-15px -210px;
  27. }
  28. .x-tool-collapse-west {
  29. background-position:0 -180px;
  30. }
  31. .x-tool-collapse-west-over {
  32. background-position:-15px -180px;
  33. }
  34. .x-tool-collapse-east {
  35. background-position:0 -165px;
  36. }
  37. .x-tool-collapse-east-over {
  38. background-position:-15px -165px;
  39. }
  40. .x-tool-expand-south {
  41. background-position:0 -210px;
  42. }
  43. .x-tool-expand-south-over {
  44. background-position:-15px -210px;
  45. }
  46. .x-tool-expand-north {
  47. background-position:0 -195px;
  48. }
  49. .x-tool-expand-north-over {
  50. background-position:-15px -195px;
  51. }
  52. .x-tool-expand-west {
  53. background-position:0 -165px;
  54. }
  55. .x-tool-expand-west-over {
  56. background-position:-15px -165px;
  57. }
  58. .x-tool-expand-east {
  59. background-position:0 -180px;
  60. }
  61. .x-tool-expand-east-over {
  62. background-position:-15px -180px;
  63. }
  64. .x-tool-expand-north, .x-tool-expand-south {
  65. float:right;
  66. margin:3px;
  67. }
  68. .x-tool-expand-east, .x-tool-expand-west {
  69. float:none;
  70. margin:3px auto;
  71. }
  72. .x-accordion-hd .x-tool-toggle {
  73. background-position:0 -255px;
  74. }
  75. .x-accordion-hd .x-tool-toggle-over {
  76. background-position:-15px -255px;
  77. }
  78. .x-panel-collapsed .x-accordion-hd .x-tool-toggle {
  79. background-position:0 -240px;
  80. }
  81. .x-panel-collapsed .x-accordion-hd .x-tool-toggle-over {
  82. background-position:-15px -240px;
  83. }
  84. .x-accordion-hd {
  85. color:#222;
  86. padding-top:4px;
  87. padding-bottom:3px;
  88. border-top:0 none;
  89. font-weight:normal;
  90. background: transparent url(../images/default/panel/light-hd.gif) repeat-x 0 -9px;
  91. }
  92. .x-layout-collapsed{
  93. position:absolute;
  94. left:-10000px;
  95. top:-10000px;
  96. visibility:hidden;
  97. background-color:#d2e0f2;
  98. width:20px;
  99. height:20px;
  100. overflow:hidden;
  101. border:1px solid #98c0f4;
  102. z-index:20;
  103. }
  104. .ext-border-box .x-layout-collapsed{
  105. width:22px;
  106. height:22px;
  107. }
  108. .x-layout-collapsed-over{
  109. cursor:pointer;
  110. background-color:#d9e8fb;
  111. }
  112. .x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
  113. position:absolute;
  114. top:0;
  115. left:0;
  116. width:20px;
  117. height:20px;
  118. }
  119. .x-layout-split{
  120. position:absolute;
  121. height:5px;
  122. width:5px;
  123. line-height:1px;
  124. font-size:1px;
  125. z-index:3;
  126. background-color:transparent;
  127. }
  128. /* IE6 strict won't drag w/out a color */
  129. .ext-strict .ext-ie6 .x-layout-split{
  130. background-color: #fff !important;
  131. filter: alpha(opacity=1);
  132. }
  133. .x-layout-split-h{
  134. background-image:url(../images/default/s.gif);
  135. background-position: left;
  136. }
  137. .x-layout-split-v{
  138. background-image:url(../images/default/s.gif);
  139. background-position: top;
  140. }
  141. .x-column-layout-ct {
  142. overflow:hidden;
  143. /*padding:3px 3px 3px 3px;*/
  144. zoom:1;
  145. }
  146. .x-column {
  147. float:left;
  148. padding:0;
  149. margin:0;
  150. overflow:hidden;
  151. zoom:1;
  152. /*margin:3px;*/
  153. }
  154. /* mini mode */
  155. .x-layout-mini {
  156. position:absolute;
  157. top:0;
  158. left:0;
  159. display:block;
  160. width:5px;
  161. height:35px;
  162. cursor:pointer;
  163. opacity:.5;
  164. -moz-opacity:.5;
  165. filter:alpha(opacity=50);
  166. }
  167. .x-layout-mini-over, .x-layout-collapsed-over .x-layout-mini{
  168. opacity:1;
  169. -moz-opacity:1;
  170. filter:none;
  171. }
  172. .x-layout-split-west .x-layout-mini {
  173. top:48%;
  174. background-image:url(../images/default/layout/mini-left.gif);
  175. }
  176. .x-layout-split-east .x-layout-mini {
  177. top:48%;
  178. background-image:url(../images/default/layout/mini-right.gif);
  179. }
  180. .x-layout-split-north .x-layout-mini {
  181. left:48%;
  182. height:5px;
  183. width:35px;
  184. background-image:url(../images/default/layout/mini-top.gif);
  185. }
  186. .x-layout-split-south .x-layout-mini {
  187. left:48%;
  188. height:5px;
  189. width:35px;
  190. background-image:url(../images/default/layout/mini-bottom.gif);
  191. }
  192. .x-layout-cmini-west .x-layout-mini {
  193. top:48%;
  194. background-image:url(../images/default/layout/mini-right.gif);
  195. }
  196. .x-layout-cmini-east .x-layout-mini {
  197. top:48%;
  198. background-image:url(../images/default/layout/mini-left.gif);
  199. }
  200. .x-layout-cmini-north .x-layout-mini {
  201. left:48%;
  202. height:5px;
  203. width:35px;
  204. background-image:url(../images/default/layout/mini-bottom.gif);
  205. }
  206. .x-layout-cmini-south .x-layout-mini {
  207. left:48%;
  208. height:5px;
  209. width:35px;
  210. background-image:url(../images/default/layout/mini-top.gif);
  211. }
  212. .x-layout-cmini-west, .x-layout-cmini-east {
  213. border:0 none;
  214. width:5px !important;
  215. padding:0;
  216. background:transparent;
  217. }
  218. .x-layout-cmini-north, .x-layout-cmini-south {
  219. border:0 none;
  220. height:5px !important;
  221. padding:0;
  222. background:transparent;
  223. }
  224. .x-viewport, .x-viewport body {
  225. margin: 0;
  226. padding: 0;
  227. border: 0 none;
  228. overflow: hidden;
  229. height: 100%;
  230. }
  231. .x-abs-layout-item {
  232. position:absolute;
  233. left:0;
  234. top:0;
  235. }
  236. .ext-ie input.x-abs-layout-item, .ext-ie textarea.x-abs-layout-item {
  237. margin:0;
  238. }