|
|
|
@ -44,7 +44,7 @@ select {
@@ -44,7 +44,7 @@ select {
|
|
|
|
|
|
|
|
|
|
#viewerContainer:-webkit-full-screen { |
|
|
|
|
top: 0px; |
|
|
|
|
border-top: 5px solid transparent; |
|
|
|
|
border-top: 2px solid transparent; |
|
|
|
|
background-color: #404040; |
|
|
|
|
background-image: url(images/texture.png); |
|
|
|
|
width: 100%; |
|
|
|
@ -55,7 +55,7 @@ select {
@@ -55,7 +55,7 @@ select {
|
|
|
|
|
|
|
|
|
|
#viewerContainer:-moz-full-screen { |
|
|
|
|
top: 0px; |
|
|
|
|
border-top: 5px solid transparent; |
|
|
|
|
border-top: 2px solid transparent; |
|
|
|
|
background-color: #404040; |
|
|
|
|
background-image: url(images/texture.png); |
|
|
|
|
width: 100%; |
|
|
|
@ -64,17 +64,9 @@ select {
@@ -64,17 +64,9 @@ select {
|
|
|
|
|
cursor: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:-webkit-full-screen .page:last-child { |
|
|
|
|
margin-bottom: 40px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:-moz-full-screen .page:last-child { |
|
|
|
|
margin-bottom: 40px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#viewerContainer:full-screen { |
|
|
|
|
#viewerContainer:fullscreen { |
|
|
|
|
top: 0px; |
|
|
|
|
border-top: 5px solid transparent; |
|
|
|
|
border-top: 2px solid transparent; |
|
|
|
|
background-color: #404040; |
|
|
|
|
background-image: url(images/texture.png); |
|
|
|
|
width: 100%; |
|
|
|
@ -83,6 +75,19 @@ select {
@@ -83,6 +75,19 @@ select {
|
|
|
|
|
cursor: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:-webkit-full-screen .page { |
|
|
|
|
margin-bottom: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:-moz-full-screen .page { |
|
|
|
|
margin-bottom: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:fullscreen .page { |
|
|
|
|
margin-bottom: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#viewerContainer.presentationControls { |
|
|
|
|
cursor: default; |
|
|
|
|
} |
|
|
|
@ -213,7 +218,6 @@ html[dir='rtl'] #sidebarContent {
@@ -213,7 +218,6 @@ html[dir='rtl'] #sidebarContent {
|
|
|
|
|
#viewerContainer { |
|
|
|
|
overflow: auto; |
|
|
|
|
box-shadow: inset 1px 0 0 hsla(0,0%,100%,.05); |
|
|
|
|
padding-top: 30px; |
|
|
|
|
position: absolute; |
|
|
|
|
top: 32px; |
|
|
|
|
right: 0; |
|
|
|
|