Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :root {
- --quote-color-primary: #8EACCD;
- --quote-color-secondary: #D2E0FB;
- --glow-color: #EEEEEE44;
- --code-background: #222222;
- --code-text: #D7E5CA;
- --code-glow: transparent;
- --message-font: 'Outfit';
- --italic-weight: 400;
- --italic-style: italic;
- --main-text-style: normal;
- --main-text-weight: 200;
- }
- #chat
- {
- padding: 10px;
- }
- body
- {
- background-color: #16161d;
- opacity: 1;
- background-image: linear-gradient(30deg, #1F1F28 12%, transparent 12.5%, transparent 87%, #1F1F28 87.5%, #1F1F28), linear-gradient(150deg, #1F1F28 12%, transparent 12.5%, transparent 87%, #1F1F28 87.5%, #1F1F28), linear-gradient(30deg, #1F1F28 12%, transparent 12.5%, transparent 87%, #1F1F28 87.5%, #1F1F28), linear-gradient(150deg, #1F1F28 12%, transparent 12.5%, transparent 87%, #1F1F28 87.5%, #1F1F28), linear-gradient(60deg, #1F1F2877 25%, transparent 25.5%, transparent 75%, #1F1F2877 75%, #1F1F2877), linear-gradient(60deg, #1F1F2877 25%, transparent 25.5%, transparent 75%, #1F1F2877 75%, #1F1F2877);
- background-size: 76px 133px;
- background-position: 0 0, 0 0, 38px 67px, 38px 67px, 0 0, 38px 67px;
- background-repeat: repeat;
- }
- .mes
- {
- padding: 0 !important;
- margin-bottom: 5px !important;
- }
- .mes br,
- .mes p {
- margin-bottom: 1rem;
- }
- .mes_block
- {
- padding: 15px;
- margin-left: 0;
- border-radius: 10px;
- }
- .mes .mesAvatarWrapper {
- min-height: 100%;
- border-radius: 0px 10px 10px 10px !important;
- padding: 4px;
- width: 8rem;
- max-width: 100px;
- }
- .mes .mesAvatarWrapper .avatar {
- width: 98% !important;
- height: auto !important;
- align-content: center;
- }
- .mes .mesAvatarWrapper img {
- width: 100% !important;
- height: auto !important;
- aspect-ratio: 4/6 auto;
- max-height: 144px;
- max-width: 96px;
- border-radius: 0px 8px 8px 8px !important;
- }
- .mes[is_user="true"] {
- color: #EEE !important;
- background: linear-gradient(121deg, rgba(31,31,40,1) 0%, rgba(31,31,40,0) 50%) !important;
- border-radius: 0px 10px 10px 10px !important;
- border: #80a89f 2px solid !important;
- padding: 5px;
- }
- .mes[is_user="true"] .name_text
- {
- padding: 5px 10px;
- border-radius: 0px 10px 10px 10px !important;
- background: #80a89f;
- color: #111 !important;
- min-width: 150px;
- }
- .mes[is_user="true"] p q {
- color: #80a89f;
- }
- .mes[is_user="true"] p em {
- color: #F6A06B;
- font-weight: bold;
- }
- .mes[is_user="false"] {
- color: #EEE !important;
- background: linear-gradient(121deg, rgba(31,31,40,1) 0%, rgba(31,31,40,0) 32%) !important;
- border: #9480b6 2px solid !important;
- border-radius: 0px 10px 10px 10px !important;
- padding: 5px;
- }
- .mes[is_user="false"] .name_text
- {
- padding: 5px 10px;
- border-radius: 0px 10px 10px 10px !important;
- background: #9480b6;
- color: #111 !important;
- min-width: 150px;
- }
- .mes[is_user="false"] p q {
- color: #9480b6;
- }
- .mes[is_user="false"] p em {
- color: #da6a78;
- font-weight: bold;
- }
- .mes_text p {
- /* Change base message visuals here */
- font-size: 1.05rem;
- font-family: var(--message-font);
- 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: normal;
- font-style: normal;
- }
- .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: "Cartograph CF";
- 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;
- }
- /* UI PART */
- input[type=range] {
- -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
- width: 100%; /* Specific width is required for Firefox. */
- height: 16px !important;
- background: #222 !important; /* Otherwise white in Chrome */
- border-radius: 4px;
- }
- input[type=range]::-webkit-slider-thumb {
- -webkit-appearance: none;
- }
- input[type=range]:focus {
- outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
- }
- input[type=range]::-ms-track {
- width: 100%;
- cursor: pointer;
- /* Hides the slider so custom styles can be added */
- background: transparent;
- border-color: transparent;
- color: transparent;
- }
- /* Special styling for WebKit/Blink */
- input[type=range]::-webkit-slider-thumb {
- -webkit-appearance: none;
- border: 1px solid #000000;
- height: 16px;
- width: 16px;
- border-radius: 3px;
- background: #9480b6;
- box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
- }
- /* All the same stuff for Firefox */
- input[type=range]::-moz-range-thumb {
- border: 1px solid #000000;
- height: 16px;
- width: 16px;
- border-radius: 3px;
- background: #9480b6;
- box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
- }
- /* All the same stuff for IE */
- input[type=range]::-ms-thumb {
- border: 1px solid #000000;
- height: 16px;
- width: 16px;
- border-radius: 3px;
- background: #365889;
- box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
- }
- #extensions_settings .inline-drawer-toggle.inline-drawer-header, #extensions_settings2 .inline-drawer-toggle.inline-drawer-header, #user-settings-block h4, .standoutHeader
- {
- background: #9480b6!important;
- border-radius: 2px;
- color: #222;
- }
- textarea, textarea#customCSS
- {
- border: 1px solid #aaa;
- background: #111;
- }
- /* SCROLL BAR */
- /* 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 #80a89f;
- border-radius: 0px;
- border-left: 6px solid transparent;
- border-right: 6px solid transparent;
- }
- #chat::-webkit-scrollbar-thumb {
- background: #222;
- border: 2px #80a89f solid;
- border-radius: 0px 6px 6px 6px !important;
- width: 14px;
- }
- #chat::-webkit-scrollbar-thumb:hover {
- background: #333;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement