mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-23 00:22:59 +05:30
i honestly have no idea what i did, but button has better realism. And bg color of the light of the PJ SGFLT is now colored
This commit is contained in:
parent
5e3f8201be
commit
23c7cbc45d
@ -241,7 +241,7 @@
|
||||
}
|
||||
85% {
|
||||
opacity: 1;
|
||||
text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 0 30px rgba(0, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
85.1% {
|
||||
opacity: 0;
|
||||
@ -253,11 +253,11 @@
|
||||
}
|
||||
86.1% {
|
||||
opacity: 1;
|
||||
text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 0 30px rgba(0, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 0 30px rgba(0, 208, 212, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ a.visited {
|
||||
.button:active {
|
||||
transform: translateY(0.10em);
|
||||
background-color: #4beacb;
|
||||
box-shadow: 0 0.5em 0.5em -0.4em #00c7a1;
|
||||
box-shadow: 0 0.2em 0.2em -0.2em #00c7a1;
|
||||
}
|
||||
|
||||
.ResponsiveImage {
|
||||
|
@ -43,7 +43,7 @@
|
||||
@media screen and (prefers-reduced-motion: no-preference) {
|
||||
.text-flicker-in-glow {
|
||||
opacity:1;
|
||||
-webkit-animation: text-flicker-in-glow 10ms both;
|
||||
animation: text-flicker-in-glow 10ms both; }
|
||||
-webkit-animation: text-flicker-in-glow 1000ms both;
|
||||
animation: text-flicker-in-glow 1000ms both; }
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user