home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / akce / TrueLaunchbar / truelaunchbar-pcworld.exe / tlbhelp.chm / html / manual.css < prev    next >
Cascading Style Sheet File  |  2006-05-07  |  922b  |  59 lines

  1. body {
  2.     background-color: #FFFFFF;
  3.     font-family: Verdana, Arial, Helvetica, sans-serif;
  4.     color: #000000;
  5.     margin-left: 0px;
  6.     margin-top: 0px;
  7.     margin-right: 0px;
  8.     margin-bottom: 0px;
  9.     font-size: 12pt;
  10.     line-height: 18pt;
  11. }
  12. p {
  13.     padding-right: 10px;
  14.     padding-left: 10px;
  15.     text-align: justify;
  16.     padding-bottom: 10px;
  17. }
  18.  
  19. h1 {
  20.     color: #FFFFFF;
  21.     background-color: #1d49a1;
  22.     font-size: 16pt;
  23.     text-indent: 10px;
  24.     line-height: 40pt;
  25. }
  26.  
  27.  
  28. td, th {
  29.     font-family: Verdana, Arial, Helvetica, sans-serif;
  30.     color: #333333;
  31. }
  32.  
  33. a:link {
  34.     text-decoration: none;
  35.     color: #3333CC;
  36. }
  37. a {
  38.     text-decoration: none;
  39.     color: #3333CC;
  40. }
  41. a:visited {
  42.     text-decoration: none;
  43.     color: #3333CC;
  44. }
  45. a:hover {
  46.     color: #993333;
  47. }
  48. a:active {
  49.     text-decoration: none;
  50.     color: #993333;
  51. }
  52.  
  53. h3 {
  54.     padding-left: 10px;
  55.     border-bottom-style:dotted;
  56.     border-bottom-width:thin;
  57.     border-bottom-color:#CCCCCC;
  58. }
  59.