home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HChat&Sms / HelpEN.chm / dclstyle.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-12-15  |  2.9 KB  |  268 lines

  1. body
  2.     {
  3.     padding: 0px 0px 0px 26px;
  4.     background: #D0E8FF;
  5.     color: #000000;
  6.     font-family: Verdana, Arial, Helvetica, sans-serif;
  7.     font-size: 75%;
  8.         line-height: 12pt;
  9.     }
  10.  
  11. em      {
  12.         font-weight: bold;
  13.         color: #8213FF;       
  14.         } 
  15.  
  16. div
  17.     {
  18.     width: 90%;
  19.     border: 2px solid #999999;
  20.     padding: 4px 8px;
  21.     background: #cccccc;
  22.     }
  23.     
  24. h1, h2, h3, h4
  25.     {
  26.     font-family: Verdana, Arial, Helvetica, sans-serif;
  27.     margin-left: -26px;
  28.     }
  29.     
  30. h1
  31.     {
  32.     font-size: 180%;
  33.     margin-top: .5em;
  34.     margin-bottom: .5em; 
  35.     }
  36.     
  37. h2
  38.     {
  39.     font-size: 140%;
  40.     margin-top: 1em;
  41.     margin-bottom: .6em; 
  42.     }
  43.     
  44. h3
  45.     {
  46.     font-size: 120%;
  47.     margin-top: 1em;
  48.     margin-bottom: .6em;
  49.     }
  50.     
  51. h4
  52.     {
  53.     font-size: 100%;
  54.     margin-top: 1em;
  55.     margin-bottom: .6em; 
  56.     }
  57.  
  58. ul p, ol p, dl p
  59.     {
  60.     margin-left: 0em;
  61.     }
  62.  
  63. p
  64.     {
  65.     margin-top: .6em;
  66.     margin-bottom: .6em;
  67.     }
  68.  
  69. dl
  70.     {
  71.     margin-top: 0em; 
  72.     }
  73.  
  74. dd
  75.     {
  76.     margin-bottom: 0em;  
  77.     margin-left: 1.9em; 
  78.     }
  79.  
  80. dt
  81.     {
  82.     margin-top: .6em; 
  83.     }
  84.  
  85. ul, ol
  86.     {
  87.     margin-top: .6em;     
  88.     margin-bottom: 0em;
  89.     }
  90.     
  91. ol
  92.     {
  93.     margin-left: 1.9em; 
  94.     }    
  95.     
  96. ul
  97.     {
  98.     list-style-type: disc;
  99.     margin-left: 1.9em; 
  100.     }
  101.  
  102. li
  103.     {
  104.     margin-bottom: .6em;
  105.     }
  106.  
  107. ul ol, ol ol
  108.     {
  109.     list-style-type: lower-alpha;
  110.     {
  111.  
  112. pre
  113.     {
  114.     margin-top: .6em;
  115.     margin-bottom: .6em;
  116.     }
  117.  
  118. pre,code
  119.     {
  120.     font: 100% Courier New, Courier, mono; 
  121.     color: #660000;
  122.     }
  123.  
  124. table
  125.     {
  126.     width: 90%;
  127.     background: #999999;
  128.     margin-top: .6em;
  129.     margin-bottom: .3em;
  130.     }
  131.  
  132. th
  133.     { 
  134.     padding: 4px 8px;
  135.     background: #cccccc;
  136.     text-align: left;
  137.     font-size: 70%;
  138.     vertical-align: bottom;
  139.     }
  140.         
  141. td
  142.     { 
  143.     padding: 4px 8px;
  144.     background: #ffffff;
  145.     vertical-align: top;
  146.     font-size: 70%;
  147.     }
  148.  
  149. blockquote
  150.     {
  151.     margin-left: 3.8em;
  152.     margin-right: 3.8em;
  153.     margin-top: .6em;
  154.     margin-bottom: .6em;
  155.     }
  156.  
  157. sup
  158.     {
  159.     text-decoration: none;
  160.     font-size: smaller; 
  161.     }
  162.  
  163. a:link
  164.     {
  165.     color: #0066ff;
  166.     }
  167.     
  168. a:visited
  169.     {
  170.     color: #996600; 
  171.     }
  172.     
  173. a:hover
  174.     {
  175.     color: #cc9900;
  176.     }
  177.     
  178. .label
  179.     {
  180.     font-weight: bold; 
  181.     margin-top: 1em;
  182.     margin-left: -26px;
  183.     }
  184.     
  185. .tl
  186.     {
  187.     margin-bottom: .75em; 
  188.     }
  189.     
  190. .atl
  191.     {
  192.     padding-left: 1.5em;
  193.     padding-bottom: .75em; 
  194.     }
  195.     
  196. .cfe
  197.     {
  198.     font-weight: bold; 
  199.     }
  200.     
  201. .mini
  202.     {
  203.     font-size: smaller;
  204.     }
  205.     
  206. .dt
  207.     {
  208.     margin-bottom: -.6em; 
  209.     }
  210.     
  211. .indent
  212.     {
  213.     margin-left: 1.9em; 
  214.     margin-right: 1.9em;
  215.     }
  216.  
  217. .product
  218.     {
  219.     text-align: right;
  220.     color: #333333;
  221.     font-size: smaller;
  222.     font-style: italic;
  223.     }
  224.  
  225. pre.syntax
  226.     {
  227.     background: #dddddd;
  228.     padding: 2pt,4pt;
  229.     cursor: text;
  230.     }
  231.  
  232. pre.syntax
  233.     {
  234.     color: #000000;
  235.     }
  236.  
  237. div.footer
  238.     {
  239.     width: 100%;
  240.     border: none;
  241.     background: #66B3FF
  242.     margin-top: 18pt;
  243.     color: #000070;
  244.     text-align: center;
  245.     font-size: 76%;
  246.     }
  247.  
  248. .note
  249.     {
  250.     margin-left: 14pt;
  251.     margin-right: 12pt;
  252.     }
  253.  
  254. .indent1
  255.     {
  256.     margin-left: 12pt;
  257.     }
  258.  
  259. .indent2
  260.     {
  261.     margin-left: 24pt;
  262.     }
  263.  
  264. .indent3
  265.     {
  266.     margin-left: 36pt;
  267.     }
  268.