examples.css 1021 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*
  2. * Ext JS Library 2.0
  3. * Copyright(c) 2006-2007, Ext JS, LLC.
  4. * licensing@extjs.com
  5. *
  6. * http://extjs.com/license
  7. */
  8. body {
  9. font-family:verdana,tahoma,helvetica;
  10. padding:20px;
  11. padding-top:32px;
  12. font-size:13px;
  13. background-color:#fff !important;
  14. }
  15. p {
  16. margin-bottom:15px;
  17. }
  18. h1 {
  19. font-size:large;
  20. margin-bottom:20px;
  21. }
  22. h2 {
  23. font-size:14px;
  24. color:#333;
  25. font-weight:bold;
  26. margin:10px 0;
  27. }
  28. .example-info{
  29. width:150px;
  30. border:1px solid #c3daf9;
  31. border-top:1px solid #DCEAFB;
  32. border-left:1px solid #DCEAFB;
  33. background:#ecf5fe url(info-bg.gif) repeat-x;
  34. font-size:10px;
  35. padding:8px;
  36. }
  37. pre.code{
  38. background: #F8F8F8;
  39. border: 1px solid #e8e8e8;
  40. padding:10px;
  41. margin:10px;
  42. margin-left:0px;
  43. border-left:5px solid #e8e8e8;
  44. font-size: 12px !important;
  45. line-height:14px !important;
  46. }
  47. .msg .x-box-mc {
  48. font-size:14px;
  49. }
  50. #msg-div {
  51. position:absolute;
  52. left:35%;
  53. top:10px;
  54. width:250px;
  55. z-index:20000;
  56. }
  57. .x-grid3-row-body p {
  58. margin:5px 5px 10px 5px !important;
  59. }