Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :root {
- /* MAIN COLOR VARIABLES */
- --user-text-color: #FFFFFF;
- --user-quote-color: #ADD8E6;
- --user-quote-color-opacity: #a2dcc755;
- --user-em-color: #D65A7E;
- --bot-text-color: #FFFFFF;
- --bot-quote-color: #FEC9DD;
- --bot-quote-color-opacity: #E76F5155;
- --bot-em-color: #6EACDA;
- /* FONT STYLE VARIABLES */
- --message-font: 'Aleo';
- --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: 'Cartograph CF';
- --code-background: #222222;
- --code-text: #D7E5CA;
- --code-glow: transparent;
- --glow-color: #EEEEEE44;
- }
- #chat
- {
- background-color: #0F0E0E;
- padding: 10px;
- }
- body, #chat
- {
- background-color: #0F0E0E;
- opacity: 1;
- }
- .mes
- {
- padding: 0 !important;
- margin-bottom: 5px !important;
- color: #D3D3D3 !important;
- border-radius: 4px!important;
- background-color: #4e6469 !important;
- border-color: transparent !important;
- }
- .mes br,
- .mes p {
- margin-bottom: 1rem;
- }
- .mes_block
- {
- padding: 0px;
- margin-left: 0;
- }
- .mes .mesAvatarWrapper {
- min-height: 100%;
- width: 100%;
- padding: 0;
- padding-top: 0;
- width: 8rem;
- height: 100%;
- }
- .mes .mesAvatarWrapper .avatar {
- width: 100% !important;
- height: 100% !important;
- align-content: center;
- }
- .mes .mesAvatarWrapper img {
- height: 100% !important;
- width: 100% !important;
- border-radius: 3px 10px 10px 3px !important;
- object-fit: cover !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;
- }
- .mes .ch_name
- {
- color: var(--user-text-color);
- max-width: 100%;
- width: 100%;
- background-color: transparent;
- justify-content: right;
- }
- .mes .ch_name .flex1
- {
- flex: 0 0 0;
- }
- .mes .name_text
- {
- font-family: "Impact";
- max-height: 100%;
- height: 100%;
- max-width: 200px;
- text-size-adjust: auto;
- writing-mode: vertical-lr;
- text-orientation: upright;
- text-align: start;
- position: absolute;
- left: 0rem;
- top: 0rem;
- padding-top: 5px;
- padding-bottom: 5px;
- font-size: 2.5rem;
- line-height: 2rem;
- letter-spacing: -10px;
- font-weight: bolder;
- display: inline-block;
- color: #FEC9DD44;
- pointer-events: none;
- text-transform: uppercase;
- overflow: hidden;
- text-wrap: nowrap;
- -webkit-text-stroke: 1px #111111;
- }
- .mes[is_user="true"] .name_text
- {
- color: #ADD8E644;
- }
- .mes[is_user="true"] {
- color: var(--user-text-color) !important;
- }
- .mes[is_user="true"] p{
- padding: 10px;
- background-color: #111617 !important;
- border-radius: 8px;
- }
- .mes[is_user="true"] p q {
- 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;
- background-color: #3d2d3d !important;
- }
- .mes[is_user="false"] p{
- padding: 10px;
- background-color: #171117 !important;
- border-radius: 8px;
- }
- .mes[is_user="false"] p q {
- 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