bdsmlr - Dark Theme

Dark theme for bdsmlr

  1. /* ==UserStyle==
  2. @name bdsmlr - Dark Theme
  3. @namespace Hentiedup
  4. @version 0.2.2
  5. @description Dark theme for bdsmlr
  6. @author Hentiedup
  7. @license unlicense
  8. @preprocessor stylus
  9.  
  10. @var checkbox forceCommentColor "Force comment color" 0
  11. @var color forcedCommentColor "Forced comment color" #DDD
  12. ==/UserStyle== */
  13. @-moz-document domain("bdsmlr.com") {
  14. html,
  15. body,
  16. .tooltipster-content,
  17. .newaskholder,
  18. .wrapsubmission,
  19. .photopostup {
  20. background-color: #1b232a !important;
  21. color: #DDD;
  22. }
  23. .dropownwrap {
  24. background-color: #101015;
  25. color: white;
  26. }
  27. .dropdowntext,
  28. .dayposted {
  29. color: white;
  30. }
  31. em {
  32. color: #DDD;
  33. }
  34.  
  35. .logo > img,
  36. .header .menu ul li a,
  37. .header .menu ul li i {
  38. filter: brightness(75%);
  39. }
  40.  
  41. #menumessageholder,
  42. #menumessageholder *,
  43. #activitymenuholder,
  44. #activitymenuholder *,
  45. .profilemenu,
  46. .profilemenu *,
  47. .postoptions,
  48. .postoptions * {
  49. background-color: #333 !important;
  50. color: #DDD !important;
  51. }
  52.  
  53. #activitymenuholder .commentsallhref {
  54. background-image: none;
  55. }
  56.  
  57. .viewlink,
  58. .titletext,
  59. .textcontent {
  60. color: #DDD !important;
  61. }
  62. if forceCommentColor {
  63. .singlecomment * {
  64. background-color: transparent !important;
  65. color: forcedCommentColor !important;
  66. }
  67. }
  68.  
  69. .content .newsfeed .feed .news,
  70. .footerside {
  71. background-color: #101015;
  72. color: white;
  73. }
  74. .content .newsfeed .feed .news .create ul.post-triggers li a i.black,
  75. .content .newsfeed .feed .news .create ul.post-triggers li a span,
  76. .postfooter,
  77. .singlecomment,
  78. .thumb,
  79. .blogdescription {
  80. color: #DDD;
  81. }
  82.  
  83. .post_info .ndata:first-of-type {
  84. color: #DDD !important;
  85. }
  86. .post_info .ndata:last-of-type {
  87. color: #999 !important;
  88. }
  89.  
  90. .originalposter a,
  91. .title,
  92. .blogtitle {
  93. color: white;
  94. }
  95. .thumb > .ndata,
  96. .thumbed > .adata {
  97. color: white !important;
  98. }
  99.  
  100. .pagination > .disabled > span,
  101. .pagination > .disabled > span:hover,
  102. .pagination > .disabled > span:focus,
  103. .pagination > .disabled > a,
  104. .pagination > .disabled > a:hover,
  105. .pagination > .disabled > a:focus {
  106. background-color: #666;
  107. color: #DDD;
  108. }
  109. .rightli > a {
  110. color: #DDD !important;
  111. background-color: #101015 !important;
  112. border-color: black !important;
  113. }
  114.  
  115. .info,
  116. .update,
  117. .selectedblog,
  118. .GroupSwitch,
  119. .Tagsearch {
  120. background-color: #101015 !important;
  121. }
  122. .allfollows,
  123. .postholder,
  124. .image_container,
  125. .searchedblog,
  126. .searchpost {
  127. background-color: #101015;
  128. color: #DDD;
  129. }
  130. #rightposts,
  131. .instructions,
  132. .post_content,
  133. .postholder {
  134. background-color: #101015 !important;
  135. color: #DDD !important;
  136. }
  137. .sidetitle,
  138. .sidedesc,
  139. .singlecomment {
  140. color: #DDD !important;
  141. }
  142.  
  143. .appnotice {
  144. background-color: #301515;
  145. }
  146. input,
  147. button,
  148. select,
  149. ul.tagit input[type="text"],
  150. ul.tagit {
  151. background-color: #333;
  152. border-color: #333;
  153. color: white;
  154. }
  155. #Tagsphoto {
  156. background: none;
  157. background-color: #374552;
  158. border-color: #333 !important;
  159. color: white;
  160. }
  161. #Tagsphoto input {
  162. background: none;
  163. }
  164. ul.tagit li.tagit-choice {
  165. background: #1b232a 50% 50%;
  166. color: #999;
  167. }
  168. .photodescription {
  169. background: #374552;
  170. }
  171. .photodescription + div {
  172. background: #485867 !important;
  173. border-color: #333 !important;
  174. }
  175. .sweet-alert {
  176. background-color: #374552;
  177. border: 3px solid #1b232a;
  178. }
  179. .sweet-alert > h2,
  180. .sweet-alert > p {
  181. color: #DDD;
  182. }
  183. .viewmore,
  184. .followuserbutton {
  185. background-color: #101015;
  186. border-color: #101015;
  187. color: white;
  188. }
  189. .dropzone,
  190. .dropzone .dz-message,
  191. .dropzone.dz-started .dz-message {
  192. background-color: rgba(55, 69, 82, 1);
  193. border-color: #101015;
  194. color: white;
  195. }
  196. .comment {
  197. background-color: rgba(55, 69, 82, 1) !important;
  198. border-color: #333 !important;
  199. color: white !important;
  200. }
  201. .searchTagsWrapper button {
  202. background-color: #333 !important;
  203. border-color: #333 !important;
  204. color: white !important;
  205. }
  206. }