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.

74 lines
1.5 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-box-tl {
  8. background-image: url(../images/default/box/corners.gif);
  9. }
  10. .x-box-tc {
  11. background-image: url(../images/default/box/tb.gif);
  12. }
  13. .x-box-tr {
  14. background-image: url(../images/default/box/corners.gif);
  15. }
  16. .x-box-ml {
  17. background-image: url(../images/default/box/l.gif);
  18. }
  19. .x-box-mc {
  20. background-color: #eee;
  21. background-image: url(../images/default/box/tb.gif);
  22. font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
  23. color: #393939;
  24. font-size: 12px;
  25. }
  26. .x-box-mc h3 {
  27. font-size: 14px;
  28. font-weight: bold;
  29. }
  30. .x-box-mr {
  31. background-image: url(../images/default/box/r.gif);
  32. }
  33. .x-box-bl {
  34. background-image: url(../images/default/box/corners.gif);
  35. }
  36. .x-box-bc {
  37. background-image: url(../images/default/box/tb.gif);
  38. }
  39. .x-box-br {
  40. background-image: url(../images/default/box/corners.gif);
  41. }
  42. .x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
  43. background-image: url(../images/default/box/corners-blue.gif);
  44. }
  45. .x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
  46. background-image: url(../images/default/box/tb-blue.gif);
  47. }
  48. .x-box-blue .x-box-mc {
  49. background-color: #c3daf9;
  50. }
  51. .x-box-blue .x-box-mc h3 {
  52. color: #17385b;
  53. }
  54. .x-box-blue .x-box-ml {
  55. background-image: url(../images/default/box/l-blue.gif);
  56. }
  57. .x-box-blue .x-box-mr {
  58. background-image: url(../images/default/box/r-blue.gif);
  59. }