home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 10218 / 10218.xpi / content / css / genericVideoSummary_Tile.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-12-08  |  1.6 KB  |  83 lines

  1. .tile .summaryContainer {
  2.     background: url('http://rexee-00.vo.llnwd.net/d1/application/images/generic-summary-2.png') no-repeat 0px 0px;    
  3.     width: 172px;
  4.     float: left;
  5.     margin-right: 10px;
  6.     margin-bottom: 68px;
  7.     
  8.     *background: url('http://rexee-00.vo.llnwd.net/d1/application/images/generic-summary-2.gif') no-repeat 0px 0px;        
  9. }
  10.  
  11. .tile .summaryContainer a.buttonForward {
  12.     display: none!important;
  13. }
  14.  
  15. .tile .summaryContainer a.buttonBackward {
  16.     display: none!important;
  17. }
  18.  
  19. .tile .summaryContainer .sponsoredResultLabel {
  20.     display: none!important;
  21. }
  22.  
  23. .tile .summaryContainer .summaryInformation {
  24.     width: 155px;
  25.     position: absolute;
  26.     height: 62px;
  27.     display: block;    
  28.     top: 135px;
  29.     left: 6px;    
  30. }
  31.  
  32. .tile .summaryContainer .summaryInformation .title {
  33.     position: absolute;
  34.     font-size: 12px;
  35.     height: 30px;
  36.     width: 155px;
  37.     overflow: hidden;
  38.     font-weight: bold;
  39. }
  40.  
  41. .tile .summaryContainer .summaryInformation .synopsis {
  42.     display: none;
  43. }
  44.  
  45. .tile .summaryContainer .summaryInformation .footer {
  46.     position: absolute;
  47.     width: 155px;
  48.     height: 28px;
  49. }
  50.  
  51. .tile .summaryContainer .summaryInformation .source {
  52.     left: 0px;
  53.     position: absolute;
  54.     top: 10px;
  55.     width: 155px;
  56. }
  57.  
  58. .tile .summaryContainer .summaryInformation .age {
  59.     left: -10px;
  60.     position: absolute;
  61.     top: -5px;
  62.     width: 150px;
  63. }
  64.  
  65. .tile .summaryContainer .summaryInformation .showOptions {
  66.     display: none!important;
  67. }
  68.  
  69. .tile .summaryContainer .nonVisuallyIndexedContainer {
  70.     display: none!important;
  71. }
  72.  
  73. .tile .summaryContainer .summaryThumbnails {
  74.     display: none!important;
  75. }
  76.  
  77. .tile .summaryDuplicateContainer {
  78.     display: none;
  79. }
  80.  
  81. .tile .visuallyIndexedStatusContainer {
  82.     display: none!important;
  83. }