-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
415 lines (284 loc) · 11.4 KB
/
index.html
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
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!DOCTYPE html>
<head>
<!-- ================================================== -->
<!-- These are not required for the Blog.IR version -->
<title>سفارشی!</title>
<meta name="viewport" content="width=device-width initial-scale=1.0" />
<link rel="icon" href="https://bayanbox.ir/view/4316709884354097472/Sefareshi-Favicon.png" type="image/png">
<link rel="stylesheet" href="./style.css" />
<script defer src="./script.js"></script>
<!-- ================================================== -->
<!-- ================================================== -->
<!-- Required fonts for the font preview section -->
<link href="https://cdn.jsdelivr.net/gh/rastikerdar/[email protected]/dist/font-face.css" rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="https://bayanbox.ir/download/5716984447959101916/behdad-font-face.css">
<link rel="stylesheet" href="https://bayanbox.ir/download/6910266371077145419/mikhak-font-face.css">
<link href="https://cdn.jsdelivr.net/gh/rastikerdar/[email protected]/Vazirmatn-font-face.css" rel="stylesheet"
type="text/css" />
<!-- ================================================== -->
<!-- ================================================== -->
<!-- Modules needed to apply changes to themes -->
<script defer src="https://bayanbox.ir/download/7282506687475275019/fix-head-tags.js"></script>
<script defer src="https://bayanbox.ir/download/5305533559830740177/change-font.js"></script>
<script defer src="https://bayanbox.ir/download/3439704906119048198/change-colors.js"></script>
<script defer src="https://bayanbox.ir/download/4380357226815639648/toggle-thumbnail.js"></script>
<script defer src="https://bayanbox.ir/download/2445812835688548463/add-read-time-script.js"></script>
<script defer src="https://bayanbox.ir/download/6015758554293783874/add-color-mode-button.js"></script>
<script defer src="https://bayanbox.ir/download/1169059868064447706/add-footer-credit.js"></script>
<!-- ================================================== -->
</head>
<body dir="rtl">
<h1>سفارشی!</h1>
<!-- ================================================== -->
<!-- Announcements related to development -->
<div id="alerts" class="flex col">
<blockquote class="success">
✨
ویژگی های آینده برای توسعه:
<ol>
<li>
قابلیت انتخاب تصویر یا الگو برای پس زمینه
</li>
<li>
قابلیت تنظیم و افزودن لینک های شبکه اجتماعی
</li>
</ol>
</blockquote>
</div>
<!-- ================================================== -->
<hr />
<!-- ================================================== -->
<!-- Theme selection section -->
<h2 class="flex row" id="choose-theme-heading">
🧐 قالب مورد نظرت رو انتخاب کن
<div id="loading"></div>
</h2>
<div onchange="themePreview()">
<div id="daftarche-theme-radio">
<input type="radio" id="daftarche" name="theme" />
<label for="daftarche">دفترچه</label>
</div>
<div id="afkar-theme-radio">
<input type="radio" id="afkar" name="theme" />
<label for="afkar">افکار</label>
</div>
</div>
<div id="theme-preview-section" class="flex justify-center col">
<img src="" alt="" />
<img src="" alt="" />
</div>
<!-- ================================================== -->
<hr />
<!-- ================================================== -->
<!-- Font selection section -->
<h2>✒️ کدوم فونت؟</h2>
<blockquote class="info release-note">
📣
آخرین بروزرسانی ها:
<ol>
<li class="new">
افزودن فونت «میخک»
</li>
<li class="new">
افزودن فونت «وزیر متن»
</li>
</ol>
</blockquote>
<fieldset onchange="fontPreview()" disabled>
<div id="sahel-font-radio">
<input type="radio" id="sahel" name="font" />
<label for="sahel">ساحل</label>
</div>
<div id="behdad-font-radio">
<input type="radio" id="behdad" name="font" />
<label for="behdad">بهداد</label>
</div>
<div id="mikhak-font-radio">
<input type="radio" id="mikhak" name="font" />
<label for="mikhak">میخک</label>
</div>
<div id="vazirmatn-font-radio">
<input type="radio" id="vazirmatn" name="font" />
<label for="vazirmatn">وزیر متن</label>
</div>
</fieldset>
<blockquote id="font-preview-section">
یه
<strong>همچین</strong>
شمایلی قراره داشته باشه
<em>این فونت</em>
دوست من!
<br />
<br />
من حتی می تونم به چرت و پرت نوشتن ادامه بدم تا بتونی ببینی که توی متون بلند تر به چه شکل در میاد این فونت! الان برات
مفهوم تره؟ امیدوارم :)
</blockquote>
<!-- ================================================== -->
<hr />
<!-- ================================================== -->
<!-- BG Color selection section -->
<h2>🎨 کدوم رنگ؟</h2>
<blockquote class="info release-note">
📣
آخرین بروزرسانی ها (۱۴۰۲/۰۴/۱۱):
<ol>
<li class="new">
قابلیت کنترل رنگ پس زمینه سربرگ جعبه های نوار کناری قالب «دفترچه»
</li>
</ol>
</blockquote>
<!-- ------------------------- -->
<!-- Main BG color -->
<fieldset disabled>
<h3>
🌞
حالت روشن:
</h3>
<div class="flex row align-center color-options">
<h4>
پس زمینه اصلی:
</h4>
<input type="color" id="light-mode-bg" onchange="lightBGColorChange()" />
</div>
<div class="flex row align-center color-options">
<h4>
متون:
</h4>
<input type="color" id="light-mode-text" onchange=lightTextColorChange() />
</div>
<!-- ------------------------- -->
<!-- Daftarche specific options -->
<div class="flex row align-center color-options daftarche-only">
<h4>
پس زمینه ثانویه:
</h4>
<input type="color" id="light-mode-secondary-bg" onchange=lightSecondaryBGColorChange() />
</div>
<div class="flex row align-center color-options daftarche-only">
<h4>
پس زمینه المان های داخلی:
</h4>
<input type="color" id="light-mode-tertiary-bg" onchange=lightTertiaryBGColorChange() />
</div>
<div class="flex row align-center color-options daftarche-only">
<h4>
پس زمینه المان های انتخاب شده:
</h4>
<input type="color" id="light-mode-selected-bg" onchange=lightSelectedBGColorChange() />
</div>
<div class="flex row align-center color-options daftarche-only">
<h4>
پس زمینه سربرگ جعبه های نوار کناری:
</h4>
<input type="color" id="light-mode-sidebar-box-header-bg" onchange=lightSidebarBoxHeaderBGColorChange() />
</div>
<!-- ------------------------- -->
</fieldset>
<!-- ------------------------- -->
<!-- ------------------------- -->
<!-- Text color -->
<fieldset disabled>
<h3>
🌚
حالت تاریک:
</h3>
<div class="flex row align-center color-options">
<h4>
پس زمینه اصلی:
</h4>
<input type="color" id="dark-mode-bg" onchange="darkBGColorChange()" />
</div>
<div class="flex row align-center color-options">
<h4>
متون:
</h4>
<input type="color" id="dark-mode-text" onchange=darkTextColorChange() />
</div>
<!-- ------------------------- -->
<!-- Daftarche specific options -->
<div class="flex row align-center color-options daftarche-only">
<h4>
پس زمینه ثانویه:
</h4>
<input type="color" id="dark-mode-secondary-bg" onchange=darkSecondaryBGColorChange() />
</div>
<div class="flex row align-center color-options daftarche-only">
<h4>
پس زمینه المان های داخلی:
</h4>
<input type="color" id="dark-mode-tertiary-bg" onchange=darkTertiaryBGColorChange() />
</div>
<div class="flex row align-center color-options daftarche-only">
<h4>
پس زمینه المان های انتخاب شده:
</h4>
<input type="color" id="dark-mode-selected-bg" onchange=darkSelectedBGColorChange() />
</div>
<div class="flex row align-center color-options daftarche-only">
<h4>
پس زمینه سربرگ جعبه های نوار کناری:
</h4>
<input type="color" id="dark-mode-sidebar-box-header-bg" onchange=darkSidebarBoxHeaderBGColorChange() />
</div>
<!-- ------------------------- -->
</fieldset>
<!-- ------------------------- -->
<!-- ================================================== -->
<hr />
<!-- ================================================== -->
<!-- Other features selection section -->
<h2>🧩 ویژگی های دیگه</h2>
<fieldset disabled>
<input type="checkbox" id="thumbnail" onchange="thumbnailCheck()" />
<label for="thumbnail">قابلیت نمایش تصاویر اصلی مطالب</label>
</fieldset>
<!-- ================================================== -->
<hr />
<!-- ================================================== -->
<!-- JS spcific features selection section -->
<h2>🪄 جاوا اسکریپت</h2>
<fieldset disabled>
<input type="checkbox" id="js" onchange="jsFeaturesToggle()" />
<label for="js">«امکان استفاده از جاواسکریپت» رو برای وبلاگ تون فعال کردین؟</label>
<div id="js-features-section">
<div>
<input type="checkbox" id="read-time" onchange="readTimeChecked()" />
<label for="read-time">اضافه کردن «زمان مورد نیاز برای مطالعه مطلب»</label>
</div>
<div>
<input type="checkbox" id="color-mode" onchange="colorModeChecked()" />
<label for="color-mode">اضافه کردن دکمه برای کنترل حالت رنگی</label>
</div>
</div>
</fieldset>
<!-- ================================================== -->
<hr />
<!-- ================================================== -->
<!-- Generate button section -->
<fieldset id="generate-button-section" class="flex justify-center" disabled>
<button type="submit" id="generate" onclick="generate()">سفارشی کن 🗿</button>
</fieldset>
<!-- ================================================== -->
<hr />
<!-- ================================================== -->
<!-- Result section -->
<div id="result-section">
<h2>🧑🍳 کد شما حاضره:</h2>
<h3>کد ساختار قالب</h3>
<pre id="generated-html"></pre>
<button id="generated-html-copy" onclick="finalHTMLCopy()">کپی کن!</button>
<h3>کد CSS قالب</h3>
<pre id="generated-css"></pre>
<button id="generated-css-copy" onclick="finalCSSCopy()">کپی کن!</button>
</div>
<!-- ================================================== -->
</body>
<footer>
ساخته شده با 🗿 برای بیان بلاگ | 💡
<a href="https://github.com/pikhosh/Sefareshi" title="کد منبع سفارشی" target="_blank">
منبع باز
</a>
</footer>
<style></style>
<script></script>