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

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