Advertisement
Guest User

Source/Asriel BetterDiscord Code

a guest
May 23rd, 2017
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. //META{"name":"Glacial_Prison","description":"A cold and icy theme that fades like freshly fallen snow. Customizable: Colors, Profile Headers, Background & DM Images. </br> <i>Based on <a href='https://github.com/Zerthox/ClearVision/tree/master/themes' target='_new'>ClearVision</a> by <a href='https://github.com/Zerthox' target='_new'>@Zerthox</a> & <a href='https://github.com/denBot/Cyan-Firewatch' target='_new'>Cyan Firewatch</a> by <a href='https://github.com/denBot' target='_new'>@denBot</a></i> <span style='position: absolute; bottom: 0; left: 0;'>Sources: <b><a href='https://imgur.com/user/stefigraphics' target='_new'>Background</a></b> | <b><a href='https://p1-2004gsb.deviantart.com/' target='_new'>DM Image</a></b> | <b><a href='http://bulbapedia.bulbagarden.net/wiki/Location_preview' target='_new'>Profile Header</a></b></span> <span style='position: absolute; bottom: 0; right: 14px;'>By <b><a href='https://github.com/KaminariKillua' target='_new'>@Raiju</a></b></span>","author":"<a href='https://github.com/KaminariKillua' target='_new'>@Raiju</a>","version":"-latest"}*//{}
  2.  
  3. /* IMPORT CSS FROM GITHUB */
  4. @import url(https://rawgit.com/KaminariKillua/Themes/master/PrismPrison.css);
  5. /*
  6. ---------------------------------------------------------------------------------------------------------------------------------------------
  7. IMPORTANT: CHANGE DISCORDS THEME TO LIGHT THEME IN APPEARANCE SETTINGS FOR THIS THEME TO WORK!
  8. IMPORTANT: Links must be HTTPS!
  9. ---------------------------------------------------------------------------------------------------------------------------------------------
  10. */
  11. /* ============== CUSTOMIZABLE VARIABLES =============== */
  12. :root {
  13. --main-color: #2780e6;
  14. --hover-color: #1f66b8;
  15. --channel-color: #ccffff;
  16. --background-blur: 0px;
  17. --background-brightness: 100%;
  18. }
  19. /* ========= CUSTOMIZABLE BACKGROUND IMAGE ========== */
  20. body::after,
  21. .callout-backdrop,
  22. .user-popout::before,
  23. #user-profile-modal .header::before,
  24. #pubs-container::before,
  25. .auth-background,
  26. .auth-tiling-bg,
  27. .invite-modal .invite-splash,
  28. .radio-theme.light label,
  29. .radio-theme.dark label{
  30. background-image: url(https://media.giphy.com/media/OK5LK5zLFfdm/giphy.gif) !important; /* IMPORTANT: For best result, use wallpaper dimensions */
  31. }
  32. /* https://i.imgur.com/7SbtKvw.png */
  33. /* ========= CUSTOMIZABLE DM IMAGE========== */
  34. .guilds-wrapper .guilds .friends-icon::after {
  35. background-image: url(https://orig03.deviantart.net/6320/f/2008/017/5/d/fractal___ice_hex_animated_by_p1_2004gsb.gif) !important; /* IMPORTANT: For best result, use even dimensions */
  36. }
  37. /* ========= CUSTOMIZABLE PROFILE HEADERS========== */
  38. /*SMALL HEADER*/
  39. .theme-light .user-popout header.header {
  40. background: transparent !important;
  41. background-size: cover !important;
  42. background-image: url(https://puu.sh/sAO0x/fdecb6c24b.png) !important;
  43. }
  44. /*LARGE HEADER*/
  45. #user-profile-modal .header {
  46. background-image: url(https://puu.sh/sAO0x/fdecb6c24b.png) !important;
  47. }
  48. /*
  49. --------------------------------------------------------------------------------------------------------------------------------------------
  50. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement