diff --git a/theme/bulma/view.php b/theme/bulma/view.php index bba41d4..d9259a4 100644 --- a/theme/bulma/view.php +++ b/theme/bulma/view.php @@ -2,29 +2,29 @@ - - - Bulma theme - * Theme by wsehl (January, 2021) - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 3 - * of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License in GPL.txt for more details. - */ $protocol = paste_protocol(); - $bg = array('/img/loader.gif', '/img/loader2.gif', '/img/loader3.gif'); // array of filenames - $i = rand(0, count($bg) - 1); // generate random number size of the array $selectedloader = "$bg[$i]"; // set variable equal to which random filename was chosen ?> @@ -110,19 +87,24 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was width: 100%; height: 100vh; z-index: 99999999; - background-image: url(''); /* your icon gif file path */ + background-image: url(''); /* your icon gif file path */ background-repeat: no-repeat; background-color: #FFF; background-position: center; } - #stop-scrolling { - height: 100% !important; - overflow: hidden !important; + .preloader-hidden { + visibility: hidden; + opacity: 0; + transition: visibility 0s 1.25s, opacity 1.25s linear; } + .stop-scrolling { + height: 100%; + overflow: hidden; + } -
+
@@ -130,7 +112,7 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was
- -
@@ -268,7 +248,8 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was
    - $line): ?> + $line): + $line = trim($line); ?>
  1. @@ -318,200 +299,193 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was

    - -
    -

    -
    -
    + + + -
+
- - -