home *** CD-ROM | disk | FTP | other *** search
/ ftp6.securdisc.net / ftp6.securdisc.net.tar / ftp6.securdisc.net / NeroSecurDiscViewer_nl-NL.chm / css / common.reset.css next >
Cascading Style Sheet File  |  2013-09-20  |  915b  |  59 lines

  1. html, body, div, span, applet, object, iframe,
  2. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  3. a, abbr, acronym, address, big, cite, code,
  4. del, dfn, em, font, img, ins, kbd, q, s, samp,
  5. small, strike, strong, tt, var,
  6. b, u, i, center,
  7. dl, dt, dd, ol, ul, li,
  8. fieldset, form, label, legend,
  9. table, caption, tbody, tfoot, thead, tr, th, td 
  10. {
  11.     margin: 0;
  12.     padding: 0;
  13.     border: 0;
  14.     outline: 0;
  15.     font-size: 100%;
  16.     vertical-align: baseline;
  17.     background: transparent;
  18. }
  19.  
  20. sub, sup
  21. {
  22.     margin: 0;
  23.     padding: 0;
  24.     border: 0;
  25.     outline: 0;
  26. }
  27.  
  28. ol 
  29. {
  30.     list-style-type: decimal;
  31. }
  32. ul 
  33. {
  34.     list-style: square;
  35. }
  36.  
  37. blockquote, q 
  38. {
  39.     quotes: none;
  40. }
  41.  
  42. blockquote:before, blockquote:after, q:before, q:after 
  43. {
  44.     content: '';
  45.     content: none;
  46. }
  47.  
  48. :focus 
  49. {
  50.     outline: 0;
  51. }
  52.  
  53.  
  54. /* tables still need 'cellspacing="0"' in the markup */
  55. table {
  56.     border-collapse: collapse;
  57.     border-spacing: 0;
  58. }
  59.