Guest User

Untitled

a guest
Nov 21st, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. html
  2. line-height: 1.15
  3. -ms-text-size-adjust: 100%
  4. -webkit-text-size-adjust: 100%
  5.  
  6. body
  7. margin: 0
  8.  
  9. article,
  10. aside,
  11. footer,
  12. header,
  13. nav,
  14. section
  15. display: block
  16.  
  17. h1
  18. font-size: 2em
  19. margin: 0.67em 0
  20.  
  21. figcaption,
  22. figure,
  23. main
  24. display: block
  25.  
  26. figure
  27. margin: 1em 40px
  28.  
  29. hr
  30. box-sizing: content-box
  31. height: 0
  32. overflow: visible
  33.  
  34. pre
  35. font-family: monospace, monospace
  36. font-size: 1em
  37.  
  38. a
  39. background-color: transparent
  40. -webkit-text-decoration-skip: objects
  41.  
  42. abbr[title]
  43. border-bottom: none
  44. text-decoration: underline
  45. text-decoration: underline dotted
  46.  
  47. b,
  48. strong
  49. font-weight: inherit
  50.  
  51. b,
  52. strong
  53. font-weight: bolder
  54.  
  55. code,
  56. kbd,
  57. samp
  58. font-family: monospace, monospace
  59. font-size: 1em
  60.  
  61. dfn
  62. font-style: italic
  63.  
  64. mark
  65. background-color: #ff0
  66. color: #000
  67.  
  68. small
  69. font-size: 80%
  70.  
  71. sub,
  72. sup
  73. font-size: 75%
  74. line-height: 0
  75. position: relative
  76. vertical-align: baseline
  77.  
  78. sub
  79. bottom: -0.25em
  80.  
  81. sup
  82. top: -0.5em
  83.  
  84. audio,
  85. video
  86. display: inline-block
  87.  
  88. audio:not([controls])
  89. display: none
  90. height: 0
  91.  
  92. img
  93. border-style: none
  94.  
  95. svg:not(:root)
  96. overflow: hidden
  97.  
  98. button,
  99. input,
  100. optgroup,
  101. select,
  102. textarea
  103. font-family: sans-serif
  104. font-size: 100%
  105. line-height: 1.15
  106. margin: 0
  107.  
  108. button,
  109. input
  110. overflow: visible
  111.  
  112. button,
  113. select
  114. text-transform: none
  115.  
  116. button,
  117. html [type="button"],
  118. [type="reset"],
  119. [type="submit"]
  120. -webkit-appearance: button
  121.  
  122. button::-moz-focus-inner,
  123. [type="button"]::-moz-focus-inner,
  124. [type="reset"]::-moz-focus-inner,
  125. [type="submit"]::-moz-focus-inner
  126. border-style: none
  127. padding: 0
  128.  
  129. button:-moz-focusring,
  130. [type="button"]:-moz-focusring,
  131. [type="reset"]:-moz-focusring,
  132. [type="submit"]:-moz-focusring
  133. outline: 1px dotted ButtonText
  134.  
  135. fieldset
  136. padding: 0.35em 0.75em 0.625em
  137.  
  138. legend
  139. box-sizing: border-box
  140. color: inherit
  141. display: table
  142. max-width: 100%
  143. padding: 0
  144. white-space: normal
  145.  
  146. progress
  147. display: inline-block
  148. vertical-align: baseline
  149.  
  150. textarea
  151. overflow: auto
  152.  
  153. [type="checkbox"],
  154. [type="radio"] {
  155. box-sizing: border-box
  156. padding: 0
  157.  
  158. [type="number"]::-webkit-inner-spin-button,
  159. [type="number"]::-webkit-outer-spin-button
  160. height: auto
  161.  
  162. [type="search"]
  163. -webkit-appearance: textfield
  164. outline-offset: -2px
  165.  
  166. [type="search"]::-webkit-search-cancel-button,
  167. [type="search"]::-webkit-search-decoration
  168. -webkit-appearance: none
  169.  
  170. ::-webkit-file-upload-button
  171. -webkit-appearance: button
  172. font: inherit
  173.  
  174. details,
  175. menu
  176. display: block
  177.  
  178. summary
  179. display: list-item
  180.  
  181. canvas
  182. display: inline-block
  183.  
  184. template
  185. display: none
  186.  
  187. [hidden]
  188. display: none
Add Comment
Please, Sign In to add comment