reset.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
  2. margin:0;
  3. padding:0;
  4. }
  5. blockquote {
  6. position: relative;
  7. color: #999;
  8. font-weight: 400;
  9. border-left: 2px solid #1abc9c;
  10. padding-left: 1em;
  11. margin: 1em 3em 1em 2em;
  12. }
  13. body{
  14. background:#fff;
  15. color:#000;
  16. font-size:14px;
  17. font-family: 'inherit';
  18. padding-right: 0!important;
  19. }
  20. html,body{ min-height:101%;}
  21. html{overflow-y:scroll; overflow:-moz-scrollbars-vertical;}
  22. td,th,caption {
  23. font-size:14px;
  24. }
  25. /*h1, h2, h3, h4, h5, h6 {*/
  26. /*font-size:100%;*/
  27. /*}*/
  28. address, caption, cite, code, dfn, th, var {
  29. font-style:normal; font-weight:normal;
  30. }
  31. a{
  32. text-decoration:none;
  33. }
  34. img{
  35. border:none;
  36. }
  37. ol,ul,li {
  38. list-style:none;
  39. }
  40. #knowledge-article ul,.tinymce-box ul{ list-style:disc inside;}
  41. #knowledge-article ol,.tinymce-box ol{ list-style:decimal inside;}
  42. #knowledge-article li,.tinymce-box li {list-style:inherit}
  43. li{
  44. vertical-align:top;
  45. }
  46. input, textarea, select, button {
  47. font:14px 'Microsoft yahei',Verdana,Helvetica,Arial,sans-serif; }
  48. table {
  49. border-collapse:collapse;
  50. }
  51. .clearfix:after {
  52. content: ".";
  53. display: block;
  54. height:0;
  55. clear:both;
  56. visibility: hidden;
  57. }
  58. .clearfix { *zoom:1; }