reset.css 863 B

123456789101112131415161718
  1. html{color:#000;background:#222222;}
  2. a{cursor:pointer;}
  3. html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
  4. table{border-collapse:collapse;border-spacing:0;}
  5. fieldset,img{border:0;}
  6. address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
  7. li{list-style:none;}
  8. caption,th{text-align:left;}
  9. /* h1,h2,h3,h4,h5,h6{font-size:100%;} */
  10. q:before,q:after{content:'';}
  11. abbr,acronym {border:0;font-variant:normal;}
  12. sup {vertical-align:text-top;}
  13. sub {vertical-align:text-bottom;}
  14. input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;outline-style:none;outline-width:0pt;}
  15. legend{color:#000;}
  16. a:focus,object,h1,h2,h3,h4,h5,h6{-moz-outline-style: none; border:0px;}
  17. /*input[type="Submit"]{cursor:pointer;}*/
  18. strong {font-weight: bold;}