_flexible.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. @charset "utf-8";
  2. html {
  3. color: #000000;
  4. background: #FFFFFF;
  5. overflow-y: scroll;
  6. -webkit-text-size-adjust: 100%;
  7. -ms-text-size-adjust: 100%
  8. }
  9. html * {
  10. outline: 0;
  11. -webkit-text-size-adjust: none;
  12. -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  13. }
  14. html, body {
  15. font-family: sans-serif
  16. }
  17. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  18. margin: 0;
  19. padding: 0
  20. }
  21. input, select, textarea {
  22. font-size: 100%
  23. }
  24. table {
  25. border-collapse: collapse;
  26. border-spacing: 0
  27. }
  28. fieldset, img {
  29. border: 0
  30. }
  31. abbr, acronym {
  32. border: 0;
  33. font-variant: normal
  34. }
  35. del {
  36. text-decoration: line-through
  37. }
  38. address, caption, cite, code, dfn, em, th, var {
  39. font-style: normal;
  40. font-weight: 500
  41. }
  42. ol, ul {
  43. list-style: none
  44. }
  45. caption, th {
  46. text-align: left
  47. }
  48. h1, h2, h3, h4, h5, h6 {
  49. font-size: 100%;
  50. font-weight: 500
  51. }
  52. q:before, q:after {
  53. content: ''
  54. }
  55. sub, sup {
  56. font-size: 75%;
  57. line-height: 0;
  58. position: relative;
  59. vertical-align: baseline
  60. }
  61. sup {
  62. top: -.5em
  63. }
  64. sub {
  65. bottom: -.25em
  66. }
  67. a:hover {
  68. text-decoration: underline
  69. }
  70. ins, a {
  71. text-decoration: none
  72. }
  73. @media screen and (min-width: 320px) {
  74. html {
  75. font-size: 85.3333px;
  76. }
  77. }
  78. @media screen and (min-width: 360px) {
  79. html {
  80. font-size: 96px;
  81. }
  82. }
  83. @media screen and (min-width: 375px) {
  84. html {
  85. font-size: 100px;
  86. }
  87. }
  88. @media screen and (min-width: 414px) {
  89. html {
  90. font-size: 110.4px;
  91. }
  92. }
  93. @media screen and (min-width: 750px) {
  94. html {
  95. font-size: 200px;
  96. }
  97. }