|
|
@ -29,28 +29,13 @@ select { |
|
|
|
|
|
|
|
|
|
|
|
#viewerContainer:-webkit-full-screen { |
|
|
|
#viewerContainer:-webkit-full-screen { |
|
|
|
top: 0px; |
|
|
|
top: 0px; |
|
|
|
padding-top: 6px; |
|
|
|
|
|
|
|
padding-bottom: 24px; |
|
|
|
|
|
|
|
background-color: #404040; |
|
|
|
background-color: #404040; |
|
|
|
background-image: url(images/texture.png); |
|
|
|
background-image: url(images/texture.png); |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
overflow: auto; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:-webkit-full-screen #viewer { |
|
|
|
|
|
|
|
margin: 0pt; |
|
|
|
|
|
|
|
padding: 0pt; |
|
|
|
|
|
|
|
height: 100%; |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
:-webkit-full-screen .page { |
|
|
|
|
|
|
|
margin: 0px auto; |
|
|
|
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#viewerContainer:-moz-full-screen { |
|
|
|
#viewerContainer:-moz-full-screen { |
|
|
|
background-color: #404040; |
|
|
|
background-color: #404040; |
|
|
|
background-image: url(images/texture.png); |
|
|
|
background-image: url(images/texture.png); |
|
|
@ -59,6 +44,10 @@ select { |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:-webkit-full-screen .page:last-child { |
|
|
|
|
|
|
|
margin-bottom: 40px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
:-moz-full-screen .page:last-child { |
|
|
|
:-moz-full-screen .page:last-child { |
|
|
|
margin-bottom: 40px; |
|
|
|
margin-bottom: 40px; |
|
|
|
} |
|
|
|
} |
|
|
|