diff --git a/418.html b/418.html new file mode 100644 index 0000000..5c64499 --- /dev/null +++ b/418.html @@ -0,0 +1,12 @@ +--- +layout: error +title: 418 error +--- + +

418

+ +

I'm a teapot!

+ + +

The requested entity body is short and stout.
You may want to +tip me over and pour me out. diff --git a/error.html b/error.html new file mode 100644 index 0000000..84ebdaf --- /dev/null +++ b/error.html @@ -0,0 +1,22 @@ +--- +layout: compress +--- + +Redirecting... +

Redirecting...

+

If you are not redirected, please make sure JavaScript is enabled.

+ diff --git a/style.scss b/style.scss index 17165d8..2c68365 100644 --- a/style.scss +++ b/style.scss @@ -241,31 +241,13 @@ a:hover img { .title a:hover { background-color: transparent; } - -#gameover { - background-color: black; - width: 100%; - height: 100%; - z-index: 99; - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -#gameover, .noselect, #loadscreen, .forceblur, .blur:not(:hover), .button { +.noselect, #loadscreen, .forceblur, .blur:not(:hover), .button { user-select: none; -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; } - -#gameover h1 { - font-size: 11vw; - color: red; -} #loadscreen { background-color: $accent-colour; position: fixed;