
4chan - Highlight all "sage" posts with red italic letters.
By: a guest on
May 18th, 2012 | syntax:
CSS | size: 0.26 KB | hits: 33 | expires: Never
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("boards.4chan.org") {
a.useremail[href*='sage'] span.name,
a.useremail[href*='Sage'] span.name,
a.useremail[href*='SAGE'] span.name{
color: red !important;
font-style: italic !important;
}
}