home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 January / VPR0201B.ISO / APUPDATE / INDEX.CHM / css / index.css < prev   
Cascading Style Sheet File  |  2001-11-28  |  2KB  |  109 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:#BFBFBF;
  33.     }
  34.     TD.NewUpBmp {
  35.         width:50px;
  36.         
  37.     }
  38.     /* マーク説明 */
  39.     TD.NewUpExp {
  40.     }
  41.  
  42.     /* ボタンの説明 */
  43.     .ButtonExp {
  44.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  45.         font-size:10pt;
  46.  
  47.         background:#E6E6E6;
  48.     }
  49.     TD.ButtonBmp {
  50.         text-align:center;
  51.         border:outset 2px;
  52.         width:20px;
  53.         background:#BFBFBF;
  54.     }
  55.     TD.ButtonExp {
  56.         font-size:9pt;
  57.  
  58.     }
  59.     /* 第1区分 */
  60.     DL.DIV4 {
  61.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  62.         border:2px solid #A8CDA7;
  63.         padding:2px;
  64.     }
  65.     DT.DIV4 {
  66.         font:bold 12pt;
  67.         color:black;
  68.         background:#A8CDA7;
  69.  
  70.         padding-top:2px;
  71.         padding-left:4px;
  72.         padding-bottom:1em;
  73.     }
  74.  
  75.     /* 第2区分 */
  76.     DL.DIV3 {
  77.         background:#ffffff;
  78.         margin-left:-2.4em;
  79.     }
  80.     DT.DIV3 {
  81.         font:bold 11pt;
  82.         color:white;
  83.         background:#35A3A2;
  84.         padding-left:1em;
  85.         line-height:1.5em;
  86.         border:outset 2px;
  87.     }
  88.     /* ドライバ本体 */
  89.     DL.element {
  90.         background:#CCCCCC;
  91.         margin-left:0em;
  92.     }
  93.     DT.title {
  94.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  95.         font:bold 10pt;
  96.         color:blue;
  97.         line-height:1.5em;
  98.     }
  99.     DD.folder {
  100.         font-size:9pt;
  101.         margin-left:-1.3em;
  102.         padding-top: 2px;
  103.         padding-left: 1em;
  104.         background:#ffffff;
  105.     }
  106.     TABLE.folder {
  107.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  108.         font:10pt;
  109.     }