K1DCudi

Kengle Farms dark theme Alt Ver.

Dec 6th, 2020 (edited)
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. html {
  2. background:#2d3238;
  3. }
  4. .p-pageWrapper .p-body-header, .p-breadcrumbs > li a, .tagItem, .p-pageWrapper .p-body-header .p-title-value, .p-sectionLinks, .pairs > dt, .block-tabHeader, .contentRow-minor, .block-container, .block--messages.block .message, .js-quickReply .message, .block--messages .block-row, .js-quickReply .block-row, .node-description, .node-extra-row, .structItem-cell.structItem-cell--latest a:not(:hover), .structItem-minor, .message-signature {
  5. color: #e1e1e1
  6. }
  7. a {
  8. color: #a65ea6
  9. }
  10. .node-body, .node--depth2:nth-child(2n) .node-body, .p-nav, .block-filterBar, .message-attachments, .avatar img {
  11. background:#2D2D2D;
  12. }
  13. .notice.notice--primary {
  14. background: #32393D
  15. }
  16. .notice li a, .notice.notice--primary {
  17. color: #A0AEB3
  18. }
  19. .notice li a strong {
  20. color: #BDBDBD
  21. }
  22. .block--messages.block .message, .block-container, .p-sectionLinks, .hb-rules, .js-quickReply.block .message, .bbTable>table>tbody>tr>td, .menu-content, .tooltip--member .tooltip-content {
  23. background: #383c42;
  24. border: 1px solid #464646;
  25. border-radius: 0px;
  26. }
  27. .block--messages .message.hb-react-threadHighlight {
  28. border-top: 2px solid #a65ea6;
  29. }
  30. .bbCodeBlock--code .bbCodeBlock-content {
  31. background: #383c42;
  32. border-top: none;
  33. border-left: none
  34. }
  35. .tooltip--member.tooltip--top .tooltip-arrow::after {
  36. border-top-color: #383c42
  37. }
  38. .p-nav-list .p-navEl.is-selected, .block-footer, .structItem:nth-child(2n), .structItem:nth-child(1n) {
  39. background: #383c42;
  40. border: 1px solid #464646;
  41. border-bottom: none
  42. }
  43.  
  44. .bbCodeBlock-title {
  45. background: #2D2D2D;
  46. border-bottom: 1px solid #4A545C
  47. }
  48.  
  49. .bbCodeBlock {
  50. background: #292C2E;
  51. border-color: #4A545C;
  52. border-left: 1px solid #4A545C
  53. }
  54.  
  55. .bbCodeBlock--spoiler {
  56. background: #2D2D2D;
  57. border-color: #464646
  58. }
  59. .memberHeader-main, .memberTooltip-header {
  60. background: #414141
  61. }
  62. .message-cell.message-cell--user {
  63. background: #383c42;
  64. border-right: none;
  65. overflow: hidden
  66. }
  67. .message-responseRow {
  68. background: #383c42;
  69. border: none
  70. }
  71. .pageNav-page, .pageNav-jump, a.button.button--link, .button.button--link, .structItem-pageJump a, .tagItem {
  72. background: #1C1E20;
  73. border: 1px solid #32393D
  74. }
  75. .pageNav-page.pageNav-page--current {
  76. background: #6BA65E;
  77. color: white;
  78. box-shadow: none
  79. }
  80. .bbCodeBlock-expandLink {
  81. background: linear-gradient(to bottom,rgba(41,44,46,0) 0%,rgb(41,44,46) 80%)
  82. }
  83.  
  84. .actionBar {
  85. padding: 0px 8px;
  86. }
  87.  
  88. .message-avatar-wrapper {
  89. margin: 0px !important;
  90. padding: 0px !important;
  91. border-top: 1px solid #464646
  92. }
  93. .message-userTitle {
  94. font-size: 11px;
  95. }
  96. .button, a.button {
  97. background-color: #464646;
  98. border: none;
  99. box-shadow: inset 0 -2px 0 rgba(0,0,0,.1)
  100. }
  101. .message-attribution, .actionBar .actionBar-action, .message-lastEdit {
  102. color: #9f9f9f;
  103. }
  104. .reactionsBar .reactionSummary > li, .reactionSummary > li {
  105. background: none
  106. }
Add Comment
Please, Sign In to add comment