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.

314 lines
5.8 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. .ext-el-mask {
  9. z-index: 20000;
  10. position: absolute;
  11. top:0;
  12. left:0;
  13. -moz-opacity: 0.5;
  14. opacity: .50;
  15. filter: alpha(opacity=50);
  16. background-color: #CCC;
  17. width: 100%;
  18. height: 100%;
  19. zoom: 1;
  20. }
  21. .ext-el-mask-msg {
  22. z-index: 20001;
  23. position: absolute;
  24. top: 0;
  25. left: 0;
  26. border:1px solid #6593cf;
  27. background: #c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px;
  28. padding:2px;
  29. }
  30. .ext-el-mask-msg div {
  31. padding:5px 10px 5px 10px;
  32. background: #eee;
  33. border:1px solid #a3bad9;
  34. color:#222;
  35. font:normal 11px tahoma, arial, helvetica, sans-serif;
  36. cursor:wait;
  37. }
  38. .ext-shim {
  39. position:absolute;
  40. visibility:hidden;
  41. left:0;
  42. top:0;
  43. overflow:hidden;
  44. }
  45. .ext-ie .ext-shim {
  46. filter: alpha(opacity=0);
  47. }
  48. .ext-ie6 .ext-shim {
  49. margin-left: 5px;
  50. margin-top: 3px;
  51. }
  52. .x-mask-loading div {
  53. padding:5px 10px 5px 25px;
  54. background: #fbfbfb url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px;
  55. line-height: 16px;
  56. }
  57. /* class for hiding elements without using display:none */
  58. .x-hidden, .x-hide-offsets {
  59. position:absolute;
  60. left:-10000px;
  61. top:-10000px;
  62. visibility:hidden;
  63. }
  64. .x-hide-display {
  65. display:none !important;
  66. }
  67. .x-hide-visibility {
  68. visibility:hidden !important;
  69. }
  70. .x-masked {
  71. overflow: hidden !important;
  72. }
  73. .x-masked select, .x-masked object, .x-masked embed {
  74. visibility: hidden;
  75. }
  76. .x-layer {
  77. visibility: hidden;
  78. }
  79. .x-unselectable, .x-unselectable * {
  80. -moz-user-select: none;
  81. -khtml-user-select: none;
  82. }
  83. .x-repaint {
  84. zoom: 1;
  85. background-color: transparent;
  86. -moz-outline: none;
  87. }
  88. .x-item-disabled {
  89. color: gray;
  90. cursor: default;
  91. opacity: .6;
  92. -moz-opacity: .6;
  93. filter: alpha(opacity=60);
  94. }
  95. .x-item-disabled * {
  96. color: gray !important;
  97. cursor: default !important;
  98. }
  99. .x-splitbar-proxy {
  100. position: absolute;
  101. visibility: hidden;
  102. z-index: 20001;
  103. background: #aaa;
  104. zoom: 1;
  105. line-height: 1px;
  106. font-size: 1px;
  107. overflow: hidden;
  108. }
  109. .x-splitbar-h, .x-splitbar-proxy-h {
  110. cursor: e-resize;
  111. cursor: col-resize;
  112. }
  113. .x-splitbar-v, .x-splitbar-proxy-v {
  114. cursor: s-resize;
  115. cursor: row-resize;
  116. }
  117. .x-color-palette {
  118. width: 150px;
  119. height: 92px;
  120. cursor: pointer;
  121. }
  122. .x-color-palette a {
  123. border: 1px solid #fff;
  124. float: left;
  125. padding: 2px;
  126. text-decoration: none;
  127. -moz-outline: 0 none;
  128. outline: 0 none;
  129. cursor: pointer;
  130. }
  131. .x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
  132. border: 1px solid #8BB8F3;
  133. background: #deecfd;
  134. }
  135. .x-color-palette em {
  136. display: block;
  137. border: 1px solid #ACA899;
  138. }
  139. .x-color-palette em span {
  140. cursor: pointer;
  141. display: block;
  142. height: 10px;
  143. line-height: 10px;
  144. width: 10px;
  145. }
  146. .x-ie-shadow {
  147. display: none;
  148. position: absolute;
  149. overflow: hidden;
  150. left:0;
  151. top:0;
  152. background:#777;
  153. zoom:1;
  154. }
  155. .x-shadow {
  156. display: none;
  157. position: absolute;
  158. overflow: hidden;
  159. left:0;
  160. top:0;
  161. }
  162. .x-shadow * {
  163. overflow: hidden;
  164. }
  165. .x-shadow * {
  166. padding: 0;
  167. border: 0;
  168. margin: 0;
  169. clear: none;
  170. zoom: 1;
  171. }
  172. /* top bottom */
  173. .x-shadow .xstc, .x-shadow .xsbc {
  174. height: 6px;
  175. float: left;
  176. }
  177. /* corners */
  178. .x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
  179. width: 6px;
  180. height: 6px;
  181. float: left;
  182. }
  183. /* sides */
  184. .x-shadow .xsc {
  185. width: 100%;
  186. }
  187. .x-shadow .xsml, .x-shadow .xsmr {
  188. width: 6px;
  189. float: left;
  190. height: 100%;
  191. }
  192. .x-shadow .xsmc {
  193. float: left;
  194. height: 100%;
  195. background: transparent url( ../images/default/shadow-c.png );
  196. }
  197. .x-shadow .xst, .x-shadow .xsb {
  198. height: 6px;
  199. overflow: hidden;
  200. width: 100%;
  201. }
  202. .x-shadow .xsml {
  203. background: transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0;
  204. }
  205. .x-shadow .xsmr {
  206. background: transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0;
  207. }
  208. .x-shadow .xstl {
  209. background: transparent url( ../images/default/shadow.png ) no-repeat 0 0;
  210. }
  211. .x-shadow .xstc {
  212. background: transparent url( ../images/default/shadow.png ) repeat-x 0 -30px;
  213. }
  214. .x-shadow .xstr {
  215. background: transparent url( ../images/default/shadow.png ) repeat-x 0 -18px;
  216. }
  217. .x-shadow .xsbl {
  218. background: transparent url( ../images/default/shadow.png ) no-repeat 0 -12px;
  219. }
  220. .x-shadow .xsbc {
  221. background: transparent url( ../images/default/shadow.png ) repeat-x 0 -36px;
  222. }
  223. .x-shadow .xsbr {
  224. background: transparent url( ../images/default/shadow.png ) repeat-x 0 -6px;
  225. }
  226. .loading-indicator {
  227. font-size: 11px;
  228. background-image: url(../images/default/grid/loading.gif);
  229. background-repeat: no-repeat;
  230. background-position: left;
  231. padding-left: 20px;
  232. line-height: 16px;
  233. margin: 3px;
  234. }
  235. .x-text-resize {
  236. position: absolute;
  237. left: -1000px;
  238. top: -1000px;
  239. visibility: hidden;
  240. zoom: 1;
  241. }
  242. .x-drag-overlay {
  243. width: 100%;
  244. height: 100%;
  245. display: none;
  246. position: absolute;
  247. left: 0;
  248. top: 0;
  249. background-image:url(../images/default/s.gif);
  250. z-index: 20000;
  251. }
  252. .x-clear {
  253. clear:both;
  254. height:0;
  255. overflow:hidden;
  256. line-height:0;
  257. font-size:0;
  258. }
  259. .x-spotlight {
  260. z-index: 8999;
  261. position: absolute;
  262. top:0;
  263. left:0;
  264. -moz-opacity: 0.5;
  265. opacity: .50;
  266. filter: alpha(opacity=50);
  267. background-color: #CCC;
  268. width:0;
  269. height:0;
  270. zoom: 1;
  271. }