Skip to content

Instantly share code, notes, and snippets.

@DeNcHiK3713
Last active July 24, 2021 18:29
Show Gist options
  • Save DeNcHiK3713/a7c7fdc91bfcb45a2c910305e47f532a to your computer and use it in GitHub Desktop.
Save DeNcHiK3713/a7c7fdc91bfcb45a2c910305e47f532a to your computer and use it in GitHub Desktop.
::-webkit-scrollbar {
display: none;
}
body,
div,
html {
background-color: rgba(0, 0, 0, 0) !important;
border: 0 !important;
}
.message__img,
wasd-header,
wasd-chat-header,
wasd-chat-footer,
wasd-footer,
div.block__messages__item>wasd-chat-system-message,
.active,
.header {
display: none !important;
}
div.info__text__status {
margin-left: -0.7rem !important;
top: 0.3rem !important;
}
@-webkit-keyframes FadeOut {
0% {
opacity: 0;
transform: translateX(16px);
}
1.6129032258064515% {
opacity: 1;
transform: none;
}
98.38709677419355% {
opacity: 1;
transform: none;
}
100% {
opacity: 0;
transform: translateX(-16px);
}
}
div.message__time {
color: #ffffff !important;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
div.message-text {
font-size: 15px !important;
color: #ffffff !important;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
div.message {
padding: 3px 0px;
width: 90%;
background: rgba(0, 0, 0, 0.3) !important;
margin-bottom: 1px;
-webkit-animation-name: FadeOut;
-webkit-animation-timing-function: linear;
-webkit-animation-duration: 60s;
-webkit-animation-fill-mode: both;
}
div.info__text__status__name {
font-size: 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment