home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / IEME200 / IEME200.lzh / IEMenuExt.chm / help.css < prev    next >
Cascading Style Sheet File  |  2001-04-05  |  5KB  |  288 lines

  1. /************************************************************************/
  2. /* Uryusoft HTML Help StyleSheet Ver 1.01                                */
  3. /*                                                                        */
  4. /* Thu, 5 Apr. 2001 14:18:26 +0900 JST                                    */
  5. /* TAKANASHI Mizuki <mizuki@uryusoft.com>                                */
  6. /************************************************************************/
  7.  
  8. /*======================================================================*/
  9. /* Generic styles for elements                                            */
  10. /*======================================================================*/
  11.  
  12. body
  13. {
  14.     background-color    : ivory;
  15.     color                : navy;
  16.     font                : small 'MS Pゴシック','MS Gothic','Arial';
  17. }
  18.  
  19. a:link
  20. {
  21.     color                : blue;
  22.     text-decoration        : none;
  23. }
  24.  
  25. a:visited
  26. {
  27.     color                : #0080ff;
  28.     text-decoration        : none;
  29. }
  30.  
  31. a:active,
  32. a:hover,
  33. a:focus
  34. {
  35.     background-color    : blue;
  36.     color                : ivory;
  37. }
  38.  
  39. a img
  40. {
  41.     border-width        : 0px;
  42. }
  43.  
  44. address
  45. {
  46.     font-style            : normal;
  47.     text-align            : right;
  48.     margin                : 3px;
  49. }
  50.  
  51. pre
  52. {
  53.     font-size            : small;
  54. }
  55.  
  56. code
  57. {
  58.     font-family            : 'FixedSys';
  59. }
  60.  
  61. em
  62. {
  63.     font-style            : normal;
  64.     font-weight            : bold;
  65. }
  66.  
  67. strong
  68. {
  69.     font-weight            : bold;
  70.     color                : #ff7080;
  71. }
  72.  
  73. blockquote
  74. {
  75.     margin                : 1em 3em;
  76.     font-weight            : bold;
  77. }
  78.  
  79. dt
  80. {
  81.     margin-top            : 1em;
  82.     font-weight            : bold;
  83. }
  84.  
  85. hr
  86. {
  87.     height                : 1px;
  88.     color                : navy;
  89. }
  90.  
  91. del
  92. {
  93.     color                : gray;
  94. }
  95.  
  96.  
  97. /*======================================================================*/
  98. /* Navigation bar                                                        */
  99. /*======================================================================*/
  100.  
  101. .navigation,
  102. .location
  103. {
  104.     width                : 100%;
  105.     border-bottom        : navy solid 1px;
  106. }
  107.  
  108.  
  109. /*======================================================================*/
  110. /* Page Title                                                             */
  111. /*======================================================================*/
  112.  
  113. .title-en
  114. {
  115.     text-align            : center;
  116.     font                : bold large 'Arial',sans-serif;
  117. }
  118.  
  119. .title-en-serif
  120. {
  121.     text-align            : center;
  122.     font                : italic bold large 'Times New Roman',serif;
  123. }
  124.  
  125. .title-ja
  126. {
  127.     text-align            : center;
  128.     font                : large 'MS Pゴシック';
  129. }
  130.  
  131. .title-ja-serif
  132. {
  133.     text-align            : center;
  134.     font                : large 'MS P明朝';
  135. }
  136.  
  137. .title-ja-pop
  138. {
  139.     text-align            : center;
  140.     font                : large 'HG丸ゴシックM-PRO','ARP丸ゴシック体M','DFPOP体','ARPOP体B';
  141. }
  142.  
  143.  
  144. /*======================================================================*/
  145. /* Header                                                                 */
  146. /*======================================================================*/
  147.  
  148. .header
  149. {
  150.     margin-bottom        : 5px;
  151.     margin-left            : 0px;
  152.     margin-right        : 0px;
  153.     padding                : 0px 0px 0px 2px;
  154.     font-style            : normal;
  155.     font-weight            : bold;
  156.     font-size            : medium;
  157.     border-left            : navy solid 1px;
  158.     border-bottom        : navy solid 1px;
  159.     border-color        : navy;
  160.     border-width        : 0px 0px 2px 1em;
  161. }
  162.  
  163. .header-small,
  164. .sub-h
  165. {
  166.     font-size            : medium;
  167.     font-weight            : bold;
  168. }
  169.  
  170. .header-outset
  171. {
  172.     padding                : 3px;
  173.     background-color    : #d0e0ff;
  174.     border                : #90c0ff outset 2px;
  175. }
  176.  
  177.  
  178. /*======================================================================*/
  179. /* Sheets(block elements)                                                */
  180. /*======================================================================*/
  181.  
  182. .sheet
  183. {
  184.     margin                : 3px 30px;
  185.     padding                : 5px;
  186. }
  187.  
  188. .sheet-plain
  189. {
  190.     margin                : 3px 30px;
  191.     padding                : 5px;
  192.     background-color    : ivory;
  193.     border                : ivory 1px;    /* for Netscape */
  194. }
  195.  
  196. .sheet-code
  197. {
  198.     margin                : 3px 30px;
  199.     padding                : 5px;
  200.     background-color    : white;
  201.     color                : black;
  202. }
  203.  
  204. .sheet-info,
  205. .sheet-menu,
  206. .sheet-notes,
  207. .item-list
  208. {
  209.     margin                : 3px 30px;
  210.     padding                : 10px;
  211.     background-color    : #fff0f0;
  212.     border                : #ffc0e0 solid 1px;
  213. }
  214.  
  215. .sheet-menu div,
  216. .sheet-menu p
  217. {
  218.     margin-left            : 1em;
  219. }
  220.  
  221. .block-left
  222. {
  223.     width                : 50%;
  224.     float                : left;
  225. }
  226.  
  227. .block-right
  228. {
  229.     width                : 50%;
  230.     clear                : right;
  231. }
  232.  
  233.  
  234. /*======================================================================*/
  235. /* Color arrangement                                                    */
  236. /*======================================================================*/
  237.  
  238. .date
  239. {
  240.     color                : #60c080;
  241. }
  242.  
  243. .date-en
  244. {
  245.     color                : #60c080;
  246.     font                : italic bold medium 'Times New Roman','serif';
  247. }
  248.  
  249. .new
  250. {
  251.     color                : darkorange;
  252. }
  253.  
  254. .annotation,
  255. var
  256. {
  257.     color                : slategray;
  258. }
  259.  
  260. .tips
  261. {
  262.     color                : gray;
  263. }
  264.  
  265. .private
  266. {
  267.     color                : gray;
  268.     font-size            : smaller;
  269. }
  270.  
  271. .tips em, .tips strong, .tips q,
  272. .private em, .private strong, .private q
  273. {
  274.     color                : silver;
  275.     font-weight            : bold;
  276. }
  277.  
  278.  
  279. /*======================================================================*/
  280. /* Text arrangement                                                        */
  281. /*======================================================================*/
  282.  
  283. .indent
  284. {
  285.     margin-left            : 1em;
  286.     margin-right        : 1em;
  287. }
  288.