less copy protection, more size visualization
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

60 líneas
1.2 KiB

  1. /* http://meyerweb.com/eric/tools/css/reset/
  2. v2.0 | 20110126
  3. License: none (public domain)
  4. */
  5. html, body, div, span, applet, object, iframe,
  6. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  7. a, abbr, acronym, address, big, cite, code,
  8. del, dfn, em, img, ins, kbd, q, s, samp,
  9. small, strike, strong, sub, sup, tt, var,
  10. b, u, i, center,
  11. dl, dt, dd, ol, ul, li,
  12. fieldset, form, label, legend,
  13. table, caption, tbody, tfoot, thead, tr, th, td,
  14. article, aside, canvas, details, embed,
  15. figure, figcaption, footer, header, hgroup,
  16. menu, nav, output, ruby, section, summary,
  17. time, mark, audio, video {
  18. margin: 0;
  19. padding: 0;
  20. border: 0;
  21. font-size: 100%;
  22. font: inherit;
  23. vertical-align: baseline;
  24. box-sizing: border-box;
  25. }
  26. input, select {
  27. margin: 0;
  28. padding: 4px;
  29. border-width: 1px;
  30. font-size: 100%;
  31. font: inherit;
  32. vertical-align: baseline;
  33. box-sizing: border-box;
  34. }
  35. /* HTML5 display-role reset for older browsers */
  36. article, aside, details, figcaption, figure,
  37. footer, header, hgroup, menu, nav, section {
  38. display: block;
  39. }
  40. body {
  41. line-height: 1;
  42. }
  43. ol, ul {
  44. list-style: none;
  45. }
  46. blockquote, q {
  47. quotes: none;
  48. }
  49. blockquote:before, blockquote:after,
  50. q:before, q:after {
  51. content: '';
  52. content: none;
  53. }
  54. table {
  55. border-collapse: collapse;
  56. border-spacing: 0;
  57. }