mirror of
https://github.com/nod-ai/SHARK-Studio.git
synced 2026-01-10 06:17:55 -05:00
The stable diffusion codebase has been reorganized to make it more modular so that the same script can be used for web as well as cli, instead of duplicating the whole codebase. Signed-off-by: Gaurav Shukla <gaurav@nod-labs.com>
68 lines
1.1 KiB
CSS
68 lines
1.1 KiB
CSS
.gradio-container {
|
|
background-color: black
|
|
}
|
|
|
|
.container {
|
|
background-color: black !important;
|
|
padding-top: 20px !important;
|
|
}
|
|
|
|
#ui_title {
|
|
padding: 10px !important;
|
|
}
|
|
|
|
#top_logo {
|
|
background-color: transparent;
|
|
border-radius: 0 !important;
|
|
border: 0;
|
|
}
|
|
|
|
#demo_title {
|
|
background-color: black;
|
|
border-radius: 0 !important;
|
|
border: 0;
|
|
padding-top: 50px;
|
|
padding-bottom: 0px;
|
|
width: 460px !important;
|
|
}
|
|
|
|
#demo_title_outer {
|
|
border-radius: 0;
|
|
}
|
|
|
|
#prompt_box_outer div:first-child {
|
|
border-radius: 0 !important
|
|
}
|
|
|
|
#prompt_box textarea {
|
|
background-color: #1d1d1d !important
|
|
}
|
|
|
|
#prompt_examples {
|
|
margin: 0 !important
|
|
}
|
|
|
|
#prompt_examples svg {
|
|
display: none !important;
|
|
}
|
|
|
|
.gr-sample-textbox {
|
|
border-radius: 1rem !important;
|
|
border-color: rgb(31, 41, 55) !important;
|
|
border-width: 2px !important;
|
|
}
|
|
|
|
#ui_body {
|
|
background-color: #111111 !important;
|
|
padding: 10px !important;
|
|
border-radius: 0.5em !important;
|
|
}
|
|
|
|
#img_result+div {
|
|
display: none !important;
|
|
}
|
|
|
|
footer {
|
|
display: none !important;
|
|
}
|