Advertisement
Guest User

Coco custom glass WRD theme

a guest
Nov 23rd, 2020
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.69 KB | None | 0 0
  1. body:not(.mce-content-body) {
  2.     background-image: url('https://cdn.discordapp.com/attachments/697081431989551178/772917525344157726/Element2.png');
  3. }
  4.  
  5. .notif.message,
  6. body:not(.mce-content-body) {
  7.     color: #f8f8f8;
  8. }
  9.  
  10. #navigationbar {
  11.     background: none;
  12. }
  13.  
  14. .forumcontainer h2 {
  15.     border-bottom: 1px solid #9cd7ff7d;
  16. }
  17.  
  18. .theme1 {
  19.     color: inherit;
  20.     background-color: #2525255c;
  21.     border: 1px solid #81818140;
  22. }
  23.  
  24. .theme2 {
  25.     border-color: #81818140;
  26.     color: inherit;
  27.     background-color: #2a2a2a4f;
  28. }
  29.  
  30. #medias {
  31.     color: inherit;
  32.     background-color: #2525255c;
  33.     border: 1px solid #81818140;
  34. }
  35.  
  36. .navItems li a,
  37. .navItems li {
  38.     opacity: 1;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement