Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
/* Modern color scheme */ | |
: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 ; | |
padding: 0.8em 1.5em ; | |
background: rgba(255, 255, 255, 0.9) ; | |
border: 1px solid #eef2f6 ; | |
border-bottom: none ; | |
border-radius: 12px 12px 0 0 ; | |
margin-right: 8px ; | |
color: #94a3b8 ; | |
font-weight: 500 ; | |
transition: all 0.3s ease ; | |
position: relative ; | |
top: 1px ; | |
} | |
.main-tabs > div.tab-nav > button:hover { | |
background: linear-gradient(to bottom, #ffffff, #f8fafc) ; | |
color: #64748b ; | |
transform: translateY(-2px); | |
} | |
.main-tabs > div.tab-nav > button.selected { | |
background: linear-gradient(45deg, #0084ff, #00a3ff) ; | |
color: white ; | |
border: none ; | |
box-shadow: 0 4px 15px rgba(0,132,255,0.3) ; | |
transform: translateY(-2px); | |
} | |
.main-tabs { | |
margin-top: -20px ; | |
border-radius: 0 0 15px 15px ; | |
box-shadow: 0 4px 20px rgba(0,0,0,0.08) ; | |
border: 1px solid rgba(255,255,255,0.8) ; | |
background: white ; | |
} | |
/* ํญ ์ปจํ ์ธ ์์ญ */ | |
.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 ; | |
min-height: 300px ; | |
max-height: 300px ; | |
resize: none ; | |
border: 2px solid var(--neutral-200) ; | |
border-radius: 12px ; | |
padding: 1rem ; | |
font-size: 14px ; | |
line-height: 1.5 ; | |
width: 100% ; | |
box-sizing: border-box ; | |
overflow-y: auto ; | |
} | |
/* ์ปจํ ์ด๋ ์คํ์ผ๋ ๊ฐ์ ์ ์ฉ */ | |
.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 ; | |
min-height: 300px ; | |
max-height: 300px ; | |
} | |
/* ์ถ๊ฐ์ ์ธ ์คํ์ผ ์ค๋ฒ๋ผ์ด๋ */ | |
.ant-input-textarea-large .ant-input { | |
height: 300px ; | |
min-height: 300px ; | |
max-height: 300px ; | |
} | |
/* Gradio ์ปดํฌ๋ํธ ์คํ์ผ ์ค๋ฒ๋ผ์ด๋ */ | |
.gradio-container .gr-text-input, | |
.gradio-container textarea { | |
height: 300px ; | |
min-height: 300px ; | |
max-height: 300px ; | |
} | |
/* ์ ๋ ฅ์ฐฝ ๋ถ๋ชจ ์์๋ค์ ๋์ด ์ ํ ํด์ */ | |
.ant-input-textarea-show-count::after, | |
.ant-input-textarea-large::after, | |
.ant-input-textarea::after { | |
height: auto ; | |
min-height: auto ; | |
max-height: none ; | |
} | |
/* iframe ์ปจํ ์ด๋ */ | |
.html_content { | |
height: 800px ; | |
max-height: 800px ; | |
min-height: 800px ; | |
border-radius: 12px; | |
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); | |
background: var(--surface); | |
} | |
/* iframe ์์ฒด */ | |
iframe { | |
height: 800px ; | |
max-height: 800px ; | |
min-height: 800px ; | |
width: 100% ; | |
border: none ; | |
} | |
.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); | |
} | |
/* Drawer customization */ | |
.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); | |
} | |
/* Responsive adjustments */ | |
@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 ; | |
min-height: 300px ; | |
max-height: 300px ; | |
} | |
.html_content, | |
iframe { | |
height: 800px ; | |
min-height: 800px ; | |
max-height: 800px ; | |
} | |
.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 ; | |
} | |
/* ์ฐ์ธก ํจ๋ ์คํ์ผ */ | |
.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; | |
} |