InvokeAI/static/dream_web/index.css

141 lines
2.2 KiB
CSS
Raw Normal View History

2022-08-29 16:47:45 +00:00
* {
font-family: 'Arial';
font-size: 100%;
2022-08-29 16:47:45 +00:00
}
body {
font-size: 1em;
2022-08-29 16:47:45 +00:00
}
textarea {
font-size: 0.95em;
}
header, form, #progress-section {
2022-08-29 16:47:45 +00:00
margin-left: auto;
margin-right: auto;
max-width: 1024px;
2022-08-29 16:47:45 +00:00
text-align: center;
}
fieldset {
border: none;
line-height: 2.2em;
}
select, input {
margin-right: 10px;
padding: 2px;
}
input[type=submit] {
background-color: #666;
color: white;
}
input[type=checkbox] {
margin-right: 0px;
width: 20px;
height: 20px;
vertical-align: middle;
}
input#seed {
margin-right: 0px;
2022-08-29 16:47:45 +00:00
}
div {
padding: 10px 10px 10px 10px;
}
header {
margin-bottom: 16px;
}
header h1 {
margin-bottom: 0;
font-size: 2em;
}
#search-box {
2022-08-29 16:47:45 +00:00
display: flex;
}
#scaling-inprocess-message {
2022-08-29 16:47:45 +00:00
font-weight: bold;
font-style: italic;
display: none;
}
#prompt {
flex-grow: 1;
padding: 5px 10px 5px 10px;
border: 1px solid #999;
2022-08-29 16:47:45 +00:00
outline: none;
}
#submit {
padding: 5px 10px 5px 10px;
border: 1px solid #999;
2022-08-29 16:47:45 +00:00
}
#reset-all, #remove-image {
margin-top: 12px;
font-size: 0.8em;
2022-08-29 16:47:45 +00:00
background-color: pink;
border: 1px solid #999;
border-radius: 4px;
2022-08-29 16:47:45 +00:00
}
#results {
text-align: center;
margin: auto;
padding-top: 10px;
}
#results figure {
display: inline-block;
margin: 10px;
}
#results figcaption {
font-size: 0.8em;
padding: 3px;
color: #888;
2022-08-29 16:47:45 +00:00
cursor: pointer;
}
#results img {
2022-08-29 16:47:45 +00:00
height: 30vh;
border-radius: 5px;
}
#fieldset-config {
line-height:2em;
}
input[type="number"] {
width: 60px;
}
#seed {
width: 150px;
}
button#reset-seed {
font-size: 1.7em;
background: #efefef;
border: 1px solid #999;
border-radius: 4px;
line-height: 0.8;
margin: 0 10px 0 0;
padding: 0 5px 3px;
vertical-align: middle;
2022-08-29 16:47:45 +00:00
}
label {
white-space: nowrap;
}
2022-08-29 16:36:48 +00:00
#progress-section {
display: none;
}
#progress-image {
width: 30vh;
height: 30vh;
}
2022-08-30 15:55:40 +00:00
#cancel-button {
cursor: pointer;
color: red;
}
#txt2img {
background-color: #DCDCDC;
}
#variations {
background-color: #EEEEEE;
}
#img2img {
background-color: #F5F5F5;
}
#gfpgan {
background-color: #DCDCDC;
}
#progress-section {
background-color: #F5F5F5;
}