Guest User

Untitled

a guest
Feb 19th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("gelbooru.com") {
  4.  
  5. div, h1, h2, h3, h4, h5, h6, p, ul, li, dd, dt {
  6. background-color: transparent !important;
  7. }
  8.  
  9. body, #header, #content, .content, #paginator, .pagination {
  10. background-color: black !important;
  11. color: #ddd !important;
  12. }
  13.  
  14. .pagination a {
  15. border-color: #555 !important;
  16. }
  17.  
  18. #navbar .current-page, #subnavbar {
  19. background-image: none !important;
  20. background-color: #006FFA !important;
  21. }
  22.  
  23. #navbar .current-page a {
  24. background: none !important;
  25. }
  26.  
  27. .tips {
  28. background-color: #003F9A !important;
  29. border-bottom-color: #006FFA !important;
  30. }
  31.  
  32. #content .sidebar {
  33. background-color: black !important;
  34. background-color: rgba(0,0,0,0.85) !important;
  35. }
  36.  
  37. .sidebar2, .sidebar4 {
  38. border-color: #222 !important;
  39. }
  40.  
  41. .note-box, .note-body {
  42. background-color: #FFFFEE !important;
  43. color: black !important;
  44. }
  45.  
  46. .note-corner {
  47. background-color: black !important;
  48. }
  49.  
  50. #edit-box {
  51. background-color: white !important;
  52. }
  53.  
  54. .quote {
  55. background-color: #222 !important;
  56. color: #ccc !important;
  57. border-color: #bbb !important;
  58. }
  59.  
  60. .quote:hover {
  61. background-color: #2a2a2a !important;
  62. color: #eee !important;
  63. border-color: #ddd !important;
  64. }
  65.  
  66. .highlightable td {
  67. border-color: #777 !important;
  68. }
  69.  
  70. .highlightable tbody tr:not([style*="rgb"]):hover {
  71. background-color: #330 !important;
  72. }
  73.  
  74. .highlightable tr[style*="rgb(220, 246, 220)"] {
  75. background-color: #003A00 !important;
  76. }
  77.  
  78. table.form th {
  79. color: white !important;
  80. }
  81.  
  82. .forum-notice {
  83. color: #ccc !important;
  84. }
  85.  
  86. .forum-topic-category, .replies-count {
  87. color: inherit !important;
  88. }
  89.  
  90. .ticket-open {
  91. background-color: #030 !important;
  92. }
  93.  
  94. /* I really wish gelbooru didn't use all this inline css, there isn't a good way to match these other than this... */
  95. *[style*="color: #444"] {
  96. color: #bbb !important;
  97. }
  98.  
  99. *[style*="color: #0a0a0a"] {
  100. color: #f2f2f2 !important;
  101. }
  102.  
  103. *[style*="color: #5a5a5a"] {
  104. color: #aaa !important;
  105. }
  106.  
  107. *[style*="color: #393939"] {
  108. color: #b2b2b2 !important;
  109. }
  110.  
  111. *[style*="color: #464646"] {
  112. color: #a9a9a9 !important;
  113. }
  114.  
  115. }
  116.  
  117. @-moz-document domain("danbooru.donmai.us") {
  118.  
  119. body {
  120. background-color: black !important;
  121. color: #ddd !important;
  122. }
  123.  
  124. #content .sidebar {
  125. background-color: black !important;
  126. background-color: rgba(0,0,0,0.85) !important;
  127. border-color: #222266 !important;
  128. }
  129.  
  130. #navbar .current-page {
  131. background-color: #222266 !important;
  132. }
  133.  
  134. #subnavbar {
  135. background-color: #222266 !important;
  136. }
  137.  
  138. .status-notice, blockquote {
  139. background-color: #222222 !important;
  140. border-color: #444444 !important;
  141. }
  142.  
  143. .note-body {
  144. color: black !important;
  145. }
  146.  
  147. .bad-comment {
  148. background-color: #220000 !important;
  149. border: solid 1px #880000 !important;
  150. }
  151.  
  152. .response-list .comment .footer a {
  153. color: #777777 !important;
  154. }
  155.  
  156. .pagination a {
  157. border-color: #555 !important;
  158. }
  159.  
  160. }
Advertisement
Add Comment
Please, Sign In to add comment