Advertisement
Guest User

2ch Dracula Original

a guest
Oct 20th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.33 KB | None | 0 0
  1. html, body {background-color: #1e1f29; color: #ffffff;}
  2.    
  3. .adminbar__menu {text-align: center !important;}
  4. .adminbar__menu a {padding-left: 5px;}
  5.    
  6. .postscontainer {background-color: #282a36; border: none;}
  7. .hdescription {color: #fff;}
  8. .hboardlist .column .boardsubj {color: #fff;}
  9.  
  10. .logo {color: #f1fa8c;}
  11. .logo img {display: none;}
  12.    
  13. .search {border: none;}
  14.    
  15. .fm__header {background: #282a36; border: none;}
  16. .fm__header:hover {background: #282a36; border: none;}
  17.  
  18. .ophui {color: #50fa7b; font-weight: bold;}
  19.  
  20. input[type="text"], input[type="password"], textarea {border: none; border-radius: 4px;}
  21.  
  22. .mselect {background: #282a36; border: none;}
  23.  
  24. .reply {background: #282a36; border: none; text-align: left; margin-top: 10px; border-radius: 0px; padding: 15px;}
  25.  
  26. a:hover {color: #fff !important;}
  27. a, a:link, a:visited, a-link-emulator {color: #e572b7; text-decoration: none;}
  28.  
  29. .header a.mainlogo {color: #ff7000;}
  30.  
  31. .spoiler {background: #6272a4; color:#6272a4;}
  32.  
  33. .unkfunc {color: #50fa7b;}
  34.  
  35. body.replypage .reply .reflink::before {color: #50fa7b !important;}
  36.  
  37. .reply-label {color: #50fa7b;}
  38.  
  39. .orange {color: #f1fa8c;}
  40.  
  41. .bb {background-color: #282a36; border: none;}
  42.  
  43. hr {width: 100%; margin-top: 15px; margin-bottom: 15px; border-color: #282a36;}
  44.  
  45. .up-nav-arrow, .down-nav-arrow {display: none !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement