Guest User

Mozilla Furaffinity add-on

a guest
May 25th, 2012
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. @-moz-document url-prefix(http://furaffinity.net), url-prefix(http://www.furaffinity.net){
  2.  
  3. body, body>div, hovertable_body, .innertable, .logo, .tab u, .menu li ul li{
  4. background-color: #303030 !important;
  5. }
  6. .alt1, .alt2, .cat, #admin_notice_do_not_adblock td, .container-comment{
  7. background-color: #202224 !important;
  8.  
  9. }
  10. .lead, .cat, .tab a, .tab u {
  11. border: none !important;
  12. }
  13. .maintable, hovertable, hovertable_head, .tab a, .tab u, .container-comment TH, .container-comment td.cat a{
  14. background-color: #444444 !important;
  15. }
  16. .container-comment{
  17. border-color: #444444 !important;
  18. }
  19. center.flow b.r-adult s>a, center.flow b.r-adult s>a:hover{
  20. border: 2px solid #ca2121 !important;
  21. }
  22. center.flow b.r-mature s > a, center.flow b.r-mature s > a:hover {
  23. border: 2px solid #697CC1 !important;
  24. }
  25. center.flow img, center.flow.messagecenter b, center.flow s > a{
  26. border-radius: 0 !important;
  27. }
  28. .header_bkg {
  29. border-bottom: 1px solid #444444 !important;
  30. }
  31. ul.dropdown li:hover > a.dir{
  32. background: #444444; /* Old browsers */
  33. background: -moz-linear-gradient(top, #444444 0%, #202224 100%); /* FF3.6+ */
  34. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#202224)); /* Chrome,Safari4+ */
  35. background: -webkit-linear-gradient(top, #444444 0%,#202224 100%); /* Chrome10+,Safari5.1+ */
  36. background: -o-linear-gradient(top, #444444 0%,#202224 100%); /* Opera 11.10+ */
  37. background: -ms-linear-gradient(top, #444444 0%,#202224 100%); /* IE10+ */
  38. background: linear-gradient(top, #444444 0%,#202224 100%); /* W3C */
  39. }
  40. ul.dropdown ul{
  41. background-color: #202224 !important;
  42. border: 1px solid #444444 !important;
  43. border-top: none !important;
  44. border-radius: 0 0 4px 4px !important;
  45. opacity: 1 !important;
  46. }
  47. #my-username{
  48. color: #aaff00 !important;
  49. }
  50. .container-comment td.cat{
  51.  
  52. border: 0 !important;
  53. background: none !important;
  54.  
  55. }
  56. #logout-link {
  57. color: #FF4444 !important;
  58. }
  59. }
Advertisement
Add Comment
Please, Sign In to add comment