You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

KeynoteDHTMLPlayer.css 13KB

5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656
  1. * {
  2. -webkit-user-select:none;
  3. -moz-user-select:none;
  4. -ms-user-select:none;
  5. }
  6. /* Body */
  7. body
  8. {
  9. overflow: hidden;
  10. margin: 0;
  11. -webkit-user-select: none;
  12. -moz-user-select: none;
  13. -ms-user-select: none;
  14. }
  15. @media screen and (max-device-width: 1025px)
  16. {
  17. body
  18. {
  19. background-color: black;
  20. }
  21. }
  22. /* Debug Status Display */
  23. div#statisticsDisplay
  24. {
  25. position: absolute;
  26. color : white;
  27. background-color: grey;
  28. visibility: hidden;
  29. }
  30. /* Stage */
  31. div#stageArea
  32. {
  33. position: absolute;
  34. visibility: hidden;
  35. overflow: hidden;
  36. }
  37. div.stage
  38. {
  39. position: absolute;
  40. top: 0;
  41. left: 0;
  42. overflow: visible;
  43. }
  44. /* Hyperlinke Plane */
  45. div#hyperlinkPlane
  46. {
  47. visibility: hidden;
  48. pointer-events: none;
  49. }
  50. div.hyperlink
  51. {
  52. position: absolute;
  53. cursor: pointer;
  54. }
  55. /* Navigator */
  56. div#slideshowNavigator {
  57. -webkit-tap-highlight-color: rgba(0,0,0,0);
  58. -moz-tap-highlight-color: rgba(0,0,0,0);
  59. -ms-tap-highlight-color: rgba(0,0,0,0);
  60. position: absolute;
  61. overflow: hidden;
  62. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  63. font-size: 12px;
  64. line-height: 18px;
  65. background-color: rgba(0,0,0,0);
  66. color: 232323;
  67. top: 0px;
  68. left: 0px;
  69. bottom: 0px;
  70. width: 140px;
  71. }
  72. div.navigatorLeftSidebar {
  73. position: absolute;
  74. overflow-x: hidden;
  75. overflow-y: hidden;
  76. top: 0px;
  77. left: 0px;
  78. bottom: 0px;
  79. width: 30px;
  80. background-color: rgba(0,0,0,0);
  81. }
  82. div.navigatorThumbnailSidebar {
  83. position: absolute;
  84. overflow-x: hidden;
  85. overflow-y: hidden;
  86. border-right: 1px solid #676767;
  87. background-color: #000;
  88. top: 0px;
  89. left: -140px;
  90. bottom: 0px;
  91. width: 129px;
  92. -webkit-transition-property: left;
  93. -webkit-transition-duration: 300ms;
  94. -moz-transition-property: left;
  95. -moz-transition-duration: 300ms;
  96. -ms-transition-property: left;
  97. -ms-transition-duration: 300ms;
  98. }
  99. div.navigatorThumbnailScroller {
  100. position: absolute;
  101. overflow-x: hidden;
  102. overflow-y: auto;
  103. top: 0px;
  104. left: 0px;
  105. bottom: 0px;
  106. width: 129px;
  107. }
  108. div.navigatorThumbnailScroller::-webkit-scrollbar {
  109. width: 7px;
  110. }
  111. div.navigatorThumbnailScroller::-webkit-scrollbar-thumb {
  112. background: rgba(255,255,255,0.4);
  113. -webkit-border-radius: 10px;
  114. }
  115. div.navigatorThumbnailSelection {
  116. position: absolute;
  117. border-top-style: none;
  118. border-left-style: none;
  119. border-right-style: none;
  120. display: none;
  121. background-color: rgba(125,125,125,0.5);
  122. top: 0px;
  123. width: 100%;
  124. height: 76px;
  125. }
  126. div.navigatorThumbnailContainer {
  127. position: absolute;
  128. top: 0px;
  129. left: 0px;
  130. bottom: auto;
  131. width: 119px;
  132. }
  133. div.navigatorThumbnailItem {
  134. position: absolute;
  135. top: 0px;
  136. left: 0px;
  137. width: 119px;
  138. height: 76px;
  139. cursor: default;
  140. }
  141. div.navigatorThumbnailItemCanvasContainer {
  142. position: absolute;
  143. max-height: 90px;
  144. border: 1px solid rgba(255,255,255,0.68);
  145. -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
  146. -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
  147. -ms-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
  148. background-color: #444;
  149. width: 88px;
  150. height: 66px;
  151. }
  152. /* Slide Number Control */
  153. div#slideNumberControl {
  154. position: absolute;
  155. overflow: hidden;
  156. display: none;
  157. opacity: 0;
  158. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  159. font-size: 12px;
  160. background-color: rgba(0,0,0,0.75);
  161. color: white;
  162. width: 120px;
  163. height: 110px;
  164. text-align: center;
  165. border-radius: 12px;
  166. -webkit-border-radius: 12px;
  167. -moz-border-radius: 12px;
  168. -ms-border-radius: 12px;
  169. }
  170. div.slideNumberLabel {
  171. position: relative;
  172. margin-left:16px;
  173. margin-right:16px;
  174. margin-top: 16px;
  175. width: 88px;
  176. height:33px;
  177. font-weight: bold;
  178. }
  179. div.slideNumberDigit {
  180. position: relative;
  181. margin-left:auto;
  182. margin-right:auto;
  183. font-size:40px;
  184. width: 88px;
  185. height:39px;
  186. }
  187. /* Slide Number Display */
  188. div#slideNumberDisplay {
  189. position: absolute;
  190. overflow: hidden;
  191. display: none;
  192. opacity: 0;
  193. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  194. font-size: 12px;
  195. background-color: rgba(0,0,0,0.75);
  196. color: white;
  197. width: 100px;
  198. height: 100px;
  199. text-align: center;
  200. border-radius: 12px;
  201. -webkit-border-radius: 12px;
  202. -moz-border-radius: 12px;
  203. -ms-border-radius: 12px;
  204. }
  205. div.slideNumberDisplayDigit {
  206. position: relative;
  207. margin-top:24px;
  208. margin-left:auto;
  209. margin-right:auto;
  210. font-size:40px;
  211. width: 88px;
  212. height:39px;
  213. }
  214. /* Help Placard Display */
  215. div#helpPlacard {
  216. display: none;
  217. position: absolute;
  218. overflow: hidden;
  219. opacity: 0;
  220. font-family: Helvetica, Arial, sans-serif;
  221. font-size: 14px;
  222. background-color: rgba(20,20,20,0.95);
  223. color: white;
  224. width: 822px;
  225. height: 633px;
  226. text-align: center;
  227. border-radius: 12px 12px 12px 12px;
  228. -webkit-border-radius: 12px 12px 12px 12px;
  229. -moz-border-radius: 12px 12px 12px 12px;
  230. -ms-border-radius: 12px 12px 12px 12px;
  231. line-height:40px;
  232. box-shadow: 0px 0px 40px black;
  233. -webkit-box-shadow: 0px 0px 40px black;
  234. -moz-box-shadow: 0px 0px 40px black;
  235. }
  236. div.helpPlacardTitleBar {
  237. /*position:absolute;*/
  238. font-size: 22px;
  239. color: rgba(120,120,120,1);
  240. font-family: Helvetica, Arial, sans-serif;
  241. width: 822px;
  242. height: 40px;
  243. border-radius: 12px 12px 0 0;
  244. -webkit-border-radius: 12px 12px 0 0;
  245. -moz-border-radius: 12px 12px 0 0;
  246. -ms-border-radius: 12px 12px 0 0;
  247. border-bottom: 1px black solid;
  248. }
  249. div.helpPlacardTitle {
  250. padding-top:4px;
  251. height:40px;
  252. }
  253. div.helpPlacardCloseButton {
  254. cursor:default;
  255. top:10px;
  256. left:10px;
  257. position:absolute;
  258. background:url('close_n@2x.png') no-repeat 0 0;
  259. background-size: 21px 21px;
  260. width:21px;
  261. height:21px;
  262. }
  263. div.helpPlacardCloseButton:hover {
  264. background:url('close_hi@2x.png') no-repeat 0 0;
  265. background-size: 21px 21px;
  266. }
  267. div.helpPlacardCloseButton:active {
  268. background:url('close_p@2x.png') no-repeat 0 0;
  269. background-size: 21px 21px;
  270. }
  271. div.helpPlacardContentPanel {
  272. width: 822px;
  273. height: 310px;
  274. }
  275. div.helpPlacardHeader {
  276. color: rgba(255,255,255,1);
  277. font-weight: bold;
  278. width:822px;
  279. height:40px;
  280. border-bottom: 1px white solid;
  281. }
  282. div.helpPlacardHeader {
  283. color: rgba(255,255,255,1);
  284. font-weight: bold;
  285. width:822px;
  286. height:40px;
  287. border-bottom: 1px black solid;
  288. }
  289. div.helpPlacardItem {
  290. width:822px;
  291. height:40px;
  292. border-bottom: 1px black solid;
  293. }
  294. div.helpPlacardLeftHeaderItem {
  295. /*position:absolute;*/
  296. color: white;
  297. text-align:right;
  298. float:left;
  299. width:400px;
  300. }
  301. div.helpPlacardLeftItem {
  302. color: rgba(120,120,120,1);
  303. text-align:right;
  304. float:left;
  305. width:400px;
  306. border-right: 1px black solid;
  307. }
  308. div.helpPlacardRightItem {
  309. text-align:left;
  310. float:right;
  311. width:400px;
  312. }
  313. div.helpPlacardFooter {
  314. font-size: 14px;
  315. color: rgba(120,120,120,1);
  316. font-family: Helvetica, Arial, sans-serif;
  317. width: 822px;
  318. height: 54px;
  319. }
  320. div.helpPlacardAcknowledgementsButton {
  321. cursor: default;
  322. right: 26px;
  323. bottom: 22px;
  324. height: 28px;
  325. line-height: 28px;
  326. padding-left: 11px;
  327. padding-right: 11px;
  328. position:absolute;
  329. background:url('kn-cloud_pd_help_btn-N@2x.png') no-repeat center center fixed;
  330. background-size: cover;
  331. -webkit-background-size: cover;
  332. -moz-background-size: cover;
  333. border-radius: 4px 4px 4px 4px;
  334. -webkit-border-radius: 4px 4px 4px 4px;
  335. -moz-border-radius: 4px 4px 4px 4px;
  336. }
  337. div.helpPlacardAcknowledgementsButton:hover {
  338. background:url('kn-cloud_pd_help_btn-H@2x.png') no-repeat center center fixed;
  339. background-size: cover;
  340. -webkit-background-size: cover;
  341. -moz-background-size: cover;
  342. }
  343. div.helpPlacardAcknowledgementsButton:active {
  344. background:url('kn-cloud_pd_help_btn-P@2x.png') no-repeat center center fixed;
  345. background-size: cover;
  346. -webkit-background-size: cover;
  347. -moz-background-size: cover;
  348. }
  349. /* Waiting Indicator */
  350. @-webkit-keyframes spinnerAnimationRotate {
  351. 0% {
  352. -webkit-transform: rotate( 0deg);
  353. }
  354. 8.332% {
  355. -webkit-transform: rotate( 0deg);
  356. }
  357. 8.333% {
  358. -webkit-transform: rotate( 30deg);
  359. }
  360. 16.666% {
  361. -webkit-transform: rotate( 30deg);
  362. }
  363. 16.667% {
  364. -webkit-transform: rotate( 60deg);
  365. }
  366. 24.999% {
  367. -webkit-transform: rotate( 60deg);
  368. }
  369. 25% {
  370. -webkit-transform: rotate( 90deg);
  371. }
  372. 33.333% {
  373. -webkit-transform: rotate( 90deg);
  374. }
  375. 33.334% {
  376. -webkit-transform: rotate(120deg);
  377. }
  378. 41.666% {
  379. -webkit-transform: rotate(120deg);
  380. }
  381. 41.667% {
  382. -webkit-transform: rotate(150deg);
  383. }
  384. 49.999% {
  385. -webkit-transform: rotate(150deg);
  386. }
  387. 50% {
  388. -webkit-transform: rotate(180deg);
  389. }
  390. 58.333% {
  391. -webkit-transform: rotate(180deg);
  392. }
  393. 58.334% {
  394. -webkit-transform: rotate(210deg);
  395. }
  396. 66.666% {
  397. -webkit-transform: rotate(210deg);
  398. }
  399. 66.667% {
  400. -webkit-transform: rotate(240deg);
  401. }
  402. 74.999% {
  403. -webkit-transform: rotate(240deg);
  404. }
  405. 75% {
  406. -webkit-transform: rotate(270deg);
  407. }
  408. 83.333% {
  409. -webkit-transform: rotate(270deg);
  410. }
  411. 83.334% {
  412. -webkit-transform: rotate(300deg);
  413. }
  414. 91.666% {
  415. -webkit-transform: rotate(300deg);
  416. }
  417. 91.667% {
  418. -webkit-transform: rotate(330deg);
  419. }
  420. 99.999% {
  421. -webkit-transform: rotate(330deg);
  422. }
  423. 100% {
  424. -webkit-transform: rotate(360deg);
  425. }
  426. }
  427. @-moz-keyframes spinnerAnimationRotate {
  428. 0% {
  429. -moz-transform: rotate( 0deg);
  430. }
  431. 8.332% {
  432. -moz-transform: rotate( 0deg);
  433. }
  434. 8.333% {
  435. -moz-transform: rotate( 30deg);
  436. }
  437. 16.666% {
  438. -moz-transform: rotate( 30deg);
  439. }
  440. 16.667% {
  441. -moz-transform: rotate( 60deg);
  442. }
  443. 24.999% {
  444. -moz-transform: rotate( 60deg);
  445. }
  446. 25% {
  447. -moz-transform: rotate( 90deg);
  448. }
  449. 33.333% {
  450. -moz-transform: rotate( 90deg);
  451. }
  452. 33.334% {
  453. -moz-transform: rotate(120deg);
  454. }
  455. 41.666% {
  456. -moz-transform: rotate(120deg);
  457. }
  458. 41.667% {
  459. -moz-transform: rotate(150deg);
  460. }
  461. 49.999% {
  462. -moz-transform: rotate(150deg);
  463. }
  464. 50% {
  465. -moz-transform: rotate(180deg);
  466. }
  467. 58.333% {
  468. -moz-transform: rotate(180deg);
  469. }
  470. 58.334% {
  471. -moz-transform: rotate(210deg);
  472. }
  473. 66.666% {
  474. -moz-transform: rotate(210deg);
  475. }
  476. 66.667% {
  477. -moz-transform: rotate(240deg);
  478. }
  479. 74.999% {
  480. -moz-transform: rotate(240deg);
  481. }
  482. 75% {
  483. -moz-transform: rotate(270deg);
  484. }
  485. 83.333% {
  486. -moz-transform: rotate(270deg);
  487. }
  488. 83.334% {
  489. -moz-transform: rotate(300deg);
  490. }
  491. 91.666% {
  492. -moz-transform: rotate(300deg);
  493. }
  494. 91.667% {
  495. -moz-transform: rotate(330deg);
  496. }
  497. 99.999% {
  498. -moz-transform: rotate(330deg);
  499. }
  500. 100% {
  501. -moz-transform: rotate(360deg);
  502. }
  503. }
  504. @-ms-keyframes spinnerAnimationRotate {
  505. 0% {
  506. -ms-transform: rotate( 0deg);
  507. }
  508. 8.332% {
  509. -ms-transform: rotate( 0deg);
  510. }
  511. 8.333% {
  512. -ms-transform: rotate( 30deg);
  513. }
  514. 16.666% {
  515. -ms-transform: rotate( 30deg);
  516. }
  517. 16.667% {
  518. -ms-transform: rotate( 60deg);
  519. }
  520. 24.999% {
  521. -ms-transform: rotate( 60deg);
  522. }
  523. 25% {
  524. -ms-transform: rotate( 90deg);
  525. }
  526. 33.333% {
  527. -ms-transform: rotate( 90deg);
  528. }
  529. 33.334% {
  530. -ms-transform: rotate(120deg);
  531. }
  532. 41.666% {
  533. -ms-transform: rotate(120deg);
  534. }
  535. 41.667% {
  536. -ms-transform: rotate(150deg);
  537. }
  538. 49.999% {
  539. -ms-transform: rotate(150deg);
  540. }
  541. 50% {
  542. -ms-transform: rotate(180deg);
  543. }
  544. 58.333% {
  545. -ms-transform: rotate(180deg);
  546. }
  547. 58.334% {
  548. -ms-transform: rotate(210deg);
  549. }
  550. 66.666% {
  551. -ms-transform: rotate(210deg);
  552. }
  553. 66.667% {
  554. -ms-transform: rotate(240deg);
  555. }
  556. 74.999% {
  557. -ms-transform: rotate(240deg);
  558. }
  559. 75% {
  560. -ms-transform: rotate(270deg);
  561. }
  562. 83.333% {
  563. -ms-transform: rotate(270deg);
  564. }
  565. 83.334% {
  566. -ms-transform: rotate(300deg);
  567. }
  568. 91.666% {
  569. -ms-transform: rotate(300deg);
  570. }
  571. 91.667% {
  572. -ms-transform: rotate(330deg);
  573. }
  574. 99.999% {
  575. -ms-transform: rotate(330deg);
  576. }
  577. 100% {
  578. -ms-transform: rotate(360deg);
  579. }
  580. }
  581. div#waitingIndicator
  582. {
  583. position: absolute;
  584. display: none;
  585. visibility: visible;
  586. width: 110px;
  587. height: 110px;
  588. background-image: url('waiting_bezel.png');
  589. }
  590. div#waitingSpinner
  591. {
  592. position: absolute;
  593. visibility: visible;
  594. top: 27px;
  595. left: 33px;
  596. width: 42px;
  597. height: 42px;
  598. background: transparent url('spinner.png') no-repeat 0 0;
  599. opacity: 0.75;
  600. -webkit-animation: spinnerAnimationRotate 1s linear infinite;
  601. -moz-animation: spinnerAnimationRotate 1s linear infinite;
  602. -ms-animation: spinnerAnimationRotate 1s linear infinite;
  603. }