home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 December / VPR0012B.BIN / MIDI / INDEX.CHM / ss / index.css
Cascading Style Sheet File  |  2000-10-27  |  2KB  |  124 lines

  1.     A.genre:Link, A.genre:Visited, A.genre:Active {
  2.         color:white;
  3.     }
  4.     BODY {
  5.         background:white;
  6.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  7.         font:10pt;
  8.     }
  9.     IMG {
  10.         border:none;
  11.     }
  12.     H1, H2, H3 {
  13.         font-family: "MS Pゴシック", sans-serif;
  14.         font-weight: bold;
  15. }
  16.     H1 {
  17.     font-size: 17pt;
  18.     color: #ffffa3;
  19.     background-image: url(../mark/logo_texture.png);
  20.     text-align: center;
  21.     padding-top:18px;
  22.     padding-bottom:13px;
  23.     border: 2px outset;
  24. }
  25.     H2 {
  26.         font-size:15pt;
  27.     }
  28.     /* カテゴリ名 */
  29.     DL {
  30.         border-width:1px;
  31.         border-style:outset;
  32.         border-color:#85cd99;
  33.     }
  34.     DT.CategoryNewUp {
  35.         padding:0;
  36.         background:#00a851;
  37.     }
  38.     DD.Category {
  39.         margin-left:0;
  40.     }
  41.     DIV.CategoryName {
  42.         color:white;
  43.         font-size:11pt;
  44.         font-weight:bold;
  45.         background:#52bd74;
  46.         padding:3px;
  47.     }
  48.     DIV.CategoryExp {
  49.         font-size:10pt;
  50.         font-weight:normal;
  51.         background:#f6ffe9;
  52.         padding:3px;
  53.     }
  54.  
  55.     /* 定番 */
  56.     UL.Genre {
  57.         font-size:10pt;
  58.         font-weight:bold;
  59.         line-height:20px;
  60.         list-style:none;
  61.     }
  62.     /* 定番のジャンル名の列挙用 */
  63.     LI {
  64.         border-width:1px;
  65.         border-style:outset;
  66.         border-color:#85cd99;
  67.         background:#69d8d7;
  68.         font-size:11pt;
  69.     }
  70.  
  71.     /* 
  72.      * リスト項目
  73.      */
  74.     TABLE.listitem {
  75.         width:100%;                            /* ウィンドウの占有率 */
  76.         border-style:outset;                /* 枠線のスタイル */
  77.         border-width:1px;                    /* 枠線の幅 */
  78.         border-color:#85cd99;                /* 枠線の色 */
  79.         margin-bottom:1em;                    /* 枠外の余白 1em=1文字分 */
  80.     }
  81.     /* 対応OS, 新規・更新等 */
  82.     TD.attr {
  83.         background:#d5f3ca;                    /* 背景の色 */
  84.         font-size:12pt;
  85.         color:green;                        /* 文字の色 */
  86.     }
  87.  
  88.     /* 
  89.      *    ソフトウェアタイトル名
  90.      */
  91.     TD.title {
  92.         font-size:11pt;
  93.         font-weight:bold;
  94.         color:#324ac2;
  95.         text-align:left;                    /* 文字揃え */
  96.  
  97.         background:#a6f0a7;
  98.         border:outset 0px #d5f3ca;
  99.         padding-top:2px;                    /* 枠内の余白 */
  100.         padding-bottom:2px;
  101.         padding-left:3px;
  102.     }
  103.  
  104.     /* 作者名、URL */
  105.     TD.author {
  106.         font-size:9pt;
  107.         color:#324ac2;
  108.  
  109.         background:#fff7dd;
  110.         padding-top:3px;
  111.         padding-left:36px;
  112.     }
  113.  
  114.     /* 概要 */
  115.     TD.summary {
  116.         font-size:9pt;
  117.         border:outset 0px white;
  118.  
  119.         background:white;
  120.         padding-top:2px;
  121.         padding-bottom:2px;
  122.         padding-left:0;
  123.     }
  124.