even more stuff

This commit is contained in:
gtoriadotnet 2021-12-16 21:07:52 -05:00
parent 6204392188
commit 5dfd173d22
6 changed files with 10 additions and 3 deletions

BIN
etc/art/nojsbackground.psd Normal file

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -83,7 +83,7 @@ class Maintenance extends React.Component {
</div> </div>
<div className="text-center mt-auto container"> <div className="text-center mt-auto container">
<h1>Graphictoria is currently under maintenance.</h1> <h1>Graphictoria is currently under maintenance.</h1>
<h4>Our advanced team of cyber monkes are working to make Graphictoria better. We'll be back soon!</h4> <h4>Our advanced cyborg team of code-monkes are working to make Graphictoria better. We'll be back soon!</h4>
<div className="input-group mt-5"> <div className="input-group mt-5">
<input type="password" className="form-control" placeholder="Password" autoComplete="off"/> <input type="password" className="form-control" placeholder="Password" autoComplete="off"/>
{ {

View File

@ -133,7 +133,7 @@ html {
} }
.graphictoria-home { .graphictoria-home {
background-image: url("/Images/HomeBackground.png"); background-image: url("/Images/Backgrounds/Home.png");
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
@ -142,6 +142,13 @@ html {
margin-top: -16px; margin-top: -16px;
} }
.graphictoria-nojs {
background-image: url("/Images/Backgrounds/NoJs.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
// Home Page // Home Page
.graphictoria-homepage-header { .graphictoria-homepage-header {

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html class="{{ isset($jsPage) ? 'gtoria-dark' : 'gtoria-light' }}" lang="{{ str_replace('_', '-', app()->getLocale()) }}"> <html class="{{ isset($jsPage) ? 'gtoria-dark graphictoria-nojs' : 'gtoria-light' }}" lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head> <head>
<title>Graphictoria{{ isset($title) ? ' | ' . $title : '' }}</title> <title>Graphictoria{{ isset($title) ? ' | ' . $title : '' }}</title>
<meta charset="utf-8" /> <meta charset="utf-8" />