move all unnecessary animations to awards.css so poormode-cels dont be subjected to them
parent
3300fa13de
commit
29a8d00207
|
@ -310,3 +310,37 @@
|
|||
opacity: 0;
|
||||
animation-delay: 9s;
|
||||
}
|
||||
|
||||
|
||||
@keyframes move-colors {
|
||||
from {background-position: 0px;}
|
||||
to {background-position: 1000px;}
|
||||
}
|
||||
|
||||
@keyframes lgbt {
|
||||
0% { filter: hue-rotate(0deg); }
|
||||
100% { filter: hue-rotate(360deg); }
|
||||
}
|
||||
|
||||
.zozbot, [pride_username], :not(td) > a[href="/h/countryclub"]:not(.hole-flair) {
|
||||
color: red;
|
||||
animation: lgbt 3s linear infinite;
|
||||
}
|
||||
|
||||
[pride_username].patron, :not(td) > a[href="/h/countryclub"].hole-flair {
|
||||
background-color: red;
|
||||
animation: lgbt 2s linear infinite;
|
||||
}
|
||||
|
||||
:not(td) > a[href="/h/highrollerclub"].hole-flair {
|
||||
font-family: open sans,sans-serif !important;
|
||||
background: repeating-linear-gradient(
|
||||
45deg,
|
||||
gold,
|
||||
#debd00 20px,
|
||||
#cdae00 60px
|
||||
);
|
||||
font-weight: 700 !important;
|
||||
background-clip: text !important;
|
||||
animation: 60s linear 0s infinite move-colors;
|
||||
}
|
||||
|
|
|
@ -7612,41 +7612,8 @@ ul {
|
|||
}
|
||||
}
|
||||
|
||||
@keyframes move-colors {
|
||||
from {background-position: 0px;}
|
||||
to {background-position: 1000px;}
|
||||
}
|
||||
|
||||
@keyframes lgbt {
|
||||
0% { filter: hue-rotate(0deg); }
|
||||
100% { filter: hue-rotate(360deg); }
|
||||
}
|
||||
|
||||
.zozbot, [pride_username], :not(td) > a[href="/h/countryclub"]:not(.hole-flair) {
|
||||
color: red;
|
||||
animation: lgbt 3s linear infinite;
|
||||
}
|
||||
|
||||
[pride_username].patron, :not(td) > a[href="/h/countryclub"].hole-flair {
|
||||
background-color: red;
|
||||
animation: lgbt 2s linear infinite;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) or (min-width: 992px) {
|
||||
#sidebar-btn {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
:not(td) > a[href="/h/highrollerclub"].hole-flair {
|
||||
font-family: open sans,sans-serif !important;
|
||||
background: repeating-linear-gradient(
|
||||
45deg,
|
||||
gold,
|
||||
#debd00 20px,
|
||||
#cdae00 60px
|
||||
);
|
||||
font-weight: 700 !important;
|
||||
background-clip: text !important;
|
||||
animation: 60s linear 0s infinite move-colors;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue