Commit 48bcdcd7 authored by Nemo Ma's avatar Nemo Ma

Update style_20190718.css

A missed file from last commit.
parent a93bbba5
......@@ -154,6 +154,34 @@ table.infotable th {
0.025em 0.04em 0 #fffc00;
animation: glitch1 725ms infinite;
}
.glitchb {
color:rgb(30, 150, 255);
font-weight: bold;
position: relative;
text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff,
0.025em 0.04em 0 #fffc00;
animation: glitch1 725ms infinite;
}
.glitchb span {
position: absolute;
top: 0;
left: 0;
}
.glitchb span:first-child {
animation: glitch1 500ms infinite;
clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
transform: translate(-0.04em, -0.03em);
opacity: 0.75;
}
.glitchb span:last-child {
animation: glitch1 375ms infinite;
clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
transform: translate(0.04em, 0.03em);
opacity: 0.75;
}
.glitch1 span {
position: absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment