Compare commits

..

No commits in common. "6a9c287b69332d2db24681a563d7b876813e4475" and "917080ce560a043f96b930646f70abd3b9f4bd87" have entirely different histories.

View file

@ -10,18 +10,11 @@ body {
color: #b0b0b0; color: #b0b0b0;
margin: 0; margin: 0;
line-height: 1.6; line-height: 1.6;
background-image: repeating-linear-gradient(
45deg,
#ffcc00 0%,
#ffcc00 10%,
#0d0d0d 10%,
#0d0d0d 20%
);
background-size: 20px 20px; /* Adjust size for tape appearance */ background-size: 20px 20px; /* Adjust size for tape appearance */
} }
header { header {
background-color: #222; /* Fully opaque background */ background-color: #222;
color: #b0b0b0; color: #b0b0b0;
text-align: center; text-align: center;
padding: 1em 0; padding: 1em 0;
@ -41,6 +34,7 @@ header {
0 0 30px #ffcc00, 0 0 30px #ffcc00,
0 0 40px #ffcc00, 0 0 40px #ffcc00,
0 0 50px #ffcc00; 0 0 50px #ffcc00;
opacity: 1;
} }
20% { 20% {
text-shadow: text-shadow:
@ -49,12 +43,14 @@ header {
0 0 10px #ffcc00, 0 0 10px #ffcc00,
0 0 15px #ffcc00, 0 0 15px #ffcc00,
0 0 20px #ffcc00; 0 0 20px #ffcc00;
opacity: 0.9;
} }
40% { 40% {
text-shadow: text-shadow:
0 0 5px #ffcc00, 0 0 5px #ffcc00,
0 0 15px #ffcc00, 0 0 15px #ffcc00,
0 0 25px #ffcc00; 0 0 25px #ffcc00;
opacity: 1;
} }
60% { 60% {
text-shadow: text-shadow:
@ -63,12 +59,14 @@ header {
0 0 15px #ffcc00, 0 0 15px #ffcc00,
0 0 20px #ffcc00, 0 0 20px #ffcc00,
0 0 30px #ffcc00; 0 0 30px #ffcc00;
opacity: 0.8;
} }
80% { 80% {
text-shadow: text-shadow:
0 0 3px #ffcc00, 0 0 3px #ffcc00,
0 0 7px #ffcc00, 0 0 7px #ffcc00,
0 0 10px #ffcc00; 0 0 10px #ffcc00;
opacity: 1;
} }
100% { 100% {
text-shadow: text-shadow:
@ -78,6 +76,7 @@ header {
0 0 20px #ffcc00, 0 0 20px #ffcc00,
0 0 30px #ffcc00, 0 0 30px #ffcc00,
0 0 40px #ffcc00; 0 0 40px #ffcc00;
opacity: 0.9;
} }
} }