File size: 4,418 Bytes
6b95b0d 0933474 6b95b0d fd93f39 7cb0b54 0933474 fd93f39 0933474 6b95b0d 7cb0b54 6b95b0d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 |
.interface-wrapper {
max-width: 1024px;
margin: 0 auto;
}
.centered {
margin: 0 auto;
display: block;
text-align:center;
}
.solid {
opacity: 1.0 !important;
height: auto !important;
}
.intro {
font-size: 1.2em !important;
font-weight: bold;
text-align: center;
/*background-color: rgba(242, 218, 163, 0.62);*/
}
.dark .gradio-container.gradio-container-5-29-0 .contain .intro .prose {
/*background-color: rgba(41, 18, 5, 0.38) !important;*/
}
.toast-body.info {
background-color: rgba(242, 218, 163, 0.75);
}
.dark .toast-body.info {
background-color: rgba(128, 128, 128, 0.75);
}
.small {
font-size: smaller !important;
text-align: center;
}
.imgcontainer img {
object-fit: contain !important;
}
#examples {
font-weight: bolder;
}
--background-fill-primary: #FBCE50 !important;
#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(--primary-800);
}
#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, #lora_gallery .thumbnails {
flex-direction: column !important;
display: inline-flex !important;
flex-wrap: wrap !important;
position: relative !important;
}
#gallery caption.caption, #lora_gallery caption.caption {
flex-direction: row !important;
display: inline-flex !important;
flex-wrap: wrap;
white-space: unset !important;
}
#gallery .image-button img.with-caption, #lora_gallery .image-button img.with-caption {
object-fit: cover !important;
object-position: center !important;
}
#gallery button.preview, #lora_gallery button.preview {
position: relative !important;
}
.gradio-container #model_3d, .gradio-container #image_slider, .gradio-container #component-0 {
max-width: 1920px;
height: 100%;
margin: 10px auto;
}
.gradio-container .image-container .preview.svelte-k63p1v {
object-fit: cover;
max-height: 1536px !important;
}
.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:repeat;
background-position: 50% 0;
background-size: contain;
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 !important;
}
}
.sidebar .toggle-button::before {
content: 'Sketch Pad';
font-weight: bold;
transform: rotate(180deg);
margin-right: -120px;
width: 120px;
background-color: rgba(242, 218, 163, 0.62);
}
.dark .sidebar .toggle-button::before {
background-color: rgba(41, 18, 5, 0.38) !important;
}
.sidebar.open .toggle-button::before {
content: '';
}
#sketchpd, #filters, #image_gen, #accordian_3d {
outline-color: #bbf7d0;
outline-style:solid;
outline-width: 1px;
outline-offset: 1px;
padding: 2px;
border-radius:6px;
}
.outline-important {
outline-color: var(--accordion-text-color);
outline-style: solid;
outline-width: 2px;
outline-offset: 2px;
padding: 2px;
border-radius: 6px;
}
.selected.svelte-1tcem6n.svelte-1tcem6n {
font-size: large;
font-weight: bold;
color: var(--body-text-color);
}
.tab-wrapper.svelte-1tcem6n.svelte-1tcem6n {
height: var(--size-12);
padding-bottom: var(--size-1);
text-align: center;
background-blend-mode: multiply;
border-radius: var(--block-radius);
background-color: var(--block-background-fill);
outline-color: var(--accordion-text-color);
outline-style: solid;
outline-width: 2px;
outline-offset: 2px;
padding: 2px;
border-radius: 6px;
} |