354 lines
9.4 KiB
HTML
354 lines
9.4 KiB
HTML
<!doctype html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
|
<link rel="shortcut icon" href="static/favicon/16px.png" sizes="16x16" type="image/png">
|
|
<link rel="shortcut icon" href="static/favicon/32px.png" sizes="32x32" type="image/png">
|
|
<link rel="shortcut icon" href="static/favicon/64px.png" sizes="64x64" type="image/png">
|
|
<link rel="shortcut icon" href="static/favicon/128px.png" sizes="128x128" type="image/png">
|
|
<title>Up1</title>
|
|
|
|
<style>
|
|
body, html {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: Sans-Serif;
|
|
overflow: auto;
|
|
}
|
|
|
|
body {
|
|
background-color: #1d1f21;
|
|
}
|
|
|
|
.contentarea h1 {
|
|
color: white;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
line-height: 200px;
|
|
margin: 0;
|
|
-webkit-transition: background-color 400ms ease-out;
|
|
-moz-transition: background-color 400ms ease-out;
|
|
-o-transition: background-color 400ms ease-out;
|
|
-ms-transition: background-color 400ms ease-out;
|
|
transition: background-color 400ms ease-out;
|
|
}
|
|
|
|
#pastearea h1:hover {
|
|
background-color: #313538;
|
|
-webkit-transition: background-color 100ms ease-in;
|
|
-moz-transition: background-color 100ms ease-in;
|
|
-o-transition: background-color 100ms ease-in;
|
|
-ms-transition: background-color 100ms ease-in;
|
|
transition: background-color 100ms ease-in;
|
|
}
|
|
|
|
.contentarea {
|
|
width: 200px;
|
|
height: 200px;
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
border: 2px solid white;
|
|
}
|
|
|
|
#pastearea {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#pastearea.dragover {
|
|
background-color: rgba(255, 255, 255, .2);
|
|
}
|
|
|
|
.footer {
|
|
position: absolute;
|
|
bottom: 10px;
|
|
margin: auto;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.footer a {
|
|
color: white;
|
|
opacity: .5;
|
|
font-size: 14px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
progress {
|
|
width: 100%;
|
|
position: relative;
|
|
top: 50%;
|
|
border: none;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
#progressamountbg {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: rgba(0, 10, 0, .5);
|
|
width: 0;
|
|
height: 100%;
|
|
z-index: -1;
|
|
}
|
|
|
|
#finallink {
|
|
color: white;
|
|
}
|
|
|
|
|
|
#module_download, #downloaddetails {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
#module_download .preview {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
|
|
#previewimg img {
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#previewimg img:not(.dragged) {
|
|
max-width: 100vw;
|
|
max-height: 100vh;
|
|
}
|
|
|
|
#module_download .preview {
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
|
|
audio.preview, video.preview, #downloadprogress, #previewimg {
|
|
position: relative;
|
|
top: 50%;
|
|
text-align: center;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
margin: 0 auto;
|
|
}
|
|
|
|
body {
|
|
overflow: auto;
|
|
}
|
|
|
|
#pastecatcher {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.previewtext {
|
|
position: absolute;
|
|
top: 55px;
|
|
width: 100%;
|
|
height: calc(100% - 110px);
|
|
overflow: auto;
|
|
}
|
|
|
|
.previewtext pre {
|
|
margin: 0;
|
|
padding-left: 50px;
|
|
}
|
|
|
|
.previewtext code {
|
|
background: none;
|
|
margin: 0;
|
|
overflow: visible;
|
|
}
|
|
|
|
.previewtext > textarea {
|
|
background: transparent none repeat scroll 0% 0%;
|
|
border: 0px none;
|
|
padding: 0px;
|
|
position: absolute;
|
|
font-family: monospace;
|
|
outline: medium none;
|
|
resize: none;
|
|
margin: 0;
|
|
padding-top: 6.5px;
|
|
padding-left: 50px;
|
|
font-family: monospace !important;
|
|
font-size: 13px;
|
|
color: #c5c8c6 !important;
|
|
width: calc(100% - 50px);
|
|
height: calc(100% - 5px);
|
|
box-sizing: border-box;
|
|
color: white;
|
|
}
|
|
|
|
.hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
.topbar {
|
|
position: fixed;
|
|
z-index: 1;
|
|
width: 100%;
|
|
height: 40px;
|
|
padding: 5px;
|
|
box-sizing: border-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
}
|
|
|
|
#downloaded_filename {
|
|
padding: 5px;
|
|
background-color: rgba(0, 0, 0, .5);
|
|
border-radius: 5px;
|
|
margin: 0;
|
|
color: white;
|
|
height: 40px;
|
|
opacity: .75;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: block;
|
|
vertical-align: middle;
|
|
text-align: middle;
|
|
z-index: 1;
|
|
line-height: 30px;
|
|
box-sizing: border-box;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#create_filename {
|
|
position: fixed;
|
|
font-size: 16px;
|
|
top: 10px;
|
|
left: 10px;
|
|
padding: 5px;
|
|
background-color: rgba(0, 0, 0, .5);
|
|
border-bottom-right-radius: initial;
|
|
border: 1px solid white;
|
|
margin: 0;
|
|
width: 170px;
|
|
color: white;
|
|
opacity: .75;
|
|
z-index: 1;
|
|
max-width: 100%;
|
|
box-sizing: border-box;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#btnarea {
|
|
position: fixed;
|
|
bottom: 5px;
|
|
}
|
|
|
|
.viewswitcher {
|
|
margin-left: auto;
|
|
vertical-align: top;
|
|
white-space: nowrap;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
#btnarea {
|
|
z-index: 1;
|
|
}
|
|
|
|
.btn {
|
|
display: inline-block;
|
|
height: 40px;
|
|
margin: 0;
|
|
-webkit-box-align: start;
|
|
font: inherit;
|
|
padding: 10px;
|
|
font-size: 16px;
|
|
border: 2px solid white;
|
|
cursor: pointer;
|
|
color: white !important;
|
|
text-decoration: none;
|
|
line-height: 16px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
opacity: .75;
|
|
background-color: rgba(0, 0, 0, .5);
|
|
box-sizing: border-box;
|
|
white-space: nowrap;
|
|
transition: all 400ms ease-out;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
|
|
#downloadprogress {
|
|
color: white;
|
|
}
|
|
|
|
.btn:hover {
|
|
opacity: 1;
|
|
background-color: #313538;
|
|
transition: all 100ms ease-in;
|
|
}
|
|
|
|
#linenos, #create_linenos {
|
|
color: #7d7d7d;
|
|
position: absolute;
|
|
top: 6.5px;
|
|
font-family: monospace;
|
|
left: 5px;
|
|
float: left;
|
|
z-index: -1;
|
|
text-align: right;
|
|
width: 30px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.dragresize.dragging {
|
|
cursor: nwse-resize;
|
|
}
|
|
.viewcontent {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.loadingtext {
|
|
color: white;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
<script src="/static/deps/jquery-2.1.4.min.js"></script>
|
|
<script src="/static/js/shims.js"></script>
|
|
<script src="/static/js/loadencryption.js"></script>
|
|
<script src="/static/js/main.js"></script>
|
|
<script src="/static/js/home.js"></script>
|
|
<script src="/static/js/updown.js"></script>
|
|
<script src="/static/js/download.js"></script>
|
|
<script src="/static/js/textpaste.js"></script>
|
|
<script src="/static/js/config.js"></script>
|
|
<script src="/static/js/dragresize.js"></script>
|
|
<script>
|
|
$(window).unload(function () { $(window).unbind('unload') })
|
|
</script>
|
|
<link rel="stylesheet" href="/static/deps/hybrid.min.css">
|
|
<script src="/static/deps/highlight.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="modulecontent modulearea"></div>
|
|
|
|
<div id="footer" class="footer">
|
|
<a href="https://github.com/Upload/Up1" target="_blank">Source Code</a>
|
|
-
|
|
<a href="mailto:contact@up1.ca" target="_blank">Contact</a>
|
|
</div>
|
|
</body>
|
|
</html>
|