Advertisement
Guest User

Synch CSS Dark

a guest
Apr 29th, 2021
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. .de-btn-src, .intro .delete {
  2. display:none;
  3. }
  4. body {
  5. background-color: rgb(21, 32, 43);
  6. color: #ccc;
  7. }
  8. .body.media-body, .de-refmap {
  9. padding-left: 0px;
  10. position: relative;
  11. left: 15px;
  12. bottom: 2px;
  13. }
  14. form[name="post"], form table tr th {
  15. background: #192734 !important;
  16. border: 1px solid rgb(56, 68, 77);
  17. }
  18. div.post.reply, .de-pview, #settingsPopup {
  19. background: #192734 !important;
  20. border: 1px solid rgb(56, 68, 77) !important;
  21. color: #fdfdfd !important;
  22. padding-right: 2%;
  23. }
  24. .btn-default {
  25. background-color: #192734 !important;
  26. border: none;
  27. color: #ccc;
  28. }
  29. img.post-image, div.post.reply, video, .mejs-container {
  30. border-radius: 10px;
  31. margin-bottom: 2px;
  32. margin-right: 0px;
  33. border: 1px solid rgb(56, 68, 77);
  34. }
  35. .mejs-time-rail, {
  36. width: 158px !important;
  37. margin-right: 5px;
  38. }
  39. .mejs-container, video {
  40. margin: 5px 20px 2px 10px;
  41. }
  42. .mejs-mediaelement video {
  43. margin: 0px;
  44. margin-left: -1px;
  45. }
  46. .trip {
  47. color: #d5a51c !important;
  48. margin-left: 5px;
  49. }
  50. .name {
  51. color: #d5d5d5 !important;
  52. margin-left: 5px;
  53. }
  54. time, a.post_no {
  55. color: #7d7d7d !important;
  56. margin-left: 2px;
  57. font-size: 14px;
  58. }
  59. a.post_no {
  60. margin-left: 3px !important;
  61. }
  62. div.post.reply div.body a, a, p.intro span.subject {
  63. color: #c3672a !important;
  64. text-decoration: none !important;
  65. }
  66. p.intro {
  67. border-bottom: none;
  68. padding-bottom: 0px !important;
  69. }
  70. li {
  71. color: black !important;
  72. }
  73. .fileinfo, .file-info {
  74. padding: 0px;
  75. margin: 0px;
  76. }
  77. select, .tab-pane .checkbox input {
  78. color: black !important;
  79. }
  80. #navigation {
  81. position: absolute;
  82. top: 90%;
  83. background-color: rgb(22,32,42) !important;
  84. border: 1px solid rgb(20,30,40);
  85. }
  86. .file-info .unimportant {
  87. color: #d5d5d5 !important;
  88. margin-left: 0px;
  89. font: 8px tahoma;
  90. }
  91. .file-info {
  92. margin-left: 15px;
  93. }
  94. div.post.reply div.body {
  95. color: #ccc !important;
  96. }
  97. textarea, input {
  98. background: #192734 !important;
  99. color: #ccc !important;
  100. border: 1px solid rgb(56, 68, 77) !important;
  101. }
  102. .mejs-container .mejs-controls {
  103. border-radius: 10px;
  104. }
  105. .post.reply.row.de-reply.de-mypost-reply {
  106. border-left: 5px dotted #FFF !important;
  107. }
  108. #de-txt-panel > div {
  109. color: black!important;
  110. }
  111. .spoiler {
  112. background: black !important;
  113. color: black !important;
  114. }
  115. span.spoiler:hover {
  116. background: black !important;
  117. color: #ccc !important;
  118. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement