Guest User

Untitled

a guest
Jan 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. @-moz-document domain("forum.f-bg.org") {
  2. .post-buttons .button {
  3. background-color: initial;
  4. border: none;
  5. }
  6.  
  7. .pagination ul li.active span {
  8. background-color: #777777;
  9. }
  10.  
  11. .pagination ul li a {
  12. background-color: black;
  13. border: none;
  14. }
  15.  
  16. .navbar {
  17. background-color: black;
  18. border-color: black;
  19. }
  20.  
  21. .navbar .nav-tabs {
  22. background-color: black;
  23. box-shadow: none;
  24. }
  25.  
  26. .navbar .nav-tabs .tab.selected {
  27. background-color: black;
  28. }
  29.  
  30. .navbar.secondary {
  31. color: #DDD;
  32. }
  33.  
  34. .dropdown .dropdown-contents {
  35. background-color: #1B1B1B;
  36. border: none;
  37. }
  38.  
  39. a.username-coloured {
  40. color: #DDD !important;
  41. }
  42.  
  43. a {
  44. color: #DDD;
  45. }
  46.  
  47. .navbar a {
  48. color: #777777;
  49. }
  50.  
  51. .navbar .nav-tabs a.nav-link {
  52. color: #777777;
  53. }
  54.  
  55. p.author .responsive-hide {
  56. display: inline !important;
  57. }
  58.  
  59. div.back2top {
  60. display: none;
  61. }
  62.  
  63. ul.post-buttons li a.report-icon {
  64. display: none;
  65. }
  66.  
  67. .buttons > .button {
  68. background-color: initial;
  69. border: none;
  70. }
  71.  
  72. .button {
  73. background-color: initial;
  74. border: none;
  75. }
  76.  
  77. body {
  78. background-color: #1B1B1B;
  79. background-image: none;
  80. }
  81.  
  82. body.section-viewtopic div#wrap.page-width {
  83. max-width: 55em;
  84. }
  85.  
  86. dd.lastpost {
  87. color: dimgrey;
  88. }
  89.  
  90. div.forabg {
  91. background: initial;
  92. border: none;
  93. }
  94.  
  95. div.forumbg {
  96. background: initial;
  97. border: none;
  98. }
  99.  
  100. div.forumbg div.responsive-hide {
  101. color: dimgrey;
  102. }
  103.  
  104. div.panel {
  105. background-color: #151515 !important;
  106. border: none;
  107. }
  108.  
  109. div.post {
  110. background-color: #1B1B1B;
  111. border-bottom-style: none;
  112. border-color: #202020;
  113. border-left-style: none;
  114. border-right-style: none;
  115. margin-bottom: initial;
  116. }
  117.  
  118. .postprofile + .postbody > div {
  119. margin-left: initial;
  120. }
  121.  
  122. div.postbody p.author {
  123. color: dimgrey;
  124. }
  125.  
  126. div.postbody p.author a {
  127. color: dimgrey;
  128. font-weight: initial;
  129. text-decoration: underline;
  130. }
  131.  
  132. dl.postprofile {
  133. display: none;
  134. }
  135.  
  136. dl.topic_read_hot a.topictitle {
  137. color: dimgrey;
  138. }
  139.  
  140. dl.topic_unread_hot a.topictitle {
  141. color: #D00;
  142. }
  143.  
  144. h2.topic-title a {
  145. color: #D00;
  146. }
  147.  
  148. h2.topic-title ~ div.post div.postbody > div > h3 {
  149. display: none;
  150. }
  151.  
  152. ul.topiclist {
  153. background-color: #1B1B1B;
  154. }
  155.  
  156. ul.topiclist > li {
  157. border-color: #202020;
  158. }
  159.  
  160. ul.topiclist > li.header {
  161. background-color: #151515 !important;
  162. }
  163.  
  164. .panel > .inner > h3:first-child, .panel > h3:first-child {
  165. background-color: #151515;
  166. }
  167.  
  168. ul.topiclist > li.row {
  169. border-bottom: 0px;
  170. }
  171.  
  172. div.content blockquote {
  173. background-color: #151515;
  174. }
  175.  
  176. li.row dl {
  177. background-image: none;
  178. }
  179.  
  180. li.row dl dt .list-inner {
  181. padding-left: 0px;
  182. }
  183.  
  184. .bg3 {
  185. background-color: #151515;
  186. }
  187.  
  188. .bg2 {
  189. background-color: #151515;
  190. }
  191.  
  192. .bg1 {
  193. background-color: #1B1B1B;
  194. }
  195.  
  196. li.row dl dt .list-inner .imageset {
  197. width: 0px;
  198. }
  199.  
  200. div#navigation > ul > li > a {
  201. background-color: #1B1B1B;
  202. }
  203.  
  204. div#navigation > ul > li#active-subsection > a {
  205. background-color: dimgrey;
  206. }
  207.  
  208. }
Add Comment
Please, Sign In to add comment