Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.60 KB | None | 0 0
  1. FOR NEGRO
  2.  
  3. /* Background */
  4. .app {
  5. background-image: url(https://i.imgur.com/h0YyOD7.png);
  6. background-size: cover;
  7. }
  8.  
  9. /*Transparency*/
  10. #voice-connection,
  11. #friends,
  12. .friends-header,
  13. .friends-table,
  14. .guilds-wrapper,
  15. .guild-header header,
  16. .channels-wrap,
  17. .private-channels .search-bar,
  18. .private-channels,
  19. .guild-channels,
  20. .account,
  21. .friend-table-add-header,
  22. .chat,
  23. .content,
  24. .layers,
  25. .title-wrap:not(.search-bar),
  26. .messages-wrapper,
  27. .messages .divider span,
  28. .messages .divider:before,
  29. .content,
  30. .message-group-blocked,
  31. .is-local-bot-message,
  32. .channel-members-loading,
  33. .channel-members-loading .heading,
  34. .channel-members-loading .member,
  35. .typing {
  36. background: transparent !important;
  37. }
  38.  
  39. /*Guild area*/
  40. .guild-inner:hover,
  41. li.active .guild-inner {
  42. background-color: rgba(115,139,215,0.5) !important;
  43. }
  44.  
  45. .guilds-wrapper {
  46. width: 85px;
  47. }
  48.  
  49. .guilds {
  50. background: rgba(20,23,27,0.15);
  51. }
  52.  
  53. /*Selected guild & unread messages*/
  54. .guilds-wrapper .guilds .guild.unread:before {
  55. background-color: rgba(255,0,0,0.25);
  56. }
  57.  
  58. .guilds-wrapper .guilds .guild.selected:before {
  59. background-color: rgba(0,0,0,0.25);
  60. }
  61.  
  62. .guilds-wrapper .guilds .guild.selected:before,
  63. .guilds-wrapper .guilds .guild.unread:before {
  64. width: 77.5px;
  65. height: 55px;
  66. margin-top: -28px;
  67. margin-left: 7.5px;
  68. transition: background-color .25s cubic-bezier(0.4,0,1,1);
  69. }
  70.  
  71. /*Create new guild button*/
  72. .guilds-add {
  73. opacity: .420;
  74. }
  75.  
  76. /*Channel area*/
  77. .channel-notice {
  78. opacity: .95;
  79. }
  80.  
  81. .channel:not(.selected) {
  82. transition: background .3s ease-out;
  83. }
  84.  
  85. .channel:not(.selected):hover {
  86. transition: background .2s ease-in;
  87. background: rgba(235,232,218,0.05);
  88. }
  89.  
  90. .guild-channels .channel-text.selected:before,
  91. .guild-channels .channel-text.selected:hover:before,
  92. .guild-channels .channel-text:hover.channel-muted:before,
  93. .guild-channels .channel-text:hover:not(.unread):before,
  94. .private-channels .channel.selected:before,
  95. .private-channels .channel:hover:before {
  96. border-left: 5px solid purple;
  97. }
  98.  
  99. .private-channels .channel:hover:before {
  100. opacity: .25;
  101. }
  102.  
  103. .search-result,
  104. .tab-bar-item:hover {
  105. background: rgba(235,232,218,0.05) !important;
  106. }
  107.  
  108. .friends-row:hover,
  109. .search-result:hover,
  110. .btn-friends.selected,
  111. .search-result.selected,
  112. .channel.selected.private,
  113. div.channel.channel-text.selected {
  114. background: rgba(235,232,218,0.1) !important;
  115. }
  116.  
  117. /*Voice panel*/
  118. #voice-connection {
  119. border-top: none;
  120. }
  121.  
  122. /*Buttons*/
  123. #voice-connection .btn,
  124. .account .btn {
  125. border: none;
  126. border-bottom: solid 1px rgba(235,232,218,0.05);
  127. background-color: rgb(42, 42, 42) !important;
  128. opacity: .65;
  129. }
  130.  
  131. #voice-connection .btn-group,
  132. .account .btn-group {
  133. box-shadow: .75px 1.5px 1px #14171b;
  134. border: none;
  135. }
  136.  
  137. /*User settings*/
  138. .account .username {
  139. font-size: 15px;
  140. font-weight: bold;
  141. font-family: sans-serif;
  142. text-shadow: 1.35px .75px 1px black;
  143. }
  144.  
  145. .account {
  146. border-top: none;
  147. }
  148.  
  149. .status {
  150. border-color: rgba(0,0,0,0.33) !important;
  151. }
  152.  
  153. /*Popout menu*/
  154. .popout header,
  155. .slider-bar-fill {
  156. background-color: #06c;
  157. }
  158.  
  159. .user-popout .user-popout-options .btn {
  160. background-color: #06c;
  161. }
  162.  
  163. .user-popout .user-popout-options .btn:hover {
  164. background-color: #0080ff;
  165. }
  166.  
  167. .user-popout .username {
  168. font-size: 16px;
  169. }
  170.  
  171. /*Tooltips*/
  172. .tooltip {
  173. background:#06c;
  174. color: #fff;
  175. }
  176.  
  177. .tooltip.tooltip-right:after {
  178. border-right-color:#06c;
  179. }
  180.  
  181. .tooltip.tooltip-top:after {
  182. border-top-color:#06c;
  183. }
  184.  
  185. /*Friends*/
  186. .icon-friends {
  187. background-color: rgba(0,0,0,0.35) !important;
  188. }
  189.  
  190.  
  191. #friends .tab-bar-item {
  192. transition: background .2s ease-out;
  193. }
  194.  
  195. #friends .tab-bar-item:hover {
  196. transition: background .2s ease-in;
  197. background-color: rgba(0,0,0,0.25) !important;
  198. }
  199.  
  200. .friends-header {
  201. border-bottom-color: rgba(0,0,0,0.25) !important;
  202. }
  203.  
  204. /*Channel bar*/
  205. .flex-spacer .title-wrap {
  206. border-color: transparent !important;
  207. }
  208.  
  209. /*Chat area*/
  210. .chat .flex-spacer {
  211. background: rgba(255,255,255,0.05);
  212. border-top-left-radius: 23px;
  213. border-bottom-left-radius: 23px;
  214. }
  215.  
  216. .markup {
  217. backface-visibility: hidden;
  218. }
  219.  
  220. /*Unread messages*/
  221. .chat .new-messages-bar {
  222. background-color: rgba(204,97,61,0.9);
  223. }
  224.  
  225. .chat .new-messages-bar:hover {
  226. background-color: rgba(204,97,61,1);
  227. }
  228.  
  229. .chat .new-messages-bar button:last-child {
  230. color: rgba(255,255,255,0.5);
  231. }
  232.  
  233. /*Mention*/
  234. .markup .mention {
  235. background-color: rgba(255,255,255,.1) !important;
  236. color: #ddd;
  237. border-radius: 10%;
  238. }
  239.  
  240. .markup .mention:hover {
  241. background-color: rgba(255,255,255,.2) !important;
  242. color: #ddd;
  243. border-radius: 10%;
  244. }
  245.  
  246. /*URLs*/
  247. .message-group a span {
  248. color: #5af;
  249. text-shadow: 1px 1px 0 #001a33;
  250. }
  251.  
  252. /*Code blocks*/
  253. .chat .markup code {
  254. background: rgba(0,0,0,0.3) !important;
  255. }
  256.  
  257. .chat .markup pre {
  258. background: none !important;
  259. border: 1px solid rgba(0,0,0,0.5) !important;
  260. max-width: 75% !important;
  261. }
  262.  
  263. /*Embeds*/
  264. .message-group .embed {
  265. background-color: rgba(42,42,42,.3);
  266. }
  267.  
  268. .theme-dark .message-group .embed-wrapper .embed-color-pill {
  269. background-color: rgba(42,42,42,.66)
  270. }
  271.  
  272. /*Spoiler tags*/
  273. .chat .has-more button,
  274. .message-group-blocked-btn,
  275. .message-group-blocked.revealed {
  276. background-color: rgba(0,0,0,0.3) !important;
  277. }
  278.  
  279. .message-group-blocked,
  280. .message-group-blocked.revealed {
  281. border: none !important;
  282. }
  283.  
  284. /*Scrolling bar*/
  285. .scroller-wrap .scroller::-webkit-scrollbar-thumb,
  286. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  287. border: 3px solid rgba(255,255,255,0) !important;
  288. background-color: rgba(0,0,0,0.3) !important;
  289. }
  290.  
  291. /*Message area*/
  292. .channel-textarea .channel-textarea-inner {
  293. background: rgba(10,13,16,0.1);
  294. }
  295.  
  296. .is-local-bot-message {
  297. box-shadow: none !important;
  298. }
  299.  
  300. /*Settings panel*/
  301. .settings .settings-header {
  302. background: #1A1D20;
  303. }
  304.  
  305. .form .btn-primary {
  306. background-color: #1D6586;
  307. }
  308.  
  309. .form .btn-primary:hover {
  310. background-color: #25ACE8;
  311. }
  312.  
  313. .user-settings-modal a {
  314. color: #1D6586;
  315. }
  316.  
  317. .user-settings-modal a:hover {
  318. color: #25ACE8;
  319. }
  320.  
  321. /*Channel members*/
  322. .channel-members {
  323. background: rgba(20,23,27,0.25) !important;
  324. }
  325.  
  326. .channel-members .invite-btn {
  327. background: #06c;
  328. transition: background .3s ease-out;
  329. }
  330.  
  331. .channel-members .invite-btn:hover {
  332. background: #39f;
  333. transition: background .2s ease-in;
  334. }
  335.  
  336. .channel-members .member:hover,
  337. .channel-members .popout-open {
  338. background: rgba(255,255,255,0.07) !important;
  339. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement