mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 06:30:07 +01:00
Mistakes were made.
This commit is contained in:
parent
bcbbf5f3cf
commit
036869f26d
2 changed files with 6 additions and 2 deletions
|
@ -19,7 +19,6 @@ header('Content-Type: text/html; charset=utf-8');
|
|||
// Required functions
|
||||
define('IN_PONEPASTE', 1);
|
||||
require_once('includes/common.php');
|
||||
require_once('includes/geshi.php');
|
||||
require_once('includes/functions.php');
|
||||
require_once('includes/Tag.class.php');
|
||||
require_once('includes/passwords.php');
|
||||
|
|
|
@ -102,6 +102,11 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was
|
|||
visibility: hidden;
|
||||
opacity: 0;
|
||||
transition: visibility 0s 1.25s, opacity 1.25s linear;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.preloader-hiddener {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#stop-scrolling {
|
||||
|
@ -109,7 +114,7 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was
|
|||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
<main class="bd-main" id="stop-scrolling">
|
||||
<main class="bd-main">
|
||||
<div class="preloader"></div>
|
||||
<div class="bd-side-background"></div>
|
||||
<div class="bd-main-container container">
|
||||
|
|
Loading…
Add table
Reference in a new issue