index.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. html,
  2. body {
  3. border:0;
  4. background-color: black;
  5. }
  6. /* waiting spinner */
  7. div#waitingIndicator
  8. {
  9. position: absolute;
  10. visibility: hidden;
  11. width: 110px;
  12. height: 110px;
  13. background-image: url('waiting_bezel.png');
  14. }
  15. div#waitingSpinner
  16. {
  17. position: absolute;
  18. visibility: hidden;
  19. top: 32px;
  20. left: 38px;
  21. width: 32px;
  22. height: 32px;
  23. background-image: url('spinner_dkgrey.gif');
  24. }
  25. /* HUD */
  26. div#hud
  27. {
  28. position: absolute;
  29. width: 340px;
  30. height: 59px;
  31. display: block;
  32. visibility: hidden;
  33. }
  34. /* HUD Background Bezel
  35. -------------------- */
  36. .hudBezel
  37. {
  38. position: absolute;
  39. top: 0px;
  40. height: 59px;
  41. }
  42. div#hudBezelLeftEndCap
  43. {
  44. left: 0px;
  45. width: 10px;
  46. background-image: url('bezel-l.png');
  47. }
  48. div#hudBezelFiller
  49. {
  50. left: 10px;
  51. width: 340px;
  52. background-image: url('bezel-m.png');
  53. }
  54. div#hudBezelRightEndCap
  55. {
  56. left: 350px;
  57. width: 10px;
  58. background-image: url('bezel-r.png');
  59. }
  60. img#hudBezelLeftDivider
  61. {
  62. left: 95px;
  63. width: 2px;
  64. background-image: url('doc_info_mobile_cut.png');
  65. }
  66. img#hudBezelRightDivider
  67. {
  68. left: 285px;
  69. width: 2px;
  70. background-image: url('doc_info_mobile_cut.png');
  71. }
  72. /* HUD Mute Button
  73. --------------- */
  74. /*
  75. div.hudMuteButton
  76. {
  77. position: absolute;
  78. cursor: pointer;
  79. left: 26px;
  80. top: 18px;
  81. width: 24px;
  82. height: 21px;
  83. background-image: url('snd_on_n.png');
  84. }
  85. div#hudMuteButton:active
  86. {
  87. background-image: url('snd_on_p.png');
  88. }
  89. */
  90. /* HUD Prev Button
  91. --------------- */
  92. div#hudPreviousButton
  93. {
  94. position: absolute;
  95. left: 47px;
  96. top: 17px;
  97. width: 31px;
  98. height: 23px;
  99. }
  100. div.hudPreviousButtonEnabled
  101. {
  102. cursor: pointer;
  103. background-image: url('left_arrow_n.png');
  104. }
  105. div.hudPreviousButtonEnabled:active
  106. {
  107. background-image: url('left_arrow_p.png');
  108. }
  109. div.hudPreviousButtonDisabled
  110. {
  111. cursor: default;
  112. background-image: url('left_arrow_d.png');
  113. }
  114. /* HUD Slide Counter
  115. ----------------- */
  116. div.hudSlideCounter
  117. {
  118. position: absolute;
  119. height: 22px;
  120. left: 84px;
  121. width: 136px;
  122. font-family: "Helvetica";
  123. text-shadow: 0.0em 0.2em #000000;
  124. text-align: center;
  125. color: #838383;
  126. }
  127. div#hudSlideCounterSection
  128. {
  129. top: 19px;
  130. height: 22px;
  131. text-align: center;
  132. font-size: 16px;
  133. }
  134. /* HUD Next Button
  135. --------------- */
  136. div#hudNextButton
  137. {
  138. position: absolute;
  139. left: 223px;
  140. top: 17px;
  141. width: 31px;
  142. height: 23px;
  143. }
  144. div.hudNextButtonEnabled
  145. {
  146. cursor: pointer;
  147. background-image: url('right_arrow_n.png');
  148. }
  149. div.hudNextButtonEnabled:active
  150. {
  151. background-image: url('right_arrow_p.png');
  152. }
  153. div.hudNextButtonDisabled
  154. {
  155. cursor: default;
  156. background-image: url('right_arrow_d.png');
  157. }
  158. /* HUD Close Button
  159. ---------------- */
  160. div#hudCloseButton
  161. {
  162. position: absolute;
  163. left: 311px;
  164. top: 18px;
  165. width: 21px;
  166. height: 22px;
  167. }
  168. div.hudCloseButtonEnabled
  169. {
  170. cursor: pointer;
  171. background-image: url('close_n.png');
  172. }
  173. div.hudCloseButtonEnabled:active
  174. {
  175. background-image: url('close_p.png');
  176. }
  177. /* Embedded Control Bar
  178. -------------------- */
  179. div#embed_background
  180. {
  181. position: absolute;
  182. display: none;
  183. background-color: #000000;
  184. }
  185. div#embeddedControlBar
  186. {
  187. position: absolute;
  188. display: none;
  189. }
  190. div#embeddedControlBarBackground
  191. {
  192. position: absolute;
  193. top: 0px;
  194. height: 30px;
  195. width: 100%;
  196. }
  197. div.embeddedControlBarBezel
  198. {
  199. position: absolute;
  200. top: 0px;
  201. height: 30px;
  202. }
  203. div#embeddedControlBarBezel_LeftEndCap
  204. {
  205. background-image: url('control_bg-cap-left.png');
  206. width: 10px;
  207. }
  208. div#embeddedControlBarBezel_Filler
  209. {
  210. background-image: url('control_bg-fill.png');
  211. background-repeat: repeat-x;
  212. left: 10px;
  213. }
  214. div#embeddedControlBarBezel_RightEndCap
  215. {
  216. background-image: url('control_bg-cap-right.png');
  217. width: 10px;
  218. }
  219. div#embeddedSlideCounterSection
  220. {
  221. position: absolute;
  222. top: 8px;
  223. height: 14px;
  224. width: 80px;
  225. font-family: "Helvetica";
  226. font-size: 12px;
  227. text-shadow: 0.0em 0.2em #000000;
  228. text-align: center;
  229. color: #FFFFFF;
  230. }
  231. /* Embedded Restart Button
  232. ----------------------- */
  233. div#embeddedControls_Restart
  234. {
  235. position: absolute;
  236. top: 0px;
  237. width: 35px;
  238. height: 30px;
  239. }
  240. div.embeddedControls_Restart_Enabled
  241. {
  242. cursor: pointer;
  243. background-image: url('control_restart_N.png');
  244. }
  245. div.embeddedControls_Restart_Enabled:active
  246. {
  247. cursor: pointer;
  248. background-image: url('control_restart_P.png');
  249. }
  250. div.embeddedControls_Restart_Disabled
  251. {
  252. cursor: default;
  253. background-image: url('control_restart_D.png');
  254. }
  255. /* Embedded Prev Button
  256. -------------------- */
  257. div#embeddedControls_Previous
  258. {
  259. position: absolute;
  260. top: 0px;
  261. width: 35px;
  262. height: 30px;
  263. left: 100px;
  264. }
  265. div.embeddedControls_Previous_Enabled
  266. {
  267. cursor: pointer;
  268. background-image: url('control_previous_N.png');
  269. }
  270. div.embeddedControls_Previous_Enabled:active
  271. {
  272. background-image: url('control_previous_P.png');
  273. }
  274. div.embeddedControls_Previous_Disabled
  275. {
  276. cursor: default;
  277. background-image: url('control_previous_D.png');
  278. }
  279. /* Embedded Next Button
  280. -------------------- */
  281. div#embeddedControls_Next
  282. {
  283. position: absolute;
  284. top: 0px;
  285. width: 35px;
  286. height: 30px;
  287. left: 200px;
  288. }
  289. div.embeddedControls_Next_Enabled
  290. {
  291. cursor: pointer;
  292. background-image: url('control_next_N.png');
  293. }
  294. div.embeddedControls_Next_Enabled:active
  295. {
  296. background-image: url('control_next_P.png');
  297. }
  298. div.embeddedControls_Next_Disabled
  299. {
  300. cursor: default;
  301. background-image: url('control_next_D.png');
  302. }
  303. /* Embedded iWork.com link Button
  304. ------------------------------ */
  305. div#embeddedControls_Link
  306. {
  307. position: absolute;
  308. top: 0px;
  309. width: 35px;
  310. height: 30px;
  311. left: 425px;
  312. }
  313. div.embeddedControls_Link_Enabled
  314. {
  315. cursor: pointer;
  316. background-image: url('control_link_N.png');
  317. }
  318. div.embeddedControls_Link_Enabled:active
  319. {
  320. background-image: url('control_link_P.png');
  321. }