home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910A.BIN / OLS / tmidi_3_5_5 / tmidi_3_5_5.lzh / style_nm.css < prev    next >
Cascading Style Sheet File  |  1998-12-15  |  4KB  |  308 lines

  1.  
  2. /* インデント */
  3.  
  4. P, TABLE, PRE
  5. {
  6.     margin-left: 1.5em;
  7. }
  8.  
  9. P
  10. {
  11.     display: block;
  12.     text-indent: 0.6em;
  13.     margin-top: 0.2em;
  14.     margin-bottom: 0.6em;
  15. }
  16.  
  17. P .non-indent
  18. {
  19.     text-indent: 0em;
  20. }
  21.  
  22. UL, OL
  23. {
  24.     margin-left: 3em;
  25.     margin-top: 0.2em;
  26.     margin-bottom: 0.6em;
  27. }
  28.  
  29. LI UL, LI OL
  30. {
  31.     margin-left: 1.5em;
  32. }
  33.  
  34. H1
  35. {
  36.     margin-left: 0em;
  37.     margin-bottom: 0.4em;
  38.     margin-top: 0.2em;
  39. }
  40.  
  41. H2
  42. {
  43.     margin-left: 0.1em;
  44.     margin-bottom: 0.4em;
  45.     margin-top: 0.2em;
  46. }
  47.  
  48. H3, H4, H5, H6
  49. {
  50.     margin-left: 0.4em;
  51.     margin-bottom: 0.4em;
  52.     margin-top: 0.2em;
  53. }
  54.  
  55. /* 色指定 */
  56.  H1,H2,H3,H4,H5,H6
  57.  
  58.  {
  59.      color: black;
  60.  }
  61.  
  62. EM
  63. {
  64.     color: red;
  65. }
  66.  
  67. STRONG
  68. {
  69.     color: #FF0080;
  70.     font-size: 120%;
  71. }
  72.  
  73. A:link
  74. {
  75.     color: #4040FF;
  76. }
  77.  
  78. A:visited
  79. {
  80.     color: #A020A0;
  81. }
  82.  
  83. A:active
  84. {
  85.     color: #FF80FF;
  86. }
  87.  
  88. /* 壁紙 */
  89. BODY
  90. {
  91.      color: #505050;
  92. /*     background: white url(./summer.png);*/
  93. /*     background: white url(./aqua256.png);*/
  94.      background: white url(./nekow256.png);
  95.      background-repeat: repeat-xy;
  96. }
  97.  
  98. /* インデント指定 / ブロックモード */
  99. H1,H2,HR,ADDRESS,.explanation
  100. {
  101.     display: block;
  102. }
  103.  
  104. H3,H4,H5,H6
  105. {
  106.     display: block;
  107. }
  108.  
  109. .explanation
  110. {
  111.     font: bold;
  112.     font-family: helvetica, sans-serif;
  113.     padding-left: 0;
  114. }
  115.  
  116. PRE
  117. {
  118.     border: thin outset #FFFFF0;
  119.     padding: 1em;
  120.     background: #FFFFF0;
  121. }
  122.  
  123. DT
  124. {
  125.     font: bold;
  126.     font-family: Arial, sans-serif;
  127. }
  128.  
  129. DD
  130. {
  131. }
  132.  
  133. TABLE, DL, PRE
  134. {
  135.     display: block;
  136. }
  137.  
  138. OL,UL
  139. {
  140.     display: block;
  141. }
  142.  
  143. /* ホームページタイトル */
  144. .hometitle
  145. {
  146. }
  147.  
  148. .entrance
  149. {
  150.     font: bold;
  151.     font-size: 120%;
  152. }
  153.  
  154. TABLE
  155. {
  156.     padding: 0.2em;
  157. }
  158.  
  159. TH
  160. {
  161.     background: #C0F0D0;
  162.     background: #FFF0D0;
  163.     border: ridge;
  164.     border-width: 1px;
  165. }
  166.  
  167. TD
  168. {
  169. }
  170.  
  171. LI
  172. {
  173.     margin-top: 0.2%;
  174.     margin-bottom: -0.2%;
  175.     display: block;
  176. }
  177.  
  178. .day
  179. {
  180.     color: green;
  181.     font-family: Verdana, sans-serif;
  182.     font: bold;
  183. }
  184.  
  185. HR
  186. {
  187.     display: none;
  188. }
  189.  
  190. H2
  191. {
  192. /*    background: right url(./nyan.png);
  193.     background-repeat: no-repeat repeat-y;*/
  194. }
  195.  
  196. H1, H2, H3, H4
  197. {
  198.     border: none;
  199.     padding-left: 0.5em;
  200.     text-align: left;
  201. }
  202.  
  203. H1, H2
  204. {
  205. /*    border-left: 0.7em solid #FF00FF;
  206.     border-bottom: 0.1em solid #FF00FF;
  207. */
  208. /*    border-left: 0.7em solid #0060FF;*/
  209.     border-bottom: 0.1em solid #0060FF;
  210. }
  211.  
  212. H2
  213. {
  214.     padding-bottom: 0.2em;
  215.     padding-top: 0.4em
  216. }
  217.  
  218. H3, H4
  219. {
  220. /*    border-left: 0.5em solid #FF90FF;
  221.     border-bottom: 0.1em solid #FF90FF;
  222. */
  223. /*    border-left: 0.5em solid #80D0FF;*/
  224.     border-bottom: 0.1em solid #80D0FF;
  225. }
  226.  
  227. H4, H5, H6
  228. {
  229.     font: normal;
  230. }
  231.  
  232. H1
  233. {
  234.     color: #47F;
  235.     border: none 0em;
  236.     padding: 0em;
  237.     font-family: "HG丸ゴシックM-PRO", serif;
  238.     font-size: 230%;
  239.     font-type: bold;
  240. }
  241.  
  242. H2, .title
  243. {
  244.     color: #47F;
  245.     font-family: "HG丸ゴシックM-PRO", serif;
  246.     font-size: 140%;
  247.     font-type: bold;
  248. }
  249.  
  250. H3
  251. {
  252.     font-family: "HG丸ゴシックM-PRO", serif;
  253.     font-size: 110%;
  254.     font-type: bold;
  255. }
  256.  
  257. /*
  258. .title
  259. {
  260.     margin: 0px;
  261.     border-left: 3.0em solid #FF00FF;
  262.     border-right: 3.0em solid #FF00FF;
  263.     border-top: 0.1em solid #FF90FF;
  264.     border-bottom: 0.1em solid #FF90FF;
  265.     text-align: center;
  266.     background: white;
  267. }
  268. */
  269.  
  270. .minicap
  271. {
  272.     font-size: 70%;
  273.     font: bold;
  274.     font-family: Arial, sans-serif;
  275. }
  276.  
  277. .caution
  278. {
  279.     background: #FF0000;
  280.     border-color: #FF0000;
  281.     padding-top: 0.1em;
  282.     color: white;
  283. }
  284.  
  285. // レイアウトのためのテーブル
  286. .ltableall, .maxwidth
  287. {
  288.     width: 100%;
  289. }
  290. .ltable,.ltablewhatnew, .ltableosirase
  291. {
  292.     padding: 1%;
  293.     vertical-align: text-top;
  294. /*    width: 50%;*/
  295. }
  296. .ltable
  297. {
  298.     background: white url(./gra.jpg); background-repeat: repeat-y;
  299. }
  300. .ltablewhatnew
  301. {
  302. /*    background: #D0FFE0;*/
  303. }
  304. .ltableosirase
  305. {
  306. /*    background: #FFD0D0;*/
  307. }
  308.