This commit is contained in:
Thomas G 2023-04-07 11:36:15 +10:00
parent 0cbd99740f
commit e9d55ce2ab
50 changed files with 1434 additions and 0 deletions

Binary file not shown.

Binary file not shown.

1201
css/app.css Normal file

File diff suppressed because it is too large Load Diff

201
css/appdark.css Normal file
View File

@ -0,0 +1,201 @@
#alert {
background: #6a0f0f;
background: linear-gradient(#ef3232 10%, #6a0f0f 100%);
}
#success {
background: #01582a;
background: linear-gradient(#00c953 10%, #01582a 100%);
}
.warningtext {
color: #ff6767;
}
.popupcontainer {
background-color: rgba(0, 0, 0, 0.5);
}
.navbar {
background: #2362DE;
background: linear-gradient(#3690df 10%, #0d1085 100%);
}
.onlinestatus_website {
color: #2260DD;
}
.onlinestatus_studio {
color: rgb(185, 135, 20);
}
.onlinestatus_ingame {
color: green;
}
.onlinestatus_offline {
color: #727272;
}
.FeedContainerBox,
.ProfileContainerBox,
.FriendsContainerBox {
border: 1px solid #787373;
}
.smallnav {
color: rgb(255, 255, 255);
background: linear-gradient(#303030 10%, #000000 100%);
}
body {
background-color: rgb(31, 31, 31);
color: white;
}
.loggedout body {
background-color: transparent;
}
.loggedout {
background: transparent url(/img/backgrounddark.jpg) no-repeat scroll center top;
background-color: #000000;
background-size: cover;
/*
background-image: url('../img/animateddark.png');
background-color: rgb(1, 17, 48);
*/
}
.content {
color: rgb(167, 167, 167);
background: rgb(25, 25, 25);
}
.content_signup {
color: rgb(167, 167, 167);
background: rgb(25, 25, 25);
}
.content p a,
.content a,
.content_signup p a,
.content_signup a,
.content_special p a,
.content_special a {
color: #005587;
}
#footer {
background: rgb(31, 31, 31);
}
#footer_signup {
background: rgb(0, 0, 0);
}
#footer p,
#footer a,
#footer_signup p,
#footer_signup a {
color: rgb(167, 167, 167);
}
a,
#navbarusername {
color: rgb(215, 215, 215);
}
.logoutframe {
background: rgb(255, 255, 255);
background-color: rgb(255, 255, 255);
}
.iphone-sidebar {
color: rgb(255, 255, 255);
background-color: rgb(0, 0, 0);
}
.iphone-content {
color: white;
background-color: rgb(0, 0, 0);
}
#InviteTreeContainer {
background-color: rgb(255, 255, 255);
}
textarea,
select,
input {
background-color: rgb(25, 25, 25);
color: rgb(200,200,200);
}
.tab_selected {
background: #01639c;
background: linear-gradient(180deg, #00a2ff 0%, #01639c 100%)
}
.tab {
background: #4b4b4b;
color: rgb(255, 255, 255) !important;
background: linear-gradient(180deg, #4b4b4b 0%, rgb(36, 36, 36) 100%);
}
button.greybutton {
background: rgb(36, 36, 36);
color: rgb(255, 255, 255);
background: linear-gradient(180deg, #4b4b4b 0%, rgb(36, 36, 36) 100%);
}
button:hover.greybutton {
background: linear-gradient(0deg, #4b4b4b 0%, rgb(36, 36, 36) 100%);
}
button.bluebutton {
background: #01639c;
color: rgb(255, 255, 255);
background: linear-gradient(180deg, #00a2ff 0%, #01639c 100%)
}
button:hover.bluebutton {
background: linear-gradient(0deg, #00a2ff 0%, #01639c 100%)
}
button.redbutton {
background: #e42424;
color: rgb(255, 255, 255);
background: linear-gradient(180deg, #d86868 0%, #e42424 100%);
}
button:hover.redbutton {
background: linear-gradient(0deg, #d86868 0%, #e42424 100%);
}
button.greenbutton {
background: #1a5c2e;
color: rgb(255, 255, 255);
background: linear-gradient(180deg, #02b757 0%, #1a5c2e 100%);
}
button:hover.greenbutton {
background: linear-gradient(0deg, #02b757 0%, #1a5c2e 100%);
}
button {
color:rgb(0, 0, 0)
}
div.mySubmenuFixed {
background: #101010;
}
.Redesign .subMenu {
background: #101010;
}
.popup {
color: white;
background: black;
}

BIN
img/.DS_Store vendored Normal file

Binary file not shown.

BIN
img/ABXAdmin-SubHeader.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

BIN
img/ARCHBLOXarched.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

BIN
img/MORBLOX.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
img/MORBLOXlogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 KiB

BIN
img/MORBLOXlogoshort.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

BIN
img/MORBLOXsplash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

BIN
img/animated.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
img/animated_halloween.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

BIN
img/animateddark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 962 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

BIN
img/archbloxload.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

BIN
img/archbloxload_arch.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
img/archbloxmascot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
img/ark2018.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
img/ark2018_halloween.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

BIN
img/ark2018d.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

BIN
img/ark2018nb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
img/ark2018nbd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

BIN
img/arkot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
img/arkot_halloween.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

BIN
img/background.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
img/backgrounddark.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
img/bg-fblogin_middle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
img/bg-fblogin_sides.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
img/btn-login.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
img/dead.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

BIN
img/defaultrender.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

BIN
img/error.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

BIN
img/error_halloween.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

BIN
img/gameplaceholder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
img/img-alert.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
img/img-studio_title.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
img/iosload.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

BIN
img/iosload_halloween.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

BIN
img/notapproved.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

BIN
img/reviewpending.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

BIN
js/.DS_Store vendored Normal file

Binary file not shown.

32
js/darkmode.js Normal file
View File

@ -0,0 +1,32 @@
function getDarkMode() {
var currentTime = new Date().getHours();
if (6 >= currentTime || currentTime > 18) {
var li = document.createElement('link');
var href = "{{ asset('css/appdark.css?id='.Str::random(8)) }}";
var rel = 'stylesheet';
li.setAttribute('href', href);
li.setAttribute('rel', rel);
var s = document.getElementsByTagName('head')[0];
s.appendChild(li, s);
var li = document.createElement('meta');
var content = "#1952A6";
var datareacthelmet = 'true';
var name = "theme-color"
li.setAttribute('content', content);
li.setAttribute('data-react-helmet', datareacthelmet);
li.setAttribute('name',name)
var s = document.getElementsByTagName('head')[0];
s.appendChild(li, s);
} else {
var li = document.createElement('meta');
var content = "#1952A6";
var datareacthelmet = 'true';
var name = "theme-color"
li.setAttribute('content', content);
li.setAttribute('data-react-helmet', datareacthelmet);
li.setAttribute('name',name)
var s = document.getElementsByTagName('head')[0];
s.appendChild(li, s);
}
}