Spaces:
Running
Running
Add 1 files
Browse files- index.html +85 -61
index.html
CHANGED
@@ -5,37 +5,63 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>الميتافيزيقا الرقمية: كينونات من العدم</title>
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
|
9 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
10 |
<style>
|
11 |
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap');
|
12 |
|
13 |
:root {
|
14 |
-
--primary: #
|
15 |
-
--secondary: #
|
16 |
-
--dark: #
|
17 |
-
--light: #
|
18 |
-
--accent: #
|
19 |
}
|
20 |
|
21 |
body {
|
22 |
font-family: 'Tajawal', sans-serif;
|
23 |
background-color: var(--dark);
|
24 |
-
color: var(--
|
25 |
line-height: 2;
|
26 |
overflow-x: hidden;
|
27 |
scroll-behavior: smooth;
|
|
|
28 |
}
|
29 |
|
30 |
.article-container {
|
31 |
max-width: 900px;
|
32 |
margin: 4rem auto;
|
33 |
padding: 3rem;
|
34 |
-
background: rgba(
|
35 |
backdrop-filter: blur(12px);
|
36 |
border-radius: 24px;
|
37 |
-
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.
|
38 |
-
border: 1px solid rgba(
|
39 |
position: relative;
|
40 |
overflow: hidden;
|
41 |
z-index: 10;
|
@@ -48,7 +74,7 @@
|
|
48 |
right: 0;
|
49 |
width: 100%;
|
50 |
height: 100%;
|
51 |
-
background: radial-gradient(circle at 70% 30%, rgba(
|
52 |
pointer-events: none;
|
53 |
z-index: -1;
|
54 |
}
|
@@ -59,7 +85,7 @@
|
|
59 |
border-bottom: 2px solid var(--primary);
|
60 |
padding-bottom: 1.5rem;
|
61 |
color: var(--light);
|
62 |
-
text-shadow: 0 0 15px rgba(
|
63 |
margin-bottom: 2rem;
|
64 |
position: relative;
|
65 |
line-height: 1.3;
|
@@ -99,10 +125,11 @@
|
|
99 |
margin-bottom: 1.8rem;
|
100 |
text-align: justify;
|
101 |
hyphens: auto;
|
|
|
102 |
}
|
103 |
|
104 |
.meta {
|
105 |
-
color: var(--
|
106 |
font-style: italic;
|
107 |
margin-bottom: 3rem;
|
108 |
display: flex;
|
@@ -125,6 +152,7 @@
|
|
125 |
transform: translateY(20px);
|
126 |
opacity: 0;
|
127 |
isolation: isolate;
|
|
|
128 |
}
|
129 |
|
130 |
figure.visible {
|
@@ -151,11 +179,11 @@
|
|
151 |
|
152 |
figcaption {
|
153 |
font-size: 0.95rem;
|
154 |
-
color: var(--
|
155 |
padding: 1rem;
|
156 |
-
background: rgba(
|
157 |
text-align: right;
|
158 |
-
border-top: 1px solid rgba(
|
159 |
}
|
160 |
|
161 |
.digital-entity {
|
@@ -164,23 +192,12 @@
|
|
164 |
color: var(--primary);
|
165 |
font-weight: 500;
|
166 |
cursor: default;
|
|
|
167 |
}
|
168 |
|
169 |
-
.digital-entity
|
170 |
-
|
171 |
-
|
172 |
-
bottom: 0;
|
173 |
-
right: 0;
|
174 |
-
width: 100%;
|
175 |
-
height: 2px;
|
176 |
-
background: var(--secondary);
|
177 |
-
transform: scaleX(0);
|
178 |
-
transform-origin: right;
|
179 |
-
transition: transform 0.3s ease;
|
180 |
-
}
|
181 |
-
|
182 |
-
.digital-entity:hover::after {
|
183 |
-
transform: scaleX(1);
|
184 |
}
|
185 |
|
186 |
.glow {
|
@@ -202,7 +219,7 @@
|
|
202 |
opacity: 0;
|
203 |
animation: float 15s linear infinite;
|
204 |
z-index: 5;
|
205 |
-
text-shadow: 0 0 10px rgba(
|
206 |
cursor: default;
|
207 |
user-select: none;
|
208 |
pointer-events: none;
|
@@ -235,7 +252,7 @@
|
|
235 |
animation: bounce 2s infinite;
|
236 |
cursor: pointer;
|
237 |
z-index: 100;
|
238 |
-
background: rgba(
|
239 |
width: 60px;
|
240 |
height: 60px;
|
241 |
display: flex;
|
@@ -271,8 +288,8 @@
|
|
271 |
width: 100%;
|
272 |
height: 100%;
|
273 |
background:
|
274 |
-
linear-gradient(rgba(
|
275 |
-
url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><rect width="1" height="1" x="0" y="0" fill="%
|
276 |
pointer-events: none;
|
277 |
z-index: 1;
|
278 |
}
|
@@ -314,7 +331,7 @@
|
|
314 |
padding: 2rem;
|
315 |
margin: 3rem 0;
|
316 |
border-right: 4px solid var(--secondary);
|
317 |
-
background: rgba(
|
318 |
position: relative;
|
319 |
border-radius: 8px;
|
320 |
transform: translateX(20px);
|
@@ -333,14 +350,14 @@
|
|
333 |
top: 10px;
|
334 |
right: 20px;
|
335 |
font-size: 4rem;
|
336 |
-
color: rgba(
|
337 |
font-family: serif;
|
338 |
line-height: 1;
|
339 |
}
|
340 |
|
341 |
.section-divider {
|
342 |
height: 1px;
|
343 |
-
background: linear-gradient(90deg, transparent, rgba(
|
344 |
margin: 4rem 0;
|
345 |
position: relative;
|
346 |
}
|
@@ -360,7 +377,7 @@
|
|
360 |
|
361 |
.footnote {
|
362 |
font-size: 0.9rem;
|
363 |
-
color: var(--
|
364 |
opacity: 0.7;
|
365 |
margin-top: -1rem;
|
366 |
margin-bottom: 2rem;
|
@@ -383,20 +400,22 @@
|
|
383 |
display: flex;
|
384 |
align-items: center;
|
385 |
justify-content: center;
|
386 |
-
background: rgba(
|
387 |
border-radius: 12px;
|
388 |
-
border: 1px solid rgba(
|
389 |
transition: all 0.3s ease;
|
390 |
transform-style: preserve-3d;
|
391 |
cursor: pointer;
|
392 |
position: relative;
|
393 |
overflow: hidden;
|
|
|
394 |
}
|
395 |
|
396 |
.emoji-tile:hover {
|
397 |
transform: translateY(-5px) rotateY(15deg);
|
398 |
-
background: rgba(
|
399 |
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
|
|
|
400 |
}
|
401 |
|
402 |
.emoji-tile::before {
|
@@ -406,7 +425,7 @@
|
|
406 |
left: 0;
|
407 |
width: 100%;
|
408 |
height: 100%;
|
409 |
-
background: linear-gradient(135deg, rgba(
|
410 |
z-index: -1;
|
411 |
}
|
412 |
|
@@ -430,9 +449,9 @@
|
|
430 |
.emoji-metaphysics {
|
431 |
position: relative;
|
432 |
padding: 2rem;
|
433 |
-
background: rgba(
|
434 |
border-radius: 16px;
|
435 |
-
border: 1px solid rgba(
|
436 |
margin: 3rem 0;
|
437 |
overflow: hidden;
|
438 |
}
|
@@ -444,7 +463,7 @@
|
|
444 |
right: 0;
|
445 |
width: 100%;
|
446 |
height: 100%;
|
447 |
-
background: radial-gradient(circle at 80% 20%, rgba(
|
448 |
pointer-events: none;
|
449 |
z-index: -1;
|
450 |
}
|
@@ -475,8 +494,8 @@
|
|
475 |
margin: 3rem 0;
|
476 |
overflow: hidden;
|
477 |
border-radius: 16px;
|
478 |
-
background: rgba(
|
479 |
-
border: 1px solid rgba(
|
480 |
}
|
481 |
|
482 |
.constellation-line {
|
@@ -493,11 +512,13 @@
|
|
493 |
cursor: pointer;
|
494 |
transition: all 0.3s ease;
|
495 |
z-index: 2;
|
|
|
496 |
}
|
497 |
|
498 |
.constellation-emoji:hover {
|
499 |
transform: scale(1.5);
|
500 |
filter: drop-shadow(0 0 10px var(--secondary));
|
|
|
501 |
}
|
502 |
|
503 |
/* Emoji Portal Effect */
|
@@ -510,7 +531,7 @@
|
|
510 |
display: flex;
|
511 |
align-items: center;
|
512 |
justify-content: center;
|
513 |
-
background: radial-gradient(circle, rgba(
|
514 |
border: 2px dashed var(--primary);
|
515 |
animation: portal-pulse 4s ease-in-out infinite;
|
516 |
overflow: hidden;
|
@@ -542,16 +563,17 @@
|
|
542 |
.emoji-portal-inner {
|
543 |
font-size: 4rem;
|
544 |
animation: portal-emoji 8s ease-in-out infinite;
|
|
|
545 |
}
|
546 |
|
547 |
@keyframes portal-pulse {
|
548 |
0%, 100% {
|
549 |
transform: scale(1);
|
550 |
-
box-shadow: 0 0 20px rgba(
|
551 |
}
|
552 |
50% {
|
553 |
transform: scale(1.05);
|
554 |
-
box-shadow: 0 0 40px rgba(
|
555 |
}
|
556 |
}
|
557 |
|
@@ -688,19 +710,19 @@
|
|
688 |
<h3>مراحل تطور الكينونة الرقمية</h3>
|
689 |
|
690 |
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin: 2rem 0;">
|
691 |
-
<div style="background: rgba(
|
692 |
<div style="font-size: 2rem; margin-bottom: 1rem;">1️⃣</div>
|
693 |
<h4 style="color: var(--primary); margin-bottom: 0.5rem;">المرحلة الرمزية</h4>
|
694 |
<p style="font-size: 0.9rem;">الإيموجي كمجرد رمز تعبيري بدون بعد وجودي</p>
|
695 |
</div>
|
696 |
|
697 |
-
<div style="background: rgba(
|
698 |
<div style="font-size: 2rem; margin-bottom: 1rem;">2️⃣</div>
|
699 |
<h4 style="color: var(--secondary); margin-bottom: 0.5rem;">المرحلة النفعية</h4>
|
700 |
<p style="font-size: 0.9rem;">أداة اتصال فعالة مع بعد اجتماعي</p>
|
701 |
</div>
|
702 |
|
703 |
-
<div style="background: rgba(
|
704 |
<div style="font-size: 2rem; margin-bottom: 1rem;">3️⃣</div>
|
705 |
<h4 style="color: var(--accent); margin-bottom: 0.5rem;">المرحلة الوجودية</h4>
|
706 |
<p style="font-size: 0.9rem;">اكتساب بعد ميتافيزيقي وكينونة مستقلة</p>
|
@@ -723,24 +745,24 @@
|
|
723 |
|
724 |
<p>تشبه منصات التواصل الاجتماعي الحديثة المعابد القديمة في عدة جوانب:</p>
|
725 |
|
726 |
-
<div style="background: rgba(
|
727 |
<table style="width: 100%; border-collapse: collapse;">
|
728 |
<thead>
|
729 |
-
<tr style="border-bottom: 1px solid rgba(
|
730 |
<th style="padding: 1rem; text-align: right; color: var(--primary);">المعابد القديمة</th>
|
731 |
<th style="padding: 1rem; text-align: right; color: var(--primary);">المنصات الرقمية</th>
|
732 |
</tr>
|
733 |
</thead>
|
734 |
<tbody>
|
735 |
-
<tr style="border-bottom: 1px solid rgba(
|
736 |
<td style="padding: 1rem;">المذابح</td>
|
737 |
<td style="padding: 1rem;">صفحات الملفات الشخصية</td>
|
738 |
</tr>
|
739 |
-
<tr style="border-bottom: 1px solid rgba(
|
740 |
<td style="padding: 1rem;">التماثيل</td>
|
741 |
<td style="padding: 1rem;">الصور الرمزية (Avatars)</td>
|
742 |
</tr>
|
743 |
-
<tr style="border-bottom: 1px solid rgba(
|
744 |
<td style="padding: 1rem;">الصلوات</td>
|
745 |
<td style="padding: 1rem;">التغريدات والمنشورات</td>
|
746 |
</tr>
|
@@ -904,10 +926,12 @@
|
|
904 |
const digitalEntities = document.querySelectorAll('.digital-entity');
|
905 |
digitalEntities.forEach(entity => {
|
906 |
entity.addEventListener('mouseenter', () => {
|
907 |
-
entity.style.color = 'var(--
|
|
|
908 |
});
|
909 |
entity.addEventListener('mouseleave', () => {
|
910 |
entity.style.color = 'var(--primary)';
|
|
|
911 |
});
|
912 |
});
|
913 |
|
@@ -916,10 +940,10 @@
|
|
916 |
emojiTiles.forEach(tile => {
|
917 |
tile.addEventListener('click', () => {
|
918 |
tile.style.transform = 'translateY(-5px) rotateY(180deg) scale(1.2)';
|
919 |
-
tile.style.background = 'rgba(
|
920 |
setTimeout(() => {
|
921 |
tile.style.transform = 'translateY(0) rotateY(0) scale(1)';
|
922 |
-
tile.style.background = 'rgba(
|
923 |
}, 1000);
|
924 |
});
|
925 |
});
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>الميتافيزيقا الرقمية: كينونات من العدم</title>
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
+
<script>
|
9 |
+
tailwind.config = {
|
10 |
+
theme: {
|
11 |
+
extend: {
|
12 |
+
colors: {
|
13 |
+
olive: {
|
14 |
+
50: '#f8f5e8',
|
15 |
+
100: '#eeead5',
|
16 |
+
200: '#d8d1a8',
|
17 |
+
300: '#c0b67d',
|
18 |
+
400: '#a89e5a',
|
19 |
+
500: '#8a8240',
|
20 |
+
600: '#6b6533',
|
21 |
+
700: '#504b28',
|
22 |
+
800: '#3a3620',
|
23 |
+
900: '#2a2719',
|
24 |
+
},
|
25 |
+
primary: '#a89e5a',
|
26 |
+
secondary: '#8a8240',
|
27 |
+
accent: '#6b6533',
|
28 |
+
}
|
29 |
+
}
|
30 |
+
}
|
31 |
+
}
|
32 |
+
</script>
|
33 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
|
34 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
35 |
<style>
|
36 |
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap');
|
37 |
|
38 |
:root {
|
39 |
+
--primary: #a89e5a;
|
40 |
+
--secondary: #8a8240;
|
41 |
+
--dark: #2a2719;
|
42 |
+
--light: #f8f5e8;
|
43 |
+
--accent: #6b6533;
|
44 |
}
|
45 |
|
46 |
body {
|
47 |
font-family: 'Tajawal', sans-serif;
|
48 |
background-color: var(--dark);
|
49 |
+
color: var(--light);
|
50 |
line-height: 2;
|
51 |
overflow-x: hidden;
|
52 |
scroll-behavior: smooth;
|
53 |
+
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%232a2719"/><path d="M0 0 L100 100 M100 0 L0 100" stroke="%236b6533" stroke-width="0.5" opacity="0.1"/></svg>');
|
54 |
}
|
55 |
|
56 |
.article-container {
|
57 |
max-width: 900px;
|
58 |
margin: 4rem auto;
|
59 |
padding: 3rem;
|
60 |
+
background: rgba(42, 39, 25, 0.92);
|
61 |
backdrop-filter: blur(12px);
|
62 |
border-radius: 24px;
|
63 |
+
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
|
64 |
+
border: 1px solid rgba(168, 158, 90, 0.2);
|
65 |
position: relative;
|
66 |
overflow: hidden;
|
67 |
z-index: 10;
|
|
|
74 |
right: 0;
|
75 |
width: 100%;
|
76 |
height: 100%;
|
77 |
+
background: radial-gradient(circle at 70% 30%, rgba(168, 158, 90, 0.1) 0%, transparent 50%);
|
78 |
pointer-events: none;
|
79 |
z-index: -1;
|
80 |
}
|
|
|
85 |
border-bottom: 2px solid var(--primary);
|
86 |
padding-bottom: 1.5rem;
|
87 |
color: var(--light);
|
88 |
+
text-shadow: 0 0 15px rgba(168, 158, 90, 0.4);
|
89 |
margin-bottom: 2rem;
|
90 |
position: relative;
|
91 |
line-height: 1.3;
|
|
|
125 |
margin-bottom: 1.8rem;
|
126 |
text-align: justify;
|
127 |
hyphens: auto;
|
128 |
+
color: rgba(248, 245, 232, 0.9);
|
129 |
}
|
130 |
|
131 |
.meta {
|
132 |
+
color: var(--primary);
|
133 |
font-style: italic;
|
134 |
margin-bottom: 3rem;
|
135 |
display: flex;
|
|
|
152 |
transform: translateY(20px);
|
153 |
opacity: 0;
|
154 |
isolation: isolate;
|
155 |
+
border: 1px solid rgba(168, 158, 90, 0.2);
|
156 |
}
|
157 |
|
158 |
figure.visible {
|
|
|
179 |
|
180 |
figcaption {
|
181 |
font-size: 0.95rem;
|
182 |
+
color: var(--light);
|
183 |
padding: 1rem;
|
184 |
+
background: rgba(42, 39, 25, 0.7);
|
185 |
text-align: right;
|
186 |
+
border-top: 1px solid rgba(168, 158, 90, 0.3);
|
187 |
}
|
188 |
|
189 |
.digital-entity {
|
|
|
192 |
color: var(--primary);
|
193 |
font-weight: 500;
|
194 |
cursor: default;
|
195 |
+
transition: all 0.3s ease;
|
196 |
}
|
197 |
|
198 |
+
.digital-entity:hover {
|
199 |
+
color: var(--light);
|
200 |
+
text-shadow: 0 0 8px rgba(168, 158, 90, 0.6);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
}
|
202 |
|
203 |
.glow {
|
|
|
219 |
opacity: 0;
|
220 |
animation: float 15s linear infinite;
|
221 |
z-index: 5;
|
222 |
+
text-shadow: 0 0 10px rgba(168, 158, 90, 0.5);
|
223 |
cursor: default;
|
224 |
user-select: none;
|
225 |
pointer-events: none;
|
|
|
252 |
animation: bounce 2s infinite;
|
253 |
cursor: pointer;
|
254 |
z-index: 100;
|
255 |
+
background: rgba(42, 39, 25, 0.7);
|
256 |
width: 60px;
|
257 |
height: 60px;
|
258 |
display: flex;
|
|
|
288 |
width: 100%;
|
289 |
height: 100%;
|
290 |
background:
|
291 |
+
linear-gradient(rgba(42, 39, 25, 0.95), rgba(42, 39, 25, 0.95)),
|
292 |
+
url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><rect width="1" height="1" x="0" y="0" fill="%23a89e5a" opacity="0.05"/></svg>');
|
293 |
pointer-events: none;
|
294 |
z-index: 1;
|
295 |
}
|
|
|
331 |
padding: 2rem;
|
332 |
margin: 3rem 0;
|
333 |
border-right: 4px solid var(--secondary);
|
334 |
+
background: rgba(168, 158, 90, 0.05);
|
335 |
position: relative;
|
336 |
border-radius: 8px;
|
337 |
transform: translateX(20px);
|
|
|
350 |
top: 10px;
|
351 |
right: 20px;
|
352 |
font-size: 4rem;
|
353 |
+
color: rgba(168, 158, 90, 0.1);
|
354 |
font-family: serif;
|
355 |
line-height: 1;
|
356 |
}
|
357 |
|
358 |
.section-divider {
|
359 |
height: 1px;
|
360 |
+
background: linear-gradient(90deg, transparent, rgba(168, 158, 90, 0.3), transparent);
|
361 |
margin: 4rem 0;
|
362 |
position: relative;
|
363 |
}
|
|
|
377 |
|
378 |
.footnote {
|
379 |
font-size: 0.9rem;
|
380 |
+
color: var(--light);
|
381 |
opacity: 0.7;
|
382 |
margin-top: -1rem;
|
383 |
margin-bottom: 2rem;
|
|
|
400 |
display: flex;
|
401 |
align-items: center;
|
402 |
justify-content: center;
|
403 |
+
background: rgba(168, 158, 90, 0.1);
|
404 |
border-radius: 12px;
|
405 |
+
border: 1px solid rgba(168, 158, 90, 0.3);
|
406 |
transition: all 0.3s ease;
|
407 |
transform-style: preserve-3d;
|
408 |
cursor: pointer;
|
409 |
position: relative;
|
410 |
overflow: hidden;
|
411 |
+
color: var(--light);
|
412 |
}
|
413 |
|
414 |
.emoji-tile:hover {
|
415 |
transform: translateY(-5px) rotateY(15deg);
|
416 |
+
background: rgba(138, 130, 64, 0.2);
|
417 |
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
|
418 |
+
color: var(--primary);
|
419 |
}
|
420 |
|
421 |
.emoji-tile::before {
|
|
|
425 |
left: 0;
|
426 |
width: 100%;
|
427 |
height: 100%;
|
428 |
+
background: linear-gradient(135deg, rgba(168,158,90,0.1), transparent);
|
429 |
z-index: -1;
|
430 |
}
|
431 |
|
|
|
449 |
.emoji-metaphysics {
|
450 |
position: relative;
|
451 |
padding: 2rem;
|
452 |
+
background: rgba(42, 39, 25, 0.7);
|
453 |
border-radius: 16px;
|
454 |
+
border: 1px solid rgba(168, 158, 90, 0.2);
|
455 |
margin: 3rem 0;
|
456 |
overflow: hidden;
|
457 |
}
|
|
|
463 |
right: 0;
|
464 |
width: 100%;
|
465 |
height: 100%;
|
466 |
+
background: radial-gradient(circle at 80% 20%, rgba(138, 130, 64, 0.1) 0%, transparent 70%);
|
467 |
pointer-events: none;
|
468 |
z-index: -1;
|
469 |
}
|
|
|
494 |
margin: 3rem 0;
|
495 |
overflow: hidden;
|
496 |
border-radius: 16px;
|
497 |
+
background: rgba(42, 39, 25, 0.5);
|
498 |
+
border: 1px solid rgba(168, 158, 90, 0.2);
|
499 |
}
|
500 |
|
501 |
.constellation-line {
|
|
|
512 |
cursor: pointer;
|
513 |
transition: all 0.3s ease;
|
514 |
z-index: 2;
|
515 |
+
color: var(--light);
|
516 |
}
|
517 |
|
518 |
.constellation-emoji:hover {
|
519 |
transform: scale(1.5);
|
520 |
filter: drop-shadow(0 0 10px var(--secondary));
|
521 |
+
color: var(--primary);
|
522 |
}
|
523 |
|
524 |
/* Emoji Portal Effect */
|
|
|
531 |
display: flex;
|
532 |
align-items: center;
|
533 |
justify-content: center;
|
534 |
+
background: radial-gradient(circle, rgba(168,158,90,0.1) 0%, rgba(42,39,25,0.1) 70%);
|
535 |
border: 2px dashed var(--primary);
|
536 |
animation: portal-pulse 4s ease-in-out infinite;
|
537 |
overflow: hidden;
|
|
|
563 |
.emoji-portal-inner {
|
564 |
font-size: 4rem;
|
565 |
animation: portal-emoji 8s ease-in-out infinite;
|
566 |
+
color: var(--light);
|
567 |
}
|
568 |
|
569 |
@keyframes portal-pulse {
|
570 |
0%, 100% {
|
571 |
transform: scale(1);
|
572 |
+
box-shadow: 0 0 20px rgba(168, 158, 90, 0.1);
|
573 |
}
|
574 |
50% {
|
575 |
transform: scale(1.05);
|
576 |
+
box-shadow: 0 0 40px rgba(168, 158, 90, 0.2);
|
577 |
}
|
578 |
}
|
579 |
|
|
|
710 |
<h3>مراحل تطور الكينونة الرقمية</h3>
|
711 |
|
712 |
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin: 2rem 0;">
|
713 |
+
<div style="background: rgba(168,158,90,0.1); padding: 1.5rem; border-radius: 12px; border: 1px solid rgba(168,158,90,0.3);">
|
714 |
<div style="font-size: 2rem; margin-bottom: 1rem;">1️⃣</div>
|
715 |
<h4 style="color: var(--primary); margin-bottom: 0.5rem;">المرحلة الرمزية</h4>
|
716 |
<p style="font-size: 0.9rem;">الإيموجي كمجرد رمز تعبيري بدون بعد وجودي</p>
|
717 |
</div>
|
718 |
|
719 |
+
<div style="background: rgba(138,130,64,0.1); padding: 1.5rem; border-radius: 12px; border: 1px solid rgba(138,130,64,0.3);">
|
720 |
<div style="font-size: 2rem; margin-bottom: 1rem;">2️⃣</div>
|
721 |
<h4 style="color: var(--secondary); margin-bottom: 0.5rem;">المرحلة النفعية</h4>
|
722 |
<p style="font-size: 0.9rem;">أداة اتصال فعالة مع بعد اجتماعي</p>
|
723 |
</div>
|
724 |
|
725 |
+
<div style="background: rgba(107,101,51,0.1); padding: 1.5rem; border-radius: 12px; border: 1px solid rgba(107,101,51,0.3);">
|
726 |
<div style="font-size: 2rem; margin-bottom: 1rem;">3️⃣</div>
|
727 |
<h4 style="color: var(--accent); margin-bottom: 0.5rem;">المرحلة الوجودية</h4>
|
728 |
<p style="font-size: 0.9rem;">اكتساب بعد ميتافيزيقي وكينونة مستقلة</p>
|
|
|
745 |
|
746 |
<p>تشبه منصات التواصل الاجتماعي الحديثة المعابد القديمة في عدة جوانب:</p>
|
747 |
|
748 |
+
<div style="background: rgba(42,39,25,0.7); padding: 2rem; border-radius: 16px; margin: 2rem 0; border: 1px solid rgba(168,158,90,0.2);">
|
749 |
<table style="width: 100%; border-collapse: collapse;">
|
750 |
<thead>
|
751 |
+
<tr style="border-bottom: 1px solid rgba(168,158,90,0.3);">
|
752 |
<th style="padding: 1rem; text-align: right; color: var(--primary);">المعابد القديمة</th>
|
753 |
<th style="padding: 1rem; text-align: right; color: var(--primary);">المنصات الرقمية</th>
|
754 |
</tr>
|
755 |
</thead>
|
756 |
<tbody>
|
757 |
+
<tr style="border-bottom: 1px solid rgba(168,158,90,0.1);">
|
758 |
<td style="padding: 1rem;">المذابح</td>
|
759 |
<td style="padding: 1rem;">صفحات الملفات الشخصية</td>
|
760 |
</tr>
|
761 |
+
<tr style="border-bottom: 1px solid rgba(168,158,90,0.1);">
|
762 |
<td style="padding: 1rem;">التماثيل</td>
|
763 |
<td style="padding: 1rem;">الصور الرمزية (Avatars)</td>
|
764 |
</tr>
|
765 |
+
<tr style="border-bottom: 1px solid rgba(168,158,90,0.1);">
|
766 |
<td style="padding: 1rem;">الصلوات</td>
|
767 |
<td style="padding: 1rem;">التغريدات والمنشورات</td>
|
768 |
</tr>
|
|
|
926 |
const digitalEntities = document.querySelectorAll('.digital-entity');
|
927 |
digitalEntities.forEach(entity => {
|
928 |
entity.addEventListener('mouseenter', () => {
|
929 |
+
entity.style.color = 'var(--light)';
|
930 |
+
entity.style.textShadow = '0 0 8px rgba(168, 158, 90, 0.6)';
|
931 |
});
|
932 |
entity.addEventListener('mouseleave', () => {
|
933 |
entity.style.color = 'var(--primary)';
|
934 |
+
entity.style.textShadow = 'none';
|
935 |
});
|
936 |
});
|
937 |
|
|
|
940 |
emojiTiles.forEach(tile => {
|
941 |
tile.addEventListener('click', () => {
|
942 |
tile.style.transform = 'translateY(-5px) rotateY(180deg) scale(1.2)';
|
943 |
+
tile.style.background = 'rgba(138, 130, 64, 0.3)';
|
944 |
setTimeout(() => {
|
945 |
tile.style.transform = 'translateY(0) rotateY(0) scale(1)';
|
946 |
+
tile.style.background = 'rgba(168, 158, 90, 0.1)';
|
947 |
}, 1000);
|
948 |
});
|
949 |
});
|