bug fixes
This commit is contained in:
parent
650980c8d2
commit
ec1f3fb11b
1 changed files with 8 additions and 7 deletions
|
@ -10,11 +10,18 @@ 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;
|
background-color: #222; /* Fully opaque background */
|
||||||
color: #b0b0b0;
|
color: #b0b0b0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1em 0;
|
padding: 1em 0;
|
||||||
|
@ -34,7 +41,6 @@ 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:
|
||||||
|
@ -43,14 +49,12 @@ 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:
|
||||||
|
@ -59,14 +63,12 @@ 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:
|
||||||
|
@ -76,7 +78,6 @@ 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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue