home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Wtestowe / Money99 / money99.1 / MnyTrial.chm / htm / moneyhlp.css < prev    next >
Cascading Style Sheet File  |  1998-07-25  |  4KB  |  173 lines

  1. /*MoneyHlp.css*/ 
  2. /*numbered lists are not indented, all indentation is taken from it's parent*/
  3.  
  4. /*define global tag styles*/
  5.  
  6.  
  7. ul         {list-style-type: square; 
  8.         margin-top:-8pt; 
  9.         margin-bottom:4pt; 
  10.         margin-left:2em;}
  11.  
  12. li         {list-style-type: square; 
  13.         margin-top:0pt; 
  14.         margin-bottom:0pt;}
  15.  
  16. li.lb1         {list-style-type: square; 
  17.         margin-top:-6pt; 
  18.         margin-bottom:11pt;}
  19.  
  20. ul li.lbIndented     {list-style-type: square; 
  21.         margin-top:-6pt; 
  22.         margin-bottom:11pt;
  23.         margin-left:.5em;}
  24.  
  25. li P.Lp1    {margin-top:6pt; 
  26.         margin-bottom:8pt; 
  27.         margin-left:0em;}
  28.  
  29. ul li         {margin-top:3pt;}
  30.  
  31. P        {font:8pt/11pt tahoma; 
  32.         padding-right:1em;
  33.         margin-left:.5em;}
  34.  
  35. .Text        {margin-top:-6pt; 
  36.         margin-bottom:11pt;}
  37.  
  38. .Text.Numlist    {}
  39.  
  40.  
  41. img.drop    {margin-right:.5em; 
  42.         bottom:0pt;}
  43.  
  44.  
  45. a:link        {text-decoration: none; 
  46.         color:green;}
  47.  
  48. a:hover        {text-decoration:underline;}
  49.  
  50. a:visited    {text-decoration:underline;
  51.         color:purple;}
  52.  
  53. body        {font:8pt tahoma; margin:0;}
  54.  
  55. TABLE        {margin-top:16pt; 
  56.         margin-bottom:11pt; 
  57.         margin-left:1em;}
  58.  
  59. .Number        {font:8pt/11pt tahoma; 
  60.         font-weight:bold; 
  61.         color:black;}
  62.  
  63. .NumList    {font:8pt/11pt tahoma; 
  64.         margin-left:.5em; 
  65.         margin-bottom:11pt; 
  66.         margin-top:-6pt;}
  67.  
  68. /* if separated from numlist with the float and clear tags, 
  69. the height of the image lowers the numlist, but not the number*/
  70. .NumberIndented        {font-weight:bold; 
  71.             color:gray; 
  72.             margin-left:0em;}
  73.  
  74. /*the number in an indented numbered list*/
  75. .NumListIndented    {color:black; 
  76.             line-height:11pt; 
  77.             font-weight:normal; 
  78.             margin-left:1em; 
  79.             margin-bottom:11pt;  
  80.             margin-right:1em; 
  81.             margin-top:-6pt;}
  82.  
  83. /*indented bulleted list*/
  84. li.LbIndented        {margin-top:15pt;
  85.             margin-bottom:-9pt;
  86.             margin-left:0em;}
  87.  
  88. /*paragraph in between numbers and bullets*/
  89. .Lp1            {margin-top:-8pt; 
  90.             margin-bottom:8pt; 
  91.             margin-left:.5em;}
  92.  
  93. .LpIndented        {margin-top:-6pt;
  94.             margin-left:1em;}
  95.  
  96. /*general styled/text effects*/
  97. .Text            {font:8pt/11pt tahoma; 
  98.             color:#000000; 
  99.             line-height:11pt; 
  100.             margin-left:.5em;}
  101.  
  102. .Important        {font:8pt tahoma; 
  103.             color:#CC0033;
  104.             margin-top:-4pt; 
  105.             margin-bottom:11pt; 
  106.             margin-left: .5em;}
  107.  
  108. hr.rule            {position:relative;
  109.             left:.5em; 
  110.             top:-7pt; 
  111.             margin-bottom:0pt; 
  112.             color:#999999; 
  113.             width:95%; 
  114.             height:1px;}
  115.  
  116. .MoneyArt        {}
  117.  
  118. .jump            {font:8pt tahoma; 
  119.             color:orange; 
  120.             line-height:11pt; 
  121.             margin-left:.5em; 
  122.             list-style-image:greendrop.gif;}
  123.  
  124. /* Define all styles for headings*/
  125. .Heading1         {}
  126.  
  127. .Heading2         {}
  128.  
  129. .Heading3         {height:35px; 
  130.             font:8pt tahoma; 
  131.             font-weight:bold; 
  132.             color:#FFFFFF; 
  133.             background-color:#666666; 
  134.             padding: 3px; 
  135.             margin-left:0em;
  136.             margin-bottom:11pt;}
  137.  
  138. .Heading4         {font:8pt tahoma; 
  139.             font-weight:bold; 
  140.             background-color:""; 
  141.             color:#000000; 
  142.             margin-top:-6pt; 
  143.             margin-bottom:13pt; 
  144.             margin-left:.5em;}
  145.  
  146. .Heading5         {}
  147.  
  148. H3            {font:8pt tahoma; 
  149.             font-weight:bold; 
  150.             background-color:""; 
  151.             color:#00000;}
  152.  
  153. /*Define dropdown text styles */
  154. .DropDown        {font:8pt/11pt tahoma; 
  155.             cursor:hand; 
  156.             color:green; 
  157.             font-weight:normal; 
  158.             top:0pt; 
  159.             bottom:6pt;}  
  160.  
  161. .Glossary        {cursor:hand; 
  162.             color:green;}
  163.  
  164. /*without the font-wieght tag it is bold by default. I think that it picks up the bold style from the numbers*/
  165. .expanded        {color:#000000; 
  166.             font-weight:normal;}    
  167.  
  168. .definition        {color:#CC0033;}
  169.  
  170. .collapsed        {display:none; 
  171.             margin-bottom:11pt;}    
  172.  
  173.