You are here

flowplayer3.css in SWF Tools 6.2

/**
 */

.flowplayer3-container {
  display: block;
  height: 375px;
  width: 500px;
  text-align:center;
  margin:0;
  padding:0;
  /**border:1px solid #999;**/
  /**background-image:url(../shared/film.png);**/
}
 
/* splash image */ 
.flowplayer3-container img.flowplayer3-play-button { 
    margin-top:146px; 
    border:0px;
} 

/* highlight player on hover */
.flowplayer3-container:hover { 
    /**border:1px solid #000;**/ 
}

File

flowplayer3/flowplayer3.css
View source
  1. /**
  2. */
  3. .flowplayer3-container {
  4. display: block;
  5. height: 375px;
  6. width: 500px;
  7. text-align:center;
  8. margin:0;
  9. padding:0;
  10. /**border:1px solid #999;**/
  11. /**background-image:url(../shared/film.png);**/
  12. }
  13. /* splash image */
  14. .flowplayer3-container img.flowplayer3-play-button {
  15. margin-top:146px;
  16. border:0px;
  17. }
  18. /* highlight player on hover */
  19. .flowplayer3-container:hover {
  20. /**border:1px solid #000;**/
  21. }