Advertisement
KarachanStyler

Fioletowy Tommorow

Jul 5th, 2019
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.21 KB | None | 0 0
  1. body{
  2.     background-color:#0a0a0a !important;
  3. }
  4.  
  5. hr{
  6.  opacity:0.3 !important;  
  7.     height: 3px !important;
  8.     margin:15px;
  9. }
  10.  
  11. .op.post.opContainer.postContainer{
  12.     background-color:#111111 !important;
  13. }
  14.  
  15. .replyContainer{
  16.      margin-top:0.5%;  
  17. }
  18.  
  19. .reply{
  20.     border-radius:0 !important;
  21.     border-color: #050505 !important;
  22.     background-color:#0a0a0a !important;
  23.     border-left: 0.7px solid #63108c !important;
  24.    
  25.     -webkit-box-shadow: 0px 0px 34px -1px rgba(0,0,0,0.75);
  26. -moz-box-shadow: 0px 0px 34px -1px rgba(0,0,0,0.75);
  27. box-shadow: 0px 0px 34px -1px rgba(0,0,0,0.75);
  28. }
  29.  
  30. .thread{
  31.     border-left: 0.7px solid #35064c !important;
  32. }
  33.  
  34. .preview{
  35.     border-radius:0 !important;
  36.     border-color: #111111 !important;
  37.     background-color:#0a0a0a !important;
  38.     border-left: 0.7px solid #63108c !important;
  39. }
  40.  
  41. .backlink > hr{
  42. display:none !important;
  43. }
  44.  
  45. .sub-menu{
  46. background-color: black !important;
  47. }
  48.  
  49. ::-moz-selection { /* Code for Firefox */
  50.   background: #6c53d1;
  51. }
  52.  
  53. ::selection {
  54.   background: #6c53d1;
  55. }
  56.  
  57. .quote{
  58.  color:#6c53d1 !important;
  59. }
  60.  
  61. a{
  62.   color:#6c53d1 !important;  
  63. }
  64.  
  65. s{
  66.      background-color:#5a4a99 !important;
  67.     color:#e0e0e0 !important;
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement