Guest User

css_reset

a guest
Feb 16th, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.84 KB | None | 0 0
  1.  
  2. /* RESET */
  3. /* ----------------------------------------- */
  4.  
  5. /* Global reset */
  6. /* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
  7. *, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
  8. table { border-collapse:collapse; border-spacing:0 }
  9. fieldset, img { border:0 }
  10. address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
  11. ol, ul, li { list-style:none }
  12. caption, th { text-align:left }
  13. h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
  14. q:before, q:after { content:''}
  15.  
  16. /* Global reset-RESET */
  17. /* The below restores some sensible defaults */
  18. strong { font-weight:bold }
  19. em { font-style:italic }
  20. a img { border:none } /* Gets rid of IE's blue borders */
Advertisement
Add Comment
Please, Sign In to add comment