home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 106 / dppcz0901a.7z / dppcz0901a.iso / Win95_NT / netscape / comm.z / NetHelpm.css < prev    next >
Cascading Style Sheet File  |  1999-05-04  |  3KB  |  218 lines

  1. /* Cascading Style Sheet, Level 1, for NetHelp */
  2.  
  3.  
  4.  
  5. /* Add the following command in the <HEAD> section of your HTML file */
  6.  
  7. /* <LINK REL=STYLESHEET TYPE="text/css" HREF="../shared/nethelp1.css"> */
  8.  
  9.  
  10.  
  11. BODY { 
  12.  
  13.     margin: 0;
  14.  
  15.     font-family: arial, helvetica, sans-serif; font-size: 14px;
  16.  
  17.     color: black; 
  18.  
  19.   }
  20.  
  21.  
  22.  
  23. H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
  24.  
  25. DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR { display: block }
  26.  
  27.  
  28.  
  29. B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
  30.  
  31. IMG, SPAN { display: inline }
  32.  
  33.  
  34.  
  35. LI { font-family: arial, helvetica, sans-serif; font-size: 12px }
  36.  
  37.  
  38. H1, H2 { margin-top: 1; margin-bottom: 0 }
  39. H3, H4 { margin-top: 0; margin-bottom: 0 }
  40.  
  41. H5, H6 { margin-top: 0 }
  42.  
  43. H1 { text-align: left }
  44.  
  45. H3, H5 { font-style: normal }
  46.  
  47. H1 { font-family: arial, helvetica, sans-serif; font-size: 18px }
  48.  
  49. H2 { font-family: arial, helvetica, sans-serif; font-size: 16px }
  50.  
  51. H3 { font-family: arial, helvetica, sans-serif; font-size: 14px }
  52.  
  53. H4 { font-family: arial, helvetica, sans-serif; font-size: 12px }
  54.  
  55. H5 { font-family: arial, helvetica, sans-serif; font-size: 12px }
  56.  
  57. H6 { font-family: arial, helvetica, sans-serif; font-size: 12px }
  58.  
  59.  
  60.  
  61. P { font-family: arial, helvetica, sans-serif; font-size: 12px; }
  62.  
  63.  
  64.  
  65. B, STRONG { font-weight: bold }  /* relative to the parent */
  66.  
  67. I, CITE, EM, VAR, ADDRESS { font-style: italic }
  68.  
  69. PRE, TT, CODE, KBD, SAMP { font-family: monospace }
  70.  
  71.  
  72.  
  73. PRE { white-space: pre }
  74.  
  75. PRE { font-size: 12px }
  76.  
  77.  
  78.  
  79. ADDRESS { margin-left: 0 }
  80.  
  81. ADDRESS { font-size: 12px }
  82.  
  83.  
  84.  
  85. BLOCKQUOTE { margin-left: 0; margin-right: 0 }
  86.  
  87. BLOCKQUOTE { font-family: arial, helvetica, sans-serif; font-size: 12px; }
  88.  
  89.  
  90.  
  91. UL, DIR { list-style: disc }
  92.  
  93. UL { margin-left: -1em }
  94.  
  95. UL { font-family: arial, helvetica, sans-serif; font-size: 12px }
  96.  
  97.  
  98.  
  99. OL { list-style: decimal }
  100.  
  101. OL { margin-left: -1em }
  102.  
  103.  
  104. OL { font-family: arial, helvetica, sans-serif; font-size: 12px }
  105.  
  106.  
  107.  
  108. MENU { margin: 0 }              /* tight formatting */
  109.  
  110.  
  111. LI { margin-left: 0 }
  112.  
  113. LI {margin-bottom: 0}
  114.  
  115. LI { font-size: 12px }
  116.  
  117.  
  118.  
  119. DT { margin-bottom: 0 }
  120.  
  121. DT { font-family: arial, helvetica, sans-serif; font-size: 12px }
  122.  
  123.  
  124.  
  125. DD { margin-top: 0 }
  126.  
  127. DD { margin-left: 1em }
  128.  
  129. DD { font-family: arial, helvetica, sans-serif; font-size: 12px }
  130.  
  131.  
  132.  
  133. TD { font-family: arial, helvetica, sans-serif;}
  134.  
  135. TD { font-size: 12px }
  136.  
  137. TH { font-family: arial, helvetica, sans-serif;}
  138.  
  139. TH { font-size: 12px }
  140.  
  141. TR { font-family: arial, helvetica, sans-serif;}
  142.  
  143. TR { font-size: 12px }
  144.  
  145.  
  146.  
  147. HR { border-top: solid }        /* 'border-bottom' could also have been used */
  148.  
  149.  
  150.  
  151. .keyword {
  152.  
  153.     font-family: helvetica, arial;
  154.     font-size: 12px;
  155.     text-decoration: none;
  156.     margin-top: 0;
  157.     margin-bottom: 0;
  158.     }
  159.  
  160. .lookfor {
  161.  
  162.     font-family: helvetica, arial;
  163.     font-size: 12px;
  164.     text-decoration: none;
  165.     margin-top: -6;
  166.     margin-bottom: 0;
  167.     }
  168.     
  169. .label {
  170.  
  171.     font-family: helvetica, arial;
  172.     font-size: 12px;
  173.     color: #000066;
  174.     }
  175.  
  176.  
  177. .container {
  178.     font-family: helvetica, arial;
  179.      font-size: 12px;
  180.       margin-top: 12;
  181.       margin-bottom: 4;
  182.     color: 000000;
  183.     font-weight:bold;
  184.     }
  185.     
  186. .unselectedItem {
  187.     font-family: helvetica, arial;
  188.      font-size: 12px;
  189.       margin-left: 4;
  190.       margin-top: 8;
  191.       margin-bottom: 4;
  192.     color: 6600ff;
  193.     }
  194.     
  195. .selectedItem {
  196.     font-family: helvetica, arial;
  197.      font-size: 12px;
  198.       margin-left: 4;
  199.       margin-top: 8;
  200.       margin-bottom: 4;
  201.     color: 6600ff;
  202.     font-weight: bold;
  203.     }
  204.     
  205. .tocintrotext {
  206.     font-family: helvetica, arial;
  207.      font-size: 12px;
  208.       margin-top: 0;
  209.       margin-bottom: 4;
  210.     color: 000000;
  211.     }
  212.     
  213.     
  214.     
  215.  
  216.  
  217.  
  218.