Advertisement
Agn0s

Synch CSS

Apr 30th, 2021 (edited)
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. .de-btn-src, .intro .delete, hr {
  2. display:none;
  3. }
  4. body {
  5. background-color: rgb(21, 32, 43);
  6. color: #ccc;
  7. }
  8. .body.media-body, .de-refmap, .post.op .body, .post.op .intro, .post.op .omitted {
  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, .cb-menuitem {
  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: 2px;
  49. font-size: 15px;
  50. font-family: Tahoma;
  51. }
  52. .name {
  53. color: #d5d5d5 !important;
  54. margin-left: 5px;
  55. }
  56. time, a.post_no {
  57. color: #7d7d7d !important;
  58. margin-left: 2px;
  59. font-size: 14px;
  60. }
  61. a.post_no {
  62. margin-left: 3px !important;
  63. }
  64. div.post.reply div.body a, a {
  65. color: #c3672a !important;
  66. text-decoration: none !important;
  67. }
  68. p.intro {
  69. border-bottom: none;
  70. padding-bottom: 0px !important;
  71. }
  72. li {
  73. color: black !important;
  74. }
  75. .fileinfo, .file-info {
  76. padding: 0px;
  77. margin: 0px;
  78. }
  79. select, .tab-pane .checkbox input {
  80. color: black !important;
  81. }
  82. #navigation {
  83. position: absolute;
  84. top: 90%;
  85. background-color: rgb(22,32,42) !important;
  86. border: 1px solid rgb(20,30,40);
  87. }
  88. .file-info .unimportant {
  89. color: #d5d5d5 !important;
  90. margin-left: 0px;
  91. font: 8px tahoma;
  92. }
  93. .file-info {
  94. margin-left: 15px;
  95. }
  96. div.post.reply div.body {
  97. color: #ccc !important;
  98. }
  99. textarea, input {
  100. background: #192734 !important;
  101. color: #ccc !important;
  102. border: 1px solid rgb(56, 68, 77) !important;
  103. }
  104. .mejs-container .mejs-controls {
  105. border-radius: 10px;
  106. }
  107. .post.reply.row.de-reply.de-mypost-reply {
  108. border-left: 5px dotted #FFF !important;
  109. }
  110. #de-txt-panel > div {
  111. color: black!important;
  112. }
  113. .spoiler {
  114. background: black !important;
  115. color: black !important;
  116. }
  117. span.spoiler:hover {
  118. background: black !important;
  119. color: #ccc !important;
  120. }
  121. .de-runned header h1 {
  122. color: #c3672a;
  123. }
  124. .de-thr-buttons, .de-parea{
  125. margin: 15px 0px 15px 0px;
  126. }
  127. .pagination a {
  128. color: white !important;
  129. background-color: rgb(17,27,37) !important;
  130. border: 1px solid rgb(20,30,40) !important;
  131. }
  132. .post.op .intro a {
  133. font-family: 'Trebuchet MS',sans-serif;
  134. font-size: 13px;
  135. }
  136. .post.op .omitted {
  137. font-size: 12px;
  138. font-family: Tahoma;
  139. }
  140. #user_flag {
  141. background-color: rgb(22,32,42) !important;
  142. color: #ccc !important;
  143. border: 1px solid rgb(39,59,69);
  144. padding-left: 3px;
  145. }
  146. p.intro span.subject {
  147. color: #6995c5;
  148. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement