home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 October / VPR0210A.ISO / MIDI_MP3 / INDEX.CHM / midi_index.css < prev    next >
Cascading Style Sheet File  |  2002-08-28  |  2KB  |  149 lines

  1. BODY
  2. {
  3.     font-family: "MS Pゴシック", sans-serif;
  4.     font-size: 11pt;
  5.     color: black;
  6.     background-image: url(mark/Midiback.PNG);
  7. }
  8.  
  9. H1.PageTitle
  10. {
  11.     font-style: normal;
  12.     font-size: 2.5em;
  13.     color: black;
  14.     text-align: center;
  15. }
  16.  
  17. H2
  18. {
  19.     font-size: 1.5em;
  20.     text-align: center;
  21. }
  22.  
  23.  
  24. /* 本文 */
  25.  
  26. P
  27. {
  28.     line-height: 1.2em;
  29.     margin-left: 10px;
  30. }
  31.  
  32. DIV.button
  33. {
  34.     margin-top: 0;
  35.     margin-left: 10px;
  36. }
  37.  
  38. P.caution /* 注意書 */
  39. {
  40.     font-weight: bolder;
  41.     font-size: 0.9em;
  42.     margin-top: 0;
  43. }
  44.  
  45. /* 画像 */
  46. IMG.button
  47. {
  48.     border-style: none;
  49. }
  50.  
  51.  
  52. /* インライン要素 */
  53.  
  54. EM
  55. {
  56.     font-style: normal;
  57.     font-weight: bolder;
  58. }
  59.  
  60. STRONG /* 強調 基本指定 */
  61. {
  62.     font-weight: bold;
  63.     font-size: 1.2em;
  64. }
  65.  
  66. STRONG.super
  67. {
  68.     font-size: 2em;
  69. }
  70.  
  71. Q{
  72.     font-style: oblique;
  73.     quotes: none;
  74. }
  75. /* 表組み */
  76.  
  77. TABLE
  78. {
  79.     border-collapse: separate;
  80.     margin-right: 3%;
  81.     margin-left: 4%;
  82.     margin-bottom: 1em;
  83. }
  84.  
  85. CAPTION
  86. {
  87.     font-weight: bold;
  88. }
  89.  
  90. TH
  91. {
  92.     font-weight: bold;
  93.     white-space: nowrap;
  94. }
  95.  
  96. DIV.table-note
  97. {
  98.     font-size: 0.75em;
  99.     margin-top: 0;
  100.     margin-right: 3%;
  101.     margin-bottom: 0;
  102.     margin-left: 4.3%;
  103. }
  104.  
  105. /* リスト */
  106.  
  107. DL
  108. {
  109.     margin: 0% 0% 0% 3%;
  110.     line-height: 1.3em;    
  111. }
  112.  
  113. UL
  114. {
  115.     margin-top: 0.5em;
  116. }
  117.  
  118. LI
  119. {
  120.     margin: 0em 1em 0.7em 0em;
  121. }
  122.  
  123. /* マーク、特殊装飾 */
  124.  
  125. .not-display
  126. {
  127.     display: none;
  128. }
  129.  
  130.  
  131. DIV.kankyo
  132. {
  133.     font-weight: bold;
  134.     margin-right: 15px;
  135.     margin-left: 20px;
  136.     padding: 5px;
  137.     border-width: 1px;
  138.     border-style: solid;
  139. }
  140.  
  141. DIV.navigator
  142. {
  143.  
  144. }
  145.  
  146. HR
  147. {
  148.     margin-left: 10px;
  149. }