PageRenderTime 111ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/lib/jquery-validate/demo/css/reset.css

#
CSS | 61 lines | 34 code | 14 blank | 13 comment | 0 complexity | 5451eb3930cde8f0e9f1f40fbb4a17c6 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. /**********************************
  2. Use: Reset Styles for all browsers
  3. ***********************************/
  4. body, p, blockquote {
  5. margin: 0;
  6. padding: 0;
  7. }
  8. a img, iframe { border: none; }
  9. /* Headers
  10. ------------------------------*/
  11. h1, h2, h3, h4, h5, h6 {
  12. margin: 0;
  13. padding: 0;
  14. font-size: 100%;
  15. }
  16. /* Lists
  17. ------------------------------*/
  18. ul, ol, dl, li, dt, dd {
  19. margin: 0;
  20. padding: 0;
  21. }
  22. /* Links
  23. ------------------------------*/
  24. a, a:link {}
  25. a:visited {}
  26. a:hover {}
  27. a:active {}
  28. /* Forms
  29. ------------------------------*/
  30. form, fieldset {
  31. margin: 0;
  32. padding: 0;
  33. }
  34. fieldset { border: 1px solid #000; }
  35. legend {
  36. padding: 0;
  37. color: #000;
  38. }
  39. input, textarea, select {
  40. margin: 0;
  41. padding: 1px;
  42. font-size: 100%;
  43. font-family: inherit;
  44. }
  45. select { padding: 0; }