Spaces:
Running
Running
Delete static
Browse files- static/style/style.css +0 -95
static/style/style.css
DELETED
@@ -1,95 +0,0 @@
|
|
1 |
-
body {
|
2 |
-
text-align: center;
|
3 |
-
background-color: transparent;
|
4 |
-
color: #000;
|
5 |
-
}
|
6 |
-
|
7 |
-
h1 {
|
8 |
-
color: #333;
|
9 |
-
}
|
10 |
-
|
11 |
-
.drop-area {
|
12 |
-
border: 3px dashed #202020;
|
13 |
-
border-radius: 10px;
|
14 |
-
padding: 20px;
|
15 |
-
width: 60%;
|
16 |
-
height: 140px;
|
17 |
-
margin: 20px auto;
|
18 |
-
}
|
19 |
-
|
20 |
-
.file-input {
|
21 |
-
display: none;
|
22 |
-
}
|
23 |
-
|
24 |
-
.remove-background-button,
|
25 |
-
.download-button {
|
26 |
-
background-color: #000;
|
27 |
-
border: none;
|
28 |
-
color: #fff;
|
29 |
-
padding: 10px 20px;
|
30 |
-
text-align: center;
|
31 |
-
text-decoration: none;
|
32 |
-
display: inline-block;
|
33 |
-
font-size: 16px;
|
34 |
-
margin-top: 10px;
|
35 |
-
margin-bottom: 20px;
|
36 |
-
cursor: pointer;
|
37 |
-
|
38 |
-
}
|
39 |
-
|
40 |
-
.remove-background-button {
|
41 |
-
margin-right: 10px;
|
42 |
-
border-radius: 20px;
|
43 |
-
}
|
44 |
-
|
45 |
-
|
46 |
-
.file-input-label {
|
47 |
-
|
48 |
-
border-radius: 20px;
|
49 |
-
background-color: #0E69AD;
|
50 |
-
border: none;
|
51 |
-
color: #fff;
|
52 |
-
padding: 10px 20px;
|
53 |
-
text-align: center;
|
54 |
-
text-decoration: none;
|
55 |
-
display: inline-block;
|
56 |
-
font-size: 16px;
|
57 |
-
margin-top: 10px;
|
58 |
-
margin-bottom: 20px;
|
59 |
-
cursor: pointer;
|
60 |
-
|
61 |
-
}
|
62 |
-
|
63 |
-
.hidden {
|
64 |
-
display: none;
|
65 |
-
}
|
66 |
-
|
67 |
-
.blink {
|
68 |
-
animation: blink-animation 1s infinite;
|
69 |
-
}
|
70 |
-
|
71 |
-
@keyframes blink-animation {
|
72 |
-
50% {
|
73 |
-
opacity: 0;
|
74 |
-
}
|
75 |
-
}
|
76 |
-
|
77 |
-
.file-input-label::after {
|
78 |
-
content: "Choose File";
|
79 |
-
}
|
80 |
-
|
81 |
-
.file-input-label:hover {
|
82 |
-
background-color: #333;
|
83 |
-
}
|
84 |
-
|
85 |
-
.file-input-label:active {
|
86 |
-
background-color: #111;
|
87 |
-
}
|
88 |
-
|
89 |
-
/* Center alignment for buttons and other elements */
|
90 |
-
button,
|
91 |
-
input[type="submit"],
|
92 |
-
label {
|
93 |
-
display: block;
|
94 |
-
margin: 0 auto;
|
95 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|