home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 January / VPR0001A.ISO / OLS / cul103 / cul103.lzh / Culiet.chm / html / style.css < prev    next >
Cascading Style Sheet File  |  1999-11-02  |  3KB  |  234 lines

  1. /************************************************************
  2.             Culiet Online HTML Help Stylesheet
  3.                 (Designed for CSS Level1)
  4.                      Revision 1.1
  5.  
  6.     based on T/N Stylesheet Revision 1.F for MSIE 4/5
  7. ************************************************************/
  8. /* Last Updated: 1999/09/05                                */
  9. /* This stylesheet document is produced by G.ib.           */
  10.  
  11. /* A エレメント */
  12. A:link
  13. {
  14.     color: blue;
  15.     text-decoration: underline;
  16. }
  17.  
  18. A:visited
  19. {
  20.     color: brown;
  21.     text-decoration: none;
  22. }
  23.  
  24. A:hover
  25. {
  26.     color: green;
  27.     text-decoration: underline;
  28. }
  29.  
  30. A:active
  31. {
  32.     color: red;
  33.     text-decoration: underline;
  34. }
  35.  
  36. /* 独自スタイルクラス */
  37. .title /* ソフトウエアの名前 */
  38. {
  39.     color: #0066FF;
  40.     display: block;
  41.     border: none;
  42.     background: none;
  43.  
  44.     font-style: italic;
  45.     font-weight: bold;
  46.     font-family: "Times New Roman", serif, "MS Pゴシック";
  47.     font-size : 25pt;
  48.     text-align : center;
  49.  
  50.     margin-right: 0.1em;
  51.     margin-bottom : auto;
  52.     padding-bottom : -1em;
  53. }
  54.  
  55. .warning
  56. {
  57.     background: #FF5530; /* #FF8888; */
  58. }
  59.  
  60. .explanation
  61. {
  62.     border: 1px solid purple;
  63.     margin-top: 0.3em;
  64.     margin-left: 2em;
  65.     margin-right: 2em;
  66.     padding: 0.5em;
  67. }
  68.  
  69. .topsection /* セクションのトップ */
  70. {
  71.     font-size: 12pt;
  72.     font-weight: bold;
  73. }
  74.  
  75. .indent
  76. {
  77.     margin-left: 1.0em;
  78. }
  79.  
  80. /* テーブルのためのクラス */
  81. .tableitem, .tabletitle, .tableitem, .tabletopitem, .tablecomment
  82. {
  83.     font-family: "MS Pゴシック", Verdana, helvetica;
  84.     font-size: 10pt;
  85. }
  86.  
  87. .tabletitle
  88. {
  89.     font-weight: bold;
  90.     color: black;
  91.     background: #FFDDDD;
  92. }
  93.  
  94. .tableitem
  95. {
  96.     background: #DADAFF;
  97. }
  98.  
  99. .tabletopitem
  100. {
  101.     background: #CCFFCC;
  102. }
  103.  
  104. .tablecomment
  105. {
  106.     background: #EEEEEE;
  107. }
  108.  
  109. /* 階層ごとの設定 */
  110. H1
  111. {
  112.     color: white;
  113.     display: block;
  114.     font-size: 15pt;
  115.     text-align: center;
  116.  
  117.     background: #559955;
  118.     padding: 0.1em;
  119. }
  120.  
  121. H2
  122. {
  123.     color: white;
  124.     display: block;
  125.     font: normal;
  126.     font-family: Verdana, helvetica;
  127.     font-size: 12pt;
  128.  
  129.     background: #3066FF;
  130.     padding: 0.1em;
  131.  
  132.     text-align: left;
  133.     margin-top : 1em;
  134.     margin-left: 0.1em;
  135. }
  136.  
  137. H3
  138. {
  139.     color: teal;
  140.     display: block;
  141.     font: normal;
  142.     font-family: Verdana, helvetica;
  143.  
  144.     padding-left: 0.5em;
  145.     border-left: 0.2em solid teal;
  146.     border-bottom: 1px solid teal;
  147.     margin: 0.3em;
  148.     text-align: left;
  149.     font-size: 11pt;
  150. }
  151.  
  152. STRONG
  153. {
  154.     color: red;
  155.     font-weight: bold;
  156. }
  157.  
  158. EM
  159. {
  160.     color: blue;
  161.     font-style: normal;
  162.     font-weight: bold;
  163. }
  164.  
  165. IMG
  166. {
  167.     border: 0;
  168. }
  169.  
  170. /* BODY */
  171. BODY
  172. {
  173.     font-family: "MS Pゴシック", Verdana, helvetica;
  174.     font-size: 10pt;
  175. }
  176.  
  177. /* インデント指定 / ブロックモード */
  178. P
  179. {
  180.     display: block;
  181.     text-indent: 0em;
  182.     margin: 0.3em;
  183.     padding-left: 0.3em;
  184.     font-family: "MS Pゴシック", helvetica;
  185.     font-size: 10pt;
  186. }
  187.  
  188. TABLE,DL,PRE,UL
  189. {
  190.     display: block;
  191. }
  192.  
  193. OL,UL,DT,LI,DD
  194. {
  195.     display: block;
  196.     font-family: "MS Pゴシック", helvetica;
  197.     margin-left: 1em;
  198.     margin-top: 0.2em;
  199. }
  200.  
  201. DT
  202. {
  203.     font-size: 11pt;
  204.     font-weight: bold;
  205.     margin-left: 0.3em;
  206. }
  207.  
  208. TABLE
  209. {
  210.     font-family: "MS Pゴシック";
  211. }
  212.  
  213. TH
  214. {
  215.     background: #FFDDDD;
  216.     border-width: 1px;
  217.     border-style: double;
  218. }
  219.  
  220. LI
  221. {
  222.     font-size: 10pt;
  223.     line-height: 1.0em;
  224.     display: block;
  225.     list-style-type: square;
  226. }
  227.  
  228. .miditable
  229. {
  230.     padding-left: 0.5em;
  231.     padding-right: 0.5em;
  232.     vertical-align: text-top;
  233. }
  234.