mirror of
https://github.com/smartfrigde/smartfrigde.github.io.git
synced 2024-08-14 22:46:45 +00:00
custom stuff
This commit is contained in:
parent
5e2f1c12df
commit
85db6ae143
1 changed files with 184 additions and 0 deletions
184
smartcord/custom.css
Normal file
184
smartcord/custom.css
Normal file
|
@ -0,0 +1,184 @@
|
||||||
|
|
||||||
|
.theme-dark {
|
||||||
|
--bg: transparent;
|
||||||
|
--bg-overlay: rgba(0, 0, 0, 0.7972451874704072);
|
||||||
|
--accent: #900;
|
||||||
|
--accent-bright: #f00;
|
||||||
|
--accent-back: rgba(255, 0, 0, 0.15);
|
||||||
|
--accent-back-bright: rgba(255, 0, 0, 0.4);
|
||||||
|
--icon-color: rgba(250, 166, 26, 0.5);
|
||||||
|
--link-color: #faa61a;
|
||||||
|
--link-color-hover: #fad61a;
|
||||||
|
--popup-background: #222;
|
||||||
|
--popup-highlight: #333;
|
||||||
|
--unread-color: var(--accent-bright);
|
||||||
|
--typing-height: 25px;
|
||||||
|
--gift-button: none;
|
||||||
|
--gif-picker: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
#private-channels-2 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#socialLinks-3jqNFy {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#header-2RyJ0Y.ed-settings:before {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-1VyQPT::before {
|
||||||
|
content: "SmartCord";
|
||||||
|
height: auto;
|
||||||
|
line-height: 80%;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
background: linear-gradient(to bottom right,#0ff,#f0f);
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
|
|
||||||
|
font-size: 16pt;
|
||||||
|
font-weight: 500;
|
||||||
|
font-family: sans-serif;
|
||||||
|
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wordmark-2iDDfm svg { visibility: hidden; }
|
||||||
|
.wordmark-2iDDfm { background-image: none !important; }
|
||||||
|
|
||||||
|
.expandedFolderBackground-2sPsd-:not(.collapsed-1GMuSb) + .listItem-2P_4kh > div[class=""] {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ed-settings, .header-2RyJ0Y.ed-settings {
|
||||||
|
animation: rainbow 5s infinite linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.da-rolesList {
|
||||||
|
overflow-y: scroll;
|
||||||
|
max-height: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-dark .circleIconButton-jET_ig {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
height: 50px;
|
||||||
|
width: 50px;
|
||||||
|
margin-left: 0px;
|
||||||
|
padding: 10px;
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
border: none;
|
||||||
|
color: #fff;
|
||||||
|
box-shadow: 0 0 19px #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
:root {
|
||||||
|
/** Title of the popout */
|
||||||
|
--setting-popout-title: "App Settings" !important;
|
||||||
|
/** Title font */
|
||||||
|
--setting-popout-font: Whitney,Helvetica Neue,Helvetica,Arial,sans-serif !important;
|
||||||
|
}
|
||||||
|
.titleBar-AC4pGV:not(.typeMacOS-3EmCyP):after {
|
||||||
|
content: "SmartCord" !important
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@import url("https://enhanceddiscord.com/theme.css");
|
||||||
|
@import url("https://cdn.jsdelivr.net/gh/Lightcord/BetterDiscordAddons/Themes/SettingPopout/SettingPopout.css");
|
||||||
|
|
||||||
|
.theme-dark {
|
||||||
|
--bg: transparent;
|
||||||
|
--bg-overlay: rgba(0, 0, 0, 0.7972451874704072);
|
||||||
|
--accent: #900;
|
||||||
|
--accent-bright: #f00;
|
||||||
|
--accent-back: rgba(255, 0, 0, 0.15);
|
||||||
|
--accent-back-bright: rgba(255, 0, 0, 0.4);
|
||||||
|
--icon-color: rgba(250, 166, 26, 0.5);
|
||||||
|
--link-color: #faa61a;
|
||||||
|
--link-color-hover: #fad61a;
|
||||||
|
--popup-background: #222;
|
||||||
|
--popup-highlight: #333;
|
||||||
|
--unread-color: var(--accent-bright);
|
||||||
|
--typing-height: 25px;
|
||||||
|
--gift-button: none;
|
||||||
|
--gif-picker: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
#private-channels-2 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#socialLinks-3jqNFy {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#header-2RyJ0Y.ed-settings:before {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-1VyQPT::before {
|
||||||
|
content: "SmartCord";
|
||||||
|
height: auto;
|
||||||
|
line-height: 80%;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
background: linear-gradient(to bottom right,#0ff,#f0f);
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
|
|
||||||
|
font-size: 16pt;
|
||||||
|
font-weight: 500;
|
||||||
|
font-family: sans-serif;
|
||||||
|
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wordmark-2iDDfm svg { visibility: hidden; }
|
||||||
|
.wordmark-2iDDfm { background-image: none !important; }
|
||||||
|
|
||||||
|
.expandedFolderBackground-2sPsd-:not(.collapsed-1GMuSb) + .listItem-2P_4kh > div[class=""] {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ed-settings, .header-2RyJ0Y.ed-settings {
|
||||||
|
animation: rainbow 5s infinite linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.da-rolesList {
|
||||||
|
overflow-y: scroll;
|
||||||
|
max-height: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-dark .circleIconButton-jET_ig {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
height: 50px;
|
||||||
|
width: 50px;
|
||||||
|
margin-left: 0px;
|
||||||
|
padding: 10px;
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
border: none;
|
||||||
|
color: #fff;
|
||||||
|
box-shadow: 0 0 19px #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
:root {
|
||||||
|
/** Title of the popout */
|
||||||
|
--setting-popout-title: "App Settings" !important;
|
||||||
|
/** Title font */
|
||||||
|
--setting-popout-font: Whitney,Helvetica Neue,Helvetica,Arial,sans-serif !important;
|
||||||
|
--ed-text: url(https://txt-dynamic.static.1001fonts.net/txt/b3RmLjcyLjAwMDAwMC5VMjFoY25SRGIzSmsuMAAAAA,,/uni-sans.heavy-caps.png) !important;
|
||||||
|
--paperclip: url(https://txt-dynamic.static.1001fonts.net/txt/b3RmLjEzLjAwMDAwMC5VME0sLjAAAAAAAA,,/uni-sans.heavy-caps.png) !important;
|
||||||
|
--paperclip-hover: url(https://txt-dynamic.static.1001fonts.net/txt/b3RmLjEzLjAwMDAwMC5VMjFoY25SRGIzSmsuMAAAAAAAAAA,/uni-sans.heavy-caps.png) !important;
|
||||||
|
--pencil: url(https://txt-dynamic.static.1001fonts.net/txt/b3RmLjEzLjAwMDAwMC5VMjFoY25SRGIzSmsuMAAAAAAAAAAA/uni-sans.thin-caps.png) !important;
|
||||||
|
}
|
||||||
|
.titleBar-AC4pGV:not(.typeMacOS-3EmCyP):after {
|
||||||
|
content: "SmartCord" !important
|
||||||
|
}
|
Loading…
Reference in a new issue