home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 September / VPR0009B.BIN / APUPDATE / INDEX.CHM / cover.css < prev    next >
Cascading Style Sheet File  |  2000-07-28  |  2KB  |  87 lines

  1.     /* リンクの装飾 */
  2.     A:link {
  3.         text-decoration:none;
  4.         color:white;
  5.     }
  6.     A:visited {
  7.         text-decoration:none;
  8.         color:#d0d0d0;
  9.     }
  10.     BODY {
  11.         background:white;
  12.         margin-top:0.5em;
  13.     }
  14.     IMG {
  15.         border:none;
  16.     }
  17.  
  18.     H1, H2 {
  19.         font-family: "MS Pゴシック", sans-serif;
  20.     }
  21.     H1 {
  22.         font-size: 17pt;
  23.         color: #ffffa3;
  24.         background-image: url(mark/logo_texture.gif);
  25.         text-align: center;
  26.         padding-top:18px;
  27.         padding-bottom:13px;
  28.         border: 2px outset;
  29.     }
  30.     H2 {
  31.         font-size:12pt;
  32.         font-weight:bold;
  33.     }
  34.  
  35.     P {
  36.         margin-left:10%;
  37.         margin-right:10%;
  38.     }
  39.  
  40.     /* 注意書き */
  41.     UL.notice {
  42.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  43.         font-size: 10pt;
  44.         margin-bottom: 1em;
  45.         margin-left: 1em;
  46.         padding-top: 0.5em;
  47.         padding-bottom: 0.5em;
  48.         padding-left: 1em;
  49. }
  50.  
  51.     /* 新規・更新マーク */
  52.     .NewUp {
  53.         font-size:10pt;
  54.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  55.  
  56.         background: #CACCCA;
  57.     }
  58.     TD.NewUpBmp {
  59.         width:50px;
  60.     }
  61.     /* マーク説明 */
  62.     TD.NewUpExp {
  63.     }
  64.  
  65.     /* メーカーリスト */
  66.     TABLE.maker {
  67.         width:100%;
  68.         background: #CACCCA;
  69.         border:outset 1px white;
  70.         margin-top:1em;
  71.     }
  72.     /* マーク */
  73.     TD.newup {
  74.         border-top:outset 1px white;
  75.         background: #CACCCA;
  76.     }
  77.     /* 会社名 */
  78.     TD.maker {
  79.         border:outset 2px white;
  80.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  81.         font: bold 10pt;
  82.         padding-left:3px;
  83.         padding-top:2px;
  84.         padding-bottom:2px;
  85.         background:#4978a1;
  86.     }
  87.