home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 May / VPR9905A.BIN / OLS / INDEX.CHM / ss / list.css < prev   
Cascading Style Sheet File  |  1999-03-28  |  2KB  |  88 lines

  1.     /* OLS リスト用 */
  2.  
  3.     BODY {
  4.         background:white;                            /* 背景色 */
  5.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  6.         font-size:10pt;                                /* フォントサイズ */
  7.     }
  8.     IMG {
  9.         border:none;                                /* 枠線は引かない */
  10.     }
  11.     H1,H2,H3 {
  12.         font-family:"MS Pゴシック", sans-serif;
  13.         font-weight:bold;                            /* 太字指定 */
  14.         text-align:center;
  15.     }
  16.     /* タイトル */
  17.     H1 {
  18.         font-size:16pt;
  19.     }
  20.     /* カテゴリ名 */
  21.     H2 {
  22.         font-size:15pt;
  23.     }
  24.     /* ジャンル名 */
  25.     H3 {
  26.         font-size:14pt;
  27.     }
  28.     H2.ols,H3.ols {
  29.         font:bold 14pt;
  30.         color:#fff1bc;
  31.         text-align:center;
  32.         padding-top:6px;
  33.         padding-left:14px;
  34.         padding-bottom:4px;
  35.         border:outset 2px;
  36.         background:#008585;
  37.     }
  38.  
  39.     /* リスト項目 */
  40.     TABLE.listitem {
  41.         width=100%;                                    /* ウィンドウの占有率 */
  42.         border-style:outset;                        /* 枠線のスタイル */
  43.         border-width:1px;                            /* 枠線の幅 */
  44.         border-color:#85cd99;                        /* 枠線の色 */
  45.         margin-bottom:1em;                            /* 枠外の余白 1em=1文字分 */
  46.     }
  47.     /* 対応OS, 新規・更新等 */
  48.     TD.attr {
  49.         background:#d5f3ca;                            /* 背景の色 */
  50.         font-size:12pt;
  51.         color:green;                                /* 文字の色 */
  52.     }
  53.  
  54.     /* ソフトウェアタイトル名 */
  55.     TD.title {
  56.         font-size:11pt;
  57.         font-weight:bold;
  58.         color:#324ac2;
  59.         text-align:left;                            /* 文字揃え */
  60.  
  61.         background:#a6f0a7;
  62.         border:outset 0px #d5f3ca;
  63.         padding-top:2px;                            /* 枠内の余白 */
  64.         padding-bottom:2px;
  65.         padding-left:3px;
  66.     }
  67.  
  68.     /* 作者名、URL */
  69.     TD.author {
  70.         font-size:9pt;
  71.         color:#324ac2;
  72.  
  73.         background:#fff7dd;
  74.         padding-top:3px;
  75.         padding-left:36px;
  76.     }
  77.  
  78.     /* 概要 */
  79.     TD.summary {
  80.         font-size:9pt;
  81.         border:outset 0px white;
  82.  
  83.         background:white;
  84.         padding-top:2px;
  85.         padding-bottom:2px;
  86.         padding-left:0;
  87.     }
  88.