From efbf0b8f3ac5adc0acfc8557a312cc16425abc7f Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 30 Dec 2021 14:54:07 +0100 Subject: Commit --- assets/java.png | Bin 0 -> 6962 bytes assets/main.css | 47 +++++++++++++++++++++++++++++++++++++++++++++++ assets/ponies/error.gif | Bin 0 -> 15735 bytes 3 files changed, 47 insertions(+) create mode 100644 assets/java.png create mode 100644 assets/ponies/error.gif (limited to 'assets') diff --git a/assets/java.png b/assets/java.png new file mode 100644 index 0000000..fad7fb2 Binary files /dev/null and b/assets/java.png differ diff --git a/assets/main.css b/assets/main.css index 813abfa..59ed49d 100644 --- a/assets/main.css +++ b/assets/main.css @@ -132,4 +132,51 @@ body { margin-top: 10px; width: 128px; max-width: 100vw; +} + +/*noinspection CssInvalidPropertyValue*/ +.rainbow { + background: linear-gradient(90deg, rgba(227,70,70,1) 0%, rgba(227,138,70,1) 20%, rgba(226,227,70,1) 40%, rgba(81,227,70,1) 60%, rgba(75,70,227,1) 80%, rgba(180,70,227,1) 100%); + -webkit-background-clip: text; + background-clip: text; + -webkit-text-fill-color: transparent; +} + +.img-misc { + max-width: 100%; +} + +.b-center { + text-align: center; +} + +.fe { + display: none; +} + +#error-page { + display: flex; + align-items: center; + justify-content: center; + text-align: center; + width: 100%; + height: 100%; + margin: 0; +} + +html { + height: 100%; +} + +#error-pony { + height: 50vh; + max-width: 100%; +} + +#error-title-1 { + margin-bottom: 0; +} + +#error-title-2 { + margin-top: 0; } \ No newline at end of file diff --git a/assets/ponies/error.gif b/assets/ponies/error.gif new file mode 100644 index 0000000..ca2c369 Binary files /dev/null and b/assets/ponies/error.gif differ -- cgit