9108b8c82773f7eb779eb3a3a3dbe2d79d2444a0.svn-base 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. /*!
  2. * DevExtreme
  3. * Version: 15.1.4
  4. * Build date: Jun 22, 2015
  5. *
  6. * Copyright (c) 2012 - 2015 Developer Express Inc. ALL RIGHTS RESERVED
  7. * EULA: https://www.devexpress.com/Support/EULAs/DevExtreme.xml
  8. */
  9. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
  10. {
  11. font-size: 100%;
  12. margin: 0;
  13. padding: 0;
  14. border: 0;
  15. outline: 0;
  16. background: transparent;
  17. /*hcLee for old version*/
  18. font-family: 'Nanum Gothic','NanumGothic';
  19. }
  20. html, body
  21. {
  22. width: 100%;
  23. height: 100%;
  24. }
  25. body
  26. {
  27. background: #fff;
  28. }
  29. .dx-viewport
  30. {
  31. width: 100%;
  32. height: 100%;
  33. }
  34. blockquote, q
  35. {
  36. quotes: none;
  37. }
  38. a
  39. {
  40. color: #818181;
  41. }
  42. :focus
  43. {
  44. outline: 0;
  45. }
  46. ins
  47. {
  48. text-decoration: none;
  49. }
  50. del
  51. {
  52. text-decoration: line-through;
  53. }
  54. table
  55. {
  56. border-collapse: collapse;
  57. border-spacing: 0;
  58. }
  59. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
  60. {
  61. display: block;
  62. }
  63. .dx-full-height
  64. {
  65. height: 100%;
  66. }
  67. .dx-transition
  68. {
  69. position: relative;
  70. }
  71. .dx-transition-absolute .dx-transition-inner-wrapper
  72. {
  73. position: absolute;
  74. height: 100%;
  75. width: 100%;
  76. }
  77. .dx-hidden, .dx-inactive-view
  78. {
  79. display: none !important;
  80. }
  81. .dx-transition-absolute .dx-active-view
  82. {
  83. left: 0;
  84. height: 100%;
  85. position: absolute;
  86. }