Guest User

Untitled

a guest
Sep 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. article, aside, details, figcaption, figure, footer, header, hgroup, nav, section
  2. display: block
  3. audio, canvas, video
  4. display: inline-block
  5. *display: inline
  6. *zoom: 1
  7.  
  8. [hidden]
  9. display: none
  10.  
  11. html
  12. font-size: 100%
  13. -webkit-text-size-adjust: 100%
  14. -ms-text-size-adjust: 100%
  15.  
  16. html, button, input, select, textarea
  17. font-family: sans-serif
  18. color: #222
  19.  
  20. body
  21. margin: 0
  22. font-size: 1em
  23. line-height: 1.4
  24.  
  25. ::-moz-selection, ::selection
  26. background: #fe57a1
  27. color: #fff
  28. text-shadow: none
  29.  
  30. a
  31. color: #00e
  32. &:visited
  33. color: #551a8b
  34. &:hover
  35. color: #06e
  36. &:focus
  37. outline: thin dotted
  38. &:hover, &:active
  39. outline: 0
  40.  
  41. ul, ol
  42. margin: 1em 0
  43. padding: 0 0 0 40px
  44.  
  45. dd
  46. margin: 0 0 0 40px
  47.  
  48. nav ul, nav ol
  49. list-style: none
  50. list-style-image: none
  51. margin: 0
  52. padding: 0
  53.  
  54. img
  55. border: 0
  56. -ms-interpolation-mode: bicubic
  57. vertical-align: middle
  58.  
  59. figure
  60. margin: 0
  61.  
  62. .clearfix
  63. *zoom: 1
  64. &:before, &:after
  65. content: ""
  66. display: table
  67. &:after
  68. clear: both
Add Comment
Please, Sign In to add comment