Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. body,
  2. div,
  3. dl,
  4. dt,
  5. dd,
  6. ul,
  7. ol,
  8. li,
  9. h1,
  10. h2,
  11. h3,
  12. h4,
  13. h5,
  14. h6,
  15. pre,
  16. code,
  17. form,
  18. fieldset,
  19. legend,
  20. input,
  21. button,
  22. textarea,
  23. p,
  24. blockquote,
  25. th,
  26. td,
  27. a {
  28. margin: 0;
  29. padding: 0;
  30. box-sizing: border-box;
  31. word-break: break-all;
  32. -webkit-tap-highlight-color: transparent;
  33. }
  34.  
  35. body {
  36. background: #fff;
  37. color: #484848;
  38. font-family: microsoft yahei, Arial, Helvetica, sans-serif;
  39. }
  40.  
  41. td,
  42. th,
  43. caption {
  44. font-size: 1.4rem;
  45. }
  46.  
  47. address,
  48. caption,
  49. cite,
  50. code,
  51. dfn,
  52. em,
  53. strong,
  54. th,
  55. var {
  56. font-style: normal;
  57. font-weight: normal;
  58. }
  59.  
  60. a {
  61. color: #666666;
  62. text-decoration: none;
  63. -webkit-tap-highlight-color: transparent;
  64. }
  65.  
  66. a:link {
  67. text-decoration: none;
  68. -webkit-tap-highlight-color: transparent;
  69. }
  70.  
  71. a:visited {
  72. text-decoration: none;
  73. -webkit-tap-highlight-color: transparent;
  74. }
  75.  
  76. a:hover {
  77. text-decoration: none;
  78. -webkit-tap-highlight-color: transparent;
  79. }
  80.  
  81. a:active {
  82. text-decoration: none;
  83. -webkit-tap-highlight-color: transparent;
  84. }
  85.  
  86. img {
  87. border: none;
  88. }
  89.  
  90. ol,
  91. ul,
  92. li {
  93. list-style: none;
  94. }
  95.  
  96. input,
  97. textarea,
  98. select,
  99. button {
  100. font: 1.4em Verdana, Helvetica, Arial, sans-serif;
  101. -webkit-appearance: none;
  102. }
  103.  
  104. table {
  105. border-collapse: collapse;
  106. }
  107.  
  108. html {
  109. overflow-y: scroll;
  110. font-size: 62.5%;
  111. }
  112.  
  113. html,
  114. body {
  115. height: 100%;
  116. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement