-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadam_styles.js
More file actions
369 lines (201 loc) · 9.31 KB
/
adam_styles.js
File metadata and controls
369 lines (201 loc) · 9.31 KB
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
function smallest_opensans(){
document.getElementById("output").style = 'font-size: 8pt; font-family: "Open Sans";'
}
function smaller_opensans(){
document.getElementById("output").style = 'font-size: 12pt; font-family: "Open Sans";'
}
function bigger_opensans(){
document.getElementById("output").style = 'font-size: 24pt; font-family: "Open Sans";'
}
//
function smallest_literata(){
document.getElementById("output").style = 'font-size: 8pt; font-family: "Literata";'
}
function smaller_literata(){
document.getElementById("output").style = 'font-size: 12pt; font-family: "Literata";'
}
function bigger_literata(){
document.getElementById("output").style = 'font-size: 24pt; font-family: "Literata";'
}
function smallest_os(){
document.getElementById("output").style = 'font-size: 8pt; font-family: "Oswald";'
}
function smaller_os(){
document.getElementById("output").style = 'font-size: 12pt; font-family: "Oswald";'
}
function bigger_os(){
document.getElementById("output").style = 'font-size: 24pt; font-family: "Oswald";'
}
//
function smallest_Nanum(){
document.getElementById("output").style = 'font-size: 8pt; font-family: "Nanum Gothic ExtraBold";'
}
function smaller_Nanum(){
document.getElementById("output").style = 'font-size: 12pt; font-family: "Nanum Gothic ExtraBold";'
}
function bigger_Nanum(){
document.getElementById("output").style = 'font-size: 24pt; font-family: "Nanum Gothic ExtraBold";'
}
function smallest_mono(){
document.getElementById("output").style = 'font-size: 8pt; font-family: "Roboto Mono";'
}
function smaller_mono(){
document.getElementById("output").style = 'font-size: 12pt; font-family: "Roboto Mono";'
}
function bigger_mono(){
document.getElementById("output").style = 'font-size: 24pt; font-family: "Roboto Mono";'
}
function opensans(){
document.getElementById("output").style = 'font-family: "Open Sans";'
document.getElementById("textsize").innerHTML = '<button class="button" onclick="smallest_opensans()">tiny</button><button class="button" onclick="smaller_opensans()">small</button><button class="button" onclick="bigger_opensans()">big</button>'
}
function literata(){
document.getElementById("output").style = 'font-family: "Literata;'
document.getElementById("textsize").innerHTML = '<button class="button" onclick="smallest_literata()">tiny</button><button class="button" onclick="smaller_literata()">small</button><button class="button" onclick="bigger_literata()">big</button>'
}
function Nanum_Gothic_ExtraBold(){
document.getElementById("output").style = 'font-family: "Nanum Gothic ExtraBold";'
document.getElementById("textsize").innerHTML = '<button class="button" onclick="smallest_Nanum()">tiny</button><button class="button" onclick="smaller_Nanum()">small</button><button class="button" onclick="bigger_Nanum()">big</button>'
}
function Roboto_Mono(){
document.getElementById("output").style = 'font-family: "Roboto Mono";'
document.getElementById("textsize").innerHTML = '<button class="button" onclick="smallest_mono()">tiny</button><button class="button" onclick="smaller_mono()">small</button><button class="button" onclick="bigger_mono()">big</button>'
}
function Oswald(){
document.getElementById("output").style = 'font-family: "Oswald";'
document.getElementById("textsize").innerHTML = '<button class="button" onclick="smallest_os()">tiny</button><button class="button" onclick="smaller_os()">small</button><button class="button" onclick="bigger_os()">big</button>'
}
function change_size(){
size = document.getElementById("textsizeinput").value
document.getElementById("output").style = 'font-size:' + size+';'
}
function light(){
document.getElementById("meme").style = 'meme'
document.getElementById("mode").innerHTML = '<button onclick="dark()">Dark</button>'
}
function dark(){
document.getElementById("meme").class = 'meme_dark'
document.getElementById("mode").innerHTML = '<button onclick="light()">Light</button>'
}
function oswald2(){
document.getElementById("fontcontrol").style = 'font-family: "Oswald";'
}
function OpenSans2(){
document.getElementById("fontcontrol").style = 'font-family: "Open Sans";'
}
function Literata2(){
document.getElementById("fontcontrol").style = 'font-family: "Literata";'
}
function Roboto_Mono2(){
document.getElementById("fontcontrol").style = 'font-family: "Roboto Mono";'
}
function Textura2(){
document.getElementById("fontcontrol").style = 'font-family: "Textura";'
}
function Cyanotype2(){
document.getElementById("fontcontrol").style = 'font-family: "Cyanotype";'
}
function American2(){
document.getElementById("fontcontrol").style = 'font-family: "American Text";'
}
function OpenDyslexic2(){
document.getElementById("fontcontrol").style = 'font-family: "OpenDyslexic Bold"; '
}
function Merriweather2(){
document.getElementById("fontcontrol").style = 'font-family: "Merriweather"; '
}
function change_size2(){
size = document.getElementById("textsizeinput").value
document.getElementById("output").style = 'font-size:' + size+';'
document.getElementById("output2").style = 'font-size:' + size+';'
}
function center(){
document.getElementById("content").style = 'text-align: center'
}
function left(){
document.getElementById("content").style = ''
}
function type(){
document.getElementById("type").innerHTML = '<a href="./mememaker.html" class="button is-green is-outlined is-fullwidth">Border Text</a><a href="./mememaker_twolinetext.html" class="button is-green is-outlined is-fullwidth">Classic Meme</a><a href="./mememaker_sidebyside.html" class="button is-green is-outlined is-fullwidth">1x2 Meme</a>'
// document.getElementById("counter").innerHTML = '<script src="https://cdn.counter.dev/script.js" data-id="e723b406-567b-475d-be1b-651ca897c0da" data-utcoffset="-7"></script>'
}
function whitetext(){
document.getElementById("memecontent").style = 'color: #ffffff; -webkit-text-stroke-width: 0.1px; -webkit-text-stroke-color: #1a1a1a;'
}
function blacktext(){
document.getElementById("memecontent").style = 'color: #1a1a1a; -webkit-text-stroke-width: 0.1px; -webkit-text-stroke-color: #ffffff;'
}
function whitetexttop(){
document.getElementById("topcol").style = 'color: #ffffff; -webkit-text-stroke-width: 0.1px; -webkit-text-stroke-color: #1a1a1a;'
}
function blacktexttop(){
document.getElementById("topcol").style = 'color: #1a1a1a; -webkit-text-stroke-width: 0.1px; -webkit-text-stroke-color: #ffffff;'
}
function whitetextbottom(){
document.getElementById("bottomcol").style = 'color: #ffffff; -webkit-text-stroke-width: 0.1px; -webkit-text-stroke-color: #1a1a1a;'
}
function blacktextbottom(){
document.getElementById("bottomcol").style = 'color: #1a1a1a; -webkit-text-stroke-width: 0.1px; -webkit-text-stroke-color: #ffffff;'
}
function whitetextwater(){
document.getElementById("watercol").style = 'color: rgba(255, 255, 255, 0.5); -webkit-text-stroke-width: 0.1px; -webkit-text-stroke-color: #1a1a1a;'
}
function blacktextwater(){
document.getElementById("watercol").style = 'color: rgba(0, 0, 0, 0.5); -webkit-text-stroke-width: 0.1px; -webkit-text-stroke-color: #ffffff;'
}
function setcoltop(){
x = 'color: #'+document.getElementById("colinputtop").value+'; '
document.getElementById("topcol").style = x + '-webkit-text-stroke-width: 0.1px; -webkit-text-stroke-color: #ffffff;'
}
function setcolbottom(){
x = 'color: #'+document.getElementById("colinputbottom").value+'; '
document.getElementById("bottomcol").style = x + '-webkit-text-stroke-width: 0.1px; -webkit-text-stroke-color: #ffffff;'
}
function setcolwater(){
x = 'color: #'+document.getElementById("colinputbottom").value+'; '
document.getElementById("watercol").style = x + '-webkit-text-stroke-width: 0.1px; -webkit-text-stroke-color: #ffffff;'
}
var slider = document.getElementById("myRange");
slider.oninput = function() {
positioncontrol.style = 'top: '+this.value+'px;';
}
var slider2 = document.getElementById("myRange2");
slider2.oninput = function() {
output.style = 'left: '+this.value+'px;';
}
function setpo(){
y = document.getElementById("textyinput").value
x = document.getElementById("textxinput").value
document.getElementById("positioncontrol").style = 'left:' + x+';'+'top:' + y+';'
y2 = document.getElementById("textyinput2").value
x2 = document.getElementById("textxinput2").value
document.getElementById("positioncontrol2").style = 'left:' + x+';'+'top:' + y+';'
}
function settemp(){
y = document.getElementById("tempinput").value
document.getElementById("memebg").src = y
}
function settemp2(){
y = document.getElementById("tempinput2").value
document.getElementById("memebg2").src = y
}
function settemp_(){
y = document.getElementById("tempinput").value
document.getElementById("memebg").src = y
}
function settemp_2(){
y = document.getElementById("tempinput").value
document.getElementById("memebg2").src = y
}
function setgut(){
y = document.getElementById("tempinput2").value
document.getElementById("memebg2").src = y
}
function fontpicker() {
var x = document.getElementById("fontmenu");
if (x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "none";
}
}