Advertisement
Guest User

Untitled

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