bdsmlr - Dark Theme

Dark theme for bdsmlr

  1. /* ==UserStyle==
  2. @name bdsmlr - Dark Theme
  3. @namespace Hentiedup
  4. @version 0.0.2
  5. @description Dark theme for bdsmlr
  6. @author Hentiedup
  7. @license unlicense
  8. ==/UserStyle== */
  9. @-moz-document domain("bdsmlr.com") {
  10. html,
  11. body {
  12. background-color: #1b232a;
  13. color: #DDD;
  14. }
  15.  
  16. .logo > img,
  17. .header .menu ul li a,
  18. .header .menu ul li i {
  19. filter: brightness(75%);
  20. }
  21.  
  22. #menumessageholder,
  23. #menumessageholder *,
  24. #activitymenuholder,
  25. #activitymenuholder *,
  26. .profilemenu,
  27. .profilemenu *,
  28. .postoptions,
  29. .postoptions * {
  30. background-color: #333 !important;
  31. color: #DDD !important;
  32. }
  33.  
  34. #activitymenuholder .commentsallhref {
  35. background-image: none;
  36. }
  37.  
  38. .viewlink {
  39. color: #DDD !important;
  40. }
  41.  
  42.  
  43. .content .newsfeed .feed .news,
  44. .footerside {
  45. background-color: #101015;
  46. color: white;
  47. }
  48. .content .newsfeed .feed .news .create ul.post-triggers li a i.black,
  49. .content .newsfeed .feed .news .create ul.post-triggers li a span,
  50. .postfooter,
  51. .singlecomment,
  52. .thumb {
  53. color: #DDD;
  54. }
  55.  
  56. .post_info .ndata:first-of-type {
  57. color: #DDD !important;
  58. }
  59. .post_info .ndata:last-of-type {
  60. color: #999 !important;
  61. }
  62.  
  63. .originalposter a,
  64. .title,
  65. .blogtitle {
  66. color: white;
  67. }
  68. .thumb > .ndata,
  69. .thumbed > .adata {
  70. color: white !important;
  71. }
  72.  
  73. .pagination > .disabled > span,
  74. .pagination > .disabled > span:hover,
  75. .pagination > .disabled > span:focus,
  76. .pagination > .disabled > a,
  77. .pagination > .disabled > a:hover,
  78. .pagination > .disabled > a:focus {
  79. background-color: #666;
  80. color: #DDD;
  81. }
  82. .rightli > a {
  83. color: #DDD !important;
  84. background-color: #101015 !important;
  85. border-color: black !important;
  86. }
  87.  
  88. .info,
  89. .update,
  90. .selectedblog,
  91. .GroupSwitch,
  92. .Tagsearch {
  93. background-color: #101015 !important;
  94. }
  95. .allfollows,
  96. .postholder,
  97. .image_container,
  98. .searchedblog,
  99. .searchpost {
  100. background-color: #101015;
  101. color: #DDD;
  102. }
  103. #rightposts,
  104. .instructions,
  105. .post_content,
  106. .postholder {
  107. background-color: #101015 !important;
  108. color: #DDD !important;
  109. }
  110. .sidetitle,
  111. .sidedesc,
  112. .singlecomment {
  113. color: #DDD !important;
  114. }
  115.  
  116. .appnotice {
  117. background-color: #301515;
  118. }
  119. input,
  120. button,
  121. select,
  122. ul.tagit input[type="text"],
  123. ul.tagit {
  124. background-color: #333;
  125. border-color: #333;
  126. color: white;
  127. }
  128. .viewmore,
  129. .followuserbutton {
  130. background-color: #101015;
  131. border-color: #101015;
  132. color: white;
  133. }
  134. .searchTagsWrapper button {
  135. background-color: #333 !important;
  136. border-color: #333 !important;
  137. color: white !important;
  138. }
  139. }