home *** CD-ROM | disk | FTP | other *** search
/ 91.121.126.69 / 91.121.126.69.tar / 91.121.126.69 / passport_files / clean.css < prev    next >
Cascading Style Sheet File  |  2012-08-11  |  880b  |  58 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, sub, sup, 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.     margin: 0;
  11.     padding: 0;
  12.     border: 0;
  13.     outline: 0;
  14.     font-size: 100%;
  15.     vertical-align: baseline;
  16.     background: transparent;
  17.     font-family: Arial,Geneva CY,sans-serif;
  18. }
  19.  
  20. body {
  21.     line-height: 1;
  22. }
  23.  
  24. ol, ul {
  25.     list-style: none;
  26. }
  27.  
  28. blockquote, q {
  29.     quotes: none;
  30. }
  31.  
  32. :focus {
  33.     outline: 0;
  34. }
  35.  
  36. ins { 
  37.     text-decoration: none;
  38. }
  39.  
  40. del { 
  41.     text-decoration: line-through; 
  42. }
  43.  
  44. table { 
  45.     border-collapse: collapse; 
  46.     border-spacing: 0; 
  47. }
  48.  
  49. a, a:visited {
  50.     color: #1A3DC1;
  51.     border-color: #1A3DC1;
  52. }
  53.  
  54. a:hover {
  55.     color: #FF5223;
  56.     border-color: #FF5223;
  57. }
  58.