Guest User

Untitled

a guest
May 26th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. html, body, div, form, fieldset, legend, label,ul,li { margin: 0; padding: 0; }
  2. table { border-collapse: collapse; border-spacing: 0; }
  3. th, td { text-align: left; vertical-align: top; }
  4. h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }
  5. img { border: 0; }
  6. li {list-style:none;}
  7.  
  8. .hide{display:none}
  9. .show{display:block}
  10. .grey {color:#999}
  11. .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  12. .clearfix {display: inline-block;} /* for IE/Mac */
  13. html[xmlns] .clearfix { display: block; }
  14. * html .clearfix { height: 1%; }
  15. a {color:#060;text-decoration:none}
  16. a:hover {background:#060;color:#fff}
  17.  
  18. /* ====== ie7 ====== */
  19. *:first-child+html .item {}
  20.  
  21. /* ====== ie6 ====== */
  22. * html .item {}
Add Comment
Please, Sign In to add comment