home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / komunikace / bitcomet / bitcomet_setup.exe / BitComet.exe / 1033 / XML / 286 < prev   
Encoding:
Text File  |  2007-04-03  |  2.0 KB  |  54 lines

  1. <html>
  2. <head>
  3. <title>${RSS_TITLE}</title>
  4. <meta http-equiv="Content-type" content="text/html; charset=gb2312">
  5. <style type="text/css">
  6.     td,p,li,input,select,div,span {font-size:12px;}
  7.     table,td,img,div,span{border: none;margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;}
  8.  
  9.     .f10 {font-size: 10px;}
  10.     .f12 {font-size: 12px;}
  11.     .f14 {font-size: 14px;}
  12.     .f16 {font-size: 16px;}
  13.  
  14.     .lh17 {line-height:17px;}
  15.     .lh19 {line-height:19px;}
  16.  
  17.     A:link {color:#00f;}
  18.     A:visited {color:#800080;}
  19.     A:active {color:#f00;}
  20.     A:hover {color:#f00;}
  21.  
  22.     /*css for ddt*/
  23.     .tree a:link {text-decoration: none;color:#003398;font-weight: bold;}
  24.     .tree a:visited {text-decoration: none;color:#003398;font-weight: normal;}
  25.     .tree a:active,.tree a:hover {text-decoration: none;color:#FD0100;}
  26.     .tree {color:#222;line-height:19px;width:96%;text-align:left;}
  27.     .tree #channel{font-size:16px;font-weight:bold;color:#013299;text-align:center;padding:5px 0 10px 0;border-bottom:2px solid #005FA9;clear:both;margin-bottom:8px;margin-top:8px;}
  28.     .tree #block{margin-bottom:9px;padding-bottom:10px;padding-top:5px;border-bottom:2px dotted #006699;}
  29.     .tree #title{font-weight:bold;font-size:14px;clear:both;margin-bottom:5px;margin-top:5px;color:#003398}
  30.     .tree #author{color:#808080;float:left;margin-bottom:5px;}
  31.     .tree #time{color:#808080;float:right;margin-bottom:5px;}
  32.     .tree #description{clear:both;}
  33.     .tree #readall{text-align:right;font-weight:bold;}
  34.     .tree #readall a{text-decoration: underline;font-weight: bold;}
  35. </style>
  36. <script language='javascript' type='text/javascript'>
  37. <!--
  38. function NoError()
  39. {
  40.     return true;
  41. }
  42. window.onerror = NoError;
  43. //-->
  44. </script>
  45. </head>
  46. <body bgcolor=#F3F7F8 topmargin=5 marginheight=5 leftmargin=5 marginwidth=5>
  47. <center>
  48. <div id='list' class='tree'>
  49.     <div id='block'>
  50.         <div id='title'>íñ<a href=${RSS_URL}>${RSS_TITLE}</a></div>
  51.         <div id='time'>${RSS_TIME}</div>
  52.         <div id='description'>${RSS_DESCRIPTION}</div><p>
  53.         <div id='readall'>[<a href=${RSS_URL}>${RSS_READALL}</a>]</div>
  54.     </div></div></center></body></html>