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

  1. /* WMxxx tags store data to describe this file */
  2.  
  3. #WMTemplate
  4. {
  5.     WMName: "Globe Video (800x600)";
  6.     WMDesc: "Large video display (800 x 600) template. This template has tiling background and header images.";
  7.     WMSimpleTemplate: "style2largevideo2_simple.css";
  8. }
  9.  
  10. /* image dependancies */
  11. .PlayerPause_Rest     { background-image: url("pause_r.gif"); } 
  12. .PlayerPause_Hover     { background-image: url("pause_h.gif"); } 
  13. .PlayerPause_Down     { background-image: url("pause_d.gif"); } 
  14. .PlayerDiscussion_Rest     { background-image: url("disc_r.gif"); } 
  15. .PlayerDiscussion_Hover { background-image: url("disc_h.gif"); } 
  16. .PlayerDiscussion_Down     { background-image: url("disc_d.gif"); } 
  17. .PlayerNext_Rest     { background-image: url("next_r.gif"); } 
  18. .PlayerNext_Hover     { background-image: url("next_h.gif"); } 
  19. .PlayerNext_Down     { background-image: url("next_d.gif"); } 
  20. .PlayerPlayPause_Rest     { background-image: url("play_r.gif"); } 
  21. .PlayerPlayPause_Hover     { background-image: url("play_h.gif"); } 
  22. .PlayerPlayPause_Down     { background-image: url("play_d.gif"); } 
  23. .PlayerPrevious_Rest     { background-image: url("previous_r.gif"); } 
  24. .PlayerPrevious_Hover     { background-image: url("previous_h.gif"); } 
  25. .PlayerPrevious_Down     { background-image: url("previous_d.gif"); }
  26. .PlayerSkipForward_Rest { background-image: url("skipforward_r.gif"); } 
  27. .PlayerSkipForward_Hover{ background-image: url("skipforward_h.gif"); } 
  28. .PlayerSkipForward_Down { background-image: url("skipforward_d.gif"); } 
  29. .PlayerSkipBack_Rest     { background-image: url("skipback_r.gif"); }
  30. .PlayerSkipBack_Hover     { background-image: url("skipback_h.gif"); }
  31. .PlayerSkipBack_Down     { background-image: url("skipback_d.gif"); } 
  32. .PlayerVolume_Rest     { background-image: url("volume_r.gif"); }
  33. .PlayerVolume_Hover     { background-image: url("volume_h.gif"); }
  34. .PlayerVolume_Down     { background-image: url("volume_d.gif"); }
  35. .Img_Clock         { background-image: url("clock.gif"); } 
  36. .Img_Marrow         { background-image: url("marrow.gif"); } 
  37. .Img_Parrow         { background-image: url("parrow.gif"); }
  38. #PlayerBR    { background-image: url("back_right.gif"); }
  39. #PlayerBC    { background-image: url("back_center.gif"); }
  40. #PlayerBL    { background-image: url("back_left.gif"); }
  41.  
  42. BODY
  43. {
  44.     COLOR: #000000;
  45.     FONT-FAMILY: Arial;
  46.     BACKGROUND-COLOR: #F2EDE6;
  47. }
  48. #DiscussionDiv
  49. {
  50.     BACKGROUND-COLOR: #D6C9B5;
  51. }
  52. .DiscussAddRefreshTopic
  53. {
  54.     COLOR: #000000;
  55.     CURSOR: hand;
  56.     FONT-FAMILY: Arial;
  57.     FONT-SIZE: 90%;
  58.     FONT-WEIGHT: bold;
  59.     FONT-STYLE: italic;
  60.     TEXT-DECORATION: underline;
  61. }
  62. .DiscussErrorText
  63. {
  64.     COLOR: #000000;
  65.     FONT-FAMILY: Arial;
  66.     FONT-SIZE: normal;
  67.     FONT-WEIGHT: bold;
  68. }
  69. .DiscussShowHide
  70. {
  71.     COLOR: #000000;
  72.     WIDTH: 40%;
  73.     CURSOR: hand;
  74.     FONT-FAMILY: Verdana;
  75.     FONT-SIZE: normal;
  76.     FONT-WEIGHT: bold;
  77. }
  78. #HTML1Div
  79. {
  80.     VISIBILITY: hidden;
  81.     POSITION: absolute;
  82.     TOP: 0px;
  83.     LEFT: 0px;
  84.     HEIGHT: 0px;
  85.     WIDTH: 0px;
  86. }
  87. #HTML1Frame
  88. {
  89.     HEIGHT: 0%;
  90.     WIDTH: 0%;
  91. }
  92. #LeftSideBackground
  93. {
  94.     POSITION: absolute;
  95.     TOP: 0px;
  96.     LEFT: 0px;
  97.     HEIGHT: 100%;
  98.     WIDTH: 100%;
  99.     BACKGROUND-COLOR: transparent;
  100. }
  101. #LoadingWaitDiv
  102. {
  103.     BACKGROUND-COLOR: #D6C9B5;
  104. }
  105. #MainDiv
  106. {
  107.     BACKGROUND-COLOR: transparent;
  108. }
  109. #MediaPlayer
  110. {
  111.     HEIGHT: 600px;
  112.     WIDTH: 800px;
  113. }
  114. #MediaPlayerDiv
  115. {
  116.     POSITION: absolute;
  117.     TOP: 85px;
  118.     LEFT: 100px;
  119.     HEIGHT: 600px;
  120.     WIDTH: 800px;
  121. }
  122. #MediaPlayerControlsDiv
  123. {
  124.     POSITION: absolute;
  125.     TOP: 7px;
  126.     LEFT: 254px;
  127.     WIDTH: 310px;
  128.     WMPlayerClockOffset: 7;
  129. }
  130. #Misc5Div
  131. /*Tiling background*/
  132. {
  133.     POSITION: absolute;
  134.     TOP: 85px;
  135.     LEFT: 0px;
  136.     HEIGHT: expression(document.body.clientHeight + document.body.scrollTop - 85);
  137.     WIDTH: expression(document.body.clientWidth + document.body.scrollLeft);
  138.     BACKGROUND-IMAGE: URL(style2largevideo2bkg.gif);
  139.     BACKGROUND-POSITION: 0 0;
  140.     BACKGROUND-COLOR: transparent;
  141.     DISPLAY: none;
  142.     WMPrerollDisplay: none;
  143. }
  144. #Misc6Div
  145. {
  146.     POSITION: absolute;
  147.     TOP: 0px;
  148.     LEFT: 0px;
  149.     HEIGHT: 85px;
  150.     WIDTH: 997px;
  151.     BACKGROUND-IMAGE: URL(style2largevideo2header.jpg);
  152.     BACKGROUND-REPEAT: no-repeat;
  153.     BACKGROUND-COLOR: transparent;
  154.     DISPLAY: none;
  155.     WMPrerollDisplay: none;
  156. }
  157. #Misc7Div
  158. {
  159.     POSITION: absolute;
  160.     TOP: 0px;
  161.     LEFT: 997px;
  162.     HEIGHT: 87px;
  163.     WIDTH: expression(document.body.clientWidth + document.body.offsetLeft - 997);
  164.     BACKGROUND-IMAGE: URL(style2largevideo2repeater.gif);
  165.     BACKGROUND-REPEAT: repeat-x;
  166.     BACKGROUND-COLOR: transparent;
  167.     DISPLAY: none;
  168.     WMPrerollDisplay: none;
  169. }
  170. #Misc8Div
  171. {
  172.     POSITION: absolute;
  173.     TOP: 686px;
  174.     LEFT: 333px;
  175.     HEIGHT: 71px;
  176.     WIDTH: 340px;
  177.     BACKGROUND-COLOR: transparent;
  178.     BACKGROUND-IMAGE: URL(style2largevid2bbar.jpg);
  179.     BACKGROUND-REPEAT: no-repeat;
  180.     BACKGROUND-COLOR: transparent;
  181.     DISPLAY: none;
  182.     WMPrerollDisplay: none;
  183. }
  184. #PlayerBL
  185. {
  186.     POSITION: absolute;
  187.     BACKGROUND-IMAGE: URL(back_left.gif);
  188.     LEFT: 0px;
  189.     WIDTH: 15px;
  190.     HEIGHT: 67px;
  191. }
  192. #PlayerBC
  193. {
  194.     POSITION: absolute;
  195.     BACKGROUND-IMAGE: URL(back_center.gif);
  196.     LEFT: 15px;
  197.     HEIGHT: 67px;
  198. }
  199. #PlayerBR
  200. {
  201.     POSITION: absolute;
  202.     WIDTH: 15px;
  203.     HEIGHT: 67px;
  204.     BACKGROUND-IMAGE: URL(back_right.gif);
  205. }
  206. #PlayerPlayPause
  207. {
  208.     POSITION: absolute;
  209.     TOP: 32px;
  210.     LEFT: 1px;
  211.     HEIGHT: 25px;
  212.     WIDTH: 25px;
  213.     BACKGROUND-REPEAT: no-repeat;
  214. }
  215. #PlayerPrevious
  216. {
  217.     POSITION: absolute;
  218.     TOP: 32px;
  219.     LEFT: 44px;
  220.     WIDTH: 25px;
  221.     HEIGHT: 25px;
  222.     BACKGROUND-REPEAT: no-repeat;
  223.     FILTER: Alpha(opacity=40,enabled=false) Gray(enabled=false) BlendTrans(duration=0.5);
  224. }
  225. #PlayerNext
  226. {
  227.     POSITION: absolute;
  228.     TOP: 32px;
  229.     LEFT: 74px;
  230.     HEIGHT: 25px;
  231.     WIDTH: 25px;
  232.     BACKGROUND-REPEAT: no-repeat;
  233.     FILTER: Alpha(opacity=40,enabled=false) Gray(enabled=false) BlendTrans(duration=0.5);
  234. }
  235. #PlayerDiscussion
  236. {
  237.     POSITION: absolute;
  238.     TOP: 32px;
  239.     LEFT: 190px;
  240.     HEIGHT: 25px;
  241.     WIDTH: 25px;
  242.     BACKGROUND-REPEAT: no-repeat;
  243. }
  244. #PlayerSkipForward
  245. {
  246.     POSITION: absolute;
  247.     DISPLAY: inline;
  248.     TOP: 32px;
  249.     LEFT: 147px;
  250.     HEIGHT: 24px;
  251.     WIDTH: 24px;
  252.     BACKGROUND-REPEAT: no-repeat;
  253.     FILTER: Alpha(opacity=40,enabled=false) Gray(enabled=false) BlendTrans(duration=0.5);
  254. }
  255. #PlayerSkipBack
  256. {
  257.     POSITION: absolute;
  258.     DISPLAY: inline;
  259.     TOP: 32px;
  260.     LEFT: 117px;
  261.     HEIGHT: 24px;
  262.     WIDTH: 24px;
  263.     BACKGROUND-REPEAT: no-repeat;
  264.     FILTER: Alpha(opacity=40,enabled=false) Gray(enabled=false) BlendTrans(duration=0.5);
  265. }
  266. #PlayerVolume
  267. {
  268.     POSITION: absolute;
  269.     DISPLAY: inline;
  270.     TOP: 29px;
  271.     LEFT: 274px;
  272.     HEIGHT: 30px;
  273.     WIDTH: 30px;
  274.     BACKGROUND-REPEAT: no-repeat;
  275.     FILTER: Alpha(opacity=40,enabled=false) Gray(enabled=false) BlendTrans(duration=0.5);
  276. }
  277. #PlayerClock
  278. {
  279.     POSITION: absolute;
  280.     TOP: 7px;
  281.     COLOR: #000000;
  282.     FONT-FAMILY: Arial;
  283.     FONT-SIZE: 10pt;
  284.     FONT-WEIGHT: normal;
  285. }
  286. #SlidesDiv
  287. {
  288.     VISIBILITY: hidden;
  289.     POSITION: absolute;
  290.     TOP:0px;
  291.     LEFT: 0px;
  292.     HEIGHT: 0px;
  293.     WIDTH: 0px;
  294. }
  295. #SlidesFrame
  296. {
  297.     HEIGHT: 0%;
  298.     WIDTH: 0%;
  299. }
  300. #TOCDiv
  301. {
  302.     VISIBILITY: hidden;
  303.     DISPLAY: none;
  304.     POSITION: absolute;
  305.     TOP: 0px;
  306.     LEFT: 0px;
  307.     HEIGHT: 10px;
  308.     WIDTH: 10px;
  309. }
  310. .TOCEntryNormal
  311. {
  312.     COLOR: #996633;
  313.     CURSOR: hand;
  314.     FONT-SIZE: 12pt;
  315.     FONT-FAMILY: Arial;
  316.     FONT-WEIGHT: bold;
  317.     LIST-STYLE: none;
  318. }
  319. .TOCEntryNowPlaying
  320. {
  321.     COLOR: #000000;
  322.     CURSOR: hand;
  323.     FONT-SIZE: 12pt;
  324.     FONT-FAMILY: Arial;
  325.     FONT-WEIGHT: bold;
  326.     LIST-STYLE: none;
  327. }