Advertisement
Guest User

Untitled

a guest
Jul 27th, 2022
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. .de-link-parent { outline: none !important; }
  2. body { margin: auto; width: 1000px; }
  3. .de-post-counter { color: var(--theme_default_alttext); }
  4. .de-post-counter::before { content: "#", font: 11px; font-family: consolas; }
  5. .de-post-counter-deleted { color: red; }
  6. .thread__post {border-top: 1px solid #222}
  7. .de-post-counter-you {color: #29B832 }
  8. .de-mypost {
  9. box-shadow: 6px 0 2px -2px #29B832, -6px 0 2px -2px #29B832 !important;
  10. }
  11. .de-mypost-reply::before {
  12. border-left: 5px dotted #29B832 !important;
  13. }
  14. .spoiler {
  15. background-color: #222 !important;
  16. }
  17. .spoiler:hover {
  18. background-color: #000 !important;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement