home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 May / VPR0305.ISO / OLS / INDEX.CHM / ss / index.css < prev    next >
Cascading Style Sheet File  |  2003-03-10  |  2KB  |  130 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.         background-color: #BBF8AA;
  59.     }
  60.  
  61.     /* 定番のジャンル名の列挙用 */
  62.     LI {
  63.         border-width:1px;
  64.         border-style:outset;
  65.         border-color:#BBF8AA;    /*あやしい*/
  66.         background:#BBF8AA;
  67.         font-size:11pt;
  68.     }
  69.  
  70.     /* 
  71.      * リスト項目
  72.      */
  73.     TABLE.listitem {
  74.         width:100%;                            /* ウィンドウの占有率 */
  75.         border-style:outset;                /* 枠線のスタイル */
  76.         border-width:1px;                    /* 枠線の幅 */
  77.         border-color:#3B6FB4;                /* 枠線の色 */
  78.         margin-bottom:1em;                    /* 枠外の余白 1em=1文字分 */
  79.     }
  80.     /* 対応OS, 新規・更新等 */
  81.     TD.attr {
  82.         background:#ABD2F3;                    /* 背景の色 */
  83.         font-size:12pt;
  84.         color:green;                        /* 文字の色*/
  85.     }
  86.  
  87.     /* 
  88.      *    ソフトウェアタイトル名
  89.      */
  90.     TD.title {
  91.         font-size:11pt;
  92.         font-weight:bold;
  93.         text-align:left;                    /* 文字揃え */
  94.  
  95.         background:#FBF77C;
  96.         border:outset 0px #FBF77C;    /*あやしい*/
  97.         padding-top:2px;                    /* 枠内の余白 */
  98.         padding-bottom:2px;
  99.         padding-left:3px;
  100.     }
  101.  
  102.     /* 作者名、URL */
  103.     TD.author {
  104.         font-size:9pt;
  105.         color:#324AC2;
  106.  
  107.         background:#E6E6E6;
  108.         padding-top:3px;
  109.         padding-left:36px;
  110.     }
  111.  
  112.     /* 概要 */
  113.     TD.summary {
  114.         font-size:9pt;
  115.         border:outset 0px white;
  116.  
  117.         background:white;
  118.         padding-top:2px;
  119.         padding-bottom:2px;
  120.         padding-left:0;
  121.     }
  122.  
  123.  
  124. A:link,A:visited    {color: blue;}
  125. A:hover                { color: red;}
  126.  
  127. /*
  128. A.genre:Link,A.genre:visited    {color: white;}
  129. A.genre:hover                    { color: red;}
  130. */