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

  1.     BODY {
  2.         background:white;
  3.         margin-top:0.5em;
  4.     }
  5.     H1 {
  6.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  7.         font-weight: bold;
  8.         font-size: 15pt;
  9.         padding-top: 0.5em;
  10.         padding-bottom: 0.5em;
  11.         border-bottom:ridge 6px white;
  12.         
  13. }
  14.     H1 SMALL {
  15.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  16.     font-size: 9pt;
  17.     line-height: 1em;
  18. }
  19.     /* 注意書 */
  20.     UL.notice {
  21.         font:12px;
  22.         padding-left:1em;
  23.         margin-left:0.5em;
  24.         margin-bottom:0em;
  25.     }
  26.  
  27.     /* 新規・更新マーク */
  28.     .NewUp {
  29.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  30.         font-size:10pt;
  31.  
  32.         background: #CACCCA;
  33.     }
  34.     TD.NewUpBmp {
  35.         width:50px;
  36.     }
  37.     /* マーク説明 */
  38.     TD.NewUpExp {
  39.     }
  40.  
  41.     /* ボタンの説明 */
  42.     .ButtonExp {
  43.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  44.         font-size:10pt;
  45.  
  46.         background:#e0f0f0;
  47.     }
  48.     TD.ButtonBmp {
  49.         text-align:center;
  50.         border:outset 2px;
  51.         background:#c0c0c0;
  52.         width:20px;
  53.     }
  54.     TD.ButtonExp {
  55.         font-size:9pt;
  56.     }
  57.     /* 第1区分 */
  58.     DL.DIV4 {
  59.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  60.         border:2px solid #d5e6ef;
  61.         padding:2px;
  62.     }
  63.     DT.DIV4 {
  64.         font:bold 12pt;
  65.         color:black;
  66.         background:#d5e6ef;
  67.  
  68.         padding-top:2px;
  69.         padding-left:4px;
  70.         padding-bottom:1em;
  71.     }
  72.  
  73.     /* 第2区分 */
  74.     DL.DIV3 {
  75.         background:#ffffff;
  76.         margin-left:-2.4em;
  77.     }
  78.     DT.DIV3 {
  79.         font:bold 11pt;
  80.         color:white;
  81.         background:#4978a1;
  82.         padding-left:1em;
  83.         line-height:1.5em;
  84.         border:outset 2px;
  85.     }
  86.     /* ドライバ本体 */
  87.     DL.element {
  88.         background:#9fb6d4;
  89.         margin-left:0em;
  90.     }
  91.     DT.title {
  92.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  93.         font:bold 10pt;
  94.         color:blue;
  95.         line-height:1.5em;
  96.     }
  97.     DD.folder {
  98.         font-size:9pt;
  99.         margin-left:-1.3em;
  100.         padding-top: 2px;
  101.         padding-left: 1em;
  102.         background:#ffffff;
  103.     }
  104.     TABLE.folder {
  105.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  106.         font:10pt;
  107.     }