summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/java.pngbin0 -> 6962 bytes
-rw-r--r--assets/main.css47
-rw-r--r--assets/ponies/error.gifbin0 -> 15735 bytes
3 files changed, 47 insertions, 0 deletions
diff --git a/assets/java.png b/assets/java.png
new file mode 100644
index 0000000..fad7fb2
--- /dev/null
+++ b/assets/java.png
Binary files 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
--- /dev/null
+++ b/assets/ponies/error.gif
Binary files differ