1
0

reset.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. html, body, div, span, object, iframe,
  2. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  3. abbr, address, cite, code,
  4. del, dfn, em, img, ins, kbd, q, samp,
  5. small, strong, sub, sup, var,
  6. b, i,
  7. dl, dt, dd, ol, ul, li,
  8. fieldset, form, label, legend,
  9. table, caption, tbody, tfoot, thead, tr, th, td,
  10. article, aside, canvas, details, figcaption, figure,
  11. footer, header, hgroup, menu, nav, section, summary,
  12. time, mark, audio, video {
  13. margin:0;
  14. padding:0;
  15. border:0;
  16. outline:0;
  17. font-size:100%;
  18. vertical-align:baseline;
  19. background:transparent;
  20. }
  21. body {
  22. line-height:1;
  23. }
  24. img{
  25. max-width: 100%;
  26. }
  27. article,aside,details,figcaption,figure,
  28. footer,header,hgroup,menu,nav,section {
  29. display:block;
  30. }
  31. nav ul {
  32. list-style:none;
  33. }
  34. blockquote, q {
  35. quotes:none;
  36. }
  37. blockquote:before, blockquote:after,
  38. q:before, q:after {
  39. content:'';
  40. content:none;
  41. }
  42. a {
  43. margin:0;
  44. padding:0;
  45. font-size:100%;
  46. vertical-align:baseline;
  47. background:transparent;
  48. color: #454545;
  49. }
  50. /* change colours to suit your needs */
  51. ins {
  52. background-color:#ff9;
  53. color:#000;
  54. text-decoration:none;
  55. }
  56. /* change colours to suit your needs */
  57. mark {
  58. background-color:#ff9;
  59. color:#000;
  60. font-style:italic;
  61. font-weight:bold;
  62. }
  63. del {
  64. text-decoration: line-through;
  65. }
  66. abbr[title], dfn[title] {
  67. border-bottom:1px dotted;
  68. cursor:help;
  69. }
  70. table {
  71. border-collapse:collapse;
  72. border-spacing:0;
  73. }
  74. /* change border colour to suit your needs */
  75. hr {
  76. display:block;
  77. height:1px;
  78. border:0;
  79. border-top:1px solid #cccccc;
  80. margin:1em 0;
  81. padding:0;
  82. }
  83. input, select {
  84. vertical-align:middle;
  85. }