mouse-web / app.css
openfree's picture
Update app.css
8830269 verified
raw
history blame
9.51 kB
<style>
/* 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;
}
.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);
}
/* ์šฐ์ธก ํŒจ๋„ ํฌ๊ธฐ ์กฐ์ ˆ */
.right_panel {
position: relative;
height: 600px;
min-height: 400px;
max-height: 800px;
resize: vertical;
overflow: hidden;
margin: 20px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
/* iframe์ด ์šฐ์ธก ํŒจ๋„์„ ๊ฝ‰ ์ฑ„์šฐ๋„๋ก ์ˆ˜์ • */
.html_content {
height: calc(100% - 30px);
width: 100%;
background: var(--surface);
overflow: hidden;
}
.html_content iframe {
width: 100%;
height: 100%;
border: none;
display: block;
}
/* ๋ Œ๋”๋ง๋œ ์ฝ˜ํ…์ธ ๊ฐ€ iframe ๋‚ด์—์„œ ์ „์ฒด ์˜์—ญ์„ ์‚ฌ์šฉํ•˜๋„๋ก */
.html_content iframe html,
.html_content iframe body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: auto;
}
/* ๋ Œ๋”๋ง ํ—ค๋” */
.render_header {
height: 30px;
background: var(--neutral-100);
border-radius: 8px 8px 0 0;
display: flex;
align-items: center;
padding: 0 12px;
gap: 6px;
position: sticky;
top: 0;
z-index: 10;
}
.header_btn {
width: 12px;
height: 12px;
border-radius: 50%;
}
.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);
}
/* ์Šคํ•€๋„ˆ์™€ ๋นˆ ์ƒํƒœ ํ‘œ์‹œ๋ฅผ ์ค‘์•™์— ๋ฐฐ์น˜ */
.right_content {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background: var(--surface);
}
/* ํƒญ ์ปจํ…์ธ ๊ฐ€ ์ „์ฒด ๋†’์ด๋ฅผ ์‚ฌ์šฉํ•˜๋„๋ก */
.ant-tabs-content {
height: 100%;
}
.ant-tabs-tabpane {
height: 100%;
}
/* ๋กœ๋”ฉ ์ƒํƒœ์™€ ๋นˆ ์ƒํƒœ์˜ ์ปจํ…Œ์ด๋„ˆ */
.ant-empty,
.ant-spin-container {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.history_chatbot button {
background: none;
border: none;
}
footer, .footer, div[class*="footer"], #footer {
display: none !important;
}
#component-0 textarea,
.gradio-container textarea,
.ant-input-textarea-large textarea {
height: 300px !important;
min-height: 300px !important;
resize: vertical !important;
border: 2px solid var(--neutral-200);
border-radius: 12px;
transition: all 0.3s;
background: var(--surface);
color: var(--text-primary);
padding: 1rem;
}
#component-0 textarea:focus,
.gradio-container textarea:focus,
.ant-input-textarea-large textarea:focus {
border-color: var(--accent);
box-shadow: 0 0 0 3px rgba(102, 163, 255, 0.2);
}
.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);
}
/* ์Šคํฌ๋กค๋ฐ” ์Šคํƒ€์ผ๋ง */
::-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);
}
/* ๋ฐ˜์‘ํ˜• ์กฐ์ • */
@media (max-width: 768px) {
.right_panel {
height: 400px;
margin: 10px;
}
.setting-buttons {
flex-wrap: wrap;
}
.ant-btn {
min-width: 60px;
font-size: 0.9rem;
}
}
/* ๋ฆฌ์‚ฌ์ด์ฆˆ ํ•ธ๋“ค */
.right_panel::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 6px;
background: var(--neutral-200);
cursor: ns-resize;
}
/* 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);
}
/* ํ…œํ”Œ๋ฆฟ ๊ด€๋ จ ์Šคํƒ€์ผ */
.session-drawer .chatbot {
height: calc(100vh - 200px);
overflow-y: auto;
}
.session-history {
height: 700px;
overflow-y: auto;
padding: 1rem;
}
.prompt-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
padding: 1.5rem;
}
.prompt-card {
background: var(--surface);
border-radius: 16px;
padding: 1.25rem;
cursor: pointer;
transition: all 0.3s;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
border: 1px solid var(--neutral-200);
}
.prompt-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.card-image {
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 12px;
margin-bottom: 1rem;
}
.card-name {
font-weight: 600;
margin-bottom: 0.8rem;
font-size: 1.1rem;
color: var(--text-primary);
}
.card-prompt {
font-size: 0.9rem;
color: var(--text-secondary);
background: var(--neutral-100);
padding: 0.8rem;
border-radius: 8px;
line-height: 1.5;
}
</style>
<script>
// iframe ๋‚ด๋ถ€ ์ฝ˜ํ…์ธ  ํฌ๊ธฐ ์กฐ์ •์„ ์œ„ํ•œ ์Šคํฌ๋ฆฝํŠธ
function adjustIframeContent() {
const iframes = document.querySelectorAll('.html_content iframe');
iframes.forEach(iframe => {
try {
iframe.onload = function() {
const iframeDoc = iframe.contentDocument || iframe.contentWindow.document;
const style = iframeDoc.createElement('style');
style.textContent = `
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: auto;
}
body > * {
max-width: 100%;
}
`;
iframeDoc.head.appendChild(style);
const resizeObserver = new ResizeObserver(() => {
iframe.style.height = '100%';
});
resizeObserver.observe(iframe);
};
} catch (e) {
console.error('iframe ์กฐ์ • ์ค‘ ์˜ค๋ฅ˜:', e);
}
});
}
// ๋ฆฌ์‚ฌ์ด์ฆˆ ๊ธฐ๋Šฅ
document.addEventListener('DOMContentLoaded', function() {
const panel = document.querySelector('.right_panel');
let isResizing = false;
let startY;
let startHeight;
panel.addEventListener('mousedown', function(e) {
if (e.offsetY > panel.offsetHeight - 6) {
isResizing = true;
startY = e.pageY;
startHeight = panel.offsetHeight;
document.body.style.cursor = 'ns-resize';
}
});
document.addEventListener('mousemove', function(e) {
if (!isResizing) return;
const diff = e.pageY - startY;
const newHeight = Math.max(400, Math.min(800, startHeight + diff));
panel.style.height = `${newHeight}px`;
});
document.addEventListener('mouseup', function() {
isResizing = false;
document.body.style.cursor = '';
});
// ๋”๋ธ”ํด๋ฆญ์œผ๋กœ ํฌ๊ธฐ ํ† ๊ธ€
panel.addEventListener('dblclick', function(e) {
if (e.offsetY > panel.offsetHeight - 6) {
if (panel.offsetHeight === 600) {
panel.style.height = '800px';
} else {
panel.style.height = '600px';
}
}
});
});
// ํŽ˜์ด์ง€ ๋กœ๋“œ ๋ฐ ๋™์  ์ฝ˜ํ…์ธ  ๋ณ€๊ฒฝ ์‹œ ์‹คํ–‰
document.addEventListener('DOMContentLoaded', adjustIframeContent);
const observer = new MutationObserver(adjustIframeContent);
observer.observe(document.body, { childList: true, subtree: true });
</script>