home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 February / PCWorld_2005-02_cd.bin / software / servis / msprod / msprod2.exe / prod2.msi / Data1.cab / F32754_videoslideshtml9.css < prev    next >
Encoding:
Text (UTF-16)  |  2003-08-05  |  10.7 KB  |  211 lines

  1. /* WMxxx tags store data to describe this file */
  2. #WMTemplate
  3. {
  4.     WMName: "Standard Video (240x180) - Fixed Slides (Left) and HTML";
  5.     WMDesc: "Small video display (240 x 180) template with a slide area on the left and an HTML area. This template has solid background colors. Slides cannot be resized.";
  6.     WMSimpleTemplate: "videoslideshtml9_simple.css";
  7. }
  8.  
  9. /* image dependancies */ 
  10. .PlayerPause_Down     { background-image: url("pause_d.gif"); } 
  11. .PlayerPause_Hover     { background-image: url("pause_h.gif"); } 
  12. .PlayerPause_Rest     { background-image: url("pause_r.gif"); } 
  13. .PlayerDiscussion_Rest     { background-image: url("disc_r.gif"); } 
  14. .PlayerDiscussion_Down     { background-image: url("disc_d.gif"); } 
  15. .PlayerDiscussion_Hover { background-image: url("disc_h.gif"); } 
  16. .PlayerNext_Rest     { background-image: url("next_r.gif"); } 
  17. .PlayerNext_Down     { background-image: url("next_d.gif"); } 
  18. .PlayerNext_Hover     { background-image: url("next_h.gif"); } 
  19. .PlayerPlayPause_Rest     { background-image: url("play_r.gif"); } 
  20. .PlayerPlayPause_Down     { background-image: url("play_d.gif"); } 
  21. .PlayerPlayPause_Hover     { background-image: url("play_h.gif"); } 
  22. .PlayerPrevious_Rest     { background-image: url("previous_r.gif"); } 
  23. .PlayerPrevious_Down     { background-image: url("previous_d.gif"); } 
  24. .PlayerPrevious_Hover     { background-image: url("previous_h.gif"); }
  25. .PlayerSkipForward_Rest { background-image: url("skipforward_r.gif"); } 
  26. .PlayerSkipForward_Hover{ background-image: url("skipforward_h.gif"); } 
  27. .PlayerSkipForward_Down { background-image: url("skipforward_d.gif"); } 
  28. .PlayerSkipBack_Rest     { background-image: url("skipback_r.gif"); }
  29. .PlayerSkipBack_Hover     { background-image: url("skipback_h.gif"); }
  30. .PlayerSkipBack_Down     { background-image: url("skipback_d.gif"); } 
  31. .PlayerVolume_Rest     { background-image: url("volume_r.gif"); }
  32. .PlayerVolume_Hover     { background-image: url("volume_h.gif"); }
  33. .PlayerVolume_Down     { background-image: url("volume_d.gif"); }
  34. .Img_Clock         { background-image: url("clock.gif"); } 
  35. .Img_Marrow         { background-image: url("marrow.gif"); } 
  36. .Img_Parrow         { background-image: url("parrow.gif"); } 
  37. #PlayerBL         { background-image: url("back_left.gif"); } 
  38. #PlayerBC         { background-image: url("back_center.gif"); } 
  39. #PlayerBR         { background-image: url("back_right.gif"); } 
  40.  
  41. #HTML1Div
  42. {
  43.     VISIBILITY: visible;
  44.     POSITION: absolute;
  45.     TOP: 344px;
  46.     LEFT: 10px;
  47.     HEIGHT: 180px;
  48.     WIDTH: 431px;
  49. }
  50. #HTML1Frame
  51. {
  52.     HEIGHT: 100%;
  53.     WIDTH: 100%;
  54. }
  55. #LeftSideBackground
  56. {
  57.     POSITION: absolute;
  58.     TOP: 0px;
  59.     LEFT: 452px;
  60.     WIDTH: expression(document.body.clientWidth + document.body.scrollLeft - 452);
  61.     HEIGHT: expression(document.body.clientHeight + document.body.scrollTop);
  62. }
  63. #MediaPlayer
  64. {
  65.     HEIGHT: 180px;
  66.     WIDTH: 240px;
  67. }
  68. #MediaPlayerControlsDiv
  69. {
  70.     POSITION: absolute;
  71.     LEFT: -30px;
  72.     WIDTH: 300px;
  73. }
  74. #MediaPlayerDiv
  75. {
  76.     POSITION: absolute;
  77.     TOP:10px;
  78.     LEFT: 40px;
  79.     HEIGHT: 180px;
  80.     WIDTH: 240px;
  81. }
  82. #PlayerBL
  83. {
  84.        POSITION: absolute;
  85.        LEFT: 0px;
  86.        WIDTH: 15px;
  87.        HEIGHT: 67px;
  88. }
  89. #PlayerBC
  90. {
  91.        POSITION: absolute;
  92.       LEFT: 15px;
  93.        HEIGHT: 67px;
  94. }
  95. #PlayerBR
  96. {
  97.       POSITION: absolute;
  98.     WIDTH: 15px;
  99.        HEIGHT: 67px;
  100. }
  101. #PlayerPlayPause
  102. {
  103.        POSITION: absolute;
  104.        TOP: 33px;
  105.        LEFT: 15px;
  106.        HEIGHT: 24px;
  107.        WIDTH: 24px;
  108.        BACKGROUND-REPEAT: no-repeat;
  109.        CURSOR: hand;
  110.        Z-INDEX: 2;
  111. }
  112. #PlayerPrevious
  113. {
  114.        POSITION: absolute;
  115.        LEFT: 53px;
  116.        WIDTH: 24px;
  117.        HEIGHT: 24px;
  118.        TOP: 33px;
  119.        BACKGROUND-REPEAT: no-repeat;
  120.        FILTER: Alpha(opacity=40,enabled=false) Gray(enabled=false) BlendTrans(duration=0.5);
  121.        CURSOR: hand;
  122.        Z-INDEX: 2;
  123. }
  124. #PlayerNext
  125. {
  126.        POSITION: absolute;
  127.        TOP: 33px;
  128.        LEFT: 81px;
  129.        HEIGHT: 24px;
  130.        WIDTH: 24px;
  131.        BACKGROUND-REPEAT: no-repeat;
  132.        FILTER: Alpha(opacity=40,enabled=false) Gray(enabled=false) BlendTrans(duration=0.5);
  133.        CURSOR: hand;
  134.        Z-INDEX: 2;
  135. }
  136. #PlayerDiscussion
  137. {
  138.        POSITION: absolute;
  139.        TOP: 33px;
  140.        LEFT: 185px;
  141.        HEIGHT: 24px;
  142.        WIDTH: 24px;
  143.        BACKGROUND-REPEAT: no-repeat;
  144.        CURSOR: hand;
  145.        Z-INDEX: 2;
  146. }
  147. #PlayerSkipForward
  148. {
  149.        POSITION: absolute;
  150.        TOP: 33px;
  151.        LEFT: 147px;
  152.        HEIGHT: 24px;
  153.        WIDTH: 24px;
  154.        BACKGROUND-REPEAT: no-repeat;
  155.        FILTER: Alpha(opacity=40,enabled=false) Gray(enabled=false) BlendTrans(duration=0.5);
  156.        CURSOR: hand;
  157.        Z-INDEX: 2;
  158. }
  159. #PlayerSkipBack
  160. {
  161.        POSITION: absolute;
  162.        TOP: 33px;
  163.        LEFT: 119px;
  164.        HEIGHT: 24px;
  165.        WIDTH: 24px;
  166.        BACKGROUND-REPEAT: no-repeat;
  167.        FILTER: Alpha(opacity=40,enabled=false) Gray(enabled=false) BlendTrans(duration=0.5);
  168.        CURSOR: hand;
  169.        Z-INDEX: 2;
  170. }
  171. #PlayerVolume
  172. {
  173.        POSITION: absolute;
  174.        TOP: 33px;
  175.        LEFT: 270px;
  176.        HEIGHT: 24px;
  177.        WIDTH: 24px;
  178.        BACKGROUND-REPEAT: no-repeat;
  179.        FILTER: Alpha(opacity=40,enabled=false) Gray(enabled=false) BlendTrans(duration=0.5);
  180.        CURSOR: hand;
  181.        Z-INDEX: 2;
  182. }
  183. #PlayerClock
  184. {
  185.        POSITION: absolute;
  186.        TOP: 10px;
  187.        HEIGHT: 24px;
  188.        WIDTH: 24px;
  189.        BACKGROUND-REPEAT: no-repeat;
  190.        COLOR: #FFFFFF;
  191.        FONT-FAMILY: arial;
  192.        FONT-SIZE: 10pt;
  193.        Z-INDEX: 1;
  194. }
  195. #SlidesDiv
  196. {
  197.     POSITION: absolute;
  198.     TOP: 10px;
  199.     LEFT: 10px;
  200.     HEIGHT: 324px;
  201.     WIDTH: 432px;
  202.     CLIP: rect(0px 431px 324px 0px);
  203. }
  204. #TOCDiv
  205. {
  206.     POSITION: absolute;
  207.     TOP: 265px;
  208.     LEFT: 15px;
  209.     HEIGHT: 259px;
  210.     WIDTH: 290px;
  211. }