Advertisement
JasonHacks

KIUT KIJNG

Apr 16th, 2019
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.53 KB | None | 0 0
  1. //META{"name":"Featured Artist - 이소연 - Variation 2","description":"이소연 Variation 2. Part of the featured artist collection. <br>- Please use the support server listed below if you need any help.","author":"Satoru","version":"1.0","website":"http://discord.gg/fjvwb95"}*//{}
  2.  
  3. @import url('https://satoru8.github.io/FullTransparency/FullTransparency.css'); /* Main theme, do not touch. */
  4.  
  5. /* Addons start here. If you dont like an addon, remove the import */
  6. @import url('https://satoru8.github.io/Addons/FullScreenStatusPicker/fullScreenStatusPicker.css');
  7. @import url('https://satoru8.github.io/Addons/FullScreenServerSettingsMenu/fullScreenServerSettingsMenu.css');
  8. @import url('https://satoru8.github.io/Addons/CodeBlock/CodeBlocks.css');
  9. @import url('https://satoru8.github.io/FullSizePfp/FullSizePfp.css');
  10. @import url('https://satoru8.github.io/Addons/GlowStatus.css');
  11. @import url('https://satoru8.github.io/Addons/FriendsList.css');
  12. @import url('https://satoru8.github.io/Addons/Library.css');
  13.  
  14. /*
  15. User Customizable Theme Settings.
  16.  
  17. There is a lot of settings.
  18. I suggest you take your time to review them all.
  19.  
  20. */
  21. :root {
  22.  
  23. --brightness: rgba(0, 0, 0, 0.75) ; /* Main theme brightness / background colour */
  24. --bgLayer: rgba(0, 0, 0, 0.55) ; /* Adds a layer for use with wallpapers. Adjust the 4th number(alpha) for brightness. 1 = black, 0 = transparent */
  25. --settings: rgb(0, 0, 0) ; /* Settings menu transparency */
  26.  
  27. --bgBlur: 0px; /* Optional blur effect for secondary wallpaper. */
  28. --bgOpacity:0.6; /* Opacity on the secondary wallpaper. */
  29.  
  30. --accent: rgb(0, 216, 255) ; /* Main theme accent colours */
  31. --gSelect:0px 3px rgb(0, 24, 144); /* Currently selected guild colour. 5px 2px Default */
  32. --unread: rgb(0, 255, 82) ; /* Unread messages colour */
  33. --sb: rgba(179, 173, 162, 0.4) ; /* Scrollbars. */
  34.  
  35. --round: 10%; /* 0% Square, 50% Circle Pfps/Guilds*/
  36.  
  37. --font: Whitney,Helvetica Neue,Helvetica,Arial,sans-serif ; /* Discord default font - Whitney,Helvetica Neue,Helvetica,Arial,sans-serif */
  38. --fontsize: .92em;
  39. --textcolor: #fff; /* Chat text colour */
  40.  
  41. --profileradius: 5px; /* User popout profiles. 0 is normal squared edges. Up to 50px for rounded profiles. */
  42. --rolesRadius: 6px; /* Roles roundness */
  43. --color: #fff; /* PFP Name colour */
  44.  
  45. --w2: 75% ; /* Settings width */
  46. --h2: 85% ; /* Settings height */
  47.  
  48. /* CodeBlocks */
  49. --cbBG: rgba(0, 0, 0, 0.5); /* Main background colour */
  50. --mainColour:rgba(0, 0, 0, 0.5); /* Main line colour */
  51. --slColour: rgb(0, 0, 0); /* Secondary line colour */
  52.  
  53. /* GlowStatus */
  54. --sglow: 0px 2px; /* Blur/Thickness Default: 5px 2px */
  55.  
  56. --online: #00ff8b; /* Status Colours */
  57. --offline: #747f8d;
  58. --idle: #faa61a;
  59. --stream: #593695;
  60. --dnd: #f04747;
  61. --invis: #1a36fa;
  62.  
  63. /* Uri's FullScreen Status */
  64. --sPickerOnlineBGColour: #43b581;
  65. --sPickerIdleBGColour: #faa61a;
  66. --sPickerDNDBGColour: #f04747;
  67. --sPickerInviBGColour: #1a36fa;
  68.  
  69. --sPickerOnlineBGIcon: url('https://satoru8.github.io/Addons/FullScreenStatusPicker/Assets/online.svg');
  70. --sPickerIdleBGIcon: url('https://satoru8.github.io/Addons/FullScreenStatusPicker/Assets/idle.svg');
  71. --sPickerDNDBGIcon:url('https://satoru8.github.io/Addons/FullScreenStatusPicker/Assets/dnd.svg');
  72. --sPickerInviBGIcon: url('https://satoru8.github.io/Addons/FullScreenStatusPicker/Assets/invis.svg');
  73.  
  74. /* Uri's ServerSettings Menu*/
  75. --ssColourInvite: #7289da;
  76. --ssColourServerSettings: #046d94;
  77. --ssColourCreateChannel: #daa520;
  78. --ssColourCreateCategory: #751e5f;
  79. --ssColourNotification: #157563;
  80. --ssColourPrivacy: #497388;
  81. --ssColourNickname: #714484;
  82. --ssColourHidden: #cc6699;
  83. --ssColourLeave: #f04747;
  84.  
  85. --ssIconInvite: url('https://satoru8.github.io/Addons/FullScreenServerSettingsMenu/Assets/online.svg');
  86. --ssIconServerSettings: url('https://satoru8.github.io/Addons/FullScreenServerSettingsMenu/Assets/setting.svg');
  87. --ssIconCreateChannel: url('https://satoru8.github.io/Addons/FullScreenServerSettingsMenu/Assets/channel.svg');
  88. --ssIconCreateCategory: url('https://satoru8.github.io/Addons/FullScreenServerSettingsMenu/Assets/category.svg');
  89. --ssIconNotification: url('https://satoru8.github.io/Addons/FullScreenServerSettingsMenu/Assets/notif.svg');
  90. --ssIconPrivacy: url('https://satoru8.github.io/Addons/FullScreenServerSettingsMenu/Assets/privacy.svg');
  91. --ssIconNickname: url('https://satoru8.github.io/Addons/FullScreenServerSettingsMenu/Assets/nickname.svg');
  92. --ssIconHiddenIsHidden: url('https://satoru8.github.io/Addons/FullScreenServerSettingsMenu/Assets/hidden.svg');
  93. --ssIconHiddenIsShown: url('https://satoru8.github.io/Addons/FullScreenServerSettingsMenu/Assets/shown.svg');
  94. --ssIconLeave: url('https://satoru8.github.io/Addons/FullScreenServerSettingsMenu/Assets/leave.svg');
  95. }
  96.  
  97. /* Main wallpaper. */
  98. #app-mount {background-image: url('https://raw.githubusercontent.com/satoru8/FeaturedArtists/master/lsy/Assets/lsy4.jpg'); background-position: center;background-size: cover;background-repeat: no-repeat}
  99.  
  100. /* Optional secondary wallpaper. For use with opacity setting. */
  101. #app-mount::before {background-image: url(''); background-position: center;background-size: cover;background-repeat: no-repeat}
  102.  
  103. /* Custom CSS */
  104. :root {
  105. --cbBg3:rgba(0, 0, 0, 0.3) ; /* Bubble background / transparency */
  106. --cb3Border:0px 0px #000; /* Set bubble glow or border here. None by default. Glow 4px 0px / Border 0px 1px */
  107. --cb3Round:15px; /* Bubble roundness */
  108. }
  109. #app-mount .chat-3bRxxu .containerCozy-jafyvG {background: var(--cbBg3);box-shadow: 0 0 var(--cb3Border);margin: 10px;border-radius:var(--cb3Round)}
  110. #app-mount .chat-3bRxxu .containerCozy-jafyvG:hover {background: rgba(0, 0, 0, 0.5)}
  111. :root {
  112. --size1: 60px; /* Avatar Size */
  113. --round1: var(--round); /* Avatar roundness 50% Circle. */
  114. --margin1: -15px; /* Margin left/right */
  115. --margin2: 0px; /* Margin top/bottom */
  116. --compact: 10px; /* Default 5px, Non-compact 15px. This makes the chat msgs a bit more compact by default. */
  117. }#app-mount .chat-3bRxxu .containerCozy-jafyvG .avatar-17mtNa .image-33JSyf.large-3ChYtB {
  118. background-size: var(--size1) var(--size1);
  119. height: var(--size1);width: var(--size1);
  120. border-radius:var(--round1);-webkit-mask:none
  121. }
  122. #app-mount .chat-3bRxxu .headerCozy-2N9HOL {height: 15px}
  123. #app-mount .chat-3bRxxu .headerCozyMeta-rdohGq {left:-10px;position:relative}
  124. #app-mount .chat-3bRxxu .containerCozy-jafyvG {padding: 15px 0}
  125. #app-mount .chat-3bRxxu .contentCozy-3XX413 {margin-left: calc(30px + var(--size1))}
  126. #app-mount .chat-3bRxxu .container-1YxwTf {min-height: var(--size1);box-sizing: content-box}
  127. #app-mount .chat-3bRxxu .containerCompact-3V0ioj {min-height:initial}
  128. #app-mount .chat-3bRxxu .container-1YxwTf .divider-32i8lo {position:absolute;bottom:15px;width:100%}
  129. #app-mount .chat-3bRxxu .container-1YxwTf .wrapper-2F3Zv8{left:var(--margin1);top:var(--margin2);width: calc(var(--size1));height: var(--size1)}
  130. #app-mount .chat-3bRxxu .messagesWrapper-3lZDfY .containerCozyBounded-1rKFAn {padding: var(--compact)}
  131.  
  132.  
  133. #app-mount .layer-3QrUeG:nth-child(2)::before {
  134. content:'';
  135. background-image: url('https://raw.githubusercontent.com/satoru8/FeaturedArtists/master/lsy/Assets/lsy8.jpg')!important;
  136. background-position: center !important;width:100%;height:102%;opacity:.5;
  137. background-repeat: no-repeat !important;display: block !important;border-radius:6px;
  138. background-size: cover !important;z-index:1;top:-22px;position:relative
  139. }
  140. #app-mount .userPopout-3XzG_A {
  141. background-color:transparent;
  142. background-image: url('https://raw.githubusercontent.com/satoru8/FeaturedArtists/master/lsy/Assets/lsy3.jpg');
  143. background-position: bottom;
  144. background-repeat:no-repeat;
  145. background-size: contain;
  146.  
  147. }
  148. #app-mount .userPopout-3XzG_A .headerNormal-T_seeN, #app-mount .userPopout-3XzG_A .headerPlaying-j0WQBV, #app-mount .userPopout-3XzG_A .headerSpotify-zpWxgT,
  149. #app-mount .userPopout-3XzG_A .headerStreaming-2FjmGz, #app-mount .userPopout-3XzG_A .body-3iLsc4, #app-mount .userPopout-3XzG_A .footer-1fjuF6 {background-color:#0000009c}
  150.  
  151.  
  152. #app-mount .homeIcon-tEMBK1 g{display:none}
  153. #app-mount svg.homeIcon-tEMBK1{background: url('https://raw.githubusercontent.com/satoru8/FeaturedArtists/master/lsy/Assets/lsy5.jpg') no-repeat center/cover}
  154.  
  155. #app-mount .wrapper-1Rf91z .container-2td-dC.selected-nT-gM3.unread-2OHH1w::before,
  156. #app-mount .wrapper-1Rf91z .scroller-2TZvBN .container-2td-dC.unread-2OHH1w:before {
  157. box-shadow:0 0 0 2px var(--unread)
  158. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement