b3e95aa931da0f08050a51a22ab709bcc6085707.svn-base 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /*!
  2. * DevExtreme
  3. * Version: 14.1.5
  4. * Build date: Jul 16, 2014
  5. *
  6. * Copyright (c) 2012 - 2014 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. font-family: 'Nanum Gothic','NanumGothic';
  18. }
  19. html, body
  20. {
  21. width: 100%;
  22. height: 100%;
  23. }
  24. body
  25. {
  26. background: #fff;
  27. }
  28. .dx-viewport, .dx-hidden-bag
  29. {
  30. width: 100%;
  31. height: 100%;
  32. }
  33. .dx-hidden-bag
  34. {
  35. display: none !important;
  36. }
  37. blockquote, q
  38. {
  39. quotes: none;
  40. }
  41. a
  42. {
  43. color: #818181;
  44. }
  45. :focus
  46. {
  47. outline: 0;
  48. }
  49. ins
  50. {
  51. text-decoration: none;
  52. }
  53. del
  54. {
  55. text-decoration: line-through;
  56. }
  57. table
  58. {
  59. border-collapse: collapse;
  60. border-spacing: 0;
  61. }
  62. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
  63. {
  64. display: block;
  65. }
  66. .dx-full-height
  67. {
  68. height: 100%;
  69. }
  70. .dx-transition
  71. {
  72. position: relative;
  73. }
  74. .dx-transition-absolute .dx-transition-inner-wrapper
  75. {
  76. position: absolute;
  77. height: 100%;
  78. width: 100%;
  79. }
  80. .dx-transition-absolute .dx-inactive-view
  81. {
  82. display: none !important;
  83. }
  84. .dx-transition-absolute .dx-active-view
  85. {
  86. left: 0;
  87. height: 100%;
  88. position: absolute;
  89. }
  90. .dx-hidden, .dx-transition-static .dx-inactive-view
  91. {
  92. display: none !important;
  93. }
  94. .dx-inactive-view .dx-loadindicator
  95. {
  96. display: none;
  97. }