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