aboutsummaryrefslogtreecommitdiff
path: root/views/common
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-08-05 17:29:18 +0200
committerGitHub <noreply@github.com>2021-08-05 17:29:18 +0200
commitb865b8f6586ffd4554cdfe45c739030afc882acd (patch)
tree37bcdf6575d8764b7367f34544658886879c0c5e /views/common
parent79edea37d15f88f086f7775bbbce64a57535b043 (diff)
parent7b541bbf2a8d754d26511895801d90f02cdf99f7 (diff)
downloadkartik-client-b865b8f6586ffd4554cdfe45c739030afc882acd.tar.gz
kartik-client-b865b8f6586ffd4554cdfe45c739030afc882acd.tar.bz2
kartik-client-b865b8f6586ffd4554cdfe45c739030afc882acd.zip
Merge pull request #4 from Minteck-Projects/devel
Branching 21.08
Diffstat (limited to 'views/common')
-rw-r--r--views/common/blur.css4
-rw-r--r--views/common/compatibilityMode.css16
-rw-r--r--views/common/fonts.css44
-rw-r--r--views/common/index.css56
-rw-r--r--views/common/load-new.ttfbin0 -> 50172 bytes
5 files changed, 59 insertions, 61 deletions
diff --git a/views/common/blur.css b/views/common/blur.css
index f904c12..1b0dbfc 100644
--- a/views/common/blur.css
+++ b/views/common/blur.css
@@ -1,3 +1,3 @@
-#intro, #laps-inner-car0, #laps-inner-car1, #paused, #credits, #gpuinfo, #warning {
- backdrop-filter: blur(10px);
+#intro, #laps-inner-car0, #laps-inner-car1, #paused, #credits, #gpuinfo, #warning {
+ backdrop-filter: blur(10px);
} \ No newline at end of file
diff --git a/views/common/compatibilityMode.css b/views/common/compatibilityMode.css
index a436549..39fb642 100644
--- a/views/common/compatibilityMode.css
+++ b/views/common/compatibilityMode.css
@@ -1,10 +1,8 @@
-*:not(#gpuinfo-outer):not(#gpuinfo-inner) {
- backdrop-filter: none !important;
- transition: none !important;
- opacity: 1 !important;
- animation: none !important;
-}
-
-.rain {
- display: none !important;
+*:not(#gpuinfo-outer):not(#gpuinfo-inner) {
+ backdrop-filter: none !important;
+ opacity: 1 !important;
+}
+
+.rain {
+ display: none !important;
} \ No newline at end of file
diff --git a/views/common/fonts.css b/views/common/fonts.css
index 5aa99e0..a7d81d5 100644
--- a/views/common/fonts.css
+++ b/views/common/fonts.css
@@ -1,23 +1,23 @@
-@font-face {
- font-family: "Comfortaa";
- src: url("regular.ttf");
- font-weight: normal;
-}
-
-@font-face {
- font-family: "Comfortaa";
- src: url("bold.ttf");
- font-weight: bold;
-}
-
-*, body, html, div {
- font-family: "Comfortaa", -apple-system, sans-serif;
-}
-
-#gpuinfo-inner, #gpuinfo-inner * {
- font-family: monospace !important;
-}
-
-body, * {
- cursor: default !important;
+@font-face {
+ font-family: "Comfortaa";
+ src: url("regular.ttf");
+ font-weight: normal;
+}
+
+@font-face {
+ font-family: "Comfortaa";
+ src: url("bold.ttf");
+ font-weight: bold;
+}
+
+*, body, html, div {
+ font-family: "Comfortaa", -apple-system, sans-serif;
+}
+
+#gpuinfo-inner, #gpuinfo-inner * {
+ font-family: monospace !important;
+}
+
+body, * {
+ cursor: default !important;
} \ No newline at end of file
diff --git a/views/common/index.css b/views/common/index.css
index f9ff24e..71bc233 100644
--- a/views/common/index.css
+++ b/views/common/index.css
@@ -1,29 +1,29 @@
-#titlebar-minimize, #titlebar-close {
- background-color: transparent;
- transition: background-color 200ms;
- border-radius: 10px;
-}
-
-#titlebar-minimize:hover {
- background-color: rgba(99, 99, 99, .5);
-}
-
-#titlebar-minimize:focus, #titlebar-minimize:active {
- background-color: rgba(99, 99, 99, .75);
-}
-
-#titlebar-close:hover {
- background-color: rgba(255, 0, 0, .5);
-}
-
-#titlebar-close:focus, #titlebar-close:active {
- background-color: rgba(255, 0, 0, .75);
-}
-
-*::selection {
- background-color: transparent;
-}
-
-*::inactive-selection {
- background-color: transparent;
+#titlebar-minimize, #titlebar-close {
+ background-color: transparent;
+ transition: background-color 200ms;
+ border-radius: 10px;
+}
+
+#titlebar-minimize:hover {
+ background-color: rgba(99, 99, 99, .5);
+}
+
+#titlebar-minimize:focus, #titlebar-minimize:active {
+ background-color: rgba(99, 99, 99, .75);
+}
+
+#titlebar-close:hover {
+ background-color: rgba(255, 0, 0, .5);
+}
+
+#titlebar-close:focus, #titlebar-close:active {
+ background-color: rgba(255, 0, 0, .75);
+}
+
+*::selection {
+ background-color: transparent;
+}
+
+*::inactive-selection {
+ background-color: transparent;
} \ No newline at end of file
diff --git a/views/common/load-new.ttf b/views/common/load-new.ttf
new file mode 100644
index 0000000..d2a94dc
--- /dev/null
+++ b/views/common/load-new.ttf
Binary files differ