Merge branch 'master' of fornaxian.com:Pixeldrain/pixeldrain-web
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
/* Page rendering configuration */
|
/* Page rendering configuration */
|
||||||
html, body {
|
html, body {
|
||||||
overflow: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
background-color: #0d0d0d; /* Fallback */
|
background-color: #0d0d0d; /* Fallback */
|
||||||
@@ -76,7 +76,8 @@ body{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button_toggle_navigation {
|
.button_toggle_navigation {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
|
backface-visibility: hidden;
|
||||||
z-index: 300;
|
z-index: 300;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
@@ -89,7 +90,8 @@ body{
|
|||||||
box-shadow: 2px 2px 8px -3px var(--shadow_color);
|
box-shadow: 2px 2px 8px -3px var(--shadow_color);
|
||||||
}
|
}
|
||||||
.page_navigation {
|
.page_navigation {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
|
backface-visibility: hidden;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -107,9 +109,8 @@ body{
|
|||||||
.page_body {
|
.page_body {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
top: 0;
|
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
height: auto;
|
||||||
left: 250px;
|
left: 250px;
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@@ -126,6 +127,7 @@ body{
|
|||||||
}
|
}
|
||||||
.page_body {
|
.page_body {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -13,14 +13,14 @@
|
|||||||
|
|
||||||
<h3>For how long will my files be stored?</h3>
|
<h3>For how long will my files be stored?</h3>
|
||||||
<p>
|
<p>
|
||||||
Files will be removed if they have not been viewed for 60 days.
|
Files will be removed if they have not been viewed for 30 days.
|
||||||
A view is counted when someone visits the file's download page
|
A view is counted when someone visits the file's download page
|
||||||
(pixeldrain.com/u/somefile) or views the file through a list the
|
(pixeldrain.com/u/somefile) or views the file through a list the
|
||||||
file is included in (pixeldrain.com/l/somelist).
|
file is included in (pixeldrain.com/l/somelist).
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
You cannot delete files yourself. Once a file has been uploaded
|
You cannot delete files yourself. Once a file has been uploaded
|
||||||
to pixeldrain it will stay there for at least 60 days. If you
|
to pixeldrain it will stay there for at least 30 days. If you
|
||||||
accidentally upload something you shouldn't have, just don't
|
accidentally upload something you shouldn't have, just don't
|
||||||
share the link. The file will expire eventually. File links are
|
share the link. The file will expire eventually. File links are
|
||||||
not indexed or published anywhere. As long as you don't share it
|
not indexed or published anywhere. As long as you don't share it
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
reasons for this are:
|
reasons for this are:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>The file has not been viewed for 60 days and has expired</li>
|
<li>The file has not been viewed for 30 days and has expired</li>
|
||||||
<li>Something went wrong on the pixeldrain servers causing the file to be temporarily unavailable</li>
|
<li>Something went wrong on the pixeldrain servers causing the file to be temporarily unavailable</li>
|
||||||
<li>The file violated copyright laws and has received a takedown request</li>
|
<li>The file violated copyright laws and has received a takedown request</li>
|
||||||
<li>The content was deemed illegal in some country and censorship was requested by a government organisation</li>
|
<li>The content was deemed illegal in some country and censorship was requested by a government organisation</li>
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
reasons for this are:
|
reasons for this are:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>All files in this list have not been viewed for 60 days and have expired</li>
|
<li>All files in this list have not been viewed for 30 days and have expired</li>
|
||||||
<li>Something went wrong on the pixeldrain servers causing the list to be temporarily unavailable</li>
|
<li>Something went wrong on the pixeldrain servers causing the list to be temporarily unavailable</li>
|
||||||
<li>The files in the list violated copyright laws and have received a takedown request</li>
|
<li>The files in the list violated copyright laws and have received a takedown request</li>
|
||||||
<li>The files in the list were deemed illegal in some country and censorship was requested by a government organisation</li>
|
<li>The files in the list were deemed illegal in some country and censorship was requested by a government organisation</li>
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
<title>{{.}} ~ PixelDrain</title>
|
<title>{{.}} ~ PixelDrain</title>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
|
||||||
<link rel="stylesheet" href="/res/style/layout.css?v2"/>
|
<link rel="stylesheet" href="/res/style/layout.css?v4" />
|
||||||
<link rel="shortcut icon" href="/res/img/tray32.png" />
|
<link rel="shortcut icon" href="/res/img/tray32.png" />
|
||||||
<meta name="theme-color" content="#75AD38" />
|
<meta name="theme-color" content="#75AD38" />
|
||||||
<link rel="icon" sizes="180x180" href="/res/img/pixeldrain.png" />
|
<link rel="icon" sizes="180x180" href="/res/img/pixeldrain.png" />
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
{{define "page_top"}}
|
{{define "page_top"}}
|
||||||
<div id="page_wrapper">
|
<!-- <div id="page_wrapper"> -->
|
||||||
<button id="button_toggle_navigation" class="button_toggle_navigation" onclick="toggleMenu();">☰</button>
|
<button id="button_toggle_navigation" class="button_toggle_navigation" onclick="toggleMenu();">☰</button>
|
||||||
<div id="page_navigation" class="page_navigation">
|
<div id="page_navigation" class="page_navigation">
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
Medium: <a href="https://medium.com/pixeldrain" target="_blank">Pixeldrain</a>
|
Medium: <a href="https://medium.com/pixeldrain" target="_blank">Pixeldrain</a>
|
||||||
</div>
|
</div>
|
||||||
</div><!-- end page_body -->
|
</div><!-- end page_body -->
|
||||||
</div><!-- end page_wrapper -->
|
<!-- </div>end page_wrapper -->
|
||||||
<script>
|
<script>
|
||||||
var nav = document.getElementById("page_navigation");
|
var nav = document.getElementById("page_navigation");
|
||||||
var body = document.getElementById("page_body");
|
var body = document.getElementById("page_body");
|
||||||
|
Reference in New Issue
Block a user