home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / zabezpeceni / acoder / ChecksumCreatorSetup.exe / Hilfe.chm / hhepub.css < prev    next >
Cascading Style Sheet File  |  2005-06-09  |  2KB  |  42 lines

  1. /* Cascading Style Sheet for HTMLHelp ePublisher */
  2. /* ============================================= */
  3.  
  4. /* Justify Text in Selected Paragraph Tags */
  5. P.Justify  {text-align: Justify; }
  6. LI.Justify {text-align: Justify; }
  7.  
  8. /* Change General Links Colour & Make Bold When Mouse Passes Over */
  9. a:hover        {color: #800080; font-weight: bold; }
  10.  
  11. /* Expandable Section HyperText Colour */
  12. a:sidebar    {color: #339900; } 
  13.  
  14. /* Expandable Section HyperText Colour When Visited (Note: Same As Above) */
  15. a:visited.sidebar: {color: #339900;text-decoration: none; }
  16.  
  17. /* Expandable Section HyperText Is Underlined When Mouse Passes Over */
  18. a:hover.sidebar:   {text-decoration: underline; }
  19.  
  20. /* Popup Text HyperText Colour, Font Style & Cursor */
  21. a.PopupText:link {color: green; font-style: italic; cursor: help;}    /* unvisited link */
  22.  
  23. /* Popup Text HyperText After Visited (Note: Same As Above) */
  24. a.PopupText:visited {color: green; font-style: italic; cursor: help;} /* visited link   */
  25.  
  26. /* Footer HyperLink */
  27. a.footer:link      {text-decoration: none;} 
  28. a:hover.footer:   {color: blue; text-decoration: underline;}
  29. a.footer:visited  {color: blue;}
  30.  
  31. /* Expanded Section Params Including Background Colour & Image    */
  32. /* DIV.sidebartext {                        */
  33. /*         position: relative;                */
  34. /*         height: 100px;                    */
  35. /*         width: 210px;                    */
  36. /*         margin-left: 35px;                */
  37. /*         padding: 7px;                    */
  38. /*         border-left: 4pt solid red;            */
  39. /*         cursor: hand;                    */
  40. /*         background-image: url(Images\ivy.gif);        */
  41. /*         background-color: yellow;             */
  42. /*         }                        */