Advertisement
Guest User

x

a guest
Dec 6th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. //META{"name":"NotAnotherAnimeThemeDCSL","description":"Anime theme made by puckzxz#2080 and Quake#1470, make sure you're up to date at https://goo.gl/jfR9BS , Get support here https://discord.gg/FdZhbjY","author":"puckzxz#2080 & Quake#1470","version":"2.0"}*//{}
  2. @import url(https://8xs4qxklp8.execute-api.us-east-2.amazonaws.com/release/gorawgit?giturl=/puckzxz/NotAnotherAnimeTheme/master/css/scsl.css);
  3.  
  4. /* To make editing this theme easier I recommend using Notepad++ , you can download it for free here - https://notepad-plus-plus.org/download/ */
  5.  
  6.  
  7. /* Any images you use MUST end with .jpg or .png or any other image extension */
  8. /* This is NOT a valid link, https://imgur.com/a/ycjL2 */
  9. /* THIS IS A VALID LINK https://i.imgur.com/rCqnrQ7.jpg */
  10.  
  11. /* If you find an image I would STRONGLY recommend rehosting the image on imgur https://imgur.com/upload */
  12.  
  13.  
  14. :root {
  15. /* Edit this to change your background */
  16. --background-image: url(https://i.imgur.com/VvtGDLW.jpg); /* format is url(IMAGE URL HERE) */
  17. /* Edit this to change your friends icon picture, picture */
  18. --friends-icon: url(https://i.imgur.com/9kQzkqj.png); /* format is url(IMAGE URL HERE) */
  19. /* Edit this to change your friends icon picture, position */
  20. --friends-icon-position: center center; /* default: center center */
  21. /* Edit this to change your friends icon picture, zoom */
  22. --friends-icon-zoom: 120%; /* default: 100% */
  23. /* Change the main color */
  24. --main-color: rgb(67, 181, 129); /* default: rgb(67, 181, 129); */
  25. /* Chande global transparency */
  26. --main-transparency: rgba(0, 0, 0, 0.6); /* default: rgba(0, 0, 0, 0.8); */
  27.  
  28. /* Change the unread server animation. Replace it with "none" in order to remove any animations */
  29. --unread-server-animation: rainbow;
  30. /* Change background color when you hover members or friends */
  31. --hover-list-bg-color: rgba(255,255,255, .15); /* default: rgba(255,255,255, .15) */
  32. /* Change the tiny border lines color */
  33. --border-lines-color: hsla(0,0%,100%,.1); /* default: hsla(0,0%,100%,.1);*/
  34. /* Change the scroll bar color appearence */
  35. --scroll-bar-color: rgba(255,255,255, .15); /* default: rgba(255,255,255, .15);*/
  36.  
  37. /* Change chat messages font size, you can use any unit: px, em, rem, %, etc. */
  38. --font-size: 16px; /* default: 16px */
  39. /* Edit this to change the color of a selected text or voice join */
  40. --selected-text-voice-color: #f6f6f7; /* default: #f6f6f7 */
  41. /* Edit this to change the color when you hover over a text channel */
  42. --text-hover-color: #b9bbbe; /* default: #b9bbbe */
  43. /* Edit this to change the color when you hover over a voice channel */
  44. --voice-hover-color: #f6f6f7; /* default: #f6f6f7 */
  45. /* Edit this to change the color of an unread text channel color */
  46. --unread-text-color: #dcddde; /* default: #dcddde */
  47.  
  48. /* Write "transparent" in order to make the options sections with the same look as the theme */
  49. --options-transparency: transparent; /* default: #2f3136 */
  50. }
  51.  
  52. .message-group-blocked {
  53. visibility: hidden;
  54. display: none;
  55. }
  56. /* ADD CODE BELOW TO CUSTOMIZE THE THEME *
  57.  
  58. .message-group-blocked {
  59. display: none !important;
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement