mirror of
https://github.com/EndPwnArchive/misc.git
synced 2024-08-14 22:46:50 +00:00
initial commit
This commit is contained in:
commit
8b80820674
5 changed files with 2108 additions and 0 deletions
554
css/dr1ft.css
Normal file
554
css/dr1ft.css
Normal file
|
@ -0,0 +1,554 @@
|
|||
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono');
|
||||
body, input, textarea {
|
||||
font-family: 'Roboto' !important;
|
||||
}
|
||||
pre {
|
||||
font-family: 'Roboto Mono' !important;
|
||||
}
|
||||
.guild-inner, .guilds-add {
|
||||
transition: filter 0.2s;
|
||||
}
|
||||
/*.guild-inner:hover {
|
||||
filter: brightness(150%);
|
||||
}*/
|
||||
.message-group {
|
||||
padding: 10px 0;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
textarea[placeholder^=Message][style='height: auto;'] {
|
||||
height: 20px !important;
|
||||
}
|
||||
.emoji.jumboable {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
|
||||
*, *::after, *::before {
|
||||
border-radius: 0% !important;
|
||||
}
|
||||
|
||||
div[class*="mask-"]
|
||||
{
|
||||
mask: none !important;
|
||||
-webkit-mask: none !important;
|
||||
-webkit-mask-size: 0% !important;
|
||||
}
|
||||
|
||||
button,
|
||||
div[class*="button-"],
|
||||
.member,
|
||||
.guild,
|
||||
.emoji-item {
|
||||
transition: transform .1s !important;
|
||||
}
|
||||
|
||||
.message-group {
|
||||
border-bottom-color: rgba(0,0,0,0) !important;
|
||||
}
|
||||
|
||||
|
||||
div[class^="autocomplete"] {
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
form {
|
||||
margin-right: 10px !important;
|
||||
margin-left: 10px !important;
|
||||
border-top-color: rgba(0,0,0,0) !important;
|
||||
}
|
||||
|
||||
div[class^="channelTextArea"] {
|
||||
margin-bottom: 6px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
[class*="typing"] {
|
||||
top: -10px !important;
|
||||
background-color: rgba(0,0,0,0) !important;
|
||||
}
|
||||
|
||||
[class*="typing"] [class*="ellipsis"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
[class*="typing"] [class*="text"] {
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
svg[class^="attachButton"],
|
||||
div[class^="attachButton"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
textarea {
|
||||
padding-top: 3px !important;
|
||||
padding-left: 8px !important;
|
||||
padding-bottom: 2px !important;
|
||||
}
|
||||
|
||||
div[class^="emojiButton"] {
|
||||
top: 4px !important;
|
||||
right: 4px !important;
|
||||
}
|
||||
|
||||
|
||||
@keyframes flickerAnimation {
|
||||
0% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
50% {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
[class*="avatar"][class*="small"] [class*="statusTyping"] {
|
||||
border-style: hidden !important;
|
||||
animation: flickerAnimation 1s infinite;
|
||||
}
|
||||
|
||||
[class*="avatar"][class*="small"] [class*="status"] {
|
||||
border-style: hidden !important;
|
||||
left: -4px !important;
|
||||
width: 4px !important;
|
||||
height: 100% !important;
|
||||
top: 0px !important;
|
||||
}
|
||||
|
||||
|
||||
[class*="botTag"] {
|
||||
visibility: hidden;
|
||||
margin-left: 2px;
|
||||
font-size: 0%;
|
||||
}
|
||||
|
||||
[class*="botTag"]:before {
|
||||
visibility: visible;
|
||||
content: "⚙️";
|
||||
font-size: 15px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.theme-dark .friends-table .scroller-wrap ::-webkit-scrollbar-track-piece,
|
||||
.theme-dark .messages-wrapper .scroller-wrap ::-webkit-scrollbar-track-piece {
|
||||
background-color: rgba(0,0,0,0) !important;
|
||||
}
|
||||
|
||||
[class*="scroller"]::-webkit-scrollbar-thumb,
|
||||
[class*="scroller"]::-webkit-scrollbar-track,
|
||||
[class*="scroller"]::-webkit-scrollbar-track-piece {
|
||||
border-color: rgba(0,0,0,0) !important;
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
[class*="scroller"]::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(0,0,0,0.25) !important;
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
|
||||
.chat .avatar-large:hover {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
|
||||
.guilds-wrapper .guild-separator,
|
||||
.guilds-wrapper .guild-separator:after {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
/*.guilds-wrapper .guilds .guild.unread .guild-inner {
|
||||
border-color: rgba(255,255,255,0.25);
|
||||
}*/
|
||||
.guilds-wrapper .guilds .guild.unread:before {
|
||||
background-color: rgba(255,255,255,0.25);
|
||||
}
|
||||
|
||||
/*.guilds-wrapper .guilds .guild.selected .guild-inner {
|
||||
border-color: rgba(0,255,255,0.25);
|
||||
}*/
|
||||
.guilds-wrapper .guilds .guild.selected:before {
|
||||
background-color: rgba(0,255,255,0.25);
|
||||
}
|
||||
|
||||
.guilds-wrapper .guilds .guild.selected:before,
|
||||
.guilds-wrapper .guilds .guild.unread:before,
|
||||
.guilds-wrapper .guilds .guild:hover:before {
|
||||
width: 6px;
|
||||
height: 50px;
|
||||
margin-top: -25px;
|
||||
margin-left: 9px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.guilds-wrapper .guilds .guilds-add,
|
||||
.guilds-wrapper .guilds .guild .guild-inner{
|
||||
background-color: rgba(0,0,0,0) !important;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
/*.guilds-wrapper .guilds .guilds-add {
|
||||
border-style: solid;
|
||||
border-color: rgba(255,255,255,0.25);
|
||||
border-width: 1px;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
/*.guilds-wrapper .guilds .guild-inner:hover,
|
||||
.guilds-wrapper .guilds .guilds-add:hover {
|
||||
border-color: rgba(255,255,255,0.50);
|
||||
}*/
|
||||
|
||||
|
||||
[class^="winButtonClose"]:hover{
|
||||
background-color: rgba(255,0,0,.75) !important;
|
||||
}
|
||||
|
||||
[class^="winButtonMinMax"]:hover{
|
||||
background-color:rgba(0,255,255,.75) !important;
|
||||
}
|
||||
|
||||
|
||||
/* Copyright (c) 2016-2017 DinosParkour
|
||||
* Please do not redistribute without permission.
|
||||
* Thank you, and enjoy!
|
||||
*
|
||||
* VERSION: 1.4.20
|
||||
*
|
||||
*/
|
||||
|
||||
/* Background */
|
||||
[class^="app"] {
|
||||
background-image: url("https://www.sketchuptextureclub.com/public/texture_d/0023-brushed-dark-steel-metal-texture-seamless-hr.jpg");
|
||||
background-size: tile;
|
||||
}
|
||||
|
||||
/*Transparency*/
|
||||
#voice-connection,
|
||||
#friends,
|
||||
.friends-header,
|
||||
.friends-table,
|
||||
.guilds-wrapper,
|
||||
.guild-header header,
|
||||
.channels-wrap,
|
||||
.private-channels .search-bar,
|
||||
.private-channels,
|
||||
.guild-channels,
|
||||
[class^="channels-"],
|
||||
.account,
|
||||
.friend-table-add-header,
|
||||
.chat,
|
||||
.content,
|
||||
.layers,
|
||||
.title-wrap:not(.search-bar),
|
||||
.messages-wrapper,
|
||||
.messages .divider span,
|
||||
.messages .divider:before,
|
||||
.content,
|
||||
.message-group-blocked,
|
||||
.is-local-bot-message,
|
||||
.channel-members-loading,
|
||||
.channel-members-loading .heading,
|
||||
.channel-members-loading .member,
|
||||
[class*="members-"],
|
||||
[class*="typing"],
|
||||
/*[class^="channelText"],*/
|
||||
form,
|
||||
|
||||
.ui-standard-sidebar-view,
|
||||
.sidebar-region,
|
||||
.content-region,
|
||||
|
||||
[class^="layer-"],
|
||||
[class*="flex-"] {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
/*Guild area*/
|
||||
/*.guild-inner:hover,*/
|
||||
li.active .guild-inner {
|
||||
background-color: rgba(115,139,215,0.5) !important;
|
||||
}
|
||||
|
||||
.guilds-wrapper {
|
||||
width: 85px;
|
||||
}
|
||||
|
||||
.guilds {
|
||||
background: rgba(20,23,27,0.15);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*Create new guild button*/
|
||||
.guilds-add {
|
||||
opacity: .420;
|
||||
}
|
||||
|
||||
/*Channel area*/
|
||||
.channel-notice {
|
||||
opacity: .95;
|
||||
}
|
||||
|
||||
.channel:not(.selected) {
|
||||
transition: background .3s ease-out;
|
||||
}
|
||||
|
||||
.channel:not(.selected):hover {
|
||||
transition: background .2s ease-in;
|
||||
background: rgba(235,232,218,0.05);
|
||||
}
|
||||
|
||||
/*[class*="scroller-"] .channel-text.selected:before,
|
||||
[class*="scroller-"] .channel-text.selected:hover:before,
|
||||
[class*="scroller-"] .channel-text:hover.channel-muted:before,
|
||||
[class*="scroller-"] .channel-text:hover:not(.unread):before,
|
||||
[class*="scroller-"] .channel.selected:before,
|
||||
[class*="scroller-"] .channel:hover:before {
|
||||
border-left: 5px solid purple;
|
||||
}
|
||||
|
||||
[class*="scroller-"] .channel:hover:before {
|
||||
opacity: .25;
|
||||
}*/
|
||||
|
||||
.search-result,
|
||||
.tab-bar-item:hover {
|
||||
background: rgba(235,232,218,0.05) !important;
|
||||
}
|
||||
|
||||
.friends-row:hover,
|
||||
.search-result:hover,
|
||||
.btn-friends.selected,
|
||||
.search-result.selected,
|
||||
.channel.selected.private,
|
||||
div.channel.channel-text.selected {
|
||||
background: rgba(235,232,218,0.1) !important;
|
||||
}
|
||||
|
||||
/*Voice panel*/
|
||||
#voice-connection {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
/*Buttons*/
|
||||
#voice-connection .btn,
|
||||
.account .btn {
|
||||
border: none;
|
||||
border-bottom: solid 1px rgba(235,232,218,0.05);
|
||||
background-color: rgb(42, 42, 42) !important;
|
||||
opacity: .65;
|
||||
}
|
||||
|
||||
#voice-connection .btn-group,
|
||||
.account .btn-group {
|
||||
box-shadow: .75px 1.5px 1px #14171b;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/*User settings*/
|
||||
.account .username {
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
font-family: sans-serif;
|
||||
text-shadow: 1.35px .75px 1px black;
|
||||
}
|
||||
|
||||
.account {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.status {
|
||||
border-color: rgba(0,0,0,0.33) !important;
|
||||
}
|
||||
|
||||
/*Popout menu*/
|
||||
.popout header,
|
||||
.slider-bar-fill {
|
||||
background-color: #06c;
|
||||
}
|
||||
|
||||
.user-popout .user-popout-options .btn {
|
||||
background-color: #06c;
|
||||
}
|
||||
|
||||
.user-popout .user-popout-options .btn:hover {
|
||||
background-color: #0080ff;
|
||||
}
|
||||
|
||||
.user-popout .username {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/*Tooltips*/
|
||||
.tooltip {
|
||||
background:#06c;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-right:after {
|
||||
border-right-color:#06c;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-top:after {
|
||||
border-top-color:#06c;
|
||||
}
|
||||
|
||||
/*Friends*/
|
||||
.icon-friends {
|
||||
background-color: rgba(0,0,0,0.35) !important;
|
||||
}
|
||||
|
||||
|
||||
#friends .tab-bar-item {
|
||||
transition: background .2s ease-out;
|
||||
}
|
||||
|
||||
#friends .tab-bar-item:hover {
|
||||
transition: background .2s ease-in;
|
||||
background-color: rgba(0,0,0,0.25) !important;
|
||||
}
|
||||
|
||||
.friends-header {
|
||||
border-bottom-color: rgba(0,0,0,0.25) !important;
|
||||
}
|
||||
|
||||
/*Channel bar*/
|
||||
.flex-spacer .title-wrap {
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
/*Chat area*/
|
||||
.chat .flex-spacer {
|
||||
background: rgba(255,255,255,0.05);
|
||||
border-top-left-radius: 23px;
|
||||
border-bottom-left-radius: 23px;
|
||||
}
|
||||
|
||||
.markup {
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
|
||||
/*Unread messages*/
|
||||
.chat .new-messages-bar {
|
||||
background-color: rgba(204,97,61,0.9);
|
||||
}
|
||||
|
||||
.chat .new-messages-bar:hover {
|
||||
background-color: rgba(204,97,61,1);
|
||||
}
|
||||
|
||||
.chat .new-messages-bar button:last-child {
|
||||
color: rgba(255,255,255,0.5);
|
||||
}
|
||||
|
||||
/*Mention*/
|
||||
.markup .mention {
|
||||
background-color: rgba(255,255,255,.1) !important;
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.markup .mention:hover {
|
||||
background-color: rgba(255,255,255,.2) !important;
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
/*URLs*/
|
||||
.message-group a span {
|
||||
color: #5af;
|
||||
text-shadow: 1px 1px 0 #001a33;
|
||||
}
|
||||
|
||||
/*Code blocks*/
|
||||
.chat .markup code {
|
||||
background: rgba(0,0,0,0.3) !important;
|
||||
}
|
||||
|
||||
.chat .markup pre {
|
||||
background: none !important;
|
||||
border: 1px solid rgba(0,0,0,0.5) !important;
|
||||
max-width: 75% !important;
|
||||
}
|
||||
|
||||
/*Embeds*/
|
||||
.message-group .embed {
|
||||
background-color: rgba(42,42,42,.3);
|
||||
}
|
||||
|
||||
.theme-dark .message-group .embed-wrapper .embed-color-pill {
|
||||
background-color: rgba(42,42,42,.66)
|
||||
}
|
||||
|
||||
/*Spoiler tags*/
|
||||
.chat .has-more button,
|
||||
.message-group-blocked-btn,
|
||||
.message-group-blocked.revealed {
|
||||
background-color: rgba(0,0,0,0.3) !important;
|
||||
}
|
||||
|
||||
.message-group-blocked,
|
||||
.message-group-blocked.revealed {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
/*Scrolling bar
|
||||
.scroller-wrap .scroller::-webkit-scrollbar-thumb,
|
||||
.scroller-wrap .scroller::-webkit-scrollbar-track-piece {
|
||||
border: 3px solid rgba(255,255,255,0) !important;
|
||||
background-color: rgba(0,0,0,0.3) !important;
|
||||
}*/
|
||||
|
||||
/*Message area*/
|
||||
.channel-textarea .channel-textarea-inner {
|
||||
background: rgba(10,13,16,0.1);
|
||||
}
|
||||
|
||||
.is-local-bot-message {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
/*Settings panel*/
|
||||
.settings .settings-header {
|
||||
background: #1A1D20;
|
||||
}
|
||||
|
||||
.form .btn-primary {
|
||||
background-color: #1D6586;
|
||||
}
|
||||
|
||||
.form .btn-primary:hover {
|
||||
background-color: #25ACE8;
|
||||
}
|
||||
|
||||
.user-settings-modal a {
|
||||
color: #1D6586;
|
||||
}
|
||||
|
||||
.user-settings-modal a:hover {
|
||||
color: #25ACE8;
|
||||
}
|
||||
|
||||
/*Channel members*/
|
||||
[class*="members"] .invite-btn {
|
||||
background: #06c;
|
||||
transition: background .3s ease-out;
|
||||
}
|
||||
|
||||
[class*="members"] .invite-btn:hover {
|
||||
background: #39f;
|
||||
transition: background .2s ease-in;
|
||||
}
|
||||
|
||||
[class*="members"] [class*="member-"]:hover,
|
||||
[class*="members"] .popout-open {
|
||||
background: rgba(255,255,255,0.07) !important;
|
||||
}
|
360
css/endpwn.css
Normal file
360
css/endpwn.css
Normal file
|
@ -0,0 +1,360 @@
|
|||
@import url('https://home.flash.moe/discord/all.css');
|
||||
|
||||
div[class^="scroller-"] {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.guild,
|
||||
.guilds-error,
|
||||
.guild-inner,
|
||||
.guild-inner a,
|
||||
.friends-icon {
|
||||
height: 30px !important;
|
||||
line-height: 30px !important;
|
||||
font-size: calc(30px / 2.5) !important;
|
||||
}
|
||||
|
||||
.guilds-add-inner {
|
||||
position: absolute !important;
|
||||
top: 50% !important;
|
||||
left: 50% !important;
|
||||
transform: translate(-50%, -50%) !important;
|
||||
font-size: 30px !important;
|
||||
}
|
||||
|
||||
.header-1tSljs {
|
||||
padding: 10px;
|
||||
height: 40px;
|
||||
padding-top: 11px;
|
||||
}
|
||||
|
||||
.content-2mSKOj {
|
||||
padding: 4px;
|
||||
padding-right: 8px;
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
.unread-23Kvxk {
|
||||
margin-top: -7px;
|
||||
}
|
||||
|
||||
.win-buttons {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.guild .badge {
|
||||
top: 50% !important;
|
||||
left: 50% !important;
|
||||
transform: translate(-50%, -50%) !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.guilds-wrapper .guilds .guild.audio .guild-inner:after,
|
||||
.guilds-wrapper .guilds .guild.video .guild-inner:after {
|
||||
height: 30px !important;
|
||||
background-size: calc(30px/1.5) !important;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
top: 50% !important;
|
||||
left: 50% !important;
|
||||
transform: translate(-50%, -50%) !important;
|
||||
}
|
||||
|
||||
button,
|
||||
div[class*="button-"],
|
||||
.member,
|
||||
.guild,
|
||||
.channel,
|
||||
.avatar-large,
|
||||
.emoji-item {
|
||||
transition: transform .1s !important;
|
||||
}
|
||||
|
||||
button:hover,
|
||||
div[class*="button-"]:hover:not([class*="invite"]),
|
||||
.member:hover,
|
||||
.guild:hover,
|
||||
.channel:hover,
|
||||
.avatar-large:hover {
|
||||
transform: scale(1.1,1.1);
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.emoji-item:hover {
|
||||
transform: scale(1.5,1.5);
|
||||
}
|
||||
|
||||
form {
|
||||
margin-right: 10px !important;
|
||||
margin-left: 10px !important;
|
||||
border-top-color: rgba(0,0,0,0) !important;
|
||||
}
|
||||
|
||||
div[class^="channelTextArea"] {
|
||||
margin-bottom: 6px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
div[class^="inner"] {
|
||||
}
|
||||
|
||||
svg[class^="attachButton"],
|
||||
div[class^="attachButton"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
textarea {
|
||||
padding-top: 3px !important;
|
||||
padding-left: 8px !important;
|
||||
padding-bottom: 2px !important;
|
||||
}
|
||||
|
||||
div[class^="emojiButton"] {
|
||||
top: 4px !important;
|
||||
right: 4px !important;
|
||||
}
|
||||
|
||||
div[class^="autocomplete"] {
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
.typing {
|
||||
top: -10px !important;
|
||||
background-color: rgba(0,0,0,0) !important;
|
||||
}
|
||||
|
||||
.typing .ellipsis {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.typing .text {
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.message-group {
|
||||
border-bottom-color: rgba(0,0,0,0) !important;
|
||||
}
|
||||
|
||||
.new-messages-bar,
|
||||
.jump-to-present-bar button:first-child,
|
||||
.message-group-blocked {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.jump-to-present-bar button:last-child {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*
|
||||
.badge,
|
||||
div[class^="inner"],
|
||||
div[class^="avatarDefault-"],
|
||||
div[class^="avatarSpeaking-"],
|
||||
.guilds-error,
|
||||
div[class^="contentSelectedText-"],
|
||||
div[class^="contentHoveredText-"],
|
||||
.guild-inner,
|
||||
.guilds-wrapper .guilds .guild-placeholder,
|
||||
.guilds-add,
|
||||
.avatar-small */
|
||||
.sizeDefault-rZbSBU:after,
|
||||
* {
|
||||
border-radius: 0% !important;
|
||||
}
|
||||
|
||||
@keyframes flickerAnimation {
|
||||
0% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
50% {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.avatar-small .status.status-typing {
|
||||
border-style: hidden !important;
|
||||
animation: flickerAnimation 1s infinite;
|
||||
}
|
||||
|
||||
.avatar-small .status {
|
||||
border-style: hidden !important;
|
||||
left: -4px !important;
|
||||
width: 4px !important;
|
||||
height: 100% !important;
|
||||
top: 0px !important;
|
||||
}
|
||||
|
||||
.avatar-small:not(.guild-inner > .avatar-small) {
|
||||
margin-left: 4px !important;
|
||||
}
|
||||
|
||||
.edit-container-inner {
|
||||
margin-left: 70px;
|
||||
}
|
||||
|
||||
.edit-message .edit-container-outer .avatar-large,
|
||||
.spinner,
|
||||
.protip,
|
||||
section .friends-online /*,
|
||||
.divider,
|
||||
.divider span,
|
||||
/*.welcome-message > **/ {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.divider span {
|
||||
background-color: rgba(0,0,0,0) !important;
|
||||
}
|
||||
|
||||
/*
|
||||
.callout-backdrop {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
*/
|
||||
|
||||
.bot-tag {
|
||||
visibility: hidden;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.bot-tag:before {
|
||||
visibility: visible;
|
||||
content: "⚙️";
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.theme-dark .friends-table .scroller-wrap ::-webkit-scrollbar-track-piece,
|
||||
.theme-dark .messages-wrapper .scroller-wrap ::-webkit-scrollbar-track-piece {
|
||||
background-color: rgba(0,0,0,0) !important;
|
||||
}
|
||||
|
||||
.scroller-wrap .scroller::-webkit-scrollbar-thumb,
|
||||
.scroller-wrap .scroller::-webkit-scrollbar-track-piece {
|
||||
border-color: rgba(0,0,0,0) !important;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.scroller-fzNley::-webkit-scrollbar-thumb,
|
||||
.scroller-fzNley::-webkit-scrollbar-track {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.accountDetails-15i-_e .username {
|
||||
max-width: 58px;
|
||||
}
|
||||
|
||||
header,
|
||||
div[class*="header"] {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
|
||||
.guild.unread:not(.selected):before {
|
||||
height: 100% !important;
|
||||
width: 5px !important;
|
||||
top: 0px !important;
|
||||
left: -4px !important;
|
||||
margin: 0 !important;
|
||||
padding: 0px 0px;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
/* bg stuff */
|
||||
|
||||
.container-iksrDt:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.header-1tSljs,
|
||||
.title-wrap,
|
||||
.has-divider {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.divider * {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/*section,
|
||||
.app-mount,*/
|
||||
/*ST*/
|
||||
/*
|
||||
body,
|
||||
|
||||
.modal-2LIEKY,
|
||||
.modal-2LIEKY > div,
|
||||
.inner-1_1f7b,
|
||||
.modal-3HOjGZ,
|
||||
.modal-3HOjGZ > div,
|
||||
.backdrop-2ohBEd,
|
||||
|
||||
.popout > .userPopout-4pfA0d > div {*/
|
||||
/*background-image: url("https://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-157915.jpg") !important;*/
|
||||
/*background-color: #1b102d !important;*/
|
||||
/*background-color: rgba(27,16,45,255) !important;
|
||||
background-size: cover !important;
|
||||
}
|
||||
|
||||
.barFill-18ABna,
|
||||
.valueChecked-3Bzkbm {
|
||||
background-color: rgba(89, 54, 149,255) !important;
|
||||
}
|
||||
|
||||
.mask-2vyqAW {
|
||||
mask: none !important;
|
||||
}
|
||||
*/
|
||||
/*EN*/
|
||||
|
||||
/*
|
||||
section .guilds-wrapper,
|
||||
section .channels-wrap,
|
||||
section .chat,
|
||||
section .chat > .content,
|
||||
section .chat > .content > .flex-vertical,
|
||||
section .chat > .content > .flex-vertical > .messages-wrapper,
|
||||
section .chat > .content > .channel-members-wrap .channel-members,
|
||||
section #friends,
|
||||
section #friends > .friends-header,
|
||||
section #friends > .friends-table,
|
||||
.ui-standard-sidebar-view > .sidebar-region,
|
||||
.ui-standard-sidebar-view > .content-region,
|
||||
*/
|
||||
|
||||
/*ST*/
|
||||
/*
|
||||
:not(body):not(.status):not(.bar-2cFRGz):not(.barFill-18ABna):not(.switch-3lyafC) {
|
||||
background-color: rgba(0,0,0,0) !important;
|
||||
*/
|
||||
/*EN*/
|
||||
|
||||
/*
|
||||
section > .channels-wrap > .flex-lFgbSz,
|
||||
section > .channels-wrap > .private-channels,
|
||||
section > .channels-wrap > .scrollerWrap-2uBjct,
|
||||
section > .channels-wrap > .container-iksrDt {
|
||||
background-color: rgba(47,49,54,0) !important;
|
||||
}
|
||||
|
||||
section > .channels-wrap > .flex-lFgbSz > .flexChild-1KGW5q,
|
||||
section > .channels-wrap > .private-channels > .search-bar,
|
||||
section > .chat > .title-wrap,
|
||||
section > .friends > .friends-header {
|
||||
background-color: rgba(0,0,0,0) !important;
|
||||
}
|
||||
|
||||
.markup > pre,
|
||||
.markup > pre > code,
|
||||
.markup > code,
|
||||
.channel-text-area-default {
|
||||
color: hsla(0,0%,100%,.7) !important;
|
||||
background-color: hsla(0,0%,100%,.05) !important;
|
||||
}
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue