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.

25 lines
424 B

.toolbar {
display: none;
}
#viewerContainer {
top: 0 !important;
}
body {
background-color: #fff;
background-image: none;
}
.pdfViewer .page {
margin: 10px auto;
border: 1px solid #ddd;
border-image: none;
}
/* Force hide the sidebar in the thumbnail, as whether it is shown or not
* depends on whether it was open or not the last time that the main viewer was
* used. */
#sidebarContainer {
display: none;
}