| Server IP : 121.121.20.254 / Your IP : 216.73.216.202 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/FileManager/wp-content/plugins/quick-embed-pdf/assets/css/ |
Upload File : |
.pdf-controls {
margin: 10px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
text-align: center;
}
.pdf-controls button {
background: #0073aa;
color: #fff;
border: none;
padding: 5px 10px;
cursor: pointer;
border-radius: 3px;
text-align: center;
transition: background-color 0.3s ease, color 0.3s ease;
}
.pdf-controls button a {
color: #fff;
text-decoration: none;
}
.pdf-controls button:hover {
background: #005f8d;
}
.pdf-controls .download-pdf {
background: #28a745;
transition: background-color 0.3s ease, color 0.3s ease;
}
.pdf-controls .download-pdf:hover {
background: #218838;
}