home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 August / VPR0208A.ISO / LINK / LINK.CSS < prev    next >
Cascading Style Sheet File  |  2002-06-28  |  559b  |  51 lines

  1.  
  2. BODY
  3. {
  4.     font-family: "MS Pゴシック", sans-serif;
  5.     color: black;
  6.     background-color: #ADD8E6;
  7. }
  8.  
  9. h1
  10. {
  11.     text-align: center;
  12. }
  13.  
  14. TABLE
  15. {
  16.     margin-right: 2em;
  17.     margin-bottom: 0.5em;
  18.     margin-left: 2em;
  19.     width: 90%;
  20. }
  21.  
  22. TD.banner
  23. {
  24.     background-color: navy;
  25.     width: 127px;
  26. }
  27.  
  28. TD
  29. {
  30.     font-size: 1.2em;
  31.     background-color: #F5FFFA;
  32. }
  33.  
  34. DIV.table-note /* 表の註 */
  35. {
  36.     font-size: 0.75em;
  37.     margin-top: 0;
  38.     margin-right: 3em;
  39.     margin-left: 3em;
  40.     margin-bottom: 0;
  41. }
  42.  
  43. img
  44. {
  45.     border: 1px solid;
  46. }
  47.  
  48. a
  49. {
  50.     text-decoration: none;
  51. }