edify_reddit

spoilertags

Feb 25th, 2012
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /*Spoiler tag within comments. Your comment should be: "[This is a spoiler sentence.](/spoiler)"
  2. */
  3. a[href$="/spoiler"] {
  4. background: #000 !important;
  5. color: #000 !important
  6. }
  7.  
  8. a[href$="/spoiler"]:hover {
  9. color: #FFF !important
  10. }
Advertisement
Add Comment
Please, Sign In to add comment