Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. /*!==================================================
  2. 4.3 Trashtalk Threads
  3. ================================================== */
  4. /** Bold and Uppercase Posts **/
  5. #siteTable a.title[href*="trash_talk_thread"]:before {
  6. font-weight: bold;
  7. text-transform: uppercase;
  8. }
  9.  
  10. body.post-linkflair-trashtalkthread .commentarea, body.post-linkflair-black .commentarea {
  11. text-transform: uppercase;
  12. font-weight: bold;
  13. }
  14.  
  15. body.post-linkflair-trashtalkthread .arrow.down, body.post-linkflair-black .arrow.down {
  16. display: none;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement