Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

reset.css 1.7KB

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