From a7423826ca3176fe6a4cc98e3dd5c092556cd98d Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Tue, 19 Jul 2022 11:50:59 -0500 Subject: [PATCH] Reorganized some stuff, @import for Radial Status - Reorganized the @imports - Added Radial Status as an option to @use - Version number bump for branding --- src/_modules.scss | 89 ++++++++++++++++++++++++++--------------------- 1 file changed, 49 insertions(+), 40 deletions(-) diff --git a/src/_modules.scss b/src/_modules.scss index d635681..77e5dc9 100644 --- a/src/_modules.scss +++ b/src/_modules.scss @@ -4,6 +4,54 @@ //////////////////////////////////////// */ +/* + /$$$$$$ /$$ /$$ +/$$__ $$ | $$ | $$ +| $$ \ $$ /$$$$$$$ /$$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$$ +| $$$$$$$$ /$$__ $$ /$$__ $$ /$$__ $$| $$__ $$ /$$_____/ +| $$__ $$| $$ | $$| $$ | $$| $$ \ $$| $$ \ $$| $$$$$$ +| $$ | $$| $$ | $$| $$ | $$| $$ | $$| $$ | $$ \____ $$ +| $$ | $$| $$$$$$$| $$$$$$$| $$$$$$/| $$ | $$ /$$$$$$$/ +|__/ |__/ \_______/ \_______/ \______/ |__/ |__/|_______/ +*/ + +/* Uncomment the `@use` to enable Radial Status */ +//@use 'fixations/additions/radialstatus.css'; + +/* Uncomment the `@import url` to enable Apple Emojis */ +/* MWITTRIEN - EMOJIREPLACE - LICENCE https://github.com/mwittrien/BetterDiscordAddons/blob/master/LICENSE */ +//@import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css"); + + +/* Uncomment the font-weight to enable San Fransisco Bold */ +/*Designed by Apple in California - SAN FRANSISCO DISPLAY - https://developer.apple.com/fonts/ */ +@import url("https://v1.fontapi.ir/css/SFProDisplay"); + +.platform-osx * { + font-family: -apple-system, BlinkMacSystemFont, sans-serif !important; + text-rendering: optimizeLegibility !important; + //font-weight: bold; + text-transform: none; +} + +.platform-linux *, +.platform-win * { + font-family: "SF Pro Display", sans-serif !important; + text-rendering: optimizeLegibility !important; + //font-weight: bold; + text-transform: none; +} +/* + /$$ /$$ /$$ /$$ +| $$$ /$$$ | $$ | $$ +| $$$$ /$$$$ /$$$$$$ /$$$$$$$ /$$ /$$| $$ /$$$$$$ /$$$$$$$ +| $$ $$/$$ $$ /$$__ $$ /$$__ $$| $$ | $$| $$ /$$__ $$ /$$_____/ +| $$ $$$| $$| $$ \ $$| $$ | $$| $$ | $$| $$| $$$$$$$$| $$$$$$ +| $$\ $ | $$| $$ | $$| $$ | $$| $$ | $$| $$| $$_____/ \____ $$ +| $$ \/ | $$| $$$$$$/| $$$$$$$| $$$$$$/| $$| $$$$$$$ /$$$$$$$/ +|__/ |__/ \______/ \_______/ \______/ |__/ \_______/|_______/ +*/ + /* LUCKFIRE - macOS Title Bar - LICENSE https://github.com/discord-extensions/macos-titlebar/blob/master/LICENSE */ .platform-win .typeWindows-2-g3UY { z-index: 102; @@ -100,23 +148,6 @@ -webkit-app-region: no-drag; } -.platform-win .typeWindows-2-g3UY:before { - content: ""; - position: fixed; - height: 18px; - top: 0; - left: 0; - right: 0; - z-index: -1; - pointer-events: none; - -webkit-app-region: drag; -} - -div.typeWindows-2-g3UY.titleBar-1it3bQ { - width: unset; - -webkit-app-region: unset; -} - /* TROPICAL - CHECKBOXES - SLATE THEME - https://github.com/DiscordStyles/Slate/blob/master/LICENSE.md */ #app-mount .container-2nx-BQ .input-2XRLou, #app-mount .container-2nx-BQ .input-3xr72x, @@ -221,28 +252,6 @@ input[type="checkbox"] { } } -/* Font */ -@import url("https://v1.fontapi.ir/css/SFProDisplay"); - -.platform-osx * { - font-family: -apple-system, BlinkMacSystemFont, sans-serif !important; - text-rendering: optimizeLegibility !important; - //font-weight: bold; - text-transform: none; -} - -.platform-linux *, -.platform-win * { - font-family: "SF Pro Display", sans-serif !important; - text-rendering: optimizeLegibility !important; - //font-weight: bold; - text-transform: none; -} - -/* MWITTRIEN - EMOJIREPLACE - LICENCE https://github.com/mwittrien/BetterDiscordAddons/blob/master/LICENSE */ -/* Uncomment to enable Apple Emojis */ -//@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css); - /* Links */ :root { --text-link: var(--accent); @@ -268,7 +277,7 @@ input[type="checkbox"] { /* Add surCord Branding */ .info-3pQQBb > span:first-child::after { - content: "\asurCord 06.2022"; + content: "\asurCord 07.2022"; color: var(--text-muted); white-space: pre; line-height: 17px !important;