Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("questionablequesting.com") {
  4. div.section:nth-child(9) ,.textHeading, .breadBoxBottom, .footer, .footerLegal, .sharePage, div.section:nth-child(8), div.section:nth-child(6){
  5. display: none
  6. }
  7. .discussionListItem .stats, .secondaryContent, .PageNav a{
  8. background: rgb(40,42,46)!important
  9. }
  10. #content, #header, .discussionList .sectionHeaders, .sectionFooter, .nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList .linkNodeInfo{
  11. background-color: rgb(29,31,33)
  12. }
  13. .messageUserInfo, .nodeList .categoryStrip{
  14. background-color: rgba(40,42,46,.5)
  15. }
  16. .messageUserBlock .extraUserInfo, .discussionListItem, .sidebar .section .secondaryContent h3{
  17. background-color: rgb(40,42,46)
  18. }
  19. .bbCodeQuote .quoteContainer, body, html{
  20. background-color: black
  21. }
  22. .bbCodeQuote .attribution{
  23. background-color: rgb(29,31,33)
  24. }
  25. .message .messageInfo, .bbCodeBlock, body, a:link, a:visited, .sectionFooter, .breadcrumb .crust a.crumb, .node .nodeText .nodeTitle a, .node .nodeLastPost .lastThreadTitle a, .discussionListItem .pairsJustified dt, .sidebar .userList .username.invisible, .PageNav a.text{
  26. color: #969696
  27. }
  28. .message .privateControls .item, .message .privateControls .item .fa, .message .publicControls .item.postNumber, .message .publicControls .item .fa, .message .publicControls .item, .titleBar h1, .discussionListItem .posterDate .username, .discussionListItem .lastPostInfo .username, .discussionList .sectionHeaders a, .nodeList .categoryStrip .nodeTitle a, .sidebar .username, .sidebar .section .secondaryContent h3, .sidebar .section .secondaryContent h3 a{
  29. color: #FF4800
  30. }
  31. .sectionMain{
  32. background: none}
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement