home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 January / VPR0201B.ISO / BIOS / INDEX.CHM / css / cover.css next >
Cascading Style Sheet File  |  2001-11-28  |  2KB  |  88 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: #FFFFE8;
  24.     background-image: url(../mark/tex_driver.png);
  25.     text-align: center;
  26.     padding-top: 18px;
  27.     padding-bottom: 13px;
  28.     border-width: 2px;
  29.     border-style: outset;
  30. }
  31.     H2 {
  32.         font-size:12pt;
  33.         font-weight:bold;
  34.     }
  35.  
  36.     P {
  37.         margin-left:10%;
  38.         margin-right:10%;
  39.     }
  40.  
  41.     /* 注意書き */
  42.     UL.notice {
  43.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  44.         font-size: 10pt;
  45.         margin-bottom: 1em;
  46.         margin-left: 1em;
  47.         padding-top: 0.5em;
  48.         padding-bottom: 0.5em;
  49.         padding-left: 1em;
  50. }
  51.  
  52.     /* 新規・更新マーク */
  53.     .NewUp {
  54.         font-size:10pt;
  55.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  56.  
  57.         background: #E6E6E6;
  58.     }
  59.     TD.NewUpBmp {
  60.         width:50px;
  61.     }
  62.     /* マーク説明 */
  63.     TD.NewUpExp {
  64.     }
  65.  
  66.     /* メーカーリスト */
  67.     TABLE.maker {
  68.         width:100%;
  69.         background: #CACCCA;
  70.         border:outset 1px white;
  71.         margin-top:1em;
  72.     }
  73.     /* マーク */
  74.     TD.newup {
  75.         border-top:outset 1px white;
  76.         background: #A8CDA7;
  77.     }
  78.     /* 会社名 */
  79.     TD.maker {
  80.         border:outset 2px white;
  81.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  82.         font: bold 10pt;
  83.         padding-left:3px;
  84.         padding-top:2px;
  85.         padding-bottom:2px;
  86.         background:#35A3A2;
  87.     }
  88.