123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383 |
- html,
- body {
- border:0;
- background-color: black;
- }
- /* waiting spinner */
- div#waitingIndicator
- {
- position: absolute;
- visibility: hidden;
- width: 110px;
- height: 110px;
- background-image: url('waiting_bezel.png');
- }
- div#waitingSpinner
- {
- position: absolute;
- visibility: hidden;
- top: 32px;
- left: 38px;
- width: 32px;
- height: 32px;
- background-image: url('spinner_dkgrey.gif');
- }
- /* HUD */
- div#hud
- {
- position: absolute;
- width: 340px;
- height: 59px;
- display: block;
- visibility: hidden;
- }
- /* HUD Background Bezel
- -------------------- */
- .hudBezel
- {
- position: absolute;
- top: 0px;
- height: 59px;
- }
- div#hudBezelLeftEndCap
- {
- left: 0px;
- width: 10px;
- background-image: url('bezel-l.png');
- }
- div#hudBezelFiller
- {
- left: 10px;
- width: 340px;
- background-image: url('bezel-m.png');
- }
- div#hudBezelRightEndCap
- {
- left: 350px;
- width: 10px;
- background-image: url('bezel-r.png');
- }
- img#hudBezelLeftDivider
- {
- left: 95px;
- width: 2px;
- background-image: url('doc_info_mobile_cut.png');
- }
- img#hudBezelRightDivider
- {
- left: 285px;
- width: 2px;
- background-image: url('doc_info_mobile_cut.png');
- }
- /* HUD Mute Button
- --------------- */
- /*
- div.hudMuteButton
- {
- position: absolute;
- cursor: pointer;
- left: 26px;
- top: 18px;
- width: 24px;
- height: 21px;
- background-image: url('snd_on_n.png');
- }
- div#hudMuteButton:active
- {
- background-image: url('snd_on_p.png');
- }
- */
- /* HUD Prev Button
- --------------- */
- div#hudPreviousButton
- {
- position: absolute;
- left: 47px;
- top: 17px;
- width: 31px;
- height: 23px;
- }
- div.hudPreviousButtonEnabled
- {
- cursor: pointer;
- background-image: url('left_arrow_n.png');
- }
- div.hudPreviousButtonEnabled:active
- {
- background-image: url('left_arrow_p.png');
- }
- div.hudPreviousButtonDisabled
- {
- cursor: default;
- background-image: url('left_arrow_d.png');
- }
- /* HUD Slide Counter
- ----------------- */
- div.hudSlideCounter
- {
- position: absolute;
- height: 22px;
- left: 84px;
- width: 136px;
- font-family: "Helvetica";
- text-shadow: 0.0em 0.2em #000000;
- text-align: center;
- color: #838383;
- }
- div#hudSlideCounterSection
- {
- top: 19px;
- height: 22px;
- text-align: center;
- font-size: 16px;
- }
- /* HUD Next Button
- --------------- */
-
- div#hudNextButton
- {
- position: absolute;
- left: 223px;
- top: 17px;
- width: 31px;
- height: 23px;
- }
- div.hudNextButtonEnabled
- {
- cursor: pointer;
- background-image: url('right_arrow_n.png');
- }
- div.hudNextButtonEnabled:active
- {
- background-image: url('right_arrow_p.png');
- }
- div.hudNextButtonDisabled
- {
- cursor: default;
- background-image: url('right_arrow_d.png');
- }
- /* HUD Close Button
- ---------------- */
-
- div#hudCloseButton
- {
- position: absolute;
- left: 311px;
- top: 18px;
- width: 21px;
- height: 22px;
- }
- div.hudCloseButtonEnabled
- {
- cursor: pointer;
- background-image: url('close_n.png');
- }
- div.hudCloseButtonEnabled:active
- {
- background-image: url('close_p.png');
- }
- /* Embedded Control Bar
- -------------------- */
- div#embed_background
- {
- position: absolute;
- display: none;
- background-color: #000000;
- }
- div#embeddedControlBar
- {
- position: absolute;
- display: none;
- }
- div#embeddedControlBarBackground
- {
- position: absolute;
- top: 0px;
- height: 30px;
- width: 100%;
- }
- div.embeddedControlBarBezel
- {
- position: absolute;
- top: 0px;
- height: 30px;
- }
- div#embeddedControlBarBezel_LeftEndCap
- {
- background-image: url('control_bg-cap-left.png');
- width: 10px;
- }
- div#embeddedControlBarBezel_Filler
- {
- background-image: url('control_bg-fill.png');
- background-repeat: repeat-x;
- left: 10px;
- }
- div#embeddedControlBarBezel_RightEndCap
- {
- background-image: url('control_bg-cap-right.png');
- width: 10px;
- }
- div#embeddedSlideCounterSection
- {
- position: absolute;
- top: 8px;
- height: 14px;
- width: 80px;
- font-family: "Helvetica";
- font-size: 12px;
- text-shadow: 0.0em 0.2em #000000;
- text-align: center;
- color: #FFFFFF;
- }
- /* Embedded Restart Button
- ----------------------- */
- div#embeddedControls_Restart
- {
- position: absolute;
- top: 0px;
- width: 35px;
- height: 30px;
- }
- div.embeddedControls_Restart_Enabled
- {
- cursor: pointer;
- background-image: url('control_restart_N.png');
- }
- div.embeddedControls_Restart_Enabled:active
- {
- cursor: pointer;
- background-image: url('control_restart_P.png');
- }
- div.embeddedControls_Restart_Disabled
- {
- cursor: default;
- background-image: url('control_restart_D.png');
- }
- /* Embedded Prev Button
- -------------------- */
- div#embeddedControls_Previous
- {
- position: absolute;
- top: 0px;
- width: 35px;
- height: 30px;
- left: 100px;
- }
- div.embeddedControls_Previous_Enabled
- {
- cursor: pointer;
- background-image: url('control_previous_N.png');
- }
- div.embeddedControls_Previous_Enabled:active
- {
- background-image: url('control_previous_P.png');
- }
- div.embeddedControls_Previous_Disabled
- {
- cursor: default;
- background-image: url('control_previous_D.png');
- }
- /* Embedded Next Button
- -------------------- */
- div#embeddedControls_Next
- {
- position: absolute;
- top: 0px;
- width: 35px;
- height: 30px;
- left: 200px;
- }
- div.embeddedControls_Next_Enabled
- {
- cursor: pointer;
- background-image: url('control_next_N.png');
- }
- div.embeddedControls_Next_Enabled:active
- {
- background-image: url('control_next_P.png');
- }
- div.embeddedControls_Next_Disabled
- {
- cursor: default;
- background-image: url('control_next_D.png');
- }
- /* Embedded iWork.com link Button
- ------------------------------ */
- div#embeddedControls_Link
- {
- position: absolute;
- top: 0px;
- width: 35px;
- height: 30px;
- left: 425px;
- }
- div.embeddedControls_Link_Enabled
- {
- cursor: pointer;
- background-image: url('control_link_N.png');
- }
- div.embeddedControls_Link_Enabled:active
- {
- background-image: url('control_link_P.png');
- }
|