home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Internet / XENU / Setup.exe / xenu.chm / style.css < prev    next >
Cascading Style Sheet File  |  2009-02-09  |  654b  |  63 lines

  1. body {
  2. margin: 0;
  3. padding: 0;
  4. background-color: #FEFFE9;
  5. font-family: "Arial", sans-serif;
  6. }
  7.  
  8. #header {
  9. margin: 0;
  10. padding: 6px 10px;
  11. background-color: #C0C0C0;
  12. }
  13.  
  14. #content {
  15. margin: 0;
  16. padding: 6px;
  17. }
  18.  
  19. h1 {
  20. font-size: 14pt;
  21. }
  22.  
  23. h2 {
  24. font-size: 12pt;
  25. padding-top: 1.5em;
  26. }
  27.  
  28. h3 {
  29. font-size: 11pt;
  30. padding-top: 1.5em;
  31. }
  32.  
  33. p, li, td, blockquote {
  34. font-size: 10pt;
  35. }
  36.  
  37. hr {
  38. height: 1px;
  39. border: 1px solid #000000;
  40. }
  41.  
  42. a {
  43. color: #0000AA;
  44. }
  45.  
  46. a:visited {
  47. color: #000080;
  48. }
  49.  
  50. a:hover {
  51. color: #AA0000;
  52. }
  53.  
  54. a:active {
  55. color: #AA0000;
  56. text-decoration: none;
  57. }
  58.  
  59. .right {
  60. font-size: 9pt;
  61. text-align: right;
  62. }
  63.