reset.css 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*
  2. Description: Reset css inside content for all pages.
  3. Version: 2.0
  4. Time: 2013-10-02 22:00
  5. Author: Jensen
  6. */
  7. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, del, cite, address, small, sub, sup, b, u, i, center, font, em, strong, dl, dt, dd, ul, ol, li, form, fieldset, legend, table, caption, thead, tbody, tfoot, tr, th, td { margin: 0; padding: 0; outline: none; }
  8. ul, ol { list-style-type: none; -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; -webkit-padding-start: 0; }
  9. a { text-decoration: none;
  10. /* color: #676767;*/
  11. }
  12. a:hover { text-decoration: none; }
  13. a:focus { outline: none; }
  14. li:focus { outline: none; }
  15. fieldset, img { border: 0; }
  16. img { max-width: 100%; vertical-align: top; }
  17. q, blockquote { quotes: "" ""; }
  18. q:before, q:after, blockquote:before, blockquote:after { content: ""; }
  19. del { text-decoration: line-through; }
  20. ins { text-decoration: underline; }
  21. sup { vertical-align: super; }
  22. sub { vertical-align: sub; }
  23. cite, em, dfn { font-style: normal; }
  24. table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
  25. caption, th, td { font-weight: normal; text-align: left; }
  26. input, textarea, select, button { font-size: 100%; font-family: inherit; margin: 0; padding: 0; }
  27. label, button { cursor: pointer; }
  28. textarea { white-space: pre; resize: none; border: 1px solid #ececec; }
  29. button, input, select, textarea { font-size: 100%; }
  30. article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary { margin: 0; padding: 0; display: block; border: 0; font-size: 100%; }
  31. .clearfix { /* For IE 6/7 only Include this rule to trigger hasLayout and contain floats. */ *zoom: 1; }
  32. .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ }
  33. .clearfix:after { clear: both; }
  34. #jiathis_webchat img { display: inline-block; }