home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 March / VPR0003A.BIN / GAMEDEMO / INDEX.CHM / ss / desc.css next >
Cascading Style Sheet File  |  2000-01-28  |  1KB  |  79 lines

  1. /* OLS Stylesheet */
  2.     BODY {
  3.         background:white;
  4.         margin:0;
  5.     }
  6.     IMG {
  7.         border:none;
  8.     }
  9.     H1 {
  10.         font-family:"MS Pゴシック", sans-serif;
  11.         font-size:16pt;
  12.         font-weight:bold;
  13.     }
  14.  
  15.     DIV.HR {
  16.         line-height:4px;
  17.         width:100%;
  18.         border-bottom:6px ridge white;
  19.     }
  20.     /* 詳細 */
  21.     DIV.page {
  22.         margin-left:0
  23.         margin-top:2px;
  24.         margin-bottom:4px;
  25.         margin-right:0;
  26.     }
  27.  
  28.     /* 属性 */
  29.     DIV.attr {
  30.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  31.         font-size:12pt;
  32.         font-weight:bold;
  33.         color:green;
  34.         margin-left:32px;
  35.         margin-bottom:-1em;
  36.     }
  37.     H1.title {
  38.         font-family:"MS Pゴシック", sans-serif;
  39.         font-size:14pt;
  40.         font-weight:bold;
  41.         margin-left:32px;
  42.     }
  43.     /* 作者 */
  44.     DIV.author {
  45.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  46.         font-size:9pt;
  47.         margin-left:72px;
  48.     }
  49.     .authorname {
  50.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  51.         font-size:12pt;
  52.     }
  53.  
  54.     /* 実行画面イメージ */
  55.  
  56.     DIV.capture {
  57.         margin:16px;
  58.     }
  59.  
  60.     /* 内容 */
  61.     DIV.naiyo {
  62.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  63.         font-size:10pt;
  64.         background:linen;
  65.         margin:1em;
  66.         padding-top:10px;
  67.         padding-bottom:8px;
  68.         padding-left:5px;
  69.         padding-right:5px;
  70.     }
  71.     P.naiyo {
  72.         line-height:1.5em;
  73.     }
  74.     /* ランチャ */
  75.     TABLE.launch {
  76.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  77.         font-size:10pt;
  78.     }
  79.