home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 May / VPR0305.ISO / OLS / INDEX.CHM / ss / list.css < prev   
Cascading Style Sheet File  |  2003-03-10  |  2KB  |  94 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:#3A4C97;
  37.     }
  38.  
  39.     /* リスト項目 */
  40.     TABLE.listitem {
  41.         width:100%;                            /* ウィンドウの占有率 */
  42.         border-style:outset;                /* 枠線のスタイル */
  43.         border-width:1px;                    /* 枠線の幅 */
  44.         border-color:#3B6FB4;                /* 枠線の色 */
  45.         margin-bottom:1em;                    /* 枠外の余白 1em=1文字分 */
  46.     }
  47.     /* 対応OS, 新規・更新等 */
  48.     TD.attr {
  49.         background:#ABD2F3;                    /* 背景の色 */
  50.         font-size:12pt;
  51.         color:green;                        /* 文字の色*/
  52.     }
  53.  
  54.     /* 
  55.      *    ソフトウェアタイトル名
  56.      */
  57.     TD.title {
  58.         color:#324ac2;
  59.         font-size:11pt;
  60.         font-weight:bold;
  61.         text-align:left;                    /* 文字揃え */
  62.  
  63.         background:#FBF77C;
  64.         border:outset 0px #FBF77C;    /*あやしい*/
  65.         padding-top:2px;                    /* 枠内の余白 */
  66.         padding-bottom:2px;
  67.         padding-left:3px;
  68.     }
  69.  
  70.     /* 作者名、URL */
  71.     TD.author {
  72.         font-size:9pt;
  73.         color:#324AC2;
  74.  
  75.         background:#E6E6E6;
  76.         padding-top:3px;
  77.         padding-left:36px;
  78.     }
  79.  
  80.     /* 概要 */
  81.     TD.summary {
  82.         font-size:9pt;
  83.         border:outset 0px white;
  84.  
  85.         background:white;
  86.         padding-top:2px;
  87.         padding-bottom:2px;
  88.         padding-left:0;
  89.     }
  90.  
  91. A:link        {color: blue; background-color: transparent;}
  92. A:visited    {color: blue; background-color: transparent;}
  93. A:hover{ color: red; background-color: transparent; }
  94.