-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgeocities.css
More file actions
956 lines (831 loc) · 21.7 KB
/
geocities.css
File metadata and controls
956 lines (831 loc) · 21.7 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
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
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
/* =========================================================
GeoCities Mode — Welcome to 1997! 🚧🔥
Scoped under [data-geocities="true"]
========================================================= */
/* ---------- Comic Sans font import ---------- */
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&display=swap');
/* ---------- Keyframes ---------- */
@keyframes gc-blink {
0%, 49% { opacity: 1; }
50%, 100% { opacity: 0; }
}
@keyframes gc-rainbow {
0% { color: #ff0000; }
16% { color: #ff8800; }
33% { color: #ffff00; }
50% { color: #00ff00; }
66% { color: #0088ff; }
83% { color: #8800ff; }
100% { color: #ff0000; }
}
@keyframes gc-rainbow-bg {
0% { background-position: 0% 50%; }
100% { background-position: 200% 50%; }
}
@keyframes gc-marquee {
0% { transform: translateX(100%); }
100% { transform: translateX(-100%); }
}
@keyframes gc-march {
0% { background-position: 0 0, 100% 0, 100% 100%, 0 100%; }
100% { background-position: 20px 0, 100% 20px, calc(100% - 20px) 100%, 0 calc(100% - 20px); }
}
@keyframes gc-flame-flicker {
0%, 100% { transform: scaleY(1) scaleX(1); }
25% { transform: scaleY(1.2) scaleX(0.9); }
50% { transform: scaleY(0.8) scaleX(1.1); }
75% { transform: scaleY(1.1) scaleX(0.95); }
}
@keyframes gc-spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@keyframes gc-pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
@keyframes gc-caution-scroll {
0% { background-position: 0 0; }
100% { background-position: 40px 0; }
}
@keyframes gc-cursor-sparkle {
0% { opacity: 1; transform: scale(1) rotate(0deg); }
100% { opacity: 0; transform: scale(0) rotate(180deg); }
}
@keyframes gc-star-twinkle {
0%, 100% { opacity: 0.3; }
50% { opacity: 1; }
}
@keyframes gc-construction-bounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-3px); }
}
@keyframes gc-hardhat-swing {
0%, 100% { transform: rotate(-5deg); }
50% { transform: rotate(5deg); }
}
@keyframes gc-eq-bar {
0%, 100% { height: 4px; }
50% { height: 14px; }
}
/* ---------- Base Overrides ---------- */
[data-geocities="true"] {
--gc-bg: #000033;
--gc-text: #00ff00;
--gc-link: #ffff00;
--gc-visited: #ff88ff;
--gc-header-bg: #663300;
--gc-accent: #ff0000;
--gc-border: #ffff00;
cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Ctext y='14' font-size='14'%3E👆%3C/text%3E%3C/svg%3E") 4 0, auto;
}
html[data-geocities="true"] body {
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
background-color: var(--gc-bg);
color: var(--gc-text);
background-image:
radial-gradient(1px 1px at 10% 20%, #ffffff 50%, transparent 100%),
radial-gradient(1px 1px at 30% 70%, #ffffff 50%, transparent 100%),
radial-gradient(1px 1px at 50% 10%, #ffffff 50%, transparent 100%),
radial-gradient(1px 1px at 70% 80%, #ffffff 50%, transparent 100%),
radial-gradient(1px 1px at 90% 40%, #ffffff 50%, transparent 100%),
radial-gradient(1px 1px at 15% 55%, #aaaaff 50%, transparent 100%),
radial-gradient(1px 1px at 45% 35%, #ffffff 50%, transparent 100%),
radial-gradient(1px 1px at 75% 65%, #aaaaff 50%, transparent 100%),
radial-gradient(1px 1px at 25% 90%, #ffffff 50%, transparent 100%),
radial-gradient(1px 1px at 85% 15%, #ffffff 50%, transparent 100%),
radial-gradient(1.5px 1.5px at 5% 45%, #ffffff 50%, transparent 100%),
radial-gradient(1.5px 1.5px at 60% 50%, #aaaaff 50%, transparent 100%),
radial-gradient(0.5px 0.5px at 20% 30%, #ffffff 50%, transparent 100%),
radial-gradient(0.5px 0.5px at 40% 60%, #ffffff 50%, transparent 100%),
radial-gradient(0.5px 0.5px at 80% 25%, #ffffff 50%, transparent 100%),
radial-gradient(0.5px 0.5px at 55% 85%, #ffffff 50%, transparent 100%);
background-size: 200px 200px;
line-height: 1.8;
transition: none;
}
/* ---------- Headings ---------- */
html[data-geocities="true"] h1,
html[data-geocities="true"] h2 {
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
font-weight: 700;
}
html[data-geocities="true"] h1 {
animation: gc-rainbow 3s linear infinite;
text-shadow: 2px 2px 0 #000000, -1px -1px 0 #000000;
font-size: 2.5rem;
letter-spacing: 2px;
}
html[data-geocities="true"] h2 {
color: var(--gc-link);
text-shadow: 2px 2px 0 var(--gc-accent);
font-size: 2rem;
text-align: center;
}
/* ---------- Paragraphs & Text ---------- */
html[data-geocities="true"] p {
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
color: var(--gc-text);
text-align: left;
text-align-last: left;
}
html[data-geocities="true"] strong {
color: var(--gc-link);
text-shadow: 1px 1px 0 var(--gc-accent);
}
html[data-geocities="true"] em {
color: var(--gc-visited);
font-style: italic;
}
/* ---------- Header: Wood Grain ---------- */
html[data-geocities="true"] header {
background:
repeating-linear-gradient(
90deg,
#8B4513 0px,
#A0522D 2px,
#8B4513 4px,
#6B3410 6px,
#8B4513 8px,
#9B6834 10px,
#8B4513 12px
);
animation: none;
border-bottom: 4px solid var(--gc-border);
padding: 2rem 0;
position: relative;
}
html[data-geocities="true"] header::after {
content: '';
position: absolute;
bottom: -4px;
left: 0;
right: 0;
height: 4px;
background: repeating-linear-gradient(
90deg,
#ff0000 0px, #ff0000 2px,
#ffff00 2px, #ffff00 4px,
#00ff00 4px, #00ff00 6px,
#0000ff 6px, #0000ff 8px,
#ff00ff 8px, #ff00ff 10px
);
}
html[data-geocities="true"] header p {
color: #ffffff;
font-size: 1.2rem;
text-shadow: 1px 1px 2px #000000;
text-align: center;
text-align-last: center;
}
/* ---------- About Section ---------- */
html[data-geocities="true"] #about {
background-color: var(--gc-bg);
border: 3px dashed var(--gc-border);
margin: 0;
position: relative;
padding: 2rem 0;
}
/* Marching ants on about section */
html[data-geocities="true"] #about::before {
content: '';
position: absolute;
inset: 0;
pointer-events: none;
border: 2px dashed transparent;
background:
linear-gradient(90deg, var(--gc-text) 50%, transparent 50%) top / 10px 2px repeat-x,
linear-gradient(0deg, var(--gc-text) 50%, transparent 50%) right / 2px 10px repeat-y,
linear-gradient(90deg, transparent 50%, var(--gc-text) 50%) bottom / 10px 2px repeat-x,
linear-gradient(0deg, transparent 50%, var(--gc-text) 50%) left / 2px 10px repeat-y;
animation: gc-march 0.5s linear infinite;
}
html[data-geocities="true"] .about-text p {
color: var(--gc-text);
}
/* ---------- Footer ---------- */
html[data-geocities="true"] footer {
background-color: #000066;
border-top: 4px solid var(--gc-accent);
position: relative;
}
html[data-geocities="true"] .social-icons {
margin-top: 0.5rem;
}
html[data-geocities="true"] .social-icons a {
color: var(--gc-link);
text-decoration: none;
}
html[data-geocities="true"] .social-icons a:hover {
color: var(--gc-accent);
text-shadow: 0 0 10px var(--gc-accent);
}
html[data-geocities="true"] .footer-text {
color: var(--gc-text);
animation: gc-blink 1s step-end infinite;
text-align: center;
text-align-last: center;
display: block;
width: 100%;
}
/* ---------- Theme Toggle Buttons ---------- */
html[data-geocities="true"] .theme-toggle {
display: none;
}
/* ---------- GeoCities Toggle ---------- */
.geocities-toggle {
position: absolute;
top: 1.2rem;
right: 4.5rem;
background: var(--toggle-bg);
border: none;
color: var(--header-text);
font-size: 1.1rem;
width: 2.6rem;
height: 2.6rem;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.3s ease, transform 0.3s ease;
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
z-index: 100;
}
.geocities-toggle:hover {
background: var(--toggle-hover);
transform: scale(1.1);
}
.geocities-toggle:active {
transform: scale(0.95);
}
.geocities-toggle .gc-icon {
display: inline;
line-height: 1;
}
/* When geocities active, style the toggle */
html[data-geocities="true"] .geocities-toggle {
background: var(--gc-accent);
border: 2px solid var(--gc-border);
color: var(--gc-border);
animation: gc-pulse 1s ease infinite;
font-size: 1.2rem;
border-radius: 4px;
}
/* ---------- Under Construction Banner ---------- */
.gc-construction-banner {
background: var(--gc-border, #ffff00);
color: #000000;
text-align: center;
padding: 8px 0;
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
font-weight: 700;
font-size: 1.1rem;
border-bottom: 3px solid var(--gc-accent, #ff0000);
position: relative;
overflow: hidden;
}
.gc-construction-banner::before,
.gc-construction-banner::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
width: 60px;
background: repeating-linear-gradient(
-45deg,
#000000 0px,
#000000 10px,
#ffff00 10px,
#ffff00 20px
);
animation: gc-caution-scroll 1s linear infinite;
}
.gc-construction-banner::before { left: 0; }
.gc-construction-banner::after { right: 0; }
.gc-construction-banner span {
display: inline-block;
position: relative;
z-index: 1;
padding: 0 70px;
}
.gc-construction-text {
animation: gc-blink 1.5s step-end infinite;
}
.gc-hardhat {
display: inline-block;
animation: gc-hardhat-swing 0.5s ease-in-out infinite;
font-size: 1.3rem;
}
/* ---------- Flames Bar ---------- */
.gc-flames-bar {
height: 30px;
display: flex;
justify-content: center;
gap: 0;
overflow: hidden;
background: linear-gradient(to top, #ff0000 0%, #ff6600 30%, #ffcc00 60%, transparent 100%);
position: relative;
}
.gc-flame {
font-size: 1.4rem;
display: inline-block;
animation: gc-flame-flicker 0.3s ease-in-out infinite;
filter: brightness(1.2);
}
.gc-flame:nth-child(odd) {
animation-delay: 0.15s;
}
.gc-flame:nth-child(3n) {
animation-delay: 0.08s;
font-size: 1.6rem;
}
/* ---------- Marquee ---------- */
.gc-marquee-container {
background: #000066;
border-top: 2px solid var(--gc-text, #00ff00);
border-bottom: 2px solid var(--gc-text, #00ff00);
padding: 6px 0;
overflow: hidden;
white-space: nowrap;
}
.gc-marquee-text {
display: inline-block;
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
font-size: 1rem;
font-weight: 700;
background: linear-gradient(90deg, #ff0000, #ff8800, #ffff00, #00ff00, #0088ff, #8800ff, #ff0000);
background-size: 200% auto;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: gc-marquee 15s linear infinite, gc-rainbow-bg 3s linear infinite;
}
/* ---------- Visitor Counter ---------- */
.gc-visitor-counter {
text-align: center;
padding: 12px;
font-family: 'Courier New', monospace;
}
.gc-visitor-counter .gc-counter-label {
color: var(--gc-link, #ffff00);
font-size: 0.9rem;
margin-bottom: 4px;
display: block;
}
.gc-visitor-counter .gc-counter-display {
display: inline-block;
background: #000000;
border: 2px inset #808080;
padding: 4px 12px;
font-size: 1.2rem;
color: var(--gc-text, #00ff00);
font-family: 'Courier New', monospace;
letter-spacing: 3px;
min-width: 120px;
}
/* ---------- Guestbook / Webring / Email ---------- */
.gc-bottom-links {
text-align: center;
padding: 16px;
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
border-top: 2px dashed #ff00ff;
}
.gc-bottom-links a {
color: var(--gc-link, #ffff00);
text-decoration: underline;
font-size: 0.95rem;
margin: 0 8px;
cursor: pointer;
}
.gc-bottom-links a:hover {
color: var(--gc-accent, #ff0000);
text-shadow: 0 0 8px var(--gc-accent, #ff0000);
}
.gc-separator {
color: var(--gc-text, #00ff00);
margin: 0 4px;
}
/* ---------- Webring ---------- */
.gc-webring {
text-align: center;
padding: 10px;
background: #000044;
border: 2px ridge #808080;
margin: 8px auto;
max-width: 400px;
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
font-size: 0.85rem;
}
.gc-webring-title {
color: var(--gc-visited, #ff88ff);
font-weight: 700;
margin-bottom: 4px;
display: block;
}
.gc-webring a {
color: #00ffff;
text-decoration: underline;
margin: 0 6px;
}
.gc-webring a:hover {
color: var(--gc-link, #ffff00);
}
/* ---------- Netscape Badge ---------- */
.gc-netscape-badge {
text-align: center;
padding: 10px;
}
.gc-netscape-badge .gc-badge {
display: inline-block;
background: #c0c0c0;
border: 2px outset #ffffff;
padding: 4px 10px;
color: #000080;
font-family: 'Arial', sans-serif;
font-size: 0.75rem;
font-weight: 700;
text-decoration: none;
cursor: pointer;
line-height: 1.2;
text-align: center;
}
.gc-netscape-badge .gc-badge:hover {
border-style: inset;
}
.gc-netscape-badge .gc-badge-text {
display: block;
font-size: 0.85rem;
color: #000080;
}
.gc-netscape-badge .gc-badge-sub {
display: block;
font-size: 0.65rem;
color: #333;
}
/* ---------- HR style in geocities ---------- */
.gc-hr-rainbow {
border: none;
height: 4px;
background: linear-gradient(90deg, #ff0000, #ff8800, #ffff00, #00ff00, #0088ff, #8800ff, #ff0000);
background-size: 200% auto;
animation: gc-rainbow-bg 3s linear infinite;
margin: 0;
}
/* ---------- "Best Viewed" Text ---------- */
.gc-best-viewed {
text-align: center;
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
font-size: 0.75rem;
color: #808080;
padding: 8px;
}
/* ---------- Cursor Trail (container) ---------- */
.gc-cursor-trail {
position: fixed;
pointer-events: none;
z-index: 99999;
font-size: 14px;
animation: gc-cursor-sparkle 0.6s ease-out forwards;
}
/* ---------- 88x31 Buttons Row ---------- */
.gc-buttons-row {
text-align: center;
padding: 8px;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 4px;
}
.gc-88x31 {
display: inline-flex;
align-items: center;
justify-content: center;
width: 88px;
height: 31px;
font-size: 0.5rem;
font-weight: 700;
line-height: 1.1;
text-align: center;
text-decoration: none;
border: 1px solid #808080;
font-family: 'Arial', sans-serif;
color: #ffffff;
overflow: hidden;
}
/* ---------- ASCII Art Divider ---------- */
.gc-ascii-divider {
text-align: center;
color: var(--gc-text, #00ff00);
font-family: 'Courier New', monospace;
font-size: 0.7rem;
padding: 4px 0;
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
max-width: 100%;
}
/* ---------- MIDI Player ---------- */
.gc-midi-player {
max-width: 280px;
margin: 10px auto;
border: 2px inset #808080;
background: #c0c0c0;
font-family: 'Arial', sans-serif;
font-size: 0.75rem;
color: #000000;
}
.gc-midi-header {
background: #000080;
color: #ffffff;
padding: 3px 6px;
font-weight: 700;
font-size: 0.7rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.gc-midi-header span:last-child {
font-size: 0.6rem;
cursor: pointer;
}
.gc-midi-body {
padding: 6px;
display: flex;
align-items: center;
gap: 6px;
}
.gc-midi-controls {
display: flex;
gap: 2px;
}
.gc-midi-btn {
width: 20px;
height: 18px;
background: #c0c0c0;
border: 1px outset #ffffff;
font-size: 0.6rem;
line-height: 18px;
text-align: center;
cursor: pointer;
padding: 0;
font-family: 'Arial', sans-serif;
}
.gc-midi-btn:active {
border-style: inset;
}
.gc-midi-track {
flex: 1;
overflow: hidden;
white-space: nowrap;
color: #000080;
font-size: 0.7rem;
}
.gc-midi-eq {
display: flex;
align-items: flex-end;
gap: 1px;
height: 16px;
}
.gc-midi-eq-bar {
width: 3px;
background: #00aa00;
animation: gc-eq-bar 0.4s ease-in-out infinite;
}
.gc-midi-eq-bar:nth-child(2) { animation-delay: 0.1s; }
.gc-midi-eq-bar:nth-child(3) { animation-delay: 0.2s; }
.gc-midi-eq-bar:nth-child(4) { animation-delay: 0.05s; }
.gc-midi-eq-bar:nth-child(5) { animation-delay: 0.15s; }
/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
[data-geocities="true"] *,
[data-geocities="true"] *::before,
[data-geocities="true"] *::after,
.gc-construction-banner::before,
.gc-construction-banner::after,
.gc-flame,
.gc-marquee-text,
.gc-hardhat,
.gc-construction-text,
.gc-hr-rainbow,
.gc-cursor-trail,
.gc-midi-eq-bar {
animation-duration: 0.001ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.001ms !important;
}
.gc-marquee-text {
animation: none !important;
transform: none;
}
}
/* ---------- Responsive ---------- */
@media (max-width: 768px) {
.geocities-toggle {
top: 0.8rem;
right: 3.5rem;
width: 2.2rem;
height: 2.2rem;
font-size: 0.9rem;
}
html[data-geocities="true"] h1 {
font-size: 1.8rem;
}
html[data-geocities="true"] h2 {
font-size: 1.4rem;
}
.gc-construction-banner {
font-size: 0.9rem;
}
.gc-construction-banner::before,
.gc-construction-banner::after {
width: 30px;
}
.gc-construction-banner span {
padding: 0 35px;
}
.gc-webring {
max-width: 90%;
}
.gc-midi-player {
max-width: 240px;
}
}
/* ---------- GeoCities: Navigation ---------- */
html[data-geocities="true"] .site-nav a {
color: var(--gc-link);
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
font-weight: 700;
text-shadow: 1px 1px 0 #000;
}
html[data-geocities="true"] .site-nav a:hover {
color: var(--gc-accent);
background: rgba(255, 255, 0, 0.2);
}
html[data-geocities="true"] .site-nav a.active {
color: #ffffff;
background: rgba(255, 0, 0, 0.4);
animation: gc-blink 1.5s step-end infinite;
}
/* ---------- GeoCities: Header Subtitle ---------- */
html[data-geocities="true"] .header-subtitle {
animation: gc-rainbow 3s linear infinite;
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
font-weight: 700;
text-shadow: 2px 2px 0 #000;
}
/* ---------- GeoCities: Project Cards ---------- */
html[data-geocities="true"] .project-card {
background: var(--gc-bg);
border: 2px solid var(--gc-border);
border-radius: 0;
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
}
html[data-geocities="true"] .project-card:hover {
border-color: var(--gc-accent);
box-shadow: 0 0 10px var(--gc-accent);
transform: none;
}
html[data-geocities="true"] .project-card h3 {
color: var(--gc-link);
text-shadow: 1px 1px 0 #000;
}
html[data-geocities="true"] .project-card p {
color: var(--gc-text);
}
html[data-geocities="true"] .project-meta {
color: var(--gc-text);
}
html[data-geocities="true"] .lang-badge {
color: var(--gc-text);
}
/* ---------- GeoCities: Featured Teaser ---------- */
html[data-geocities="true"] .featured-teaser {
background: var(--gc-bg);
}
html[data-geocities="true"] .view-all {
color: var(--gc-link);
animation: gc-blink 1.5s step-end infinite;
}
/* ---------- GeoCities: Page Hero ---------- */
html[data-geocities="true"] .page-hero {
background: var(--gc-bg);
}
html[data-geocities="true"] .page-hero h2 {
animation: gc-rainbow 3s linear infinite;
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
text-shadow: 2px 2px 0 #000;
}
html[data-geocities="true"] .page-hero p {
color: var(--gc-text);
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
}
/* ---------- GeoCities: Thoughts List ---------- */
html[data-geocities="true"] .thought-entry {
border-color: var(--gc-border);
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
}
html[data-geocities="true"] .thought-entry:hover {
background: rgba(255, 255, 0, 0.1);
}
html[data-geocities="true"] .thought-date {
color: var(--gc-visited);
}
html[data-geocities="true"] .thought-title {
color: var(--gc-link);
text-shadow: 1px 1px 0 #000;
}
html[data-geocities="true"] .thought-excerpt {
color: var(--gc-text);
}
/* ---------- GeoCities: GitHub Link ---------- */
html[data-geocities="true"] .github-link {
color: var(--gc-link);
border-color: var(--gc-border);
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
}
html[data-geocities="true"] .github-link:hover {
color: var(--gc-accent);
border-color: var(--gc-accent);
}
/* ---------- Blinking NEW! Badges ---------- */
.gc-new-badge {
position: absolute;
top: -8px;
right: -8px;
background: #ff0000;
color: #ffff00;
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
font-size: 0.7rem;
font-weight: 700;
padding: 2px 6px;
border: 2px solid #ffff00;
border-radius: 0;
animation: gc-blink 0.8s step-end infinite;
text-shadow: 1px 1px 0 #000;
z-index: 10;
transform: rotate(12deg);
letter-spacing: 1px;
}
/* ---------- Construction Cones ---------- */
.gc-construction-cones {
display: inline;
animation: gc-construction-bounce 1s ease-in-out infinite;
font-size: 1.2em;
margin-left: 0.3em;
}
/* ---------- Twinkling Stars Overlay ---------- */
.gc-twinkling-stars {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.gc-twinkle-star {
position: absolute;
color: #ffffff;
opacity: 0.3;
animation: gc-star-twinkle 2s ease-in-out infinite;
text-shadow: 0 0 4px #aaaaff, 0 0 8px #aaaaff;
}
/* ---------- Graphical Hit Counter ---------- */
.gc-graphical-counter {
text-align: center;
margin: 1rem 0;
font-family: 'Comic Neue', 'Comic Sans MS', cursive;
}
.gc-graphical-counter .gc-counter-label {
display: block;
color: #ffff00;
font-size: 0.9rem;
margin-bottom: 0.5rem;
animation: gc-blink 2s step-end infinite;
}
.gc-digit-display {
display: inline-flex;
gap: 2px;
background: #000000;
border: 2px inset #808080;
padding: 4px 6px;
border-radius: 0;
}
.gc-digit {
display: inline-flex;
align-items: center;
justify-content: center;
width: 22px;
height: 30px;
background: linear-gradient(180deg, #1a1a2e 0%, #0d0d1a 100%);
color: #00ff00;
font-family: 'Courier New', monospace;
font-size: 1.2rem;
font-weight: 700;
border: 1px solid #333;
text-shadow: 0 0 6px #00ff00;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}