From 8886d5111aa4ae75f54f46c93f09fa7548979969 Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Fri, 9 Jul 2021 00:37:48 +0200 Subject: Fixes --- views/common/load-new.ttf | Bin 0 -> 50172 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 views/common/load-new.ttf (limited to 'views/common') diff --git a/views/common/load-new.ttf b/views/common/load-new.ttf new file mode 100644 index 0000000..d2a94dc Binary files /dev/null and b/views/common/load-new.ttf differ -- cgit From 44210691ee8444509ac466a362337af77f2bcd49 Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Tue, 20 Jul 2021 01:30:23 +0200 Subject: Commit --- views/common/compatibilityMode.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'views/common') diff --git a/views/common/compatibilityMode.css b/views/common/compatibilityMode.css index a436549..60c28a2 100644 --- a/views/common/compatibilityMode.css +++ b/views/common/compatibilityMode.css @@ -1,8 +1,6 @@ *:not(#gpuinfo-outer):not(#gpuinfo-inner) { backdrop-filter: none !important; - transition: none !important; opacity: 1 !important; - animation: none !important; } .rain { -- cgit From d5a620cf09b835db2bccd99556525c90b458719f Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 5 Aug 2021 17:21:23 +0200 Subject: i18n for 21.08 --- views/common/blur.css | 4 +-- views/common/compatibilityMode.css | 14 +++++----- views/common/fonts.css | 44 +++++++++++++++--------------- views/common/index.css | 56 +++++++++++++++++++------------------- 4 files changed, 59 insertions(+), 59 deletions(-) (limited to 'views/common') 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 60c28a2..39fb642 100644 --- a/views/common/compatibilityMode.css +++ b/views/common/compatibilityMode.css @@ -1,8 +1,8 @@ -*:not(#gpuinfo-outer):not(#gpuinfo-inner) { - backdrop-filter: none !important; - opacity: 1 !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 -- cgit