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 / F32555_videohtml.css < prev    next >
Encoding:
Text (UTF-16)  |  2003-08-05  |  10.4 KB  |  212 lines

  1. /* WMxxx tags store data to describe this file */
  2. #WMTemplate
  3. {
  4.     WMName: "Standard Video (320x240) - Fixed HTML";
  5.     WMDesc: "Medium video display (320 x 240) template with an HTML area. This template has solid background colors. The HTML area cannot be resized.";
  6.     WMSimpleTemplate: "videohtml_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.  
  42. #HTML1Div
  43. {
  44.     VISIBILITY: visible;
  45.     POSITION: absolute;
  46.     TOP: 10px;
  47.     LEFT: 350px;
  48.     HEIGHT: 440px;
  49.     WIDTH: 420px;
  50. }
  51. #LeftSideBackground
  52. {
  53.     POSITION: absolute;
  54.     TOP: 0px;
  55.     LEFT: 0px;
  56.     WIDTH: 340px;
  57.     HEIGHT: expression(document.body.clientHeight + document.body.scrollTop);
  58. }
  59. #MediaPlayer
  60. {
  61.     HEIGHT: 240px;
  62.     WIDTH: 320px;
  63. }
  64. #MediaPlayerControlsDiv
  65. {
  66.     POSITION: absolute;
  67.     WIDTH: 320px;
  68.     WMPlayerClockOffset: 1;
  69. }
  70. #MediaPlayerDiv
  71. {
  72.     POSITION: absolute;
  73.     TOP: 10px;
  74.     LEFT: 10px;
  75.     HEIGHT: 240px;
  76.     WIDTH: 320px;
  77. }
  78. #PlayerBL
  79. {
  80.        POSITION: absolute;
  81.        LEFT: 0px;
  82.        WIDTH: 15px;
  83.        HEIGHT: 67px;
  84. }
  85. #PlayerBC
  86. {
  87.        POSITION: absolute;
  88.       LEFT: 15px;
  89.        HEIGHT: 67px;
  90. }
  91. #PlayerBR
  92. {
  93.       POSITION: absolute;
  94.     WIDTH: 15px;
  95.        HEIGHT: 67px;
  96. }
  97. #PlayerPlayPause
  98. {
  99.        POSITION: absolute;
  100.        TOP: 33px;
  101.        LEFT: 15px;
  102.        HEIGHT: 24px;
  103.        WIDTH: 24px;
  104.        BACKGROUND-REPEAT: no-repeat;
  105.        CURSOR: hand;
  106.        Z-INDEX: 2;
  107. }
  108. #PlayerPrevious
  109. {
  110.        POSITION: absolute;
  111.        LEFT: 53px;
  112.        WIDTH: 24px;
  113.        HEIGHT: 24px;
  114.        TOP: 33px;
  115.        BACKGROUND-REPEAT: no-repeat;
  116.        FILTER: Alpha(opacity=40,enabled=false) Gray(enabled=false) BlendTrans(duration=0.5);
  117.        CURSOR: hand;
  118.        Z-INDEX: 2;
  119. }
  120. #PlayerNext
  121. {
  122.        POSITION: absolute;
  123.        TOP: 33px;
  124.        LEFT: 81px;
  125.        HEIGHT: 24px;
  126.        WIDTH: 24px;
  127.        BACKGROUND-REPEAT: no-repeat;
  128.        FILTER: Alpha(opacity=40,enabled=false) Gray(enabled=false) BlendTrans(duration=0.5);
  129.        CURSOR: hand;
  130.        Z-INDEX: 2;
  131. }
  132. #PlayerDiscussion
  133. {
  134.        POSITION: absolute;
  135.        TOP: 33px;
  136.        LEFT: 185px;
  137.        HEIGHT: 24px;
  138.        WIDTH: 24px;
  139.        BACKGROUND-REPEAT: no-repeat;
  140.        CURSOR: hand;
  141.        Z-INDEX: 2;
  142. }
  143. #PlayerSkipForward
  144. {
  145.        POSITION: absolute;
  146.        TOP: 33px;
  147.        LEFT: 147px;
  148.        HEIGHT: 24px;
  149.        WIDTH: 24px;
  150.        BACKGROUND-REPEAT: no-repeat;
  151.        FILTER: Alpha(opacity=40,enabled=false) Gray(enabled=false) BlendTrans(duration=0.5);
  152.        CURSOR: hand;
  153.        Z-INDEX: 2;
  154. }
  155. #PlayerSkipBack
  156. {
  157.        POSITION: absolute;
  158.        TOP: 33px;
  159.        LEFT: 119px;
  160.        HEIGHT: 24px;
  161.        WIDTH: 24px;
  162.        BACKGROUND-REPEAT: no-repeat;
  163.        FILTER: Alpha(opacity=40,enabled=false) Gray(enabled=false) BlendTrans(duration=0.5);
  164.        CURSOR: hand;
  165.        Z-INDEX: 2;
  166. }
  167. #PlayerVolume
  168. {
  169.        POSITION: absolute;
  170.        TOP: 33px;
  171.        LEFT: 270px;
  172.        HEIGHT: 24px;
  173.        WIDTH: 24px;
  174.        BACKGROUND-REPEAT: no-repeat;
  175.        FILTER: Alpha(opacity=40,enabled=false) Gray(enabled=false) BlendTrans(duration=0.5);
  176.        CURSOR: hand;
  177.        Z-INDEX: 2;
  178. }
  179. #PlayerClock
  180. {
  181.        POSITION: absolute;
  182.        TOP: 10px;
  183.        HEIGHT: 24px;
  184.        WIDTH: 24px;
  185.        BACKGROUND-REPEAT: no-repeat;
  186.        COLOR: #FFFFFF;
  187.        FONT-FAMILY: arial;
  188.        FONT-SIZE: 10pt;
  189.        Z-INDEX: 1;
  190. }
  191. #SlidesDiv
  192. {
  193.     VISIBILITY: hidden;
  194.     POSITION: absolute;
  195.     TOP: 0px;
  196.     LEFT: 0px;
  197.     HEIGHT: 0px;
  198.     WIDTH: 0px;
  199. }
  200. #SlidesFrame
  201. {
  202.     HEIGHT: 0%;
  203.     WIDTH: 0%;
  204. }
  205. #TOCDiv
  206. {
  207.     POSITION: absolute;
  208.     TOP: 325px;
  209.     LEFT: 20px;
  210.     HEIGHT: 125px;
  211.     WIDTH: 320px;
  212. }