themes
This commit is contained in:
parent
b917868d99
commit
4451eedf0c
|
@ -418,45 +418,49 @@ body::after {
|
|||
|
||||
/* ~~~~ 4. GUILDLIST ~~~~ */
|
||||
|
||||
.childWrapper-1j_1ub { /* homebutton/acronym innerwrap */
|
||||
#app-mount .childWrapper-1j_1ub { /* homebutton/acronym innerwrap */
|
||||
background-color: rgba(var(--transparencycolor), .3);
|
||||
color: var(--text-normal);
|
||||
font-weight: 500;
|
||||
}
|
||||
.wrapper-3kah-n:hover .childWrapper-1j_1ub,
|
||||
.wrapper-3kah-n.selected-1Drb7Z .childWrapper-1j_1ub {
|
||||
#app-mount .wrapper-3kah-n:hover .childWrapper-1j_1ub,
|
||||
#app-mount .wrapper-3kah-n.selected-1Drb7Z .childWrapper-1j_1ub {
|
||||
background-color: var(--brand-experiment);
|
||||
text-shadow: 1px 1px var(--textshadow);
|
||||
}
|
||||
.wrapper-3kah-n rect[fill] {
|
||||
#app-mount .wrapper-3kah-n rect[fill] {
|
||||
fill: rgba(var(--transparencycolor), .3);
|
||||
}
|
||||
.noIcon-3gSX9V { /* acronym minicontainer */
|
||||
#app-mount .noIcon-3gSX9V { /* acronym minicontainer */
|
||||
background-color: rgba(var(--transparencycolor), .3);
|
||||
}
|
||||
|
||||
.circleIconButton-1QV--U { /* guildadd/discovery innerwrap */
|
||||
#app-mount .circleIconButton-1QV--U { /* guildadd/discovery innerwrap */
|
||||
background-color: rgba(var(--transparencycolor), .3);
|
||||
}
|
||||
#app-mount .circleIconButton-1VxDrg.selected-2r1Hvo {
|
||||
background-color: var(--status-green-600);
|
||||
}
|
||||
|
||||
.guildIconUnavailable-3IYARS, /* guilderror miniicon */
|
||||
.guildsError-YJjW3A { /* guilderror innerwrap */
|
||||
#app-mount .guildIconUnavailable-3IYARS, /* guilderror miniicon */
|
||||
#app-mount .guildsError-YJjW3A { /* guilderror innerwrap */
|
||||
background-color: rgba(var(--dangercolor)),.3);
|
||||
}
|
||||
|
||||
.dragInner-Oq_toX { /* dragplaceholder */
|
||||
#app-mount .dragInner-Oq_toX { /* dragplaceholder */
|
||||
background-color: rgba(var(--transparencycolor), .3);
|
||||
}
|
||||
|
||||
.wrapper-38slSD { /* folder outerwrap */
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.folder-1hbNCn { /* folder iconwrap */
|
||||
#app-mount .folder-241Joy { /* folder iconwrap */
|
||||
background-color: rgba(var(--transparencycolor), .2);
|
||||
}
|
||||
.folder-1hbNCn.hover-qTxTR_ {
|
||||
#app-mount .folder-241Joy.hover-3m7-WT {
|
||||
background-color: rgba(var(--transparencycolor), .4);
|
||||
}
|
||||
.expandedFolderBackground-1kSAf6 { /* folder background */
|
||||
#app-mount .expandedFolderBackground-1kSAf6 { /* folder background */
|
||||
background-color: rgba(var(--transparencycolor), .2);
|
||||
border-radius: 15px 15px 24px 24px;
|
||||
top: 0;
|
||||
|
@ -464,7 +468,7 @@ body::after {
|
|||
margin-bottom: 8px;
|
||||
transition: border-radius 3s ease, background-color 1s ease;
|
||||
}
|
||||
.expandedFolderBackground-1kSAf6.hover-qTxTR_ {
|
||||
.expandedFolderBackground-1kSAf6.hover-3m7-WT {
|
||||
background-color: rgba(var(--transparencycolor), .4);
|
||||
}
|
||||
|
||||
|
@ -722,6 +726,9 @@ body::after {
|
|||
.selected-3veCBZ,
|
||||
.selected-3veCBZ:focus-within,
|
||||
.selected-3veCBZ:hover,
|
||||
.selected-26oxtA,
|
||||
.selected-26oxtA:focus-within,
|
||||
.selected-26oxtA:hover,
|
||||
.snowsgivingLink-1TZi3c:active {
|
||||
background-color: rgb(var(--accentcolor));
|
||||
color: var(--header-primary);
|
||||
|
@ -730,7 +737,8 @@ body::after {
|
|||
.snowsgivingLink-1TZi3c {
|
||||
border-radius: 4px;
|
||||
}
|
||||
.selected-3veCBZ svg:not(.svg-2azL_l) {
|
||||
.selected-3veCBZ svg:not(.svg-2azL_l),
|
||||
.selected-26oxtA svg:not(.svg-2azL_l) {
|
||||
filter: drop-shadow(1px 1px var(--textshadow));
|
||||
}
|
||||
.snowsgivingLink-1TZi3c:active .snowsgivingIcon-3d0pr1 {
|
||||
|
|
|
@ -209,12 +209,13 @@ html {
|
|||
3. INPUTS
|
||||
4. SEARCHBARS
|
||||
5. IMAGES
|
||||
2. CHANNELLIST
|
||||
2. GUILDLIST
|
||||
3. CHANNELLIST
|
||||
1. GUILDHEADER
|
||||
2. CHANNELS
|
||||
3. DMCHANNELS
|
||||
4. ACCOUNT/VOICE/GOLIVE
|
||||
3. CHAT
|
||||
4. CHAT
|
||||
1. CHANNELHEADER
|
||||
2. MESSAGES
|
||||
1. MESSAGE
|
||||
|
@ -225,13 +226,13 @@ html {
|
|||
4. AUTOCOMPLETEMENU
|
||||
5. MEMBERLIST
|
||||
6. CALL
|
||||
4. PEOPLES
|
||||
5. STORE/NITRO
|
||||
6. LIBRARY
|
||||
7. DISCOVERY
|
||||
8. USERSETTINGS
|
||||
9. GUILDSETTINGS
|
||||
10. MODALS
|
||||
5. PEOPLES
|
||||
6. STORE/NITRO
|
||||
7. LIBRARY
|
||||
8. DISCOVERY
|
||||
9. USERSETTINGS
|
||||
10. GUILDSETTINGS
|
||||
11. MODALS
|
||||
1. USERMODAL
|
||||
2. GUILDADD/CREATION
|
||||
3. REGIONSELECTMODAL
|
||||
|
@ -257,7 +258,7 @@ html {
|
|||
23. HYPESQUADQUIZ
|
||||
24. NITROFEATUREMODAL
|
||||
25. DIRECTORYMODAL
|
||||
11. POPOUTS
|
||||
12. POPOUTS
|
||||
1. USERPOPOUT
|
||||
2. EMOJIPICKER
|
||||
3. SEARCHPOPOUT
|
||||
|
@ -272,13 +273,13 @@ html {
|
|||
12. PHONE-/EMAILVALIDATION
|
||||
13. WARNINGPOPOUT
|
||||
14. ADDROLE
|
||||
12. BDSUPPORT
|
||||
13. POWERCORDSUPPORT
|
||||
14. PLUGINSUPPORT
|
||||
13. BDSUPPORT
|
||||
14. POWERCORDSUPPORT
|
||||
15. PLUGINSUPPORT
|
||||
1. MEMBERCOUNT
|
||||
2. CHANNELTABS
|
||||
3. TYPINGINDICATOR
|
||||
15. WATERMARK
|
||||
16. WATERMARK
|
||||
*/
|
||||
|
||||
|
||||
|
@ -971,9 +972,28 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
}
|
||||
|
||||
|
||||
/* ~~~~ 2. CHANNELLIST ~~~~ */
|
||||
/* ~~~~ 2. GUIDLIST ~~~~ */
|
||||
|
||||
/* ---- 2.1. GUILDHEADER ---- */
|
||||
#app-mount .folder-241Joy.hover-3m7-WT,
|
||||
#app-mount .childWrapper-1j_1ub,
|
||||
#app-mount .circleIconButton-1VxDrg {
|
||||
background-color: var(--background-primary);
|
||||
}
|
||||
#app-mount .folder-241Joy,
|
||||
#app-mount .expandedFolderBackground-1kSAf6 {
|
||||
background-color: var(--background-secondary);
|
||||
}
|
||||
#app-mount .wrapper-3kah-n.selected-1Drb7Z .childWrapper-1j_1ub,
|
||||
#app-mount .wrapper-3kah-n:hover .childWrapper-1j_1ub {
|
||||
background-color: var(--brand-experiment);
|
||||
}
|
||||
#app-mount .circleIconButton-1VxDrg.selected-2r1Hvo {
|
||||
background-color: var(--status-green-600);
|
||||
}
|
||||
|
||||
/* ~~~~ 3. CHANNELLIST ~~~~ */
|
||||
|
||||
/* ---- 3.1. GUILDHEADER ---- */
|
||||
|
||||
.channelNotice-tO6Tus.invite-OjTXrW,
|
||||
.channelNotice-tO6Tus.guildMFAWarning-3GEzs8,
|
||||
|
@ -1006,7 +1026,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background: url(https://discord.com/assets/7065587bd42fd829925bf6aa4b36f5e2.svg) center top 22px/220px no-repeat;
|
||||
}
|
||||
|
||||
/* ---- 2.2. CHANNELS ---- */
|
||||
/* ---- 3.2. CHANNELS ---- */
|
||||
|
||||
#app-mount .icon-3sfeom {
|
||||
color: var(--header-secondary);
|
||||
|
@ -1034,11 +1054,14 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: var(--header-primary);
|
||||
}
|
||||
|
||||
/* ---- 2.3. DMCHANNELS ---- */
|
||||
/* ---- 3.3. DMCHANNELS ---- */
|
||||
|
||||
.selected-3veCBZ,
|
||||
.selected-3veCBZ:focus-within,
|
||||
.selected-3veCBZ:hover,
|
||||
.selected-26oxtA,
|
||||
.selected-26oxtA:focus-within,
|
||||
.selected-26oxtA:hover,
|
||||
.snowsgivingLink-1TZi3c:hover {
|
||||
background-color: var(--background-modifier-hover);
|
||||
color: var(--header-primary);
|
||||
|
@ -1047,7 +1070,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
/* ---- 2.4. ACCOUNT/VOICE/GOLIVE ---- */
|
||||
/* ---- 3.4. ACCOUNT/VOICE/GOLIVE ---- */
|
||||
|
||||
#app-mount .userList-3HrI62::before {
|
||||
background-color: var(--background-secondary);
|
||||
|
@ -1068,9 +1091,9 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
}
|
||||
|
||||
|
||||
/* ~~~~ 3. CHAT ~~~~ */
|
||||
/* ~~~~ 4. CHAT ~~~~ */
|
||||
|
||||
/* ---- 3.1. CHANNELHEADER ---- */
|
||||
/* ---- 4.1. CHANNELHEADER ---- */
|
||||
|
||||
#app-mount .container-ZMc96U.themed-Hp1KC_ {
|
||||
box-shadow: var(--elevation-low);
|
||||
|
@ -1093,7 +1116,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
/* ---- 3.2. MESSAGES ---- */
|
||||
/* ---- 4.2. MESSAGES ---- */
|
||||
|
||||
.content-1jQy2l::before {
|
||||
display: none;
|
||||
|
@ -1175,7 +1198,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
-webkit-mask: url(https://discord.com/assets/a9847a74a2dac6e2b2958b195a8dad96.svg) center no-repeat;
|
||||
}
|
||||
|
||||
/* ==== 3.2.1. MESSAGE ==== */
|
||||
/* ==== 4.2.1. MESSAGE ==== */
|
||||
|
||||
#app-mount .message-G6O-Wv {
|
||||
background-color: var(--background-primary);
|
||||
|
@ -1219,7 +1242,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background-color: rgba(var(--backgroundtertiary),.8);
|
||||
}
|
||||
|
||||
/* ==== 3.2.2. EMBEDS ==== */
|
||||
/* ==== 4.2.2. EMBEDS ==== */
|
||||
|
||||
#app-mount .description-X8_53U {
|
||||
color: var(--header-primary);
|
||||
|
@ -1288,9 +1311,9 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background-color: var(--background-tertiary) !important
|
||||
}
|
||||
|
||||
/* ==== 3.2.3. NITROGIFT ==== */
|
||||
/* ==== 4.2.3. NITROGIFT ==== */
|
||||
|
||||
/* ==== 3.2.4. INVITE ==== */
|
||||
/* ==== 4.2.4. INVITE ==== */
|
||||
|
||||
#app-mount .guildIconImage-74OdmM {
|
||||
background-color: var(--background-primary);
|
||||
|
@ -1341,7 +1364,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
border-color: var(--background-tertiary);
|
||||
}
|
||||
|
||||
/* ---- 3.3. TEXTAREA ---- */
|
||||
/* ---- 4.3. TEXTAREA ---- */
|
||||
|
||||
#app-mount .form-3gdLxP::before {
|
||||
background: linear-gradient(180deg, transparent 0, var(--background-primary));
|
||||
|
@ -1374,7 +1397,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: var(--text-muted) !important;
|
||||
}
|
||||
|
||||
/* ---- 3.4. AUTOCOMPLETEMENU ---- */
|
||||
/* ---- 4.4. AUTOCOMPLETEMENU ---- */
|
||||
|
||||
#app-mount .autocomplete-3NRXG8 {
|
||||
background-color: var(--background-secondary);
|
||||
|
@ -1386,13 +1409,13 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background-color: var(--background-primary);
|
||||
}
|
||||
|
||||
/* ---- 3.5. MEMBERLIST ---- */
|
||||
/* ---- 4.5. MEMBERLIST ---- */
|
||||
|
||||
#app-mount .memberListItem-3V-x8Q:not(.popoutDisabled-PP2QdB):hover {
|
||||
background-color: var(--background-tertiary);
|
||||
}
|
||||
|
||||
/* ---- 3.6. CALL ---- */
|
||||
/* ---- 4.6. CALL ---- */
|
||||
|
||||
.wrapper-1gVUIN {
|
||||
background-color: var(--background-primary);
|
||||
|
@ -1486,7 +1509,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
}
|
||||
|
||||
|
||||
/* ~~~~ 4. PEOPLES ~~~~ */
|
||||
/* ~~~~ 5. PEOPLES ~~~~ */
|
||||
|
||||
#app-mount .container-2cd8Mz,
|
||||
#app-mount .container-2cd8Mz {
|
||||
|
@ -1584,7 +1607,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background-color: var(--background-secondary-alt);
|
||||
}
|
||||
|
||||
/* ~~~~ 5. STORE/NITRO ~~~~ */
|
||||
/* ~~~~ 6. STORE/NITRO ~~~~ */
|
||||
|
||||
#app-mount .header-2cF-SF {
|
||||
color: var(--header-primary);
|
||||
|
@ -1832,7 +1855,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
}
|
||||
|
||||
|
||||
/* ~~~~ 6. LIBRARY ~~~~ */
|
||||
/* ~~~~ 7. LIBRARY ~~~~ */
|
||||
|
||||
#app-mount .headerCellSorted-1bg4Lp {
|
||||
color: var(--header-primary);
|
||||
|
@ -1901,7 +1924,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
}
|
||||
|
||||
|
||||
/* ~~~~ 7. DISCOVERY ~~~~ */
|
||||
/* ~~~~ 8. DISCOVERY ~~~~ */
|
||||
|
||||
#app-mount .pageWrapper-2PwDoS {
|
||||
background-color: var(--background-primary);
|
||||
|
@ -1942,7 +1965,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
}
|
||||
|
||||
|
||||
/* ~~~~ 8. USERSETTINGS ~~~~ */
|
||||
/* ~~~~ 9. USERSETTINGS ~~~~ */
|
||||
|
||||
#app-mount .customContainer-dK1ozq::before {
|
||||
box-shadow: 0 1px 4px rgba(0,0,0,.2);
|
||||
|
@ -2296,7 +2319,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
}
|
||||
|
||||
|
||||
/* ~~~~ 9. GUILDSETTINGS ~~~~ */
|
||||
/* ~~~~ 10. GUILDSETTINGS ~~~~ */
|
||||
|
||||
#app-mount .guildSettingsOverviewNotice-2VluqV {
|
||||
background-color: rgba(var(--backgroundtertiary),.95);
|
||||
|
@ -2634,7 +2657,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
}
|
||||
|
||||
|
||||
/* ~~~~ 10. MODALS ~~~~ */
|
||||
/* ~~~~ 11. MODALS ~~~~ */
|
||||
|
||||
#app-mount .root-g14mjS,
|
||||
#app-mount .modal-2RrUKJ {
|
||||
|
@ -2715,7 +2738,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background-color: rgb(0, 0, 0) !important;
|
||||
}
|
||||
|
||||
/* ---- 10.1. USERMODAL ---- */
|
||||
/* ---- 11.1. USERMODAL ---- */
|
||||
|
||||
.emptyIcon-uKVxYR {
|
||||
opacity: .5;
|
||||
|
@ -2727,7 +2750,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background-color: var(--profile-gradient-secondary-color) !important;
|
||||
}
|
||||
|
||||
/* ---- 10.2. GUILDADD/CREATION ---- */
|
||||
/* ---- 11.2. GUILDADD/CREATION ---- */
|
||||
|
||||
.container-x8Y1ix {
|
||||
background-color: var(--background-secondary);
|
||||
|
@ -2750,7 +2773,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
border: 1px solid var(--deprecated-text-input-border);
|
||||
}
|
||||
|
||||
/* ---- 10.3. REGIONSELECTMODAL ---- */
|
||||
/* ---- 11.3. REGIONSELECTMODAL ---- */
|
||||
|
||||
#app-mount .regionSelect-3lf4eE.regionSelectLoading-34I21m {
|
||||
border: 1px solid var(--header-secondary);
|
||||
|
@ -2790,7 +2813,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
border-color: var(--background-primary);
|
||||
}
|
||||
|
||||
/* ---- 10.4. UPLOADMODAL ---- */
|
||||
/* ---- 11.4. UPLOADMODAL ---- */
|
||||
|
||||
#app-mount .uploadModal-2ie9O_ {
|
||||
background-color: var(--background-primary);
|
||||
|
@ -2801,7 +2824,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
box-shadow: inset 0 1px 0 rgba(var(--backgroundsecondary),.6);
|
||||
}
|
||||
|
||||
/* ---- 10.5. KEYBOARDSHORTCUTSMODAL ---- */
|
||||
/* ---- 11.5. KEYBOARDSHORTCUTSMODAL ---- */
|
||||
|
||||
#app-mount .keyboardShortcutsModal-2CRmCm {
|
||||
background-color: var(--background-primary);
|
||||
|
@ -2853,7 +2876,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
display: none;
|
||||
}
|
||||
|
||||
/* ---- 10.6. QUICKSWITCHER ---- */
|
||||
/* ---- 11.6. QUICKSWITCHER ---- */
|
||||
|
||||
#app-mount .emptyState-1OLqEw {
|
||||
background: transparent;
|
||||
|
@ -2869,7 +2892,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
opacity: .5;
|
||||
}
|
||||
|
||||
/* ---- 10.7. INVITEMODAL/GROUPCREATE ---- */
|
||||
/* ---- 11.7. INVITEMODAL/GROUPCREATE ---- */
|
||||
|
||||
#app-mount .contentWrapper-3oy4Xo {
|
||||
background-color: var(--background-primary);
|
||||
|
@ -2919,7 +2942,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
opacity: .5;
|
||||
}
|
||||
|
||||
/* ---- 10.8. LOGINSCREEN ---- */
|
||||
/* ---- 11.8. LOGINSCREEN ---- */
|
||||
|
||||
.theme-dark.authBox-1HR6Ha,
|
||||
.theme-light.authBox-1HR6Ha {
|
||||
|
@ -2942,7 +2965,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
/* ---- 10.9. TERMACCEPTMODAL ---- */
|
||||
/* ---- 11.9. TERMACCEPTMODAL ---- */
|
||||
|
||||
#app-mount .modal-DRZfgq {
|
||||
background-color: var(--background-primary);
|
||||
|
@ -2960,7 +2983,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background-color: var(--background-secondary);
|
||||
}
|
||||
|
||||
/* ---- 10.10. DOWNLOADAPPMODAL ---- */
|
||||
/* ---- 11.10. DOWNLOADAPPMODAL ---- */
|
||||
|
||||
.downloadApps-14IgKV {
|
||||
background-color: var(--background-primary);
|
||||
|
@ -2990,7 +3013,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background-color: var(--header-secondary);
|
||||
}
|
||||
|
||||
/* ---- 10.11. GUILDBOOSTMODAL ---- */
|
||||
/* ---- 11.11. GUILDBOOSTMODAL ---- */
|
||||
|
||||
#app-mount .perksModal-CLcR1c {
|
||||
background: var(--background-primary);
|
||||
|
@ -3081,7 +3104,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
/* ---- 10.12. REACTIONSMODAL ---- */
|
||||
/* ---- 11.12. REACTIONSMODAL ---- */
|
||||
|
||||
#app-mount .container-KM8BU6,
|
||||
#app-mount .reactors-1VXca7 {
|
||||
|
@ -3113,13 +3136,13 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
/* ---- 10.13. RATEMODAL ---- */
|
||||
/* ---- 11.13. RATEMODAL ---- */
|
||||
|
||||
#app-mount .header-sJd8D7 {
|
||||
color: var(--header-primary);
|
||||
}
|
||||
|
||||
/* ---- 10.14. CHANGELOG ---- */
|
||||
/* ---- 11.14. CHANGELOG ---- */
|
||||
|
||||
#app-mount .date-1k6kG2 {
|
||||
color: var(--header-secondary);
|
||||
|
@ -3145,7 +3168,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: var(--interactive-active);
|
||||
}
|
||||
|
||||
/* ---- 10.15. NOTIFICATIONSMODAL ---- */
|
||||
/* ---- 11.15. NOTIFICATIONSMODAL ---- */
|
||||
|
||||
#app-mount .channelName-IPB6B3 {
|
||||
color: var(--header-primary);
|
||||
|
@ -3169,7 +3192,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
border: 1px dashed var(--background-floating);
|
||||
}
|
||||
|
||||
/* ---- 10.16. PAYMENTMODAL ---- */
|
||||
/* ---- 11.16. PAYMENTMODAL ---- */
|
||||
|
||||
#app-mount .sectionHeader-1tIM9Z {
|
||||
color: var(--header-secondary);
|
||||
|
@ -3253,14 +3276,14 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
opacity: .5;
|
||||
}
|
||||
|
||||
/* ---- 10.17. CHANNELCREATIONMODAL ---- */
|
||||
/* ---- 11.17. CHANNELCREATIONMODAL ---- */
|
||||
|
||||
#app-mount .cloneInfo-1J6F5H strong,
|
||||
#app-mount .subtitle-3Lv1uG {
|
||||
color: var(--header-secondary);
|
||||
}
|
||||
|
||||
/* ---- 10.18. CLOUDSYNCRESOLUTION ---- */
|
||||
/* ---- 11.18. CLOUDSYNCRESOLUTION ---- */
|
||||
|
||||
#app-mount .modal-2EjvcX {
|
||||
color: var(--text-normal);
|
||||
|
@ -3294,7 +3317,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background-color: rgba(var(--textdarkest),.6);
|
||||
}
|
||||
|
||||
/* ---- 10.19. APPLICATIONINSTALLATIONMODAL ---- */
|
||||
/* ---- 11.19. APPLICATIONINSTALLATIONMODAL ---- */
|
||||
|
||||
#app-mount .gameName-2emMU_ {
|
||||
color: var(--text-normal);
|
||||
|
@ -3310,7 +3333,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
/* ---- 10.20. SPECIALMARKDOWNMODAL ---- */
|
||||
/* ---- 11.20. SPECIALMARKDOWNMODAL ---- */
|
||||
|
||||
#app-mount .modal-1-Gg9c {
|
||||
background-color: var(--background-primary);
|
||||
|
@ -3319,7 +3342,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background-color: var(--text-normal);
|
||||
}
|
||||
|
||||
/* ---- 10.21. REPORTPROBLEM ---- */
|
||||
/* ---- 11.21. REPORTPROBLEM ---- */
|
||||
|
||||
#app-mount .art-_juKdZ {
|
||||
background-image: url(https://discordapp.oom/assets/2ceb472e89545af8543aa44b072b910d.svg);
|
||||
|
@ -3329,7 +3352,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: var(--header-primary);
|
||||
}
|
||||
|
||||
/* ---- 10.22. DISPATCHERROR ---- */
|
||||
/* ---- 11.22. DISPATCHERROR ---- */
|
||||
|
||||
#app-mount .body-1Y7X6A {
|
||||
color: var(--text-normal);
|
||||
|
@ -3346,7 +3369,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: var(--header-primary);
|
||||
}
|
||||
|
||||
/* ---- 10.23. HYPESQUADQUIZ ---- */
|
||||
/* ---- 11.23. HYPESQUADQUIZ ---- */
|
||||
|
||||
#app-mount .prompt-SAnibq {
|
||||
color: var(--header-primary);
|
||||
|
@ -3358,7 +3381,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background-color: var(--background-accent);
|
||||
}
|
||||
|
||||
/* ---- 10.24. NITROFEATUREMODAL ---- */
|
||||
/* ---- 11.24. NITROFEATUREMODAL ---- */
|
||||
|
||||
#app-mount .cardImageBackground-1zqQ8d {
|
||||
background: #000;
|
||||
|
@ -3368,14 +3391,14 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background: var(--background-floating);
|
||||
}
|
||||
|
||||
/* ---- 10.25. DIRECTORYMODAL ---- */
|
||||
/* ---- 11.25. DIRECTORYMODAL ---- */
|
||||
|
||||
#app-mount .directoryModal-YJsOMv {
|
||||
background: var(--background-primary);
|
||||
}
|
||||
|
||||
|
||||
/* ~~~~ 11. POPOUTS ~~~~ */
|
||||
/* ~~~~ 12. POPOUTS ~~~~ */
|
||||
|
||||
#app-mount .content-i-YmzK {
|
||||
background-color: var(--background-floating) !important;
|
||||
|
@ -3398,7 +3421,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background-image: linear-gradient(90deg, var(--background-tertiary),var(--background-accent),var(--background-tertiary));
|
||||
}
|
||||
|
||||
/* ---- 11.1. USERPOPOUT ---- */
|
||||
/* ---- 12.1. USERPOPOUT ---- */
|
||||
|
||||
#app-mount .userPopout-2j1gM4,
|
||||
#app-mount .userPopout-3fydSP,
|
||||
|
@ -3477,7 +3500,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
fill: rgb(var(--textdarkest)) !important;
|
||||
}
|
||||
|
||||
/* ---- 11.2. EMOJIPICKER ---- */
|
||||
/* ---- 12.2. EMOJIPICKER ---- */
|
||||
|
||||
#app-mount .wrapper-2g4olo {
|
||||
color: var(--text-muted);
|
||||
|
@ -3550,7 +3573,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background: rgba(var(--backgroundaccent),.3);
|
||||
}
|
||||
|
||||
/* ---- 11.3. SEARCHPOPOUT ---- */
|
||||
/* ---- 12.3. SEARCHPOPOUT ---- */
|
||||
|
||||
#app-mount .searchAnswer-23w-CH,
|
||||
#app-mount .searchFilter-2UfsDk {
|
||||
|
@ -3651,7 +3674,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: rgba(var(--textbrightest),.3);
|
||||
}
|
||||
|
||||
/* ---- 11.4. EVERYONEMENTION ---- */
|
||||
/* ---- 12.4. EVERYONEMENTION ---- */
|
||||
|
||||
#app-mount .everyonePopout-nEbJY3 {
|
||||
background-color: var(--background-primary);
|
||||
|
@ -3680,7 +3703,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: var(--header-secondary);
|
||||
}
|
||||
|
||||
/* ---- 11.5. CHANNELFOLLOW ---- */
|
||||
/* ---- 12.5. CHANNELFOLLOW ---- */
|
||||
|
||||
#app-mount .header-13P3fr {
|
||||
background: var(--background-tertiary);
|
||||
|
@ -3696,7 +3719,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
-webkit-mask: url(https://discord.com/assets/cb89c31c79a62ae99ec12351c1efb277.svg) center/cover no-repeat;
|
||||
}
|
||||
|
||||
/* ---- 11.6. CHANNELFOLLOWINFO ---- */
|
||||
/* ---- 12.6. CHANNELFOLLOWINFO ---- */
|
||||
|
||||
#app-mount .guildPopout-G6M0fK {
|
||||
background-color: var(--background-tertiary);
|
||||
|
@ -3712,7 +3735,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background: var(--text-muted);
|
||||
}
|
||||
|
||||
/* ---- 11.7. STREAMPREVIEW ---- */
|
||||
/* ---- 12.7. STREAMPREVIEW ---- */
|
||||
|
||||
#app-mount .streamPreview-3qoMP4 {
|
||||
background-color: var(--background-tertiary);
|
||||
|
@ -3734,7 +3757,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background: rgba(0,0,0,.6);
|
||||
}
|
||||
|
||||
/* ---- 11.8. ROLEOVERFLOW ---- */
|
||||
/* ---- 12.8. ROLEOVERFLOW ---- */
|
||||
|
||||
#app-mount .overflowRolesPopoutHeaderText-3HyHGv {
|
||||
color: var(--text-muted);
|
||||
|
@ -3752,7 +3775,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
box-shadow: 0 2px 10px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(var(--backgroundtertiary),.6);
|
||||
}
|
||||
|
||||
/* ---- 11.9. PUBLICGUILDANNOUNCEMENT ---- */
|
||||
/* ---- 12.9. PUBLICGUILDANNOUNCEMENT ---- */
|
||||
|
||||
#app-mount .popout-AVsFMl {
|
||||
background-color: var(--background-tertiary);
|
||||
|
@ -3762,7 +3785,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: var(--header-primary);
|
||||
}
|
||||
|
||||
/* ---- 11.10. QUICKSELECTPOPOUT ---- */
|
||||
/* ---- 12.10. QUICKSELECTPOPOUT ---- */
|
||||
|
||||
#app-mount .selectableItem-3-fmiM {
|
||||
color: var(--header-primary);
|
||||
|
@ -3788,7 +3811,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background-color: var(--background-accent);
|
||||
}
|
||||
|
||||
/* ---- 11.11. RTCSTATUSPOPOUT ---- */
|
||||
/* ---- 12.11. RTCSTATUSPOPOUT ---- */
|
||||
|
||||
#app-mount .container-1ILvLB {
|
||||
width: 260px;
|
||||
|
@ -3819,7 +3842,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
background-color: var(--header-primary);
|
||||
}
|
||||
|
||||
/* ---- 11.12. PHONE-/EMAILVALIDATION ---- */
|
||||
/* ---- 12.12. PHONE-/EMAILVALIDATION ---- */
|
||||
|
||||
#app-mount .input-3NIgDw {
|
||||
background-color: var(--background-accent);
|
||||
|
@ -3872,7 +3895,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: var(--header-secondary);
|
||||
}
|
||||
|
||||
/* ---- 11.13. WARNINGPOPOUT ---- */
|
||||
/* ---- 12.13. WARNINGPOPOUT ---- */
|
||||
|
||||
#app-mount .contentWarningPopout-WKdbDG {
|
||||
background-color: var(--background-primary);
|
||||
|
@ -3885,7 +3908,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: var(--header-primary);
|
||||
}
|
||||
|
||||
/* ---- 11.14. ADDROLE ---- */
|
||||
/* ---- 12.14. ADDROLE ---- */
|
||||
|
||||
#app-mount .container-1S70rv {
|
||||
width: 300px;
|
||||
|
@ -3903,7 +3926,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
}
|
||||
|
||||
|
||||
/* ~~~~ 12. BDSUPPORT ~~~~ */
|
||||
/* ~~~~ 13. BDSUPPORT ~~~~ */
|
||||
|
||||
html .toast,
|
||||
html .bd-toast {
|
||||
|
@ -4275,7 +4298,7 @@ html .monaco-menu .monaco-action-bar.vertical .submenu-indicator.codicon::before
|
|||
}
|
||||
|
||||
|
||||
/* ~~~~ 13. POWERCORDSUPPORT ~~~~ */
|
||||
/* ~~~~ 14. POWERCORDSUPPORT ~~~~ */
|
||||
|
||||
html .powercord-toast-container {
|
||||
--toast-background: var(--background-secondary);
|
||||
|
@ -4304,15 +4327,15 @@ html .powercord-pc-icon:active::before {
|
|||
}
|
||||
|
||||
|
||||
/* ~~~~ 14. PLUGINSUPPORT ~~~~ */
|
||||
/* ~~~~ 15. PLUGINSUPPORT ~~~~ */
|
||||
|
||||
/* ---- 14.1. MEMBERCOUNT ---- */
|
||||
/* ---- 15.1. MEMBERCOUNT ---- */
|
||||
|
||||
#app-mount #MemberCount {
|
||||
background-color: var(--background-secondary);
|
||||
}
|
||||
|
||||
/* ---- 14.2. CHANNELTABS ---- */
|
||||
/* ---- 15.2. CHANNELTABS ---- */
|
||||
|
||||
html #channelTabs-settingsMenu,
|
||||
html .channelTabs-tabNav > div,
|
||||
|
@ -4329,7 +4352,7 @@ html .channelTabs-tabContainer .channelTabs-tabNav > .channelTabs-tabNavClose:ho
|
|||
background: rgb(var(--dangercolor));
|
||||
}
|
||||
|
||||
/* ---- 14.3. TYPINGINDICATOR ---- */
|
||||
/* ---- 15.3. TYPINGINDICATOR ---- */
|
||||
|
||||
html .typingindicator-guild,
|
||||
html .typingindicator-dms,
|
||||
|
@ -4349,7 +4372,7 @@ html .typingindicator-folder {
|
|||
}
|
||||
|
||||
|
||||
/* ~~~~ 14. WATERMARK ~~~~ */
|
||||
/* ~~~~ 16. WATERMARK ~~~~ */
|
||||
|
||||
html:only-child > head + body div.typeWindows-2-g3UY.titleBar-1it3bQ.horizontalReverse-2QssvL.flex-3BkGQD.directionRowReverse-HZatnx.justifyStart-2Mwniq.alignStretch-Uwowzr > div.wordmark-2u86JB {
|
||||
display: block !important;
|
||||
|
|
Loading…
Reference in New Issue