| | |
| |
|
| | :root { |
| | --chatbot-color-light: #f6f6f6; |
| | --chatbot-color-dark: #121111; |
| | } |
| |
|
| | |
| | #mGPT { |
| | background-color: var(--chatbot-color-light) !important; |
| | color: #000000 !important; |
| | } |
| |
|
| | [class*='message bot'] { |
| | background-color: #ffffff !important; |
| | } |
| | [class*='message user'] { |
| | background-color: #95ec69 !important; |
| | } |
| |
|
| | |
| | .dark #mGPT { |
| | background-color: var(--chatbot-color-dark) !important; |
| | color: #ffffff !important; |
| | } |
| | .dark [class*='message bot'] { |
| | background-color: #2c2c2c !important; |
| | } |
| |
|
| | .dark [class*='message user'] { |
| | background-color: #26b561 !important; |
| | } |
| |
|
| | #mGPT { |
| | height: 100%; |
| | min-height: 500px; |
| | } |
| |
|
| | [class*='message-buttons'] { |
| | visibility: hidden; |
| | } |
| |
|
| | [class*='message'] { |
| | border: none; |
| | border-radius: var(--radius-xl) !important; |
| | |
| | |
| | } |
| |
|
| | [class*='message user'] { |
| | max-width: 70%; |
| | width: auto !important; |
| | border-bottom-right-radius: 0 !important; |
| | } |
| |
|
| | [class*='message bot'] { |
| | max-width: 70%; |
| | width: auto !important; |
| | border-bottom-left-radius: 0 !important; |
| | } |
| |
|
| | |
| | #method { |
| | line-height: 1.95 !important; |
| | } |
| |
|
| | .side-content { |
| | max-width: 340px; |
| | } |
| |
|
| | |
| |
|
| | .videodl-button { |
| | position: absolute; |
| | left: 80%; |
| | top: 5px; |
| | width: 24px; |
| | height: 24px; |
| | } |
| |
|
| | .videodl-button svg { |
| | width: 24px; |
| | height: 24px; |
| | } |
| |
|
| | .npydl-button { |
| | position: absolute; |
| | left: 90%; |
| | top: 5px; |
| | width: 24px; |
| | height: 24px; |
| | } |
| |
|
| | .npydl-button svg { |
| | width: 24px; |
| | height: 24px; |
| | } |
| |
|
| | |
| | table { |
| | margin: 1em 0; |
| | border-collapse: collapse; |
| | empty-cells: show; |
| | } |
| | td, |
| | th { |
| | border: 1.2px solid var(--border-color-primary) !important; |
| | padding: 0.2em; |
| | } |
| | thead { |
| | background-color: rgba(175, 184, 193, 0.2); |
| | } |
| | thead th { |
| | padding: 0.5em 0.2em; |
| | } |
| | |
| | #mGPT code { |
| | display: inline; |
| | white-space: break-spaces; |
| | border-radius: 6px; |
| | margin: 0 2px 0 2px; |
| | padding: 0.2em 0.4em 0.1em 0.4em; |
| | background-color: rgba(175, 184, 193, 0.2); |
| | } |
| | |
| | #mGPT pre code { |
| | display: block; |
| | overflow: auto; |
| | white-space: pre; |
| | background-color: hsla(0, 0%, 0%, 80%) !important; |
| | border-radius: 10px; |
| | padding: 1.4em 1.2em 0em 1.4em; |
| | margin: 1.2em 2em 1.2em 0.5em; |
| | color: #fff; |
| | box-shadow: 6px 6px 16px hsla(0, 0%, 0%, 0.2); |
| | } |
| | |
| | #mGPT .highlight { |
| | background-color: transparent; |
| | } |
| | #mGPT .highlight .hll { |
| | background-color: #49483e; |
| | } |
| | #mGPT .highlight .c { |
| | color: #75715e; |
| | } |
| | #mGPT .highlight .err { |
| | color: #960050; |
| | background-color: #1e0010; |
| | } |
| | #mGPT .highlight .k { |
| | color: #66d9ef; |
| | } |
| | #mGPT .highlight .l { |
| | color: #ae81ff; |
| | } |
| | #mGPT .highlight .n { |
| | color: #f8f8f2; |
| | } |
| | #mGPT .highlight .o { |
| | color: #f92672; |
| | } |
| | #mGPT .highlight .p { |
| | color: #f8f8f2; |
| | } |
| | #mGPT .highlight .ch { |
| | color: #75715e; |
| | } |
| | #mGPT .highlight .cm { |
| | color: #75715e; |
| | } |
| | #mGPT .highlight .cp { |
| | color: #75715e; |
| | } |
| | #mGPT .highlight .cpf { |
| | color: #75715e; |
| | } |
| | #mGPT .highlight .c1 { |
| | color: #75715e; |
| | } |
| | #mGPT .highlight .cs { |
| | color: #75715e; |
| | } |
| | #mGPT .highlight .gd { |
| | color: #f92672; |
| | } |
| | #mGPT .highlight .ge { |
| | font-style: italic; |
| | } |
| | #mGPT .highlight .gi { |
| | color: #a6e22e; |
| | } |
| | #mGPT .highlight .gs { |
| | font-weight: bold; |
| | } |
| | #mGPT .highlight .gu { |
| | color: #75715e; |
| | } |
| | #mGPT .highlight .kc { |
| | color: #66d9ef; |
| | } |
| | #mGPT .highlight .kd { |
| | color: #66d9ef; |
| | } |
| | #mGPT .highlight .kn { |
| | color: #f92672; |
| | } |
| | #mGPT .highlight .kp { |
| | color: #66d9ef; |
| | } |
| | #mGPT .highlight .kr { |
| | color: #66d9ef; |
| | } |
| | #mGPT .highlight .kt { |
| | color: #66d9ef; |
| | } |
| | #mGPT .highlight .ld { |
| | color: #e6db74; |
| | } |
| | #mGPT .highlight .m { |
| | color: #ae81ff; |
| | } |
| | #mGPT .highlight .s { |
| | color: #e6db74; |
| | } |
| | #mGPT .highlight .na { |
| | color: #a6e22e; |
| | } |
| | #mGPT .highlight .nb { |
| | color: #f8f8f2; |
| | } |
| | #mGPT .highlight .nc { |
| | color: #a6e22e; |
| | } |
| | #mGPT .highlight .no { |
| | color: #66d9ef; |
| | } |
| | #mGPT .highlight .nd { |
| | color: #a6e22e; |
| | } |
| | #mGPT .highlight .ni { |
| | color: #f8f8f2; |
| | } |
| | #mGPT .highlight .ne { |
| | color: #a6e22e; |
| | } |
| | #mGPT .highlight .nf { |
| | color: #a6e22e; |
| | } |
| | #mGPT .highlight .nl { |
| | color: #f8f8f2; |
| | } |
| | #mGPT .highlight .nn { |
| | color: #f8f8f2; |
| | } |
| | #mGPT .highlight .nx { |
| | color: #a6e22e; |
| | } |
| | #mGPT .highlight .py { |
| | color: #f8f8f2; |
| | } |
| | #mGPT .highlight .nt { |
| | color: #f92672; |
| | } |
| | #mGPT .highlight .nv { |
| | color: #f8f8f2; |
| | } |
| | #mGPT .highlight .ow { |
| | color: #f92672; |
| | } |
| | #mGPT .highlight .w { |
| | color: #f8f8f2; |
| | } |
| | #mGPT .highlight .mb { |
| | color: #ae81ff; |
| | } |
| | #mGPT .highlight .mf { |
| | color: #ae81ff; |
| | } |
| | #mGPT .highlight .mh { |
| | color: #ae81ff; |
| | } |
| | #mGPT .highlight .mi { |
| | color: #ae81ff; |
| | } |
| | #mGPT .highlight .mo { |
| | color: #ae81ff; |
| | } |
| | #mGPT .highlight .sa { |
| | color: #e6db74; |
| | } |
| | #mGPT .highlight .sb { |
| | color: #e6db74; |
| | } |
| | #mGPT .highlight .sc { |
| | color: #e6db74; |
| | } |
| | #mGPT .highlight .dl { |
| | color: #e6db74; |
| | } |
| | #mGPT .highlight .sd { |
| | color: #e6db74; |
| | } |
| | #mGPT .highlight .s2 { |
| | color: #e6db74; |
| | } |
| | #mGPT .highlight .se { |
| | color: #ae81ff; |
| | } |
| | #mGPT .highlight .sh { |
| | color: #e6db74; |
| | } |
| | #mGPT .highlight .si { |
| | color: #e6db74; |
| | } |
| | #mGPT .highlight .sx { |
| | color: #e6db74; |
| | } |
| | #mGPT .highlight .sr { |
| | color: #e6db74; |
| | } |
| | #mGPT .highlight .s1 { |
| | color: #e6db74; |
| | } |
| | #mGPT .highlight .ss { |
| | color: #e6db74; |
| | } |
| | #mGPT .highlight .bp { |
| | color: #f8f8f2; |
| | } |
| | #mGPT .highlight .fm { |
| | color: #a6e22e; |
| | } |
| | #mGPT .highlight .vc { |
| | color: #f8f8f2; |
| | } |
| | #mGPT .highlight .vg { |
| | color: #f8f8f2; |
| | } |
| | #mGPT .highlight .vi { |
| | color: #f8f8f2; |
| | } |
| | #mGPT .highlight .vm { |
| | color: #f8f8f2; |
| | } |
| | #mGPT .highlight .il { |
| | color: #ae81ff; |
| | } |
| |
|