Advertisement
Guest User

Untitled

a guest
Aug 13th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.30 KB | None | 0 0
  1. //META{"name":"NieR_Automata","description":"Update is comming!</br> Based on <a href='https://github.com/0mniscient/Discord-Themes/tree/master/Themes' target='_blank'>Discord Reborn</a> by <a href='https://github.com/0mniscient' target='_blank'>@Omniscient</a> & <a href='https://github.com/cosmicsalad/Discord-Themes-and-Plugins/tree/master/themes/DarkMatter' target='_blank'>DarkMatter</a> by <a href='https://github.com/cosmicsalad' target='_blank'>@Hammock</a> <span style='position: absolute; bottom: 0; left: 0;'>Links: <b><a href='https://git.io/v6BHO' target='_blank'>Github</a></b> | <b><a href='https://discord.gg/FtYVPky' target='_blank'>Discord</a></b> | <b><a href='https://git.io/vXTqM' target='_blank'>Wiki</a></b></span> <span style='position: absolute; bottom: 0; right: 14px;'>By <b><a href='https://github.com/Wahrandz' target='_blank'>@AbdelBoulkelch</a></b></span>","author":"<a href='https://github.com/Wahrandz' target='_blank'>@AbdelBoulkelch</a>","version":""}*//{}
  2. / "NieR_Automata by @AbdelBoulkelch /
  3. / By AbdelBoulkelch , Ikaraz and thanks to Zerthox for this code /
  4.  
  5. / IMPORT CSS FROM GITHUB /
  6. @import url(https://gitcdn.xyz/repo/Zerthox/ClearVision/master/css/ClearVision_v5.min.css);
  7. /*
  8. ---------------------------------------------------------------------------------------------------------------------------------------------
  9. IMPORTANT: CHANGE BETWEEN DARK AND LIGHT VERSION IN APPEARANCE SETTINGS!
  10. ---------------------------------------------------------------------------------------------------------------------------------------------
  11. */
  12. /*
  13. ---------------------------------------------------------------------------------------------------------------------------------------------
  14. ================ IMPORTANT LINKS =================
  15. Github: https://github.com/Wahrandz
  16. Discord: https://git.io/vMnlu (Join this server !)
  17. Wiki: https://git.io/vXTqM (Where I create the code)
  18. Latest version: https://git.io/v6Muk (Theme by  Zerthox)
  19. Changelog: https://git.io/v6r5N (Look this from Zerthox)
  20. ---------------------------------------------------------------------------------------------------------------------------------------------
  21. */
  22. /*
  23. ---------------------------------------------------------------------------------------------------------------------------------------------
  24. ============== CUSTOMIZABLE COLORS ===============
  25. */
  26. :root {
  27. --main-color: #755679;
  28. --hover-color: #755679;
  29.    --background-blur: 0px;
  30.    --background-brightness: 100%;
  31. }
  32. /*
  33. --------------------------------------------------------------------------------------------------------------------------------------------
  34. */
  35. /*
  36. ---------------------------------------------------------------------------------------------------------------------------------------------
  37. ========= CUSTOMIZABLE BACKGROUND IMAGE ==========
  38. */
  39. body::after,
  40. .callout-backdrop,
  41. .user-popout::before,
  42. #user-profile-modal .header::before,
  43. #pubs-container::before,
  44. .auth-background,
  45. .auth-tiling-bg,
  46. .invite-modal .invite-splash,
  47. .radio-theme.light label,
  48. .radio-theme.dark label{
  49.    background-image: url(https://i.imgur.com/y4hugkI.jpg)!important; / IMPORTANT: Link must be HTTP! /
  50. }
  51. /*
  52. --------------------------------------------------------------------------------------------------------------------------------------------
  53. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement