forked from MarseyWorld/MarseyWorld
case insenstive hole css selector
parent
657ffc3f87
commit
09fa204803
|
@ -285,12 +285,12 @@
|
||||||
100% { filter: hue-rotate(360deg); }
|
100% { filter: hue-rotate(360deg); }
|
||||||
}
|
}
|
||||||
|
|
||||||
.zozbot, [pride_username], :not(td) > a[href="/h/countryclub"]:not(.hole-flair), .pride {
|
.zozbot, [pride_username], :not(td) > a[href="/h/countryclub" i]:not(.hole-flair), .pride {
|
||||||
color: red;
|
color: red;
|
||||||
animation: lgbt 3s linear infinite;
|
animation: lgbt 3s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
[pride_username].patron, :not(td) > a[href="/h/countryclub"].hole-flair {
|
[pride_username].patron, :not(td) > a[href="/h/countryclub" i].hole-flair {
|
||||||
background-color: red;
|
background-color: red;
|
||||||
animation: lgbt 2s linear infinite;
|
animation: lgbt 2s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@ lite-youtube, iframe {
|
||||||
color-scheme: light !important;
|
color-scheme: light !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gold-text:not(.candycorn):not(.candycane):not(a), .gold-text.post-title a:not(.post-flair), :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair), :not(td) > a[href="/h/announcements"]:not(.hole-flair) {
|
.gold-text:not(.candycorn):not(.candycane):not(a), .gold-text.post-title a:not(.post-flair), :not(td) > a[href="/h/highrollerclub" i]:not(.hole-flair), :not(td) > a[href="/h/announcements"]:not(.hole-flair) {
|
||||||
background: url("/i/animations/gold_gradient_dark.svg");
|
background: url("/i/animations/gold_gradient_dark.svg");
|
||||||
background-size: 200% 200%;
|
background-size: 200% 200%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3342,7 +3342,7 @@ a.text-info:hover, a.text-info:focus {
|
||||||
a.text-warning:hover, a.text-warning:focus {
|
a.text-warning:hover, a.text-warning:focus {
|
||||||
color: #ba8b00 !important;
|
color: #ba8b00 !important;
|
||||||
}
|
}
|
||||||
.text-danger, :not(td) > a[href="/h/chudrama"] {
|
.text-danger, :not(td) > a[href="/h/chudrama" i] {
|
||||||
color: #d54e56 !important;
|
color: #d54e56 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7478,7 +7478,7 @@ blink {
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gold-text:not(a), .gold-text.post-title a:not(.post-flair), :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair), :not(td) > a[href="/h/announcements"]:not(.hole-flair) {
|
.gold-text:not(a), .gold-text.post-title a:not(.post-flair), :not(td) > a[href="/h/highrollerclub" i]:not(.hole-flair), :not(td) > a[href="/h/announcements"]:not(.hole-flair) {
|
||||||
font-family: open sans,sans-serif !important;
|
font-family: open sans,sans-serif !important;
|
||||||
color: transparent !important;
|
color: transparent !important;
|
||||||
font-weight: 700 !important;
|
font-weight: 700 !important;
|
||||||
|
@ -7486,12 +7486,12 @@ blink {
|
||||||
-webkit-background-clip: text !important;
|
-webkit-background-clip: text !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gold-text:not(.candycorn):not(.candycane):not(a), .gold-text.post-title a:not(.post-flair), :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair), :not(td) > a[href="/h/announcements"]:not(.hole-flair) {
|
.gold-text:not(.candycorn):not(.candycane):not(a), .gold-text.post-title a:not(.post-flair), :not(td) > a[href="/h/highrollerclub" i]:not(.hole-flair), :not(td) > a[href="/h/announcements"]:not(.hole-flair) {
|
||||||
background: url("/i/animations/gold_gradient_light.svg") repeat;
|
background: url("/i/animations/gold_gradient_light.svg") repeat;
|
||||||
background-size: 200% 200%;
|
background-size: 200% 200%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.effortpost-flair, :not(td) > a[href="/h/highrollerclub"].hole-flair, :not(td) > a[href="/h/announcements"].hole-flair {
|
.effortpost-flair, :not(td) > a[href="/h/highrollerclub" i].hole-flair, :not(td) > a[href="/h/announcements"].hole-flair {
|
||||||
font-family: open sans,sans-serif !important;
|
font-family: open sans,sans-serif !important;
|
||||||
background: repeating-linear-gradient(
|
background: repeating-linear-gradient(
|
||||||
45deg,
|
45deg,
|
||||||
|
|
Loading…
Reference in New Issue