home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 February / VPR0202A.ISO / ANTI_VIR / INDEX.CHM / ss / index.css < prev   
Cascading Style Sheet File  |  2001-12-26  |  2KB  |  127 lines

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