home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 October / VPR0210A.ISO / MIDI_MP3 / INDEX.CHM / midi.css < prev    next >
Cascading Style Sheet File  |  2002-08-28  |  2KB  |  180 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.     margin-top: 0;
  8.     margin-left: 0;
  9.     margin-right: 5px;
  10. }
  11.  
  12. H1.PageTitle
  13. {
  14.     font-style: normal;
  15.     font-size: x-large;
  16.     color: black;
  17.     background-color: #F0FFFF;
  18.     text-align: center;
  19.     border-width: 10px;
  20.     border-color: #000098;
  21.     border-style: double;
  22. }
  23.  
  24. H1
  25. {
  26.     text-align: center;
  27. }
  28.  
  29.  
  30. H3
  31. {
  32.     font-size: 1.3em;
  33.     text-indent: 0.1em;
  34.     margin-bottom: 2px;
  35.     margin-left: 10px;
  36.     border-width: 0 0 2px;
  37.     border-style: dashed;
  38. }
  39.  
  40.  
  41. /* 本文 */
  42.  
  43. P
  44. {
  45.     line-height: 1.2em;
  46.     margin-left: 10px;
  47. }
  48.  
  49. DIV.composer
  50. {
  51.     font-size: 1.1em;
  52.     text-align: right;
  53.     margin-bottom: 0;
  54. }
  55.  
  56. P.comment
  57. {
  58.     margin-top: 6px;
  59.     margin-bottom: 0px;
  60.     padding: 0.3em;
  61.     background-color: #FDF8F3;
  62. }
  63.  
  64. DIV.button
  65. {
  66.     margin-top: 0;
  67.     margin-left: 10px;
  68. }
  69.  
  70. P.caution /* 注意書 */
  71. {
  72.     font-size: 0.9em;
  73.     font-weight: bolder;
  74. }
  75.  
  76. /* 画像 */
  77. IMG.button
  78. {
  79.     border-style: none;
  80. }
  81.  
  82.  
  83. /* インライン要素 */
  84.  
  85. EM
  86. {
  87.     font-style: normal;
  88.     font-weight: bolder;
  89. }
  90.  
  91. STRONG /* 強調 基本指定 */
  92. {
  93.     font-weight: bold;
  94.     font-size: 1.2em;
  95. }
  96.  
  97. STRONG.super
  98. {
  99.     font-size: 2em;
  100. }
  101.  
  102. Q{
  103.     font-style: oblique;
  104.     quotes: none;
  105. }
  106. /* 表組み */
  107.  
  108. TABLE
  109. {
  110.     border-collapse: separate;
  111.     margin-right: 3%;
  112.     margin-left: 4%;
  113.     margin-bottom: 1em;
  114. }
  115.  
  116. CAPTION
  117. {
  118.     font-weight: bold;
  119. }
  120.  
  121. TH
  122. {
  123.     font-weight: bold;
  124.     white-space: nowrap;
  125. }
  126.  
  127. DIV.table-note
  128. {
  129.     font-size: 0.75em;
  130.     margin-top: 0;
  131.     margin-right: 3%;
  132.     margin-bottom: 0;
  133.     margin-left: 4.3%;
  134. }
  135.  
  136. /* リスト */
  137.  
  138. DL
  139. {
  140.     margin: 0% 0% 0% 3%;
  141.     line-height: 1.3em;    
  142. }
  143.  
  144. UL
  145. {
  146.     margin-top: 0.5em;
  147. }
  148.  
  149. LI
  150. {
  151.     margin: 0em 1em 0.7em 0em;
  152. }
  153.  
  154. /* マーク、特殊装飾 */
  155.  
  156. .not-display
  157. {
  158.     display: none;
  159. }
  160.  
  161.  
  162. DIV.kankyo
  163. {
  164.     font-weight: bold;
  165.     margin-right: 15px;
  166.     margin-left: 20px;
  167.     padding: 5px;
  168.     border-width: 1px;
  169.     border-style: solid;
  170. }
  171.  
  172. DIV.navigator
  173. {
  174.  
  175. }
  176.  
  177. HR
  178. {
  179.     margin-left: 10px;
  180. }