Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :root {
- /* MAIN COLOR VARIABLES */
- --user-text-color: #EEE;
- --user-quote-color: #798C89;
- --user-quote-color-opacity: #a2dcc755;
- --user-em-color: #C9A787;
- --bot-text-color: #EEE;
- --bot-quote-color: #89A64B;
- --bot-quote-color-opacity: #E76F5155;
- --bot-em-color: #978479;
- /* FONT STYLE VARIABLES */
- --message-font: 'Bitter';
- --main-text-style: normal;
- --main-text-weight: 200;
- --main-text-size: 1.05rem;
- --italic-weight: 400;
- --italic-style: italic;
- --quote-weight: normal;
- --quote-style: normal;
- /* CODEBLOCK VARIABLES */
- --code-font: 'Courier New';
- --code-background: #06080D;
- --code-text: #F25260;
- --code-glow: transparent;
- --glow-color: #EEEEEE44;
- }
- #chat
- {
- background-color: transparent;
- padding: 10px;
- }
- body
- {
- background-color: #06050D;
- background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feTurbulence baseFrequency=".004" numOctaves="1"/><feComponentTransfer><feFuncA type="discrete" tableValues="1 0 1 0 1 0 1 0 1 0"/></feComponentTransfer><feConvolveMatrix kernelMatrix="1 0 1 0 -4 0 1 0 1"/><feConvolveMatrix order="3" kernelMatrix="1 1 1 1 1 1 1 1 1" edgeMode="duplicate"/><feColorMatrix type="matrix" values="0 0 0 0 0.5451 0 0 0 0 0.5490 0 0 0 0 0.3647 0 0 0 1 0"/></filter><rect width="100%" height="100%" filter="url(%23filter)" /></svg>')
- }
- body, #chat
- {
- opacity: 1;
- }
- .mes
- {
- padding: 0 !important;
- margin-bottom: 5px !important;
- color: #D3D3D3 !important;
- border-radius: 4px!important;
- background-color: transparent !important;
- border-color: transparent !important;
- }
- .mes br,
- .mes p {
- margin-bottom: 1rem;
- }
- .mes_block
- {
- padding: 0px;
- margin-left: 0;
- }
- .mes .mesAvatarWrapper {
- width: 100%;
- padding: 0;
- padding-top: 0;
- width: 8rem;
- }
- .mes .mesAvatarWrapper .avatar {
- width: 100% !important;
- height: 100% !important;
- align-content: center;
- padding-top: 60px;
- }
- .mes .mesAvatarWrapper img {
- height: auto !important;
- width: 100% !important;
- aspect-ratio: 4/6 !important;
- border-radius: 4px !important;
- opacity: 40%;
- border: 0 !important;
- filter: blur(4px) grayscale(100%);
- transition : all 250ms ease-in-out;
- }
- .mes .mesAvatarWrapper img:hover {
- filter: blur(0px) grayscale(0);
- }
- .mes_button
- {
- color: var(--user-text-color);
- opacity: 1;
- }
- .mes_block
- {
- transform: none !important;
- }
- .mes_text
- {
- padding: 1rem;
- margin: 1rem;
- background-color: #1C2026 !important;
- border-radius: 8px;
- }
- .mes .ch_name
- {
- color: var(--user-text-color);
- max-width: 100%;
- background-color: transparent;
- justify-content: right;
- }
- .mes .flex1
- {
- flex: 0 0 auto;
- }
- .mes .name_text
- {
- font-family: "Quantico";
- max-height: 100%;
- height: 100%;
- text-align: start;
- padding-top: 5px;
- padding-bottom: 5px;
- font-size: 3rem;
- line-height: 2rem;
- font-weight: bolder;
- color: #798C89;
- pointer-events: none;
- text-transform: uppercase;
- overflow: hidden;
- text-wrap: nowrap;
- order: 3;
- }
- .mes[is_user="true"] .name_text
- {
- color: #616144;
- }
- .mes[is_user="true"] {
- color: var(--user-text-color) !important;
- }
- .mes[is_user="true"] p q {
- padding: 3px;
- border-radius: 4px;
- background-color: #000;
- color: var(--user-quote-color);
- }
- .mes[is_user="true"] p em {
- color: var(--user-em-color);
- font-weight: bold;
- }
- .mes[is_user="false"] {
- color: var(--bot-text-color) !important;
- }
- .mes[is_user="false"] p q {
- padding: 3px;
- border-radius: 4px;
- background-color: #000;
- color: var(--bot-quote-color);
- }
- .mes[is_user="false"] p em {
- color: var(--bot-em-color);
- font-weight: bold;
- }
- .mes_text p {
- /* Change base message visuals here */
- font-family: var(--message-font);
- font-size: var(--main-text-size);
- font-style: var(--main-text-style);
- font-weight: var(--main-text-weight);
- }
- .mes_text p em {
- /* Change italics settings (*text formatted like this*) here */
- font-weight: var(--italic-weight);
- font-style: var(--italic-style) !important;
- /* text-shadow: 0px 0px 1px var(--glow-color), 0px 0px 3px var(--glow-color), 0px 0px 3px var(--glow-color) !important; */
- }
- .mes_text p q {
- /* Change quoted text settings ("text formatted like this") here */
- font-weight: var(--quote-weight);
- font-style: var(--quote-style) !important;
- }
- .mes_text code {
- /* Change code settings (`text formatted like this`) here */
- background-color: var(--code-background);
- color: var(--code-text);
- text-shadow: 0px 0px 2px var(--code-glow) !important;
- font-family: var(--code-font);
- line-height: 1.1rem;
- }
- .swipe_left, .swipe_left,.mfc--root span {
- opacity: 1;
- color: #EEEEEEBB;
- }
- .swipe_left::before, .swipe_right::before, .mfc--root span
- {
- opacity: 1;
- text-shadow: 2px 2px 3px black !important;
- }
- /* Scrollbar styles for WebKit browsers like Chrome and Safari */
- #chat::-webkit-scrollbar {
- width: 14px;
- height: 5px;
- }
- #chat::-webkit-scrollbar-track {
- background: transparent;
- box-shadow: inset 200px 200px 0px 200px #4e6469;
- border-radius: 0px;
- border-left: 5px solid transparent;
- border-right: 5px solid transparent;
- }
- #chat::-webkit-scrollbar-thumb {
- background: #111617;
- border: 4px #4e6469 solid;
- border-radius: 2px !important;
- width: 14px;
- }
- #chat::-webkit-scrollbar-thumb:hover {
- background: #333;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement