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_old.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-04-22  |  1.7 KB  |  137 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. table {
  13.     border-collapse:collapse;
  14.     border-spacing:0px;
  15. }
  16.  
  17. table.list {
  18.     margin:0px 30px 0px 30px;
  19. }
  20.  
  21. table.list table.list {
  22.     margin:0px 30px 0px 0px;
  23. }
  24.  
  25. table.list td {
  26.     color:rgb(128,128,128);
  27.     padding:4px 5px 5px 5px;
  28. }
  29.  
  30. table.list td.header {
  31.     font-weight:bold;
  32. }
  33.  
  34. td {
  35.     padding:0px;
  36.     vertical-align:top;
  37. }
  38.  
  39. h1, h2, h3, h4, h5, p {
  40.     color:rgb(100,100,100);
  41.     line-height:12pt;
  42.     margin:10px 50px 15px 10px;
  43.     text-align:justify;
  44. }
  45.  
  46. h1 {
  47.     font-size:12pt;
  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. p.first, p.first strong {
  73.     font-size:10pt;
  74. }
  75.  
  76. p.statement {
  77.     font-size:9pt;
  78.     font-weight:bold;
  79.     margin-bottom:10px;
  80.     text-align:center;
  81. }
  82.  
  83. p.label {
  84.     text-align:right;
  85. }
  86.  
  87. p.screenshot {
  88.     margin:5px 10px 0px 30px;
  89.     text-align:left;
  90. }
  91.  
  92. p.caption {
  93.     margin:0px 70px 20px 70px;
  94.     text-align:center;
  95. }
  96.  
  97. table.features p, table.features li {
  98.     margin-left:0px;
  99. }
  100.  
  101. a {
  102.     color:rgb(253,2,37);
  103.     text-decoration:none;
  104. }
  105.  
  106. a:hover {
  107.     text-decoration:underline;
  108. }
  109.  
  110. table.container {
  111.     margin:30px 0px 0px 0px;
  112. }
  113.  
  114. div.indent {
  115.     margin-left:20px;
  116. }
  117.  
  118. div.spacer {
  119.     margin:0px 0px 50px 0px;
  120. }
  121.  
  122. img.float {
  123.     float:left;
  124.     margin:5px 20px 10px 0px;
  125. }
  126.  
  127. a img {
  128.     border-width:0px;
  129. }
  130.  
  131. .nomargin {
  132.     color:rgb(100,100,100);
  133.     line-height:12pt;
  134.     margin:10px 15px 15px 10px;
  135.     text-align:justify;
  136. }
  137.