|
|
|
body {
|
|
font-family: 'Inter', sans-serif;
|
|
background-color: #f8f9fa;
|
|
color: #212529;
|
|
}
|
|
|
|
|
|
h1 {
|
|
color: #0056b3;
|
|
font-weight: 600;
|
|
letter-spacing: -1px;
|
|
}
|
|
|
|
|
|
.gradio-container .col-header {
|
|
color: #495057;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
font-size: 0.9rem;
|
|
letter-spacing: 0.5px;
|
|
border-bottom: 2px solid #e9ecef;
|
|
padding-bottom: 8px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
|
|
.gradio-container .gr-button-primary {
|
|
background-color: #007bff !important;
|
|
color: white !important;
|
|
border: none !important;
|
|
transition: background-color 0.3s ease;
|
|
}
|
|
|
|
.gradio-container .gr-button-primary:hover {
|
|
background-color: #0056b3 !important;
|
|
}
|
|
|
|
.gradio-container .gr-button-secondary {
|
|
background-color: #6c757d !important;
|
|
color: white !important;
|
|
border: none !important;
|
|
}
|
|
.gradio-container .gr-button-secondary:hover {
|
|
background-color: #5a6268 !important;
|
|
}
|
|
|
|
|
|
.gradio-container .gr-textbox {
|
|
border-radius: 8px !important;
|
|
border: 1px solid #ced4da !important;
|
|
}
|
|
.gradio-container .gr-textbox:focus {
|
|
border-color: #80bdff !important;
|
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
|
|
}
|
|
|
|
|
|
.gradio-container .gr-accordion {
|
|
border: 1px solid #dee2e6 !important;
|
|
border-radius: 8px !important;
|
|
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
|
|
}
|
|
|
|
|
|
.gradio-container .tabs > .tab-nav > button {
|
|
font-weight: 500;
|
|
color: #495057;
|
|
}
|
|
.gradio-container .tabs > .tab-nav > button.selected {
|
|
color: #007bff;
|
|
border-bottom: 2px solid #007bff;
|
|
}
|
|
|
|
|
|
.gradio-container .gr-code {
|
|
border-radius: 8px !important;
|
|
} |