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.

119 lines
2.6 KiB

  1. /*!
  2. * Ext JS Library 3.2.0
  3. * Copyright(c) 2006-2010 Ext JS, Inc.
  4. * licensing@extjs.com
  5. * http://www.extjs.com/license
  6. */
  7. .x-tab-panel-header, .x-tab-panel-footer {
  8. background-color:#e18325;
  9. border-color:#8db2e3;
  10. overflow:hidden;
  11. zoom:1;
  12. }
  13. .x-tab-panel-header, .x-tab-panel-footer {
  14. border-color:#222;
  15. }
  16. ul.x-tab-strip-top{
  17. background-color:#343843;
  18. background-image: url(../images/access/tabs/tab-strip-bg.gif);
  19. border-bottom-color:#343d4e;
  20. }
  21. ul.x-tab-strip-bottom{
  22. background-color:#343843;
  23. background-image: url(../images/access/tabs/tab-strip-btm-bg.gif);
  24. border-top-color:#343843;
  25. }
  26. .x-tab-panel-header-plain .x-tab-strip-spacer,
  27. .x-tab-panel-footer-plain .x-tab-strip-spacer {
  28. border-color:#222;
  29. background-color:#e18325;
  30. }
  31. .x-tab-strip span.x-tab-strip-text {
  32. font:normal 14px tahoma,arial,helvetica;
  33. color:#fff;
  34. }
  35. .x-tab-strip-over span.x-tab-strip-text {
  36. color:#fff;
  37. }
  38. .x-tab-strip-active span.x-tab-strip-text {
  39. color:#fff;
  40. font-weight:bold;
  41. }
  42. .x-tab-strip-disabled .x-tabs-text {
  43. color:#aaaaaa;
  44. }
  45. .x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner{
  46. background-image: url(../images/access/tabs/tabs-sprite.gif);
  47. }
  48. .x-tab-strip-bottom .x-tab-right {
  49. background-image: url(../images/access/tabs/tab-btm-inactive-right-bg.gif);
  50. }
  51. .x-tab-strip-bottom .x-tab-left {
  52. background-image: url(../images/access/tabs/tab-btm-inactive-left-bg.gif);
  53. }
  54. .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  55. background-image: url(../images/access/tabs/tab-btm-right-bg.gif);
  56. }
  57. .x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
  58. background-image: url(../images/access/tabs/tab-btm-left-bg.gif);
  59. }
  60. .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  61. background-image:url(../images/access/tabs/tab-close.gif);
  62. }
  63. .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
  64. background-image:url(../images/access/tabs/tab-close.gif);
  65. }
  66. .x-tab-panel-body {
  67. border-color:#18181a;
  68. background-color:#fff;
  69. }
  70. .x-tab-panel-body-top {
  71. border-top: 0 none;
  72. }
  73. .x-tab-panel-body-bottom {
  74. border-bottom: 0 none;
  75. }
  76. .x-tab-scroller-left {
  77. background-image:url(../images/access/tabs/scroll-left.gif);
  78. border-bottom-color:#8db2e3;
  79. }
  80. .x-tab-scroller-left-over {
  81. background-position: 0 0;
  82. }
  83. .x-tab-scroller-left-disabled {
  84. background-position: -18px 0;
  85. opacity:.5;
  86. -moz-opacity:.5;
  87. filter:alpha(opacity=50);
  88. cursor:default;
  89. }
  90. .x-tab-scroller-right {
  91. background-image:url(../images/access/tabs/scroll-right.gif);
  92. border-bottom-color:#8db2e3;
  93. }
  94. .x-tab-panel-bbar .x-toolbar, .x-tab-panel-tbar .x-toolbar {
  95. border-color:#99bbe8;
  96. }