home *** CD-ROM | disk | FTP | other *** search
/ SuperSoft Prophet 6 Astrology / PROPHET6.iso / Pro6Evaluation / _SETUP.1 / Prophet6.chm / coua.css < prev    next >
Cascading Style Sheet File  |  2004-06-08  |  3KB  |  170 lines

  1. /* Cascading Style Sheet for HTML Help Workshop */
  2.  
  3. body        { font-size: 75%; 
  4.             line-height: 125%;           
  5.             font-family: Verdana, Arial, Helvetica,  }
  6.  
  7. a:link        { color: #0000FF; } 
  8.  
  9. a:active    { color: #FF33CC; }
  10.  
  11. a:visited     {  color: #800080; }
  12.  
  13. a:hover        {color: #800080;
  14.             font-weight: bold; }
  15.  
  16. a:sidebar    {color: #339900; }
  17.  
  18. h1        { font-size: 125%; 
  19.         margin-bottom: .5em;
  20.         line-height: 125%; }
  21.  
  22. h2        { font-size: 115%;  
  23.         margin-top: 1.5em;
  24.         margin-bottom: .5em;  }
  25.  
  26. h3        { font-size: 100%; 
  27.         margin-top: 1.2em;  
  28.         margin-bottom: .5em;  }
  29.  
  30. h4        { font-size: 100%;
  31.         color: darkmagenta;
  32.         margin-top: 1.2em;  
  33.         margin-bottom: .5em;  }
  34.  
  35. p        { margin-top:6pt; margin-bottom: 6pt;    }
  36.  
  37. p.margin {
  38.     margin-left: 57pt;
  39.     margin-top: -47pt; }
  40.     
  41. p.margin2 {
  42.     margin-left: 57pt; } 
  43.     
  44. li p        { margin-top: .6em;
  45.         margin-bottom: 0em;  }
  46.         
  47. big        {  font-weight: bold; 
  48.         font-size: 105%;  }
  49.         
  50. ol        {margin-top: .5em; 
  51.         margin-bottom: 0em }    
  52.     
  53. ul        {margin-top: .6em;     
  54.         margin-bottom: 0em;
  55.         margin-left: 2.75em;  }    
  56.  
  57. ol ul        {  list-style: disc; margin-top: 2em;  }
  58.  
  59. li        {padding-bottom: .3em;
  60.         margin-left: -1.25em;  }
  61.  
  62. dl ul        { margin-top: 2em;  
  63.         margin-bottom: 0em;  }    /*list item inside a def/term*/
  64.  
  65. dl        { margin-top: -1em;  }
  66.  
  67. ol dl    { margin-top: -1.5em;
  68.          margin-left: 0em;  }        /*term/def list inside a numbered list*/
  69.  
  70. ol dl dl    {  margin-top: 0em;
  71.         margin-left: .2em;  }        /*term/def list inside a term/def list*/
  72.  
  73. dd        { margin-bottom: 0em;    /*not currently working*/
  74.         margin-left: 1.5em;  }
  75.  
  76. dt        {  padding-top: 2em;
  77.         font-weight: bold; 
  78.         margin-left: 1.5em;  }
  79.  
  80. code    {font-family: Courier; }
  81.  
  82. pre        { margin-top: 0em;
  83.         margin-bottom: 1.5em; 
  84.         font-family: Courier;
  85.         }
  86.  
  87. table     { font-size: 100%;
  88.         text-align: left;
  89.         margin-top: 1em;
  90.         }
  91.  
  92. tr        { margin: .50em;
  93.         vertical-align: top;
  94.         }
  95.             
  96. th         { text-align: left;
  97.         margin: .50em;
  98.         vertical-align: top;
  99.         background: #dddddd;
  100.         }
  101.                         
  102. td        { margin: .50em;
  103.         vertical-align: top;
  104.         }
  105.  
  106. /* Only use this for sidebars that ARE in a list */
  107. DIV.sidebartext {
  108.     position: relative;
  109.     left: -22px;
  110.     height: 72px;
  111.     width: 300px;
  112.     margin-top: .6em;
  113.     margin-right: 3em;
  114.     margin-left: 0;
  115.     margin-bottom: .6em;
  116.     padding-top: .75em;
  117.     padding-right: 6px;
  118.     padding-left: .75em;
  119.     padding-bottom: .75em;
  120.     cursor: hand;
  121.     border-left: 4pt solid #339900;
  122.     background-color: #F0F0F0; }
  123.  
  124. /* Only use this for sidebars that are NOT in a list */
  125. DIV.sidebartbl {
  126.     height: 72px;
  127.     width: 300px;
  128.     margin-top: .6em;
  129.     margin-right: 3em;
  130.     margin-left: 0;
  131.     margin-bottom: .6em;
  132.     padding-top: .75em;
  133.     padding-right: 8em;
  134.     padding-left: .75em;
  135.     padding-bottom: .75em;
  136.     cursor: hand;
  137.     border-left: 4pt solid #339900;
  138.     background-color: #F0F0F0; }
  139.     
  140. a:visited.sidebar: {
  141.     color: #339900;
  142.     text-decoration: none; }
  143.     
  144. a:hover.sidebar: {
  145.     text-decoration: underline; }
  146.  
  147. .endlink {
  148.     line-height: 6pt;
  149.     position: relative;
  150.     top: 1pt;
  151.     background-color: transparent;
  152.     font-weight: bold;
  153.     font-size: 7pt;
  154.     font-style: italic;
  155.     color: black;
  156.     text-decoration: none;
  157.     cursor: hand;
  158.     width: 20px;
  159.     height: 8pt;
  160.     padding-top: -2pt;
  161.     padding-bottom: 1pt;
  162.     margin: 0pt;
  163.     border-bottom: 1pt solid #00cc33;
  164.     border-top: 1pt solid #00cc33;
  165.     }
  166.  
  167.  
  168.  
  169.  
  170.