|
|
|
.gradio-container { |
|
font-family: 'IBM Plex Sans', sans-serif; |
|
max-width: 730px !important; |
|
margin: auto; |
|
padding-top: 1.5rem; |
|
text-align: center; |
|
} |
|
|
|
.gr-button { |
|
color: white; |
|
background: #007bff; |
|
white-space: nowrap; |
|
border: none; |
|
padding: 10px 20px; |
|
border-radius: 8px; |
|
cursor: pointer; |
|
transition: background-color 0.3s, color 0.3s; |
|
} |
|
.gr-button:hover { |
|
background-color: #0056b3; |
|
} |
|
|
|
#share-btn-container { |
|
padding: 0.5rem !important; |
|
background-color: #007bff; |
|
justify-content: center; |
|
align-items: center; |
|
border-radius: 9999px !important; |
|
max-width: 13rem; |
|
margin: 0 auto; |
|
transition: background-color 0.3s; |
|
} |
|
#share-btn-container:hover { |
|
background-color: #0056b3; |
|
} |
|
#share-btn { |
|
all: initial; |
|
color: white; |
|
font-weight: 600; |
|
cursor: pointer; |
|
font-family: 'IBM Plex Sans', sans-serif; |
|
margin: 0.5rem !important; |
|
padding: 0.5rem !important; |
|
} |
|
|
|
#gallery { |
|
min-height: 22rem; |
|
margin: auto; |
|
border-bottom-right-radius: 0.5rem !important; |
|
border-bottom-left-radius: 0.5rem !important; |
|
} |
|
|
|
.image-container { |
|
max-width: 100%; |
|
margin: auto; |
|
padding: 20px; |
|
border: 1px solid #ccc; |
|
border-radius: 10px; |
|
overflow: hidden; |
|
max-height: 22rem; |
|
} |
|
|
|
.image-container img { |
|
max-width: 100%; |
|
height: auto; |
|
max-height: 100%; |
|
border-radius: 10px; |
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); |
|
} |
|
|
|
#content_align > span[style="color:darkred;font-size:32px;font-weight:bold"] { |
|
color: yellow !important; |
|
} |
|
|
|
#content_align > span[style="color:blue;font-size:16px;font-weight:bold"] { |
|
color: white !important; |
|
} |