/css/reset.css

https://code.google.com/p/jquery-msg/ · CSS · 23 lines · 19 code · 1 blank · 3 comment · 0 complexity · e27724b03b63a23c314d69e77d7e08ee MD5 · raw file

  1. * {margin: 0; padding: 0; text-decoration: none; font-size: 12px; outline: none; font-family: Arial, sans-serif;}
  2. sup {font-size: 0.8em;}
  3. sub {font-size: 0.8em;}
  4. ul {list-style-type: none;}
  5. a {border: none; color: inherit; outline: none; text-decoration: underline;}
  6. a:hover {text-decoration: none;}
  7. a.noSub {text-decoration: none;}
  8. a.noSub:hover {text-decoration: underline;}
  9. input, button {outline: none;}
  10. button::-moz-focus-inner {border: 0;}
  11. img {border: none;}
  12. h1, h2, h3, h4, h5, strong{font-weight: bold;}
  13. table {width: 100%; border-collapse: collapse; border-spacing: 0; table-layout: fixed;}
  14. label {cursor: pointer;}
  15. caption, hr, .oculto {display: none !important;}
  16. /**
  17. * Clearfix
  18. */
  19. .clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
  20. .clearfix {display: inline-block;}
  21. * html .clearfix {height: 1%;}
  22. .clearfix {display: block;}