From d364de78a7cc1f6a0b33cbb72d04b3b6fbd7df68 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Tue, 31 Jul 2018 00:47:03 -0400 Subject: [PATCH] the killall link appears if the game takes too long to load --- css/loader.css | 20 ++++++++++++++++++++ index.html | 8 ++++++++ 2 files changed, 28 insertions(+) diff --git a/css/loader.css b/css/loader.css index 3c3681e6d..71f13b012 100644 --- a/css/loader.css +++ b/css/loader.css @@ -146,3 +146,23 @@ button[type="button"] { .loaderoverlay .loaderlabel { color: #6f3; } + + +.killAllMessage { + position: absolute; + top: 95%; + left: 50%; + -webkit-transform: translateX(-50%); + -moz-transform: translateX(-50%); + -ms-transform: translateX(-50%); + -o-transform: translateX(-50%); + transform: translateX(-50%); +} + +.killAllMessageWrapperHidden { + display: none; +} + +.killAllMessageWrapperShow { + display: block; +} \ No newline at end of file diff --git a/index.html b/index.html index 6dcdc266d..e7986293f 100644 --- a/index.html +++ b/index.html @@ -958,6 +958,14 @@
Loading Bitburner...
+
+ +

If the game fails to load, consider killing all scripts

+