/hippo/src/main/webapp/ext/resources/css/visual/box.css

http://hdbc.googlecode.com/ · CSS · 74 lines · 53 code · 15 blank · 6 comment · 0 complexity · bb7078d05524e0cbdf4b5417e6dbfee6 MD5 · raw file

  1. /*!
  2. * Ext JS Library 3.0.0
  3. * Copyright(c) 2006-2009 Ext JS, LLC
  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. }