even more stuff
This commit is contained in:
parent
6204392188
commit
5dfd173d22
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
|
|
@ -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"/>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue