| |
| :root { |
| --primary: #0066cc; |
| --secondary: #3385ff; |
| --accent: #66a3ff; |
| --background: #f7f9fc; |
| --surface: #ffffff; |
| --text-primary: #2c3e50; |
| --text-secondary: #546e7a; |
| --text-tertiary: #78909c; |
| --success: #34c759; |
| --warning: #ff9500; |
| --error: #ff3b30; |
| --neutral-100: #f8f9fa; |
| --neutral-200: #e9ecef; |
| --neutral-300: #dee2e6; |
| --neutral-400: #ced4da; |
| } |
|
|
| body { |
| font-family: 'Inter', system-ui, sans-serif; |
| background: var(--background); |
| color: var(--text-primary); |
| line-height: 1.5; |
| } |
|
|
| |
| .main-tabs > div.tab-nav { |
| background: rgba(255, 255, 255, 0.95); |
| padding: 10px 10px 0 10px; |
| border-radius: 12px 12px 0 0; |
| box-shadow: 0 -4px 20px rgba(0,0,0,0.05); |
| } |
|
|
| .main-tabs > div.tab-nav > button { |
| font-size: 1.2em !important; |
| padding: 0.8em 1.5em !important; |
| background: rgba(255, 255, 255, 0.9) !important; |
| border: 1px solid #eef2f6 !important; |
| border-bottom: none !important; |
| border-radius: 12px 12px 0 0 !important; |
| margin-right: 8px !important; |
| color: #94a3b8 !important; |
| font-weight: 500 !important; |
| transition: all 0.3s ease !important; |
| position: relative !important; |
| top: 1px !important; |
| } |
|
|
| .main-tabs > div.tab-nav > button:hover { |
| background: linear-gradient(to bottom, #ffffff, #f8fafc) !important; |
| color: #64748b !important; |
| transform: translateY(-2px); |
| } |
|
|
| .main-tabs > div.tab-nav > button.selected { |
| background: linear-gradient(45deg, #0084ff, #00a3ff) !important; |
| color: white !important; |
| border: none !important; |
| box-shadow: 0 4px 15px rgba(0,132,255,0.3) !important; |
| transform: translateY(-2px); |
| } |
|
|
| .main-tabs { |
| margin-top: -20px !important; |
| border-radius: 0 0 15px 15px !important; |
| box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important; |
| border: 1px solid rgba(255,255,255,0.8) !important; |
| background: white !important; |
| } |
|
|
| |
| .main-tabs > div[role="tabpanel"] { |
| background: white; |
| border-radius: 0 0 12px 12px; |
| padding: 20px; |
| box-shadow: inset 0 2px 10px rgba(0,0,0,0.03); |
| } |
|
|
| |
| .mouse-tab .ant-input-textarea .ant-input, |
| .mouse-tab .ant-input-textarea-large .ant-input, |
| #mouse-tab .ant-input-textarea .ant-input, |
| #mouse-tab .ant-input-textarea-large .ant-input, |
| .ant-input-textarea .ant-input, |
| .ant-input-textarea-large .ant-input, |
| div[class*="ant-input"] textarea, |
| textarea.ant-input { |
| height: 300px !important; |
| min-height: 300px !important; |
| max-height: 300px !important; |
| resize: none !important; |
| border: 2px solid var(--neutral-200) !important; |
| border-radius: 12px !important; |
| padding: 1rem !important; |
| font-size: 14px !important; |
| line-height: 1.5 !important; |
| width: 100% !important; |
| box-sizing: border-box !important; |
| overflow-y: auto !important; |
| } |
|
|
| |
| .mouse-tab .ant-input-textarea, |
| .mouse-tab .ant-input-textarea-large, |
| #mouse-tab .ant-input-textarea, |
| #mouse-tab .ant-input-textarea-large, |
| .ant-input-textarea, |
| .ant-input-textarea-large, |
| div[class*="ant-input-textarea"] { |
| height: 300px !important; |
| min-height: 300px !important; |
| max-height: 300px !important; |
| } |
|
|
|
|
| |
| .ant-input-textarea-large .ant-input { |
| height: 300px !important; |
| min-height: 300px !important; |
| max-height: 300px !important; |
| } |
|
|
| |
| .gradio-container .gr-text-input, |
| .gradio-container textarea { |
| height: 300px !important; |
| min-height: 300px !important; |
| max-height: 300px !important; |
| } |
|
|
|
|
| |
| .ant-input-textarea-show-count::after, |
| .ant-input-textarea-large::after, |
| .ant-input-textarea::after { |
| height: auto !important; |
| min-height: auto !important; |
| max-height: none !important; |
| } |
|
|
| |
| .html_content { |
| height: 800px !important; |
| max-height: 800px !important; |
| min-height: 800px !important; |
| border-radius: 12px; |
| box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); |
| background: var(--surface); |
| } |
|
|
| |
| iframe { |
| height: 800px !important; |
| max-height: 800px !important; |
| min-height: 800px !important; |
| width: 100% !important; |
| border: none !important; |
| } |
|
|
| .left_header { |
| display: flex; |
| flex-direction: column; |
| justify-content: center; |
| align-items: center; |
| background: linear-gradient(135deg, var(--surface), var(--neutral-100)); |
| backdrop-filter: blur(10px); |
| border-radius: 24px; |
| padding: 2rem; |
| box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08); |
| border: 1px solid var(--neutral-200); |
| text-align: center; |
| margin-bottom: 2rem; |
| } |
|
|
| .left_header img { |
| width: 180px; |
| margin-bottom: 1rem; |
| border-radius: 12px; |
| box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); |
| } |
|
|
| .left_header h1 { |
| margin: 0.5rem 0; |
| font-weight: 600; |
| color: var(--text-primary); |
| } |
|
|
| .render_header { |
| height: 30px; |
| width: 100%; |
| padding: 5px 16px; |
| background-color: var(--neutral-100); |
| margin-top: 50px; |
| border-radius: 8px 8px 0 0; |
| } |
|
|
| .header_btn { |
| display: inline-block; |
| height: 10px; |
| width: 10px; |
| border-radius: 50%; |
| margin-right: 4px; |
| } |
|
|
| .render_header > .header_btn:nth-child(1) { |
| background-color: var(--error); |
| } |
|
|
| .render_header > .header_btn:nth-child(2) { |
| background-color: var(--warning); |
| } |
|
|
| .render_header > .header_btn:nth-child(3) { |
| background-color: var(--success); |
| } |
|
|
| .setting-buttons { |
| position: sticky; |
| top: 1rem; |
| right: 0; |
| z-index: 1000; |
| display: flex; |
| gap: 8px; |
| padding: 12px; |
| background: rgba(255, 255, 255, 0.9); |
| backdrop-filter: blur(8px); |
| border-radius: 12px; |
| box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); |
| border: 1px solid var(--neutral-200); |
| } |
|
|
| .ant-btn { |
| flex: 1; |
| min-width: 80px; |
| border-radius: 8px; |
| font-weight: 500; |
| transition: all 0.3s; |
| height: 40px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
|
|
| .ant-btn-primary { |
| background: linear-gradient(to right, var(--primary), var(--secondary)); |
| border: none; |
| color: white; |
| } |
|
|
| .ant-btn-primary:hover { |
| transform: translateY(-2px); |
| box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3); |
| } |
|
|
| .ant-btn-default { |
| background: var(--surface); |
| border: 1px solid var(--primary); |
| color: var(--primary); |
| } |
|
|
| .ant-btn-default:hover { |
| color: var(--secondary); |
| border-color: var(--secondary); |
| transform: translateY(-2px); |
| box-shadow: 0 4px 12px rgba(0, 102, 204, 0.1); |
| } |
|
|
| .ant-btn-default[title="Code ์คํ"] { |
| background-color: var(--success); |
| color: white; |
| border: none; |
| } |
|
|
| .ant-btn-default[title="Code ์คํ"]:hover { |
| background-color: #40d869; |
| } |
|
|
| |
| ::-webkit-scrollbar { |
| width: 8px; |
| height: 8px; |
| } |
|
|
| ::-webkit-scrollbar-track { |
| background: var(--neutral-100); |
| } |
|
|
| ::-webkit-scrollbar-thumb { |
| background: var(--neutral-300); |
| border-radius: 4px; |
| } |
|
|
| ::-webkit-scrollbar-thumb:hover { |
| background: var(--neutral-400); |
| } |
|
|
| |
| .ant-drawer-content-wrapper { |
| border-radius: 16px 0 0 16px; |
| } |
|
|
| .ant-drawer-header { |
| background: var(--primary); |
| color: white; |
| border-radius: 16px 0 0 0; |
| } |
|
|
| .ant-drawer-title { |
| color: white; |
| font-weight: 500; |
| } |
|
|
| .ant-drawer-close { |
| color: white; |
| } |
|
|
| .ant-drawer-body { |
| background: var(--surface); |
| } |
|
|
| |
| .ant-input-textarea textarea:focus { |
| border-color: var(--accent); |
| box-shadow: 0 0 0 3px rgba(102, 163, 255, 0.2); |
| } |
|
|
| |
| @media (max-width: 768px), screen and (max-height: 900px) { |
| .left_header { |
| padding: 1rem; |
| } |
| |
| .setting-buttons { |
| flex-wrap: wrap; |
| } |
|
|
| .ant-btn { |
| min-width: 60px; |
| font-size: 0.9rem; |
| } |
|
|
| |
| div[class*="ant-input-textarea"], |
| div[class*="ant-input-textarea"] textarea, |
| .ant-input-textarea, |
| .ant-input-textarea textarea, |
| .ant-input-textarea-large, |
| .ant-input-textarea-large textarea, |
| .ant-input.ant-input-textarea-large, |
| .ant-input.ant-input-textarea-large textarea, |
| textarea.ant-input, |
| .ant-input-textarea .ant-input, |
| .ant-input-textarea-large .ant-input, |
| #mouse-tab textarea, |
| .mouse-tab textarea, |
| [class*="textbox"] textarea, |
| .gradio-container textarea, |
| .gr-text-input, |
| textarea.gr-text-input, |
| .gr-panel textarea { |
| height: 300px !important; |
| min-height: 300px !important; |
| max-height: 300px !important; |
| } |
| |
| .html_content, |
| iframe { |
| height: 800px !important; |
| min-height: 800px !important; |
| max-height: 800px !important; |
| } |
|
|
| .right_panel { |
| height: calc(100vh - 80px); |
| min-height: 600px; |
| } |
|
|
| .html_content { |
| height: calc(100vh - 160px); |
| min-height: 500px; |
| } |
| } |
|
|
| footer, .footer, div[class*="footer"], #footer { |
| display: none !important; |
| } |
|
|
| |
| .right_panel { |
| background: white; |
| border-radius: 15px; |
| padding: 20px; |
| box-shadow: 0 4px 15px rgba(0,0,0,0.1); |
| height: calc(100vh - 100px); |
| min-height: 800px; |
| } |