WIP - Streamlit UI, firecrawl - V0.5
This commit is contained in:
@@ -34,11 +34,11 @@ body {
|
||||
|
||||
/* Navigation tabs styling */
|
||||
.stTabs [role="tab"] {
|
||||
font-size: 1.25em;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
background: #1565C0;
|
||||
padding: 16px 24px;
|
||||
padding: 12px 20px;
|
||||
margin: 5px;
|
||||
border-radius: 8px;
|
||||
border: 2px solid #ddd;
|
||||
@@ -53,6 +53,7 @@ body {
|
||||
background: #E3F2FD;
|
||||
color: #333;
|
||||
border: 2px solid #1565C0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Sidebar header styling */
|
||||
@@ -66,7 +67,7 @@ body {
|
||||
/* Sidebar option styling */
|
||||
.sidebar-option {
|
||||
margin-bottom: 10px;
|
||||
font-size: 1.1em;
|
||||
font-size: 1.5em;
|
||||
color: #1565C0;
|
||||
cursor: pointer;
|
||||
transition: color 0.3s ease;
|
||||
@@ -89,6 +90,7 @@ body {
|
||||
input[type="text"], input[type="file"], select {
|
||||
width: 100%;
|
||||
padding: 12px;
|
||||
font-weight: bold;
|
||||
margin: 8px 0;
|
||||
box-sizing: border-box;
|
||||
border: 2px solid #ddd;
|
||||
@@ -100,7 +102,7 @@ input[type="text"], input[type="file"], select {
|
||||
|
||||
input[type="text"]:focus, input[type="file"]:focus, select:focus {
|
||||
border-color: #1565C0;
|
||||
box-shadow: 0 0 5px rgba(21, 101, 192, 0.5);
|
||||
box-shadow: 0 0 3px rgba(21, 101, 192, 0.5);
|
||||
}
|
||||
|
||||
/* Custom button styling */
|
||||
@@ -197,17 +199,18 @@ audio::-webkit-media-controls-timeline {
|
||||
|
||||
/* Select input styling */
|
||||
.stSelectbox > div[data-baseweb="select"] > div {
|
||||
padding: 12px;
|
||||
padding: 6px;
|
||||
margin: 8px 0;
|
||||
border: 2px solid #ddd;
|
||||
border-radius: 4px;
|
||||
border: 2px solid #1565C0;
|
||||
border-radius: 2px;
|
||||
background-color: #f0f8ff;
|
||||
font-size: 16px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
transition: border-color 0.3s ease, box-shadow 0.3s ease;
|
||||
appearance: none;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 10px center;
|
||||
background-size: 12px;
|
||||
background-size: 10px;
|
||||
}
|
||||
|
||||
select:focus {
|
||||
|
||||
Reference in New Issue
Block a user