home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / bonus / ds / files / blinkx-3.0.2.exe / %MAINDIR% / help / stylesheet_toc.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-04-22  |  986 b   |  78 lines

  1. * {
  2.     font-family:Verdana,Helvetica,Arial;
  3.     font-size:8pt;
  4. }
  5.  
  6. body {
  7.     background-color:rgb(255,255,255);
  8.     margin:0px 0px 30px 0px;
  9.     padding:0px 0px 0px 0px;
  10. }
  11.  
  12. p {
  13.     background-color:rgb(255,255,255);
  14.     font-color:rgb(140,140,140);
  15.     margin:0px 0px 5px 0px;
  16.     }
  17.  
  18. table {
  19.     border-collapse:collapse;
  20.     border-spacing:0px;
  21.     margin:0px 10px 0px 8px;
  22. }
  23.  
  24. td {
  25.     vertical-align:top;
  26.     }
  27.     
  28.  
  29. a {
  30.     color:rgb(24,24,148);
  31.     text-decoration:none;
  32. }
  33.  
  34. a:hover {
  35.     text-decoration:underline;
  36. }
  37.  
  38. h1, h2, h3, h4, h5 {
  39.     color:rgb(24,24,148);
  40.     line-height:12pt;
  41.     margin:20px 50px 15px 10px;
  42.     text-align:justify;
  43. }
  44.  
  45. h1 {
  46.     font-size:12pt;
  47.     font-family:Arial
  48. }
  49.  
  50. h1.center {
  51.     text-align:center;
  52. }
  53.  
  54. h2 {
  55.     font-size:10pt;
  56.     font-weight:bold;
  57.     margin:40px 10px 10px 10px;
  58. }
  59.  
  60. h3 {
  61.     font-size:10pt;
  62.     font-weight:bold;
  63.     margin:30px 10px 2px 10px;
  64. }
  65.  
  66. h4 {
  67.     font-weight:bold;
  68.     font-size:8pt;
  69.     margin:30px 10px 0px 10px;
  70. }
  71.  
  72. ul {
  73.     margin-left: 19;
  74.     }
  75.  
  76.  
  77.  
  78.