-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
111 lines (96 loc) · 1.72 KB
/
styles.css
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
@font-face {
font-family: silkscreen;
src: url(https://sadgrl.online/fonts/slkscr.woff);
}
html,
body {
padding: 0;
margin: 0;
font-family: sans-serif;
}
.container {
margin: 20px;
margin: 0 auto;
max-width: 30%;
}
#output {
font-family: silkscreen;
width: 88px;
height: 31px;
margin-top: 10px;
font-size: 8px;
line-height: 8px;
padding-top: 3px;
margin: 0;
box-sizing: border-box;
overflow: hidden;
background-image: url('');
background-size: cover;
background-position: center;
border: 1px solid #bbb;
}
#text {
font-size: 8px;
padding-top: 0px;
margin-top: 0px;
padding-left: 5px;
width: 74px;
height: 27px;
overflow: hidden;
-webkit-font-smoothing: antialiased;
font-smooth: always;
padding-bottom: 0;
margin-bottom: 0;
}
#into-image {
margin-top: 10px;
width: 300px;
height: 50px;
}
#border-width {
width: 20px;
height: 20px;
}
#input {
height: 20px;
min-width: 100px !important;
width: 100px;
margin-left: 10px;
}
input[type="color"i] {
width: 50px;
height: 30px;
background-color: var(--bg);
border: none;
display: inline-block;
margin-top: -5px;
}
input[type="color"]::-webkit-color-swatch {
border: none;
}
.flex {
display: flex;
flex-wrap: wrap;
}
.option {
margin-right: 55px;
display: flex;
justify-content: space-between;
margin-top: 10px;
}
textarea {
border-color: 1px solid var(--accent-4);
font-family: Space Grotesk;
min-height: 50px;
}
input[type="file"i] {
background-color: var(--bg);
color: white;
}
input[type="file"] {
width: 90px;
}
#results {
width: 88px;
height: 31px;
}