Guest User

Untitled

a guest
May 25th, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("www.furaffinity.net") {
  4.  
  5. body, body>div, hovertable_body, .innertable, .logo, .tab u, .menu li ul li, .s{
  6. background-color: #303030 !important;
  7. }
  8. .alt1, .alt2, .cat, #admin_notice_do_not_adblock td, .container-comment{
  9. background-color: #202224 !important;
  10.  
  11. }
  12. .lead,.tab a, .tab u {
  13. border: none !important;
  14. }
  15. .cat {
  16. border: 1px solid #444444 !important;
  17. }
  18. .maintable, hovertable, hovertable_head, .tab a, .tab u, .container-comment TH, .container-comment td.cat a{
  19. background-color: #444444 !important;
  20. }
  21. .container-comment{
  22. border-color: #444444 !important;
  23. }
  24. center.flow b.r-adult s>a, center.flow b.r-adult s>a:hover{
  25. border: 2px solid #ca2121 !important;
  26. }
  27. center.flow b.r-mature s > a, center.flow b.r-mature s > a:hover {
  28. border: 2px solid #697CC1 !important;
  29. }
  30.  
  31. .header_bkg {
  32. border-bottom: 1px solid #444444 !important;
  33. }
  34. ul.dropdown li:hover > a.dir{
  35. background: #444444; /* Old browsers */
  36. background: -moz-linear-gradient(top, #444444 0%, #202224 100%); /* FF3.6+ */
  37. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#202224)); /* Chrome,Safari4+ */
  38. background: -webkit-linear-gradient(top, #444444 0%,#202224 100%); /* Chrome10+,Safari5.1+ */
  39. background: -o-linear-gradient(top, #444444 0%,#202224 100%); /* Opera 11.10+ */
  40. background: -ms-linear-gradient(top, #444444 0%,#202224 100%); /* IE10+ */
  41. background: linear-gradient(top, #444444 0%,#202224 100%); /* W3C */
  42. }
  43. ul.dropdown ul{
  44. background-color: #202224 !important;
  45. border: 1px solid #444444 !important;
  46. border-top: none !important;
  47. border-radius: 0 0 4px 4px !important;
  48. opacity: 1 !important;
  49. }
  50. .textarea, .textbox {
  51. background-color: #202224!important;
  52. color: #DDDDDD !important;
  53. }
  54. div#messagecenter-other ul.message-stream li.checked{
  55. background-color: rgba(136, 136, 136, 0.5) !important;
  56. }
  57. div#messagecenter-other ul.message-stream li.hover{
  58. background-color: rgba(136, 136, 136, 0.5) !important;
  59. }
  60. form#pms-form>table.maintable.container .alt1 {
  61. border-bottom: 1px solid #444444 !important;
  62. }
  63.  
  64. form#pms-form>table.maintable.container {
  65. border-collapse: collapse !important;
  66. }
  67. center.flow.messagecenter b.checked {
  68. background-color:
  69. #444444 !important;
  70. }
  71. #description_popup {
  72. background-color: #202224 !important;
  73. border: 1px solid #444444 !important;
  74. }
  75. #my-username{
  76. color: #aaff00 !important;
  77. }
  78. .container-comment td.cat{
  79.  
  80. border: 0 !important;
  81. background: none !important;
  82. }
  83. .tab a:hover {
  84. color: #202224 !important;
  85. text-decoration: none !important;
  86. }
  87. .alt1 a:visited {
  88. color: #818181 !important;
  89. }
  90. div#messagecenter-other a:visited {
  91. color: #909090 !important;
  92. }
  93. .auto_link:visited {
  94. color: #818181 !important;
  95. }
  96. #logout-link {
  97. color: #FF4444 !important;
  98. }
  99.  
  100. }
Advertisement
Add Comment
Please, Sign In to add comment