File size: 4,142 Bytes
1600949
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css');

/* the outermost contrained of the app */
.main{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
}

/* #main_row{
    
} */

/* hide this class */
.svelte-p4aq0j {
    display: none;
}

.wrap.svelte-p4aq0j.svelte-p4aq0j {
    display: none;
}

#download_sketch{
    display: none;
}

#download_output{
    display: none;
}

#column_input, #column_output{
    width: 500px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

#tools_header, #input_header, #output_header, #process_header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
}


#nn{
    width: 100px;
    height: 100px;
}


#column_process{
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 600px;
}

/* this is the "pix2pix-turbo" above the process button */
#description > span{
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

/* this is the "UNDO_BUTTON, X_BUTTON" */
div.svelte-1030q2h{
    width: 30px;
    height: 30px;
    display: none;
}


#component-5 > div{
    border: 0px;
    box-shadow: none;
}

#cb-eraser, #cb-line{
    display: none;
}

/* eraser text */
#cb-eraser > label > span{
    display: none;
}
#cb-line > label > span{
    display: none;
}


.button-row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 0px;
}

#my-toggle-pencil{
    background-image: url("https://icons.getbootstrap.com/assets/icons/pencil.svg");
    background-color: white;
    background-size: cover;
    margin: 0px;
    box-shadow: none;
    width: 40px;
    height: 40px;
}

#my-toggle-pencil.clicked{
    background-image: url("https://icons.getbootstrap.com/assets/icons/pencil-fill.svg");
    transform: scale(0.98);
    background-color: gray;
    background-size: cover;
    /* background-size: 95%;
    background-position: center; */
    /* border: 2px solid #000; */
    margin: 0px;
    box-shadow: none;
    width: 40px;
    height: 40px;
}


#my-toggle-eraser{
    background-image: url("https://icons.getbootstrap.com/assets/icons/eraser.svg");
    background-color: white;
    background-color: white;
    background-size: cover;
    margin: 0px;
    box-shadow: none;
    width: 40px;
    height: 40px;
}

#my-toggle-eraser.clicked{
    background-image: url("https://icons.getbootstrap.com/assets/icons/eraser-fill.svg");
    transform: scale(0.98);
    background-color: gray;
    background-size: cover;
    margin: 0px;
    box-shadow: none;
    width: 40px;
    height: 40px;
}



#my-button-undo{
    background-image: url("https://icons.getbootstrap.com/assets/icons/arrow-counterclockwise.svg");
    background-color: white;
    background-size: cover;
    margin: 0px;
    box-shadow: none;
    width: 40px;
    height: 40px;
}

#my-button-clear{
    background-image: url("https://icons.getbootstrap.com/assets/icons/x-lg.svg");
    background-color: white;
    background-size: cover;
    margin: 0px;
    box-shadow: none;
    width: 40px;
    height: 40px;
    
}


#my-button-down{
    background-image: url("https://icons.getbootstrap.com/assets/icons/arrow-down.svg");
    background-color: white;
    background-size: cover;
    margin: 0px;
    box-shadow: none;
    width: 40px;
    height: 40px;
    
}

.pad2{
    padding: 2px;
    background-color: white;
    border: 2px solid #000;
    margin: 10px;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}




#output_image, #input_image{
    border-radius: 0px;
    border: 5px solid #000;
    border-width: none;
}


#output_image > img{
    border: 5px solid #000;
    border-radius: 0px;
    border-width: none;
}

#input_image > div.image-container.svelte-p3y7hu > div.wrap.svelte-yigbas > canvas:nth-child(1){
    border: 5px solid #000;
    border-radius: 0px;
    border-width: none;
}