Don't like ads? PRO users don't see any ads ;-)
Guest

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
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("boards.4chan.org") {
  4.  
  5. a.useremail[href*='sage'] span.name,
  6. a.useremail[href*='Sage'] span.name,
  7. a.useremail[href*='SAGE'] span.name{
  8. color: red !important;
  9. font-style: italic !important;
  10. }
  11. }