home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 December (DVD) / VPR0112A.ISO / OLS / ADDC0917 / addc0917.lzh / user.css < prev    next >
Cascading Style Sheet File  |  2001-06-17  |  866b  |  66 lines

  1. body {
  2.     margin-left:5%;
  3. }
  4. body, table, td, th, p {
  5.     font-size:1em;
  6.     color:#000;
  7.     background:#eee;
  8. }
  9. h1 {
  10.     text-align:center;
  11. }
  12. h2 {
  13.     margin-left:-4%;
  14. }
  15. h3 {
  16.     margin-left:-3%;
  17. }
  18. h4 {
  19.     margin-left:-2%;
  20. }
  21. h5 {
  22.     margin-left:-1%;
  23. }
  24. body, body * {
  25.     line-height:1.5em;
  26. }
  27. table, td, th {
  28.     width:auto;
  29. }
  30. table
  31. {
  32.     border-collapse:collapse;
  33. }
  34. font {
  35.     color:#000;
  36.     background:#eee;
  37.     font-weight:normal;
  38.     font-size:1em;
  39.     line-height:1.5em;
  40. }
  41. big, small,b,i {
  42.     font-size:1em;
  43.     line-height:1.5em;
  44. }
  45.  
  46. a:link, a:link *, a:active, a:active * {
  47.     border:none;
  48.     color:#00f;
  49.     background:#eee;
  50.     text-decoration:underline;
  51. }
  52. a:link img, a:active img {
  53.     border:thin solid #00f;
  54. }
  55. a:visited, a:visited * {
  56.     color:#609;
  57.     background:#eee;
  58.     text-decoration:underline;
  59. }
  60. th, td
  61. {
  62.     border:1px solid #ddd;
  63.     padding:1px;
  64.     margin:0;
  65. }
  66.