/* Created on : May 22, 2015, 1:20:02 PM Author : Fornax */ body{ overflow: hidden; } #filepreview{ position: absolute; display: inline-block; top: 0px; left: 122px; right: 0px; bottom: 0px; min-height: 100px; min-width: 100px; text-align: center; vertical-align: middle; } /* ===================== == FILE CONTAINERS == =====================*/ .image-container{ position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; height: 100%; width: 100%; text-align: center; overflow: hidden; } .image{ position: relative; display: block; margin: auto; max-width: 100%; max-height: 100%; } .text-container{ background: #333 none; position: absolute; overflow-y: scroll; overflow-x: auto; text-align: left; top: 0; bottom: 0; left: 0; right: 0; padding: 5px 5px 5px 20px; box-sizing: border-box; } .pre-container{ white-space: pre-wrap; word-wrap: break-word; } .pannable{ position: relative; display: inline-block; margin: auto; max-width: 100%; max-height: 100%; cursor: move; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); } .center{ position: relative; display: block; margin: auto; max-width: 100%; max-height: 100%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); } .drop-shadow{ box-shadow: var(--shadow_color) 10px 10px 50px; } /* ======================== || TOOLBAR COMPONENTS || ======================== */ #toolbar { position: absolute; width: 120px; z-index: 52; overflow: hidden; float: left; background-color: var(--background_color); left: 0; bottom: 0; top: 0; padding: 0; text-align: left; border-right: 2px ridge var(--highlight_color); box-shadow: 2px 2px 8px var(--shadow_color); } /* Workaround to hide the scrollbar in non webkit browsers, it's really ugly' */ #toolbar > div { position: absolute; left: 0; top: 0; bottom: 0; right: -30px; overflow-y: scroll; overflow-x: hidden; } #toolbar > div > div { position: absolute; left: 0; top: 0; width: 120px; height: auto; } #button-expand-toolbar{ position: absolute; visibility: hidden; left: 0; top: 0; cursor: pointer; z-index: 51; } .toolbar_button{ text-align: left; } .toolbar_button > img { width: 24px; height: 24px; } .toolbar_button > span { vertical-align: 6px; } #sponsors{ position: relative; height: 600px; width: 120px; margin: 0; border: none; z-index: 9; } /* ========================= || SHAREBAR COMPONENTS || ========================= */ #sharebar{ position: absolute; width: 100px; left: -120px; bottom: 0; top: 0; overflow-y: scroll; overflow-x: hidden; float: left; background-color: var(--background_color); box-shadow: 2px 2px 8px var(--shadow_color); text-align: center; border-right: 2px ridge var(--highlight_color); z-index: 50; overflow: hidden; } .sharebar-button {text-align: center;} /* ===================== || MISC COMPONENTS || ===================== */ .full_popup{ position: fixed; display: none; background-color: var(--background_color); left: 142px; right: 20px; bottom: 20px; top: 20px; overflow-y: scroll; padding: 10px; box-sizing: border-box; text-align: left; box-shadow: var(--shadow_color) 0px 0px 50px; z-index: 100; } table {width: auto !important;} table > tbody > tr {border: none !important;} .corner-popup{ position: fixed; background-color: var(--background_color); right: 20px; bottom: 20px; width: fit-content; height: fit-content; overflow: hidden; padding: 5px; box-shadow: var(--shadow_color) 0px 0px 50px; z-index: 200; } #frmDownload{ display: none; width: 1px; height: 0px; position: relative; } #copy-text{ left: -100px; width: 0px; height: 0px; position: fixed; } .bytecounter{ color: var(--text_color); font-size: 16px; font-family: 'Ubuntu', sans-serif; line-height: 20px; text-align: right; display: inline-block; background-image: url("/res/img/bytecounter.png"); /*background-attachment: fixed;*/ background-position: top right; width: 108px; height: 36px; padding: 0; padding-right: 1px; }