%PDF-1.7 GIF89;
| Server IP : 104.20.45.2 / Your IP : 172.16.20.3 Web Server : Apache/2.4.25 (Debian) System : Linux f64a392e70de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : application ( 1000) PHP Version : 5.6.40 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /app/styles/ |
Upload File : |
/**
* styles/pdfView.css
*
* Copyright (c) 2013-2019 Simon Fraser University
* Copyright (c) 2003-2019 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* PDF inline viewer stylesheet.
*/
#inlinePdfResizer {
width: 98%;
height: 400px;
padding: 1px 0px 1px 1px;
}
#pluginMissing{
font-size: 1.4em;
padding: 10px;
}
#pluginMissing a {
text-decoration: underline;
}
#inlinePdf {
width:99%;
height:99%;
padding: 1px 0px 1px 1px;
}
#inlinePdf.fullscreen {
position: fixed;
width: 97%;
height: 95%;
left: 20px;
top: 7px;
z-index: 1002;
}
#pdfDownloadLinkContainer {
text-align: right;
padding: 5px;
}
a.pdf {
background: transparent url(../lib/pkp/templates/images/structure/page_white_acrobat.png) no-repeat scroll 0 2px !important;
padding: 3px 0 3px 23px;
font-size: 1.2em;
text-transform: none;
}
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 2000px; /* 100% only fills window, not page, causing potential display issues */
background-color: black;
z-index:1001;
-moz-opacity: 0.7;
opacity:.70;
filter: alpha(opacity=70);
}
#fullscreenShow {
display: none;
float: right;
}
#fullscreenHide {
padding: 2px;
background-color: white;
display: none;
position: fixed;
bottom: 3px;
right: 3px;
z-index: 1003;
}