home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 March / PCWorld_2005-03_cd.bin / komunikace / kmeleon / kmeleon09.exe / aggreg8.jar / skin / rssstyle.css < prev    next >
Cascading Style Sheet File  |  2004-09-15  |  1KB  |  89 lines

  1.     
  2.         html{
  3.             font-family:        "Tahoma","Helvetica","Verdana","Arial","Courier",serif;
  4.             font-size:        90%;
  5.             color:            #555555;
  6.             line-height        :130%;
  7.         }
  8.         body{
  9.             background:        transparent;
  10.             background:        #FFFFFF;
  11.         }
  12.         
  13.         div.spacer{
  14.             clear:            both;
  15.             padding:        2px;
  16.         }
  17.         
  18.         div.itemheader{
  19.             background:        #EEEEEE;
  20.             border-width:        1px; 
  21.             border-color:        #006CB3;
  22.             border-style:        solid;
  23.             -moz-border-radius:     10px 10px 10px 10px;
  24.             padding:        5px;
  25.             font-weight:        normal;
  26.             clear:            both;
  27.             vertical-align:        top;
  28.             text-align:        left;
  29.         }
  30.         
  31.         div.itemdescription{
  32.             background:        #FFFFFF;
  33.             border-width:        1px; 
  34.             border-color:        #006CB3;
  35.             border-style:        solid;
  36.             -moz-border-radius:     10px 10px 10px 10px;
  37.             padding:        5px;
  38.             margin:            15px;
  39.             vertical-align:        top;
  40.             text-align:        left;
  41.         }
  42.         
  43.         div.clearer{
  44.             clear:            both;
  45.             line-height:        0px;
  46.             height:            0px;
  47.         }
  48.         
  49.         .center{
  50.             text-align:        center;
  51.         }
  52.         
  53.         
  54.         small{
  55.             font-family:        "Tahoma","Helvetica","Verdana","Arial","Courier",serif;
  56.             font-size:        80%;
  57.         }
  58.         
  59.         
  60.         
  61.         a{
  62.             color:            #006CB3; 
  63.             text-decoration:     none; 
  64.         }
  65.         a:link,a:visited,a:active{
  66.              text-decoration:     underline;  
  67.         }
  68.         a:hover{
  69.             
  70.             text-decoration:     none; 
  71.         }
  72.         
  73.         .sideBlockRight{
  74.             width:            3%;
  75.             float: left;
  76.         
  77.         }
  78.         .sideBlockLeft{
  79.             width:            3%;
  80.             float: left;
  81.  
  82.         }
  83.         
  84.         .centerBlock{
  85.             width:            94%;
  86.             float: left;
  87.         
  88.         }
  89.