Spaces:
Runtime error
Runtime error
File size: 2,537 Bytes
3c3804b |
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 |
body, html {
height: 100%;
margin: 0;
}
.gradio_container {
height: 100%;
}
/**gallery**/
#gallery {
height: 400px;
width: 100%;
}
/**every font dropdown in editing**/
#font_input_0 input {
color: #ff0000;
font-size: 15px;
}
#font_input_1 input {
color: #ff9900;
font-size: 15px;
}
#font_input_2 input {
color: #996633;
font-size: 15px;
}
#font_input_3 input {
color: #33cc33;
font-size: 15px;
}
#font_input_4 input {
color: #33cccc;
font-size: 15px;
}
#font_input_5 input {
color: #0066ff;
font-size: 15px;
}
#font_input_6 input {
color: #ff3399;
font-size: 15px;
}
#font_input_7 input {
color: #cc00cc;
font-size: 15px;
}
#font_input_0.block.svelte-90oupt {
height: 30px;
}
#font_input_1.block.svelte-90oupt {
height: 30px;
}
#font_input_2.block.svelte-90oupt {
height: 30px;
}
#font_input_3.block.svelte-90oupt {
height: 30px;
}
#font_input_4.block.svelte-90oupt {
height: 30px;
}
#font_input_5.block.svelte-90oupt {
height: 30px;
}
#font_input_6.block.svelte-90oupt {
height: 30px;
}
#font_input_7.block.svelte-90oupt {
height: 30px;
}
/**every text box in editing**/
#text_input_0 input {
font-size: 15px;
}
#text_input_1 input {
font-size: 15px;
}
#text_input_2 input {
font-size: 15px;
}
#text_input_3 input {
font-size: 15px;
}
#text_input_4 input {
font-size: 15px;
}
#text_input_5 input {
font-size: 15px;
}
#text_input_6 input {
font-size: 15px;
}
#text_input_7 input {
font-size: 15px;
}
#text_input_0.block.svelte-90oupt {
height: 30px;
}
#text_input_1.block.svelte-90oupt {
height: 30px;
}
#text_input_2.block.svelte-90oupt {
height: 30px;
}
#text_input_3.block.svelte-90oupt {
height: 30px;
}
#text_input_4.block.svelte-90oupt {
height: 30px;
}
#text_input_5.block.svelte-90oupt {
height: 30px;
}
#text_input_6.block.svelte-90oupt {
height: 30px;
}
#text_input_7.block.svelte-90oupt {
height: 30px;
}
#row_show {
display: block
height: 25px
}
#markdown_1 {
display: block;
height: 25px;
}
#markdown_2 {
display: block;
height: 25px;
}
#markdown_1 span {
display: block;
height: 25px;
}
#markdown_2 span {
display: block;
height: 25px;
}
#run_edit {
background-color: #ff4500;
color: white;
}
#run_upload {
background-color: #ff4500;
color: white;
}
/**************************************
footer.svelte-1ax1toq {
display: none !important;
}
/**************************************/
|