@import url(https://maendisease.github.io/BetterDiscordStuff/css/bearableInbox.css); /* Use the banner color of profile popout as background */ @import url(https://maendisease.github.io/BetterDiscordStuff/css/ProfileBannerSkins.css); /* DM resize */ @import url(https://maendisease.github.io/BetterDiscordStuff/css/ChannelDms.css); /* settings sidebar */ @import url(https://maendisease.github.io/BetterDiscordStuff/css/SettingsSidebar.css); @import url(https://maendisease.github.io/BetterDiscordStuff/Themes/Float/addon/SettingsIcons.css); .closeButton-PCZcma { display: none; } /* Includes variables */ :root { --server-unread-colour: 255, 255, 255; --server-hover-colour: 255, 255, 255; --server-selected-colour: var(--accent, 0, 231, 169); --server-spacing: 16px; --server-glow-intensity: 1; } /* Arredondado Context Menu */ .menu-1QACrS, .colorDefault-CDqZdO { border-radius: 15px; } /* Esconder opção de convidar para o servidor dos usuários */ #user-context-invite-to-server { display: none; } /* settings/deafen/mute buttons animated */ .button-12Fmur:hover .contents-3ca1mk {animation: UserModalButtons 0.5s normal ease;} .container-YkUktl .noWrap-hBpHBz {width: 100px;opacity: 1;} .button-12Fmur {transition: 0.2s;} .button-12Fmur:hover {padding-bottom: 0px;transition: 0.2;} @keyframes UserModalButtons { 0% { transform: translateY(0px); } 50% { transform: translateY(-5px); } 100% { transform: translateY(0px); } } /* Mudanças no ChannelDMs */ html .ChannelDms-channelmembers-wrap .ChannelDms-channelmembers-header { background: var(--background-secondary); } html .ChannelDms-channelmembers-wrap .ChannelDms-channelmembers-header { background: var(--background-secondary); } .members-3WRCEx { border-left: 0; } .ChannelDms-channelmembers-wrap { border-left: var(--border); } .ChannelDms-channelmembers-wrap .privateChannels-oVe7HL>.scroller-WSmht3 { border-top: var(--border); } /* controles de vídeo */ .videoControls-2NzHnF { flex-wrap: wrap; width: 80%; height: 10%; max-width: 90vh; max-height: 6vh; bottom: 4%; padding-bottom: 14px; margin: 0 auto; border-radius: 8px; backdrop-filter: blur(12px) } .wrapperControlsHidden-2BK8R2 .videoControls-2NzHnF {bottom: 0} .videoControls-2NzHnF .durationTimeWrapper-LdSEv8 { position: absolute; display: flex; justify-content: space-between; width: calc(100% - 24px); left: 8px; margin-top: 42px } .videoControls-2NzHnF .durationTimeSeparator-1Cqi9N {display: none} .videoControls-2NzHnF>div:nth-child(1) {margin: 0 auto} .videoControls-2NzHnF .horizontal-2HFjqv {order: 1;padding: 0 6vh} .videoControls-2NzHnF .flex-3BkGQD {order: -2} .videoControls-2NzHnF #Loop {order: -1} .metadata-3IncIG {pointer-events: none} .metadataDownload-3IY84h {pointer-events: auto} /* banner tela cheia */ .bannerPremium-kkSkPv:not(.accountProfileCard-lbN7n- .banner-1YaD3N, .userPopout-2j1gM4 .banner-1YaD3N), .banner-1YaD3N:not(.accountProfileCard-lbN7n- .banner-1YaD3N, .userPopout-2j1gM4 .banner-1YaD3N, .popoutBanner-3cqRD9) { position:absolute; height:100%; width:100%; filter: blur(px); background-blend-mode: darken; background: rgba(0, 0, 0, 0.349); border-radius:5px; bottom:0px; } .note-3M15gE > textarea,.note-Go5ZP2 > textarea,.bodyInnerWrapper-2bQs1k,.footer-3naVBw,.inputWrapper-1YNMmM > input, .role-2TIOKu { background-color:transparent!important; } .avatar-3QF_VA,.wrapper-1VLyxH { border-color:transparent!important; background-color:transparent!important; } .nameTag-2Nlmsy{ left: 135px; } .root-8LYsGj .badgeList-2aoHPw { position: relative; margin-top: 10px; margin-left: -13px; } .root-8LYsGj .tabBarContainer-sCZC4w{ margin-top: 50px; } .premiumIconWrapper-32h0Ri { display: none; } .root-8LYsGj .relationshipButtons-3ByBpj{ margin-top: -25px; } .userInfoSection-2u2hir{ margin-top: 10px; } .applicationInstallButton-1-58qm { display: none; } .customStatusActivity-WKWGD-{ margin-top: 50px; margin-left: 10px; } /* mensagem ping indicador */ .message-2CShn3.cozyMessage-1DWF9U.mentioned-Tre-dv.groupStart-3Mlgv1.wrapper-30-Nkg.cozy-VmLDNB.zalgo-26OfGz::before, .message-2CShn3.cozyMessage-1DWF9U.mentioned-Tre-dv.wrapper-30-Nkg.cozy-VmLDNB.zalgo-26OfGz::before { position: initial; } .mentioned-Tre-dv { background-color: hsla(235, 87%, 65%, 0.113); border-left: 2px solid #5865F2; } .mentioned-Tre-dv:hover { background-color: hsla(235, 87%, 65%, 0.226) !important; border-left: 2px solid rgb(88, 101, 242); } /* Unclamp the About Me section, so it's not limited to just 6 lines. (normally it cuts off at 6 and adds a ...) */ .clamped-2ZePhX{ -webkit-line-clamp: 190; /*Maximum amount of characters as new lines, unset just breaks links*/ max-height:112px; overflow-x: hidden; overflow-y:auto; } .clamped-2ZePhX::-webkit-scrollbar { width: 10px; height: 15px; } .clamped-2ZePhX::-webkit-scrollbar-track { border-radius: 10px; /*How round you want the scrollbar to be. 0 is square, 10px is round.*/ background-color: rgb(255 255 255 / 10%); /*Edit this to what color you want the track to be.*/ } .clamped-2ZePhX::-webkit-scrollbar-thumb { background: linear-gradient(45deg, #5348c8, #401affae); /* Edit this to whatever color/colors you'd like*/ border-radius: 10px; /*How round you want the scrollbar thumb to be. 0 is square, 10px is round.*/ } .scroller-3X7KbA>div[aria-label]::-webkit-scrollbar { width: 1px; } /* fundo desfocado */ .layer-1Ixpg3 { backdrop-filter: blur(10px); } /* pop up sem conexão */ .container-2RRFHK { background: transparent; pointer-events: none; } .container-2RRFHK .anchor-1MIwyf { pointer-events: auto; } .container-2RRFHK .content-3AIQZv .text-2bYgPB { display:none; } .container-2RRFHK .ready-3BZNWT { position: absolute; bottom: 44px; right: 244px; z-index: 1; } .container-2RRFHK img, .container-2RRFHK video { width: 32px; height: 32px; } .container-2RRFHK .problems-CvGwpb { padding: 8px 16px; bottom: 18px; left: unset; right: 18px; width:fit-content; height:fit-content; background-color: var(--background-floating); border-radius: 8px; -webkit-box-shadow: var(--elevation-stroke), var(--elevation-medium); box-shadow: var(--elevation-stroke), var(--elevation-medium); } /* Ajeitando "remover anexos" */ .messageAttachmentNoJustify-lIzP9c { justify-self: start !important; } /* Better Spotify Controls */ .container-6sXIoE.withTimeline-824fT_ { height: var(--playerHeight); border: none; padding: var(--paddingSides) var(--paddingSides) 10px var(--paddingSides); margin: 0; position: relative; display: flex; flex-flow: column nowrap; justify-content: space-between; overflow: hidden; z-index: 999; } .container-6sXIoE.withTimeline-824fT_.maximized-vv2Wr0 { --albumCoverRadius: 10px; --paddingSides: 15px; --playerHeight: 330px; padding-top: 10px; } .container-6sXIoE.withTimeline-824fT_.maximized-vv2Wr0:before { content: ""; width: calc(100% - (var(--paddingSides) - 8px) * 2); height: calc(100% - (var(--paddingSides) - 8px) * 2); background-color: hsla(0deg, 0%, 0%, 0.2); border-radius: 10px; position: absolute; inset: 50% 0 0 50%; z-index: -1; transform: translate(-50%, -50%); } .container-6sXIoE.withTimeline-824fT_.maximized-vv2Wr0:hover svg { pointer-events: all; } .container-6sXIoE.withTimeline-824fT_.maximized-vv2Wr0:hover svg[name=LeftCaret] { transform: rotate(-90deg) translate(0, 0) !important; } .container-6sXIoE.withTimeline-824fT_.maximized-vv2Wr0:hover svg[name=ActivityDisabled] { transform: none !important; } .container-6sXIoE.withTimeline-824fT_.maximized-vv2Wr0 .coverWrapper-YAplwJ { width: 100%; border-radius: 15px; position: relative; transform: scale(0.9); overflow: hidden; } .container-6sXIoE.withTimeline-824fT_.maximized-vv2Wr0 .inner-WRV6k5 > *:last-child button:nth-child(3) > div, .container-6sXIoE.withTimeline-824fT_.maximized-vv2Wr0 .inner-WRV6k5 > *:last-child button:nth-child(4) > div, .container-6sXIoE.withTimeline-824fT_.maximized-vv2Wr0 .inner-WRV6k5 > *:last-child button:nth-child(5) > div { transform: scale(1.6); } .container-6sXIoE.withTimeline-824fT_.maximized-vv2Wr0 svg { color: #fff; background-color: transparent; padding: 0; margin: 0; filter: drop-shadow(0 0 5px hsla(0deg, 0%, 0%, 0.8)); transition: transform 200ms ease-in-out; visibility: visible; pointer-events: none; } .container-6sXIoE.withTimeline-824fT_.maximized-vv2Wr0 svg[name=LeftCaret] { inset: auto auto 8px 8px; transform: translateX(-40px) rotate(-90deg); } .container-6sXIoE.withTimeline-824fT_.maximized-vv2Wr0 svg[name=ActivityDisabled] { transform: translateX(40px); } .container-6sXIoE.withTimeline-824fT_:not(.maximized-vv2Wr0) { --albumCoverRadius: 8px; --paddingSides: 18px; --playerHeight: 100px; } .container-6sXIoE.withTimeline-824fT_:not(.maximized-vv2Wr0) .inner-WRV6k5 { height: 35px; text-shadow: 0 1px 5px hsla(0deg, 0%, 0%, 0.5); overflow: hidden; } .container-6sXIoE.withTimeline-824fT_:not(.maximized-vv2Wr0) .inner-WRV6k5 button { width: 25px; height: 25px; } .container-6sXIoE.withTimeline-824fT_:not(.maximized-vv2Wr0) .coverWrapper-YAplwJ { width: calc(100% - (var(--paddingSides) - 8px) * 2); height: calc(var(--playerHeight) - 10px); margin: 0; position: absolute; inset: 10px 0 0 10px; overflow: hidden; z-index: -1; } .container-6sXIoE.withTimeline-824fT_:not(.maximized-vv2Wr0) .cover-SwJ-ck { --extraExpansion: 20px; width: calc(100% + var(--extraExpansion)); height: calc(100% + var(--extraExpansion)); position: absolute; inset: 50% 0 0 50%; filter: blur(px); transform: translate(-50%, -50%); opacity: 0.5; pointer-events: none; } .container-6sXIoE.withTimeline-824fT_:not(.maximized-vv2Wr0) .maximizer-RVu85p { width: 100%; height: 10px; background-color: hsla(0deg, 0%, 0%, 0.2); border-radius: 0; padding: 0; transform: none; } .container-6sXIoE.withTimeline-824fT_:not(.maximized-vv2Wr0) .maximizer-RVu85p > * { transform: rotate(90deg); } .container-6sXIoE.withTimeline-824fT_:hover .bar-g2ZMIm:before { opacity: 0.2 !important; } .container-6sXIoE.withTimeline-824fT_:hover .bar-g2ZMIm:after { opacity: 0.6 !important; } .container-6sXIoE.withTimeline-824fT_ .coverWrapper-YAplwJ { border-radius: var(--albumCoverRadius) !important; margin: 0; } .container-6sXIoE.withTimeline-824fT_ .timeline-UWmgAx { margin: 0; } .container-6sXIoE.withTimeline-824fT_ .timeline-UWmgAx .bar-g2ZMIm { height: 5px; background-color: transparent; position: relative; z-index: 1; overflow: visible; } .container-6sXIoE.withTimeline-824fT_ .timeline-UWmgAx .bar-g2ZMIm:before, .container-6sXIoE.withTimeline-824fT_ .timeline-UWmgAx .bar-g2ZMIm:after { content: ""; width: 100%; height: 100%; border-radius: 5px; position: absolute; inset: 0 auto auto 0; transition: opacity 100ms ease-out; } .container-6sXIoE.withTimeline-824fT_ .timeline-UWmgAx .bar-g2ZMIm:before { background-color: rgba(255, 255, 255, 0.6); opacity: 0.4; z-index: -1; } .container-6sXIoE.withTimeline-824fT_ .timeline-UWmgAx .bar-g2ZMIm:after { background-color: rgba(255, 255, 255, 0.041); background-position: center; border-radius: 5px; z-index: -2; } .container-6sXIoE.withTimeline-824fT_ .timeline-UWmgAx .barFill-Dhkah7 { background-color: rgba(42, 76, 168, 0.616); } .container-6sXIoE.withTimeline-824fT_ .timeline-UWmgAx .grabber-7sd5f5 { width: 25px; height: 15px; background-color: transparent; background-image: url("https://cdn.discordapp.com/attachments/831341988703764500/1008434093706444904/harmony.png?size=4096"); background-size: cover; border-radius: 0; margin-left: -15px; position: absolute; inset: -5px 0 0 0; display: block !important; } .container-6sXIoE.withTimeline-824fT_ .details-ntX2k5 > * { color: rgb(255, 255, 255); } .container-6sXIoE.withTimeline-824fT_ .details-ntX2k5 > *:last-child { opacity: 0.7; } .container-6sXIoE.withTimeline-824fT_ button { color: rgba(255, 255, 255, 0.63); margin: 0 !important; transition: transform 50ms ease-out; filter: drop-shadow(0 0 5px hsla(0deg, 0%, 0%, 0.5)); } .container-6sXIoE.withTimeline-824fT_ button:hover { color: white; background-color: transparent; } .container-6sXIoE.withTimeline-824fT_ button:active { transform: translateY(2px); }/*# sourceMappingURL=spotify.css.map */ /* leve blur no painel de usuário/spotify */ .panels-3wFtMD { background-color: rgba(255, 255, 255, 0.020) !important; background-color: transparent; backdrop-filter: blur(5px); } /* transparent folders */ .folder-241Joy .folderIconWrapper-1oRIZr{ background-color: transparent !important; } /* COMEÇO MENSAGEM BLOQUEADA */ @font-face { font-family: Blank; src: url("https://raw.githack.com/adobe-fonts/adobe-blank/master/AdobeBlank.ttf.woff"); unicode-range: U+2014; } /*Icon*/ .blockedSystemMessage-3FmE9n .iconContainer-2rPbqG { display: none; } /*Button Layout*/ .blockedSystemMessage-3FmE9n { display: flex; justify-content: center; align-items: center; background: rgba(104, 104, 248, 0.008); backdrop-filter: blur(5px); border: 1px solid rgba(255, 255, 255, 0.021); border-radius: 8px; } .blockedSystemMessage-3FmE9n { margin-left: -56px; margin-right: -16px; } .blockedSystemMessage-3FmE9n .content-vSHmMD { font-size: 12px !important; font-weight: 500; padding: 1px 0; text-transform: uppercase; } /*Text*/ .blockedMessageText-3Zeg3y { cursor: pointer; pointer-events: none; font-family: Blank, var(--font-primary); color: rgba(255, 255, 255, 0.233); margin-right: -2.64px; z-index: 0; } .blockedAction-2cPk2G { pointer-events: all; display: block; position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; color: rgba(0,0,0,0%) !important; z-index: -1; } /*Button Hover*/ .blockedSystemMessage-3FmE9n:hover { box-shadow: 0 1px 3px rgb(0 0 0 / 16%); } .blockedSystemMessage-3FmE9n:hover .blockedAction-2cPk2G { background: rgba(80, 80, 255, 0.055); border-radius: 8px; } /*Expanded Layout Button*/ .groupStart-3Mlgv1.expanded-3lghlw .blockedSystemMessage-3FmE9n { background: none; border: 0; border-radius: 8px; margin-left: -73px; margin-right: -17px; top: -.125rem; } .groupStart-3Mlgv1.expanded-3lghlw .blockedSystemMessage-3FmE9n:hover { background: rgba(80, 80, 255, 0.055); box-shadow: none; } /*Expanded Layout*/ .groupStart-3Mlgv1.expanded-3lghlw { background: rgba(0, 0, 0, 0.11); backdrop-filter: blur(5px); border: 1px solid rgba(255, 255, 255, 0.021); border-radius: 8px; margin-left: 16px; margin-right: 0px; } .groupStart-3Mlgv1.expanded-3lghlw:hover { box-shadow: 0 1px 3px rgb(0 0 0 / 16%); } .groupStart-3Mlgv1.expanded-3lghlw .messageListItem-ZZ7v6g:last-child { padding-bottom: 20px; } /*Keep Button In Place*/ .group-spacing-0 .groupStart-3Mlgv1.expanded-3lghlw { margin-top: 3px; margin-bottom: 3px; } .group-spacing-4 .groupStart-3Mlgv1.expanded-3lghlw { margin-top: 7px; margin-bottom: 7px; } .group-spacing-8 .groupStart-3Mlgv1.expanded-3lghlw { margin-top: 11px; margin-bottom: 11px; } .group-spacing-16 .groupStart-3Mlgv1.expanded-3lghlw { margin-top: 19px; margin-bottom: 19px; } .group-spacing-24 .groupStart-3Mlgv1.expanded-3lghlw { margin-top: 27px; margin-bottom: 27px; } .chatContent-3KubbW .scrollerInner-2PPAp2>li:last-child > .groupStart-3Mlgv1.expanded-3lghlw { margin-bottom: 0 !important; } :nth-last-child(2).groupStart-3Mlgv1.expanded-3lghlw { margin-bottom: 2px; } /* FIM MENSAGEM BLOQUEADA */ /* Status Picker */ #account.menu-1QACrS .submenu-1apzyU[aria-activedescendant^="account-status-picker"] { width: var(--account-menu-width); transform: translate(calc((var(--account-menu-width) + 4px) * -1), -8px); transform-origin: top left; } #account.menu-1QACrS .submenu-1apzyU[aria-activedescendant^="account-status-picker"] .scroller-1bVxF5 { display: flex; justify-content: space-around; } #account.menu-1QACrS .submenu-1apzyU[aria-activedescendant^="account-status-picker"] .status-2xYiEF, #account.menu-1QACrS .submenu-1apzyU[aria-activedescendant^="account-status-picker"] .description-1Dd2kv, #account.menu-1QACrS .submenu-1apzyU[aria-activedescendant^="account-status-picker"] .separator-1So4YB { display:none; } #account.menu-1QACrS .submenu-1apzyU[aria-activedescendant^="account-status-picker"] .statusItem-38ArJn { padding: 6px auto; min-height: 20px; } #account.menu-1QACrS .submenu-1apzyU[aria-activedescendant^="account-status-picker"] .statusItem-38ArJn svg { margin: auto; height: 14px; width: 14px; } /* better discord settings on top */ .side-2ur1Qk>:where(.bd-sidebar-header,.bd-settings-tab,.bd-customcss-tab,.bd-plugins-tab,.bd-themes-tab,.pluginrepo-tab,.themerepo-tab,:where(.bd-themes-tab,.pluginrepo-tab,.themerepo-tab)+.separator-2wx7h6,div:nth-child(-n+8)){ order: -1; } /* TESTE */ .sessions-2KZ0-Q .session-9khLqt { gap: 12px; } .sessions-2KZ0-Q .sessionInfo-HxfESS { gap: 0; } .sessions-2KZ0-Q .eyebrow-Ejf06y.sessionInfoRow-pEX9fY { font-size: 1rem; font-weight: 600; line-height: 1.375rem; font-family: var(--font-primary); text-transform: capitalize; } .sessions-2KZ0-Q .text-sm-medium-3Pz3rB.sessionInfoRow-pEX9fY { color: var(--channels-default); } .sessions-2KZ0-Q .sessionIcon-2fwSzb { background: none; color: var(--interactive-normal); } .sessions-2KZ0-Q .session-9khLqt.currentSession-1g_u10 .sessionIcon-2fwSzb { color: var(--status-positive); } /* Expanded Searchbar */ div[class^="toolbar-"] div[class^="search-"] > div[class^="searchBar-"] { border-radius: 8px; /*rounds corners of search bar*/ width: 250px; /*search bar size when left alone*/ transition-duration: 300ms; /*transition time for expanding search bar*/ } div[class^="toolbar-"] div[class^="search-"] > div[class^="searchBar-"]:hover, div[class^="toolbar-"] div[class~="focused"] > div[class^="searchBar-"] { width: 400px; /*search bar on size hover & select*/ } /* (editado) transparente */ .edited-1v5nT8 { opacity: 50%} /* roles background */ .role-2TIOKu { transform: translate(0); overflow: hidden; --transparency: 0.2; border-radius: 8px; } .role-2TIOKu .roleRemoveIcon-387wKV { margin: 0; left: unset; transform: translate(50%,-50%); } .role-2TIOKu .roleRemoveButton-17oXnT { position: static; } .role-2TIOKu .roleCircle-3K9O3d:before { content: ''; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; position: absolute; background: inherit; opacity: var(--transparency); } /* borda curvada em `código` */ .inline { border-radius: 7px !important; } /* TESTE */ .scrollerInner-2PPAp2 .cozy-VmLDNB .messageContent-2t3eCI::selection { opacity: 0.2; } /* Bearable Inbox */ .recentMentionsPopout-2bI1ZN .channelHeader-DFRX8q, .recentMentionsPopout-2bI1ZN .container-iA3Qrz { background: transparent !important; }