mirror of
https://github.com/EndPwnArchive/misc.git
synced 2024-08-14 22:46:50 +00:00
554 lines
11 KiB
CSS
554 lines
11 KiB
CSS
|
@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;
|
||
|
}
|