Advertisement
Guest User

Synch CSS dark

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