Spaces:
Running
on
Zero
Running
on
Zero
.interface-wrapper { | |
max-width: 1024px; | |
margin: 0 auto; | |
} | |
.centered { | |
margin: 0 auto; | |
display: block; | |
} | |
.solid { | |
opacity: 1.0 ; | |
height: auto ; | |
} | |
.intro { | |
font-size: 1.2em ; | |
font-weight: bold; | |
text-align: center; | |
background-color: rgba(242, 218, 163, 0.62); | |
} | |
.dark .gradio-container.gradio-container-5-20-1 .contain .intro .prose { | |
background-color: rgba(41, 18, 5, 0.38) ; | |
} | |
.small { | |
font-size: smaller ; | |
text-align: center; | |
} | |
.imgcontainer img { | |
object-fit: contain ; | |
} | |
#examples { | |
font-weight: bolder; | |
} | |
--background-fill-primary: #FBCE50 ; | |
#col-container { | |
max-width: 1024px; | |
margin-left: auto; | |
margin-right: auto; | |
} | |
a { | |
text-decoration-line: underline; | |
font-weight: 600; | |
} | |
#btn-generate { | |
background-image: linear-gradient(to right bottom, rgb(157, 255, 157), rgb(229, 255, 235)); | |
color: var(--block-background-fill); | |
} | |
#btn-generate:hover { | |
background-image: linear-gradient(to right bottom, rgb(229, 255, 229), rgb(255, 255, 255)); | |
} | |
#btn-generate:active { | |
background-image: linear-gradient(to right bottom, rgb(229, 255, 235), rgb(157, 255, 157)); | |
} | |
#versions { | |
margin-top: 1em; | |
width: 100%; | |
text-align: center; | |
} | |
.small-btn { | |
max-width: 75px; | |
} | |
#gallery .thumbnails { | |
flex-direction: column ; | |
display: inline-flex ; | |
flex-wrap: wrap ; | |
position: relative ; | |
} | |
#gallery caption.caption { | |
flex-direction: row ; | |
display: inline-flex ; | |
flex-wrap: wrap; | |
white-space: unset ; | |
} | |
#gallery .image-button img.with-caption { | |
object-fit: cover ; | |
object-position: center ; | |
} | |
#gallery button.preview { | |
position: relative ; | |
} | |
.gradio-container::before { | |
content: ' '; | |
display: block; | |
position: absolute; | |
left: 0; | |
top: 0; | |
width: 100%; | |
height: 100%; | |
opacity: 0.25; | |
background-image: url('gradio_api/file=./images/logo.png'); | |
background-repeat: no-repeat; | |
background-position: 50% 0; | |
background-size: cover; | |
background-color: rgba(0,0,0,0.9); | |
} | |
#component-0, #component-1 { | |
opacity: 0.9; | |
} | |
#excluded_colors { | |
width: 95%; | |
margin: 0 auto; | |
font-size: smaller; | |
} | |
@media only screen and (min-width: 1920px) { | |
.gradio-container, .gradio-container::before { | |
max-width: 1920px ; | |
} | |
} |