Skip to content

Instantly share code, notes, and snippets.

View jatinhemnani01's full-sized avatar

Jatin Hemnani jatinhemnani01

View GitHub Profile

Privacy Policy for AH Karaoke

At AH Karaoke, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by AH Karaoke and how we use it.

If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.

Log Files

@jatinhemnani01
jatinhemnani01 / style.css
Created October 16, 2023 09:50
style.css
/*!
* Base CSS for pdf2htmlEX
* Copyright 2012,2013 Lu Wang <coolwanglu@gmail.com>
* https://github.com/pdf2htmlEX/pdf2htmlEX/blob/master/share/LICENSE
*/#sidebar{position:absolute;top:0;left:0;bottom:0;width:250px;padding:0;margin:0;overflow:auto}#page-container{position:absolute;top:0;left:0;margin:0;padding:0;border:0}@media screen{#sidebar.opened+#page-container{left:250px}#page-container{bottom:0;right:0;overflow:auto}.loading-indicator{display:none}.loading-indicator.active{display:block;position:absolute;width:64px;height:64px;top:50%;left:50%;margin-top:-32px;margin-left:-32px}.loading-indicator img{position:absolute;top:0;left:0;bottom:0;right:0}}@media print{@page{margin:0}html{margin:0}body{margin:0;-webkit-print-color-adjust:exact}#sidebar{display:none}#page-container{width:auto;height:auto;overflow:visible;background-color:transparent}.d{display:none}}.pf{position:relative;background-color:white;overflow:hidden;margin:0;border:0}.pc{position:absolute;border:0;padding:0;margin:0;top:0;left:0
*,
*:before,
*:after {
box-sizing: border-box;
}
body {
padding: 1em;
font-family: 'Poppins', sans-serif;
font-size: 15px;
color: #b9b9b9;