home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 May / VPR0305.ISO / OLS / INDEX.CHM / ss / desc.css next >
Cascading Style Sheet File  |  2003-03-10  |  2KB  |  90 lines

  1. /* OLS Stylesheet */
  2.     BODY {
  3.     background-color: white;
  4.     margin-top: 0;
  5.     margin-right: 0;
  6.     margin-bottom: 10px;
  7.     margin-left: 0;
  8. }
  9.     IMG {
  10.         border:none;
  11.     }
  12.     H1 {
  13.         font-family:"MS Pゴシック", sans-serif;
  14.         font-size:16pt;
  15.         font-weight:bold;
  16.     }
  17.  
  18.     DIV.HR {
  19.         line-height:4px;
  20.         width:100%;
  21.         border-bottom:6px ridge white;
  22.     }
  23.     /* 詳細 */
  24.     DIV.page {
  25.         margin-left:0
  26.         margin-top:2px;
  27.         margin-bottom:4px;
  28.         margin-right:0;
  29.     }
  30.  
  31.     /* 属性 */
  32.     DIV.attr {
  33.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  34.         font-size:12pt;
  35.         font-weight:bold;
  36.         color:green;
  37.         margin-left:32px;
  38.         margin-bottom:-1em;
  39.     }
  40.     H1.title {
  41.         font-family:"MS Pゴシック", sans-serif;
  42.         font-size:14pt;
  43.         font-weight:bold;
  44.         margin-left:32px;
  45.     }
  46.     /* 作者 */
  47.     DIV.author {
  48.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  49.         font-size:9pt;
  50.         margin-left:72px;
  51.     }
  52.     .authorname {
  53.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  54.         font-size:12pt;
  55.     }
  56.  
  57.     /* 実行画面イメージ */
  58.  
  59.     DIV.capture {
  60.         margin:16px;
  61.     }
  62.  
  63.     /* 内容 */
  64.     DIV.naiyo {
  65.         font-family: "MS Pゴシック", sans-serif;
  66.         font-size:12pt;
  67.         background:AAD0CE;
  68.         margin:1em;
  69.         padding-top:10px;
  70.         padding-bottom:8px;
  71.         padding-left:5px;
  72.         padding-right:5px;
  73.     }
  74.     P.naiyo {
  75.         line-height:1.5em;
  76.     }
  77.     /* ランチャ */
  78.     TABLE.launch {
  79.         font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
  80.         font-size:10pt;
  81.     }
  82.     /* リスト 2000/04/01(Sat) yujiro 追加*/
  83.     UL{
  84.     margin: 0em 0em 0em 1.2em;
  85.     padding:0em;
  86.     }
  87.  
  88. A:link,A:visited    {color: blue;}
  89. A:hover                { color: red;}
  90.