|
|
|
@ -47,7 +47,7 @@ select {
@@ -47,7 +47,7 @@ select {
|
|
|
|
|
display: none !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#viewerContainer:-webkit-full-screen { |
|
|
|
|
#viewerContainer.pdfPresentationMode:-webkit-full-screen { |
|
|
|
|
top: 0px; |
|
|
|
|
border-top: 2px solid transparent; |
|
|
|
|
background-color: #000; |
|
|
|
@ -58,7 +58,7 @@ select {
@@ -58,7 +58,7 @@ select {
|
|
|
|
|
-webkit-user-select: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#viewerContainer:-moz-full-screen { |
|
|
|
|
#viewerContainer.pdfPresentationMode:-moz-full-screen { |
|
|
|
|
top: 0px; |
|
|
|
|
border-top: 2px solid transparent; |
|
|
|
|
background-color: #000; |
|
|
|
@ -69,7 +69,7 @@ select {
@@ -69,7 +69,7 @@ select {
|
|
|
|
|
-moz-user-select: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#viewerContainer:-ms-fullscreen { |
|
|
|
|
#viewerContainer.pdfPresentationMode:-ms-fullscreen { |
|
|
|
|
top: 0px !important; |
|
|
|
|
border-top: 2px solid transparent; |
|
|
|
|
width: 100%; |
|
|
|
@ -79,11 +79,11 @@ select {
@@ -79,11 +79,11 @@ select {
|
|
|
|
|
-ms-user-select: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#viewerContainer:-ms-fullscreen::-ms-backdrop { |
|
|
|
|
#viewerContainer.pdfPresentationMode:-ms-fullscreen::-ms-backdrop { |
|
|
|
|
background-color: #000; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#viewerContainer:fullscreen { |
|
|
|
|
#viewerContainer.pdfPresentationMode:fullscreen { |
|
|
|
|
top: 0px; |
|
|
|
|
border-top: 2px solid transparent; |
|
|
|
|
background-color: #000; |
|
|
|
@ -96,36 +96,40 @@ select {
@@ -96,36 +96,40 @@ select {
|
|
|
|
|
-ms-user-select: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:-webkit-full-screen a:not(.internalLink) { |
|
|
|
|
.pdfPresentationMode:-webkit-full-screen a:not(.internalLink) { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:-moz-full-screen a:not(.internalLink) { |
|
|
|
|
.pdfPresentationMode:-moz-full-screen a:not(.internalLink) { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:-ms-fullscreen a:not(.internalLink) { |
|
|
|
|
.pdfPresentationMode:-ms-fullscreen a:not(.internalLink) { |
|
|
|
|
display: none !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:fullscreen a:not(.internalLink) { |
|
|
|
|
.pdfPresentationMode:fullscreen a:not(.internalLink) { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:-webkit-full-screen .textLayer > div { |
|
|
|
|
.pdfPresentationMode:-webkit-full-screen .textLayer > div { |
|
|
|
|
cursor: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:-moz-full-screen .textLayer > div { |
|
|
|
|
.pdfPresentationMode:-moz-full-screen .textLayer > div { |
|
|
|
|
cursor: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:fullscreen .textLayer > div { |
|
|
|
|
.pdfPresentationMode:-ms-fullscreen .textLayer > div { |
|
|
|
|
cursor: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#viewerContainer.presentationControls, |
|
|
|
|
#viewerContainer.presentationControls .textLayer > div { |
|
|
|
|
.pdfPresentationMode:fullscreen .textLayer > div { |
|
|
|
|
cursor: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.pdfPresentationMode.pdfPresentationModeControls > *, |
|
|
|
|
.pdfPresentationMode.pdfPresentationModeControls .textLayer > div { |
|
|
|
|
cursor: default; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|