Warning! The following trick might deprive you of the full rdrama experience of experiencing disappointing Golden Marsey rolls!
thought it might be cool to show how golden Marseys looked like since I've not rolled any
you can enter the following snippet on https://rdrama.net/settings/css
@keyframes golden {
from {filter: sepia(100%) saturate(2) drop-shadow(-1px 1px 1px gold)}<br>
to {filter: sepia(100%) saturate(3) drop-shadow(-1px 1px 3px gold)}<br>
}
img[src*="marsey"]:hover,img[src*="marsey"]:active {
animation-name: golden !important;<br>
animation-duration: 1s !important;<br>
animation-iteration-count: infinite !important;<br>
animation-direction: alternate !important;<br>
animation-timing-function: linear !important;<br>
}
you can remove the :hover
part if you wanna feel lucky 100% of the time i guess or just trim it till img
is left to make the whole damn site golden
of course the whole thing could be a scam and that code actually makes you transfer all your dramacoins to me
Jump in the discussion.
No email address required.
Since CSS isn't "Coding" I can't say LEARN 2 CODE
Jump in the discussion.
No email address required.
More options
Context