home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Wtestowe / Money99 / money99.1 / MnyTrial.chm / htm / moneyprt.css < prev    next >
Cascading Style Sheet File  |  1998-07-25  |  4KB  |  176 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. title        {display:none;}
  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. li P.Lp1    {margin-top:6pt; 
  21.         margin-bottom:8pt; 
  22.         margin-left:0em;}
  23.  
  24. ul li         {margin-top:3pt;}
  25.  
  26. P        {font:8pt/11pt tahoma; 
  27.         padding-right:1em;
  28.         margin-left:.5em;}
  29.  
  30. .Text        {margin-top:-6pt; 
  31.         margin-bottom:11pt;}
  32.  
  33. .Text.Numlist    {}
  34.  
  35. img.drop    {position:relative; 
  36.         margin-right:.5em; 
  37.         bottom:-11pt;}
  38.  
  39. a:link        {text-decoration: none; 
  40.         color:green;}
  41.  
  42. a:hover        {text-decoration:underline;}
  43.  
  44. a:visited    {text-decoration:underline;
  45.         color:purple;}
  46.  
  47. body        {font:8pt tahoma; 
  48.         margin:75pt;
  49.         margin-top:20pt;}
  50.  
  51. TABLE        {margin-top:16pt; 
  52.         margin-bottom:11pt; 
  53.         margin-left:1em;}
  54.  
  55. /*I took out the position relative stuff for number spacing and added  s to the csm instead*/
  56. .Number            {font:8pt/11pt tahoma; 
  57.             font-weight:bold; 
  58.             color:black;}
  59.  
  60. /*the text of the numbered list*/
  61. .NumList        {font:8pt/11pt tahoma; 
  62.             margin-left:.5em; 
  63.             margin-bottom:11pt; 
  64.             margin-top:-6pt;}
  65.  
  66. /* if separated from numlist with the float and clear tags, 
  67. the height of the image lowers the numlist, but not the number*/
  68. .NumberIndented        {font-weight:bold; 
  69.             color:gray; 
  70.             margin-left:0em;}
  71.  
  72. /*the number in an indented numbered list*/
  73. .NumListIndented    {color:black; 
  74.             line-height:11pt; 
  75.             font-weight:normal; 
  76.             margin-left:1em; 
  77.             margin-bottom:11pt;  
  78.             margin-right:1em; 
  79.             margin-top:-6pt;}
  80.  
  81. /*indented bulleted list*/
  82. li.LbIndented        {margin-top:15pt;
  83.             margin-bottom:-9pt;
  84.             margin-left:0em;}
  85.  
  86. /*paragraph in between numbers and bullets*/
  87. .Lp1            {margin-top:-8pt; 
  88.             margin-bottom:8pt; 
  89.             margin-left:.5em;}
  90.  
  91. .LpIndented        {margin-top:-6pt;
  92.             margin-left:1em;}
  93.  
  94. /*general styled/text effects*/
  95. .Text            {font:8pt/11pt tahoma; 
  96.             color:#000000; 
  97.             line-height:11pt; 
  98.             margin-left:.5em;}
  99.  
  100. .Important        {font:8pt tahoma; 
  101.             color:#CC0033;
  102.             margin-top:-4pt; 
  103.             margin-bottom:11pt; 
  104.             margin-left: .5em;}
  105.  
  106. hr.rule            {position:relative; 
  107.             left:.5em; 
  108.             top:-5pt; 
  109.             margin-bottom:0pt; 
  110.             color:#CCCCCC; 
  111.             width:95%; 
  112.             height:1px;}
  113.  
  114. .MoneyArt        {}
  115.  
  116. .jump            {font:8pt tahoma; 
  117.             color:orange; 
  118.             line-height:11pt; 
  119.             margin-left: .5em; 
  120.             list-style-image:greendrop.gif;
  121.             text-decoration:none;}
  122.  
  123. /* Define all styles for headings*/
  124. .Heading1         {}
  125.  
  126. .Heading2         {}
  127.  
  128. .Heading3         {height:35px; 
  129.             font:11pt tahoma; 
  130.             font-weight:bold; 
  131.             color:#FFFFFF; 
  132.             background-color:#666666; 
  133.             padding: 3px; 
  134.             margin-left:0em;
  135.             margin-bottom:11pt;}
  136.  
  137. .Heading4         {font:8pt tahoma; 
  138.             font-weight:bold; 
  139.             background-color:""; 
  140.             color:#000000; 
  141.             margin-top:-6pt; 
  142.             margin-bottom:13pt; 
  143.             margin-left:.5em;}
  144.  
  145. .Heading5         {}
  146.  
  147. H3            {font:8pt tahoma; 
  148.             font-weight:bold; 
  149.             background-color:""; 
  150.             color:#00000;}
  151.  
  152. /*Define dropdown text styles */
  153. /*position:relative; makes the top line of the first drop down under the rule act strange*/
  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:green; 
  166.             font-weight:normal;}    
  167.  
  168. .definition        {color:#CC0033;
  169.             font-style:italic;}
  170.  
  171. .collapsed        {color:#999999;
  172.             display:inline;
  173.             margin-bottom:11pt;
  174.             font-style:italic;
  175.             text-indent:10em;}    
  176.