home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / audio-video / fireant / FireAntSetup_RC1.msi / _5DD22B4F19113B30369E52193993D947 / _D0D89C23EC38B3AB11B2A109DB0EF1F9 < prev    next >
Text File  |  2006-01-15  |  991b  |  54 lines

  1. img { display : none; }
  2. object { display : none; }
  3. embed { display : none; }
  4. body { 
  5.     margin: 0px;
  6.     padding:0px;
  7.     font-size: 90%;
  8.     font-family: Arial, Helvetica, sans-serif;
  9.     background-color: #CFCFFE;
  10. }
  11.  
  12. a {
  13.     color:#1B58FE;
  14.     text-decoration:none;
  15. }
  16.  
  17. a:hover {
  18.     text-decoration:underline;
  19. }
  20.  
  21. table.channel_item {
  22.     width: 100%;
  23.     padding: 5px;
  24.     border-style: none;
  25.     border-width: 0px;
  26. }
  27.  
  28. table.channel_item th {
  29.     text-align: left;
  30.     border-style: none;
  31.     border-width:0px;
  32.     font-family: arial;
  33.     font-weight: bold;
  34.     color: #FFFFFF; /*#000055;*/
  35.     background: url('blue_tile_1x24.gif') repeat-x bottom;
  36.     font-size: 75%;
  37.     height:24px;
  38.     padding-left: 5px;
  39.     padding-right: 5px;
  40.     padding-bottom:2px;
  41.     background-color:#1B58FE;
  42.     /*background-color: #cccc99;*/
  43. }
  44.  
  45. table.channel_item td {
  46.     border-style: none;
  47.     border-width:0px;
  48.     font-family: arial;
  49.     color: #666666;
  50.     background-color: #CFCFFE;
  51.     font-size: 70%;
  52.     padding-left:5px;
  53.     padding-right:5px;
  54. }