Advertisement
paulolol

GradientVision Mod for ClearVision Discord Theme

Jan 3rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 26.71 KB | None | 0 0
  1. /* Changed :root : */
  2.  
  3. :root {
  4.     --main-color-start: #888888;
  5.     --main-color-end: #cccccc;
  6.     --hover-color-start: #aaaaaa;
  7.     --hover-color-end: #eeeeee;
  8.     --gradient-angle: -45deg;
  9.     --main-color: -webkit-linear-gradient(var(--gradient-angle), var(--main-color-start) 0%, var(--main-color-end) 100%);
  10.     --hover-color: -webkit-linear-gradient(var(--gradient-angle), var(--hover-color-start) 0%, var(--hover-color-end) 100%);
  11. }
  12.  
  13. /* Main Border-Color : */
  14.  
  15. .create-guild-container .join-server .link-container input,
  16. .need-help-button:hover,
  17. .radio-image .radio-inner span::after,
  18. .radio-image:hover span::after,
  19. ld-channels ul .channel-voice-states li.speaking .avatar-small,
  20. #unsupported-browser li:hover,
  21. #unsupported-browser li:hover .btn,
  22. .region-select-modal .region-select-modal-option:hover,
  23. .download-apps .platforms .platform.active,
  24. .user-popout .user-popout-options .btn,
  25. .instant-invite-popout hr,
  26. .instant-invites .instant-invites-header,
  27. .instant-invites .instant-invite-buttons .btn.btn-danger,
  28. .popout.popout-invert.popout-top header::before,
  29. .popout.popout-invert.popout-top-right header::before,
  30. .popout.popout-bottom header::before,
  31. .popout.popout-bottom-right header::before,
  32. .user-popout .user-popout-options .btn.btn-server,
  33. .user-popout .user-popout-options .btn.btn-server:hover,
  34. .member-roles .manipulate:hover,
  35. .slider-handle span,
  36. .user-popout .user-popout-options .btn:hover,
  37. .channels-wrap [class*="scroller-"] ul .channel-text:hover:not(.unread)::before,
  38. .channels-wrap [class*="scroller-"] ul .channel-text.selected::before,
  39. .form .control-group input[type=email]:focus,
  40. .form .control-group input[type=password]:focus,
  41. .form .control-group input[type=text]:focus,
  42. .form .control-group textarea:focus,
  43. .region-select:hover .region-select-inner,
  44. .region-select:hover button,
  45. .settings .settings-actions,
  46. .tab-bar.TOP .tab-bar-item.selected,
  47. #user-profile-modal .tab-bar.TOP .tab-bar-item.selected,
  48. .slider-handle,
  49. .radio .radio-inner,
  50. .message-group .edit-message .channel-textarea-inner,
  51. .guilds-wrapper .guilds-error,
  52. .emoji-picker .categories .item.selected,
  53. .popout.popout-right header::before,
  54. .bda-slist .bda-description,
  55. .channels-wrap [class*="scroller-"] .channel-text.selected::before,
  56. .channels-wrap [class*="scroller-"] .channel-text:hover.channel-muted::before,
  57. .channels-wrap [class*="scroller-"] .channel-text:hover:not(.unread)::before,
  58. .private-channels .channel.selected::before,
  59. #rtc-debug-modal #users-section .user-list li.selected::before,
  60. .user-settings-security .btn-ghost,
  61. .search-bar input:focus,
  62. .tab-bar.SIDE .tab-bar-item:hover:not(.selected)::before,
  63. .tab-bar.SIDE .tab-bar-item.selected::before,
  64. .guilds-wrapper .guilds-add:hover,
  65. .radio-theme input[type=radio]:checked~label,
  66. .guilds-wrapper .guilds .guild-placeholder,
  67. div.control-group .shortcut-recorder input[type=text]:focus,
  68. .channels-wrap [class*="scroller-"] .channel.sorting::after,
  69. #settings-roles .roles li.sorting::after,
  70. .clipboard-input-copied .clipboard-input-inner,
  71. .clipboard-input-tweeted .clipboard-input-inner,
  72. .clipboard-input-copied button:not(.tweet),
  73. .clipboard-input-tweeted button:not(.copy),
  74. .chat .title-wrap .title.channel-group-dm .channel-name.focus,
  75. .theme-dark .chat .title-wrap .title.channel-group-dm .channel-name.focus,
  76. .search.focused .search-bar,
  77. .search-results-wrap .search-header .tab.selected,
  78. .theme-dark .search-results-wrap .search-header .tab.selected,
  79. .user-popout .footer,
  80. #sendembeds input:focus,
  81. .channel-textarea-inner textarea:focus + .channel-textarea-emoji::after,
  82. .bda-slist > li > div:not(.bda-right):not([style]) input:focus,
  83. .bda-slist > li > div:not(.bda-right):not([style]) textarea:focus,
  84. .sp-replacer.sp-active,
  85. .sp-input:focus,
  86. .color-picker-popout input:focus,
  87. .guild-settings-modal-emoji .emoji-row .emoji-name:focus,
  88. .private-channel-call .speaking,
  89. .keybind-shortcut span,
  90. .add-friend-input-wrapper .add-friend-input:focus + .add-friend-hint::after,
  91. .ui-radiogroup [class*="card"][style*="rgb(114, 137, 218)"],
  92. .ui-text-input input.input:focus,
  93. .ui-text-input textarea.input:focus,
  94. .ui-slider .slider-grabber .bubble::before,
  95. .user-settings-games .game-name-input:focus,
  96. #user-profile-modal .avatar-profile,
  97. .quickswitcher .keybind-shortcut span,
  98. .channels-wrap [class*="scroller-"] [class*="UserOver"]::after,
  99. .channels-wrap [class*="scroller-"] [class*="Voice"] + div [class*="user"] [class*="avatar"]::after{
  100.   border-color: transparent !important;
  101.   -webkit-border-image: var(--main-color) !important;
  102. }
  103.  
  104. /* Main Color : */
  105.  
  106. .create-guild-container .join-server .sample-link,
  107. .chat>.content .messages .message-group a,
  108. .theme-dark .chat>.content .messages .message-group a,
  109. .need-help-button:hover,
  110. .need-help-button:hover .btn-help,
  111. .mentioned .mention:hover,
  112. .region-select-modal .region-select-modal-header,
  113. .change-log ul strong,
  114. .download-apps .footer a,
  115. .download-apps .header,
  116. .user-settings-modal a:hover,
  117. .user-settings-modal .voice-settings .reset-voice-settings,
  118. .chat .welcome-message h1,
  119. .instant-invite-popout a,
  120. .chat .welcome-message a,
  121. .theme-dark .chat .welcome-message a,
  122. #permissions .permissions-helpdesk,
  123. .avatar-uploader a,
  124. #autocomplete-popout .empty h4,
  125. .guild-settings-modal-members .guild-settings-modal-members-footer a,
  126. .chat .title-wrap .topic a,
  127. .theme-dark .chat .title-wrap .topic a,
  128. .download-apps .platforms .platform.active p,
  129. .form header,
  130. .region-select button,
  131. .create-guild-container h5,
  132. .create-guild-container .action.create .action-header,
  133. .user-settings-modal a,
  134. .tab-bar.TOP .tab-bar-item.selected,
  135. #user-profile-modal .tab-bar.TOP .tab-bar-item.selected,
  136. .channel-members h2,
  137. .channel-members .member .member-game strong,
  138. .user-settings-modal-account .discord-tag,
  139. .chat .has-more button,
  140. .modal-new-user h5,
  141. .tutorial-popout .button-area .skip-tips a,
  142. .emoji-picker .category,
  143. .form .control-group label a,
  144. .private-channels .channel .channel-game strong,
  145. .channel-members .member .member-activity strong,
  146. .private-channels .channel .channel-activity strong,
  147. .bda-slist .bda-name, .markdown-modal a,
  148. .protip .label,
  149. .activity strong,
  150. .guilds-wrapper .guilds-add:hover,
  151. .guilds-wrapper .guilds .guild-placeholder,
  152. .user-settings-modal-connections .user-settings-modal-accounts-list .connect-container .count,
  153. .channels-wrap [class*="scroller-"] .channel.sorting::after,
  154. #settings-roles .roles li.sorting::after,
  155. .alert.form .form-inner h4,
  156. .ebr-themes .name,
  157. .ebr-plugins .name,
  158. .server-official, #rtc-connection .btn-group .btn-info,
  159. .message-group a,
  160. .theme-dark .message-group a,
  161. .message-group .embed a.embed-title,
  162. .theme-dark .message-group .embed a.embed-title,
  163. .guild-settings-modal-integrations .guild-settings-modal-integrations-body.no-integrations p a,
  164. .protip .tip a,
  165. .guild-settings-modal-security .control-group .help-text a,
  166. .message-group .comment .attachment .upload > .filename,
  167. .now-playing-add .link,
  168. .chat > .content .messages .message-group a, .theme-dark .chat>.content .messages .message-group a code.inline,
  169. .emoji-picker .premium-promo .premium-promo-title,
  170. .emoji-picker .premium-promo .btn,
  171. .search-results-wrap .search-header .tab.selected,
  172. .theme-dark .search-results-wrap .search-header .tab.selected,
  173. .copybutton:active,
  174. #sendembeds h1,
  175. .message-group .embed .embed-author-name,
  176. .theme-dark .message-group .embed .embed-author-name,
  177. .sp-container .sp-cancel, .sp-container .sp-cancel:hover,
  178. .form .control-group .help-text a,
  179. .avatar-uploader .remove-button,
  180. .channels-wrap [class*="scroller-"] [class*="Text"][class*="content"][class*="Selected"] [class*="iconSpacing"] [class*="wrapper"],
  181. #instant-invite-modal .form-header header,
  182. #instant-invite-modal .clipboard-input-inner input,
  183. .ui-guild-nsfw .title,
  184. #friends .friends-header .tab-bar .tab-bar-item.selected .badge,
  185. .premium-settings .premium-header .premium-free-months,
  186. .premium-settings.v1 .premium-features .premium-feature .ui-form-text.style-default,
  187. .premium-payment-modal .premium-payment-form .premium-payment-title,
  188. .ui-tab-bar-header,
  189. .ui-tab-bar.SIDE .ui-tab-bar-item.brand,
  190. [class*="card"] a,
  191. .premium-feature .ui-form-text.style-default,
  192. .app a:not(.avatar-small), .connecting a,
  193. .ui-audit-log-change-details .prefix.ui-flex.type-create,
  194. #user-profile-modal footer button,
  195. #user-profile-modal .guilds .section .connected-accounts .connected-account .connected-account-name-inner .connected-account-name a,
  196. .invite-modal .invite-title
  197. {
  198.   background: var(--main-color) !important;
  199.   -webkit-background-clip: text !important;
  200.   -webkit-text-fill-color: transparent !important;
  201. }
  202.  
  203. /* Background-color : */
  204.  
  205. .need-help-modal .header,
  206. .download-apps .platforms .platform.active .download-button,
  207. .change-log .changelog-fixed,
  208. .modal-new-user .steps-wrap .steps li.on,
  209. .modal-new-user .steps-wrap .steps li.on+.divider,
  210. .modal-new-user .steps-wrap .steps li.on::before,
  211. .chat .new-messages-bar:hover,
  212. ld-channels ul .channel-voice-states li.speaking .avatar-small,
  213. #unsupported-browser li:hover .btn,
  214. .mention:hover,.popout header,
  215. .user-popout .user-popout-options .btn,
  216. .channel-members .invite-btn,
  217. #settings-roles .roles li.selected::before,
  218. .user-popout .user-popout-options .btn.btn-server,
  219. .sensitivity .slider .slider-bar-auto.speaking,
  220. .spinner-wandering-cubes .spinner-item,
  221. .region-select:hover button,.form .btn-primary,
  222. #bd-ps-body table tr:nth-child(odd):hover,
  223. #bd-ps-body table tr:hover,
  224. #friends .btn,
  225. .friends-table .messages .message-group .comment .markup .mention:hover,
  226. .messages-wrapper .messages .message-group .comment .markup .mention:hover,
  227. .theme-dark .friends-table .messages .message-group .comment .markup .mention:hover,
  228. .theme-dark .messages-wrapper .messages .message-group .comment .markup .mention:hover,
  229. .guilds-wrapper .guilds-error:hover,
  230. .server-info button,
  231. .form .control-group .Select-option.is-selected.is-focused,
  232. #friends .friends-header .tab-bar .tab-bar-item.selected,
  233. .button,
  234. #bd-customcss-detach-container #bd-customcss-detach-controls-buttons button,
  235. button.win-close:hover,
  236. button.win-maximize:hover,
  237. button.win-minimize:hover,
  238. .channels-wrap [class*="scroller-"] ul .channel-voice .channel-arrow:hover,
  239. .guilds-wrapper .guilds .friends-online:hover,
  240. div#bd-pub-button:hover,
  241. .guilds .friends-icon:hover,
  242. #friends .friends-header .tab-bar .tab-bar-item.selected,
  243. .user-settings-modal-keybinds .user-settings-modal-keybinds-header .btn-add-keybind,
  244. .bda-dark #pubs-header button,
  245. #pubs-header button,
  246. .bda-dark .server-info button,
  247. .server-info button,
  248. .badge, [class*="iconSpacing"] [class*="wrapper"],
  249. .bda-dark #bda-qem button.active,
  250. #bda-qem button.activ,
  251. .bda-dark .emoji-picker .scroller .emoji-item.selected,
  252. .emoji-picker .scroller .emoji-item.selected,
  253. .diversity-selector .popout .item:hover,
  254. .chat .title-wrap .topic .mention:hover,
  255. #friends .friends-header .tab-bar .tab-bar-item .badge,
  256. .slider-handle,
  257. .guilds-wrapper .guilds-add:hover::before,
  258. .guilds-wrapper .guilds-add:hover::after,
  259. .chat .jump-to-present-bar:hover,
  260. .change-log .changelog-added,
  261. .change-log .changelog-added-secondary,
  262. .change-log .changelog-improved,
  263. .create-guild-container .action.join .btn,
  264. #rmenu:hover,
  265. .private-channels .channel .icon-friends,
  266. .private-channels .channel .avatar-small[style='background-image: url("/assets/6cd008c0ba16db365710e0d9c95dbeed.svg");'],
  267. .header-toolbar .toolbar-badge,
  268. .chat .divider.divider-red > span::before,
  269. .chat .new-messages-bar::before,
  270. #overlay-explanation,
  271. .change-nickname-warning,
  272. .channel-textarea-guard button,
  273. .install-button,
  274. .view-source-button,
  275. .update-button,
  276. .clipboard-input-copied button:not(.tweet),
  277. .clipboard-input-tweeted button:not(.copy),
  278. .search-popout .option.selected,
  279. .react-datepicker .react-datepicker__day.react-datepicker__day--selected:hover,
  280. .react-datepicker .react-datepicker__day:hover,
  281. .react-datepicker .react-datepicker__day.react-datepicker__day--today::after,
  282. .search-popout .date-picker .date-picker-hint .hint-value,
  283. .message-reactions-modal .message-reactions-list-inner .reaction.selected:hover,
  284. .tooltip,
  285. .tooltip.tooltip-error,
  286. .messages-popout-wrap .messages-popout .message-group .action-buttons .jump-button:hover,
  287. .search-results-wrap .action-buttons .jump-button:hover,
  288. .form .btn.green,
  289. .form .btn-clear,
  290. .color-picker .swatches .swatch.selected::after,
  291. .new-messages-indicator.new-messages-indicator-mention,
  292. .guild-settings-modal .emoji-row .btn.btn-danger,
  293. .guild-settings-modal .member-buttons .btn.btn-danger,
  294. .channels-wrap [class*="scroller-"] [class*="Text"][class*="content"][class*="Selected"],
  295. .channels-wrap [class*="scroller-"] [class*="DragBefore"]::before,
  296. .private-channels .channel.selected a,
  297. .chat .private-channel-call .status,
  298. .ui-call-avatar.voice .ui-call-avatar-status,
  299. .ui-quick-select-popout-option:hover,
  300. .popout-menu .popout-menu-item.invite:hover,
  301. .channel-notices .channel-notice .message .btn,
  302. .progress .progress-bar,
  303. .upload-modal .footer .button-primary,
  304. .bd-blue #instant-invite-modal .copy,
  305. .bd-blue #oauth2-authorize .scope-bot .avatar-large,
  306. .bd-blue #overlay-wrapper .overlay .guild-panel .guild-panel-header,
  307. .bd-blue #settings-roles .roles li.selected::before, .bd-blue #unsupported-browser li:hover .btn,
  308. .bd-blue #user-profile-modal .btn,
  309. .bd-blue #user-profile-modal .guilds .avatar-large,
  310. .bd-blue .avatar-uploader-inner,
  311. .bd-blue .btn-filled, .bd-blue .button,
  312. .bd-blue .change-log .changelog-button .cta,
  313. .bd-blue .change-log .changelog-fixed,
  314. .bd-blue .channel-members .invite-btn,
  315. .bd-blue .channel-textarea-guard button,
  316. .bd-blue .chat .new-messages-bar:hover,
  317. .bd-blue .checkbox .checkbox-inner input[type=checkbox]:checked + span,
  318. .bd-blue .detected-platform-accounts-modal .btn-group .btn-primary,
  319. .bd-blue .download-apps .platforms .platform.active .download-button,
  320. .bd-blue .emoji-picker .premium-promo .btn,
  321. .bd-blue .channels-wrap [class*="scroller-"] .channel-text.unread:not(.selected):not(.channel-muted).selected::before,
  322. .bd-blue .channels-wrap [class*="scroller-"] .channel-voice-states li.speaking .avatar-small,
  323. .bd-blue .invite-banner,
  324. .bd-blue .invite-header .invite-guild-icon,
  325. .bd-blue .invite-mobile .link.purple,
  326. .bd-blue .invite-mobile .top,
  327. .bd-blue .invite-modal .avatar-xxxlarge,
  328. .bd-blue .mention:hover,
  329. .bd-blue .modal-new-user .steps-wrap .steps li.active,
  330. .bd-blue .modal-new-user .steps-wrap .steps li.on::before,
  331. .bd-blue .need-help-modal .header,
  332. .bd-blue .overlay-user-popout .user-popout-options .btn,
  333. .bd-blue .premium-payment-modal,
  334. .bd-blue .premium-payment-modal .premium-payment-button .spinner .spinner-item,
  335. .bd-blue .private-channel-recipients-invite .footer button,
  336. .bd-blue .private-channel-recipients-invite .footer button:disabled:hover,
  337. .bd-blue .progress .progress-bar,
  338. .bd-blue .react-datepicker .react-datepicker__day.react-datepicker__day--today::after,
  339. .bd-blue .react-datepicker .react-datepicker__day:hover,
  340. .bd-blue .region-select-flag, .bd-blue .region-select:hover button,
  341. .bd-blue .search-popout .date-picker .date-picker-hint .hint-value,
  342. .bd-blue .spinner-chasing-dots .ui-spinner-item,
  343. .bd-blue .spinner-wandering-cubes .ui-spinner-item,
  344. .bd-blue .tooltip, .bd-blue .ui-button.brand .ui-spinner-item,
  345. .bd-blue [class*="buttonBrandFilled"], .bd-blue [class*="buttonBrandFilled"]:disabled,
  346. .bd-blue .ui-button.brand.outlined:active,
  347. .bd-blue .ui-scroller-wrap .scrollbar .thumb::after,
  348. .bd-blue .upload-modal,
  349. .bd-blue .verify-connected-account .btn,
  350. .ui-guild-nsfw .action-button.dark-red,
  351. #friends .friends-table .friends-row .friends-column-actions .friends-action.friends-action-green,
  352. #friends .friends-header .tab-bar .tab-bar-item.tab-bar-item-primary.selected,
  353. .theme-dark #friends .friends-header .tab-bar .tab-bar-item.tab-bar-item-primary.selected,
  354. #friends .friends-table .friends-row .friends-column-actions .friends-action,
  355. .theme-dark #friends .friends-table .friends-row .friends-column-actions .friends-action,
  356. .detected-platform-accounts-modal .btn-group .btn-primary,
  357. .input-switch input:checked+.input-switch-slider,
  358. .user-settings-modal-security .btn-ghost,
  359. .ui-button.green.filled,
  360. .private-channel-recipients-invite .footer button,
  361. .private-channel-recipients-invite .error-state.not-friends .btn,
  362. .checkbox .checkbox-inner input[type=checkbox]:checked + span,
  363. .ui-select .Select-option.is-selected.is-focused,
  364. .ui-standard-sidebar-view .bda-slist .bda-right button,
  365. .ui-standard-sidebar-view #bd-customcss-attach-controls button,
  366. .bd-detached-css-editor #bd-customcss-attach-controls button,
  367. .ui-standard-sidebar-view #editor-detached button,
  368. .ui-standard-sidebar-view .sidebar-region .sidebar-region-scroller [class*="item"][class*="selected-"],
  369. #bd-settings-sidebar .ui-tab-bar-item.selected,
  370. #user-profile-modal .btn,
  371. .quickswitcher-container .quickswitcher .scroller-wrap .scroller::-webkit-scrollbar-thumb,
  372. .quickswitcher .result.selected,
  373. .invite-modal .button,
  374. .theme-light .channels-wrap [class*="scroller-"] .channel-text.selected,
  375. .channels-wrap [class*="scroller-"] .channel-text.selected,
  376. .chat > .content:first-child .scroller-wrap::-webkit-scrollbar-thumb,
  377. .theme-dark .chat > .content:first-child .scroller-wrap::-webkit-scrollbar-thumb,
  378. .scroller-wrap .scroller::-webkit-scrollbar-thumb,
  379. .search-results-wrap .scroller-wrap .scroller::-webkit-scrollbar-thumb,
  380. .theme-dark .search-results-wrap .scroller-wrap .scroller::-webkit-scrollbar-thumb,
  381. ::-webkit-scrollbar-thumb,
  382. .bda-dark .emoji-picker .scroller::-webkit-scrollbar-thumb,
  383. .emoji-picker .scroller::-webkit-scrollbar-thumb,
  384. .bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-thumb,
  385. .bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-thumb,
  386. .bda-dark #pubs-container .scroller::-webkit-scrollbar-thumb,
  387. .bda-dark .emoji-picker .scroller::-webkit-scrollbar-thumb,
  388. #bda-qem-favourite-container .scroller::-webkit-scrollbar-thumb,
  389. #bda-qem-twitch-container .scroller::-webkit-scrollbar-thumb,
  390. #pubs-container .scroller::-webkit-scrollbar-thumb,
  391. .emoji-picker .scroller::-webkit-scrollbar-thumb{
  392.     background-color: transparent !important;
  393.     background-image: var(--main-color) !important;
  394. }
  395.  
  396. /* Hover Border-Color : */
  397. .download-apps .platforms .platform,
  398. .instant-invites .instant-invite-buttons .btn.btn-danger:hover,
  399. .user-settings-modal .account-warning,
  400. .guild-settings-modal-members .member-buttons .btn.btn-danger,
  401. .private-channels .search-result.selected::before,
  402. .private-channels .search-result:hover::before,
  403. #rtc-debug-modal #users-section .user-list li:not(.selected):hover::before,
  404. .channels-wrap [class*="scroller-"] .channel-text.unread:not(.selected):not(.channel-muted):hover::before,
  405. .user-settings-security .btn-ghost:hover{
  406.   border-color: transparent !important;
  407.   -webkit-border-image: var(--main-color) !important;
  408. }
  409.  
  410. /* Hover Color : */
  411. .change-log .header,
  412. .download-apps .footer,
  413. .user-settings-modal .voice-settings .reset-voice-settings:hover,
  414. .instant-invite-popout a:hover,
  415. .clipboard-input-inner input{
  416.   background: var(--hover-color) !important;
  417.   -webkit-background-clip: text !important;
  418.   -webkit-text-fill-color: transparent !important;
  419. }
  420.  
  421. /* Hover Background-color : */
  422. .user-popout .user-popout-options .btn:hover,
  423. .channel-members .invite-btn:hover,
  424. #settings-roles .roles li:not(.selected):hover::before,
  425. .user-popout .user-popout-options .btn.btn-server:hover,
  426. .member-roles .manipulate:hover,
  427. .chat .new-messages-bar:hover,
  428. .form .btn-primary:hover,
  429. .create-guild-container .action:hover.create .btn,
  430. #friends .btn:hover,
  431. .private-channels .channel.selected .icon-friends,
  432. .add-friend-popout .btn:disabled,
  433. .server-info button:hover,
  434. .form .control-group .Select-option.is-selected,
  435. .button:hover,
  436. .user-settings-modal-keybinds .user-settings-modal-keybinds-header .btn-add-keybind:hover,
  437. .bda-dark #pubs-header button:hover,
  438. #pubs-header button:hover,
  439. .bda-dark .server-info button:hover,
  440. .server-info button:hove,
  441. .download-apps .platforms .platform .download-button,
  442. .change-log .changelog-in-progress,
  443. .create-guild-container .action:hover.join .btn,
  444. .channel-textarea-guard button:hover,
  445. .install-button:hover,
  446. .view-source-button:hover,
  447. .update-button:hover,
  448. .search-popout .date-picker .date-picker-hint .hint-value:hover,
  449. .message-reactions-modal .message-reactions-list-inner .reaction.selected,
  450. .member-roles .member-role.member-role-add.popout-open,
  451. .form .btn.green:hover,
  452. .form .btn-clear:hover,
  453. .guild-settings-modal .emoji-row .btn.btn-danger:hover,
  454. .guild-settings-modal .member-buttons .btn.btn-danger:hover,
  455. .popout-menu .popout-menu-item.invite,
  456. .channel-notices .channel-notice .message .btn:hover,
  457. .upload-modal .footer .button-primary:hover,
  458. .ui-guild-nsfw .action-button.dark-red:hover,
  459. #friends .friends-table .friends-row .friends-column-actions .friends-action.friends-action-green:hover,
  460. #friends .friends-table .friends-row .friends-column-actions .friends-action.friends-action-remove:hover,
  461. #friends .friends-table .friends-row .friends-column-actions .friends-action:hover,
  462. .theme-dark #friends .friends-table .friends-row .friends-column-actions .friends-action:hover,
  463. .detected-platform-accounts-modal .btn-group .btn-primary:hover:not(:disabled),
  464. .user-settings-modal-security .btn-ghost:hover,
  465. .ui-button.green.filled:hover,
  466. .private-channel-recipients-invite .footer button:hover,
  467. .private-channel-recipients-invite .error-state.not-friends .btn:hover,
  468. .ui-select .Select-option.is-selected,
  469. .ui-standard-sidebar-view .bda-slist .bda-right button:hover,
  470. .ui-standard-sidebar-view #bd-customcss-attach-controls button:hover,
  471. .bd-detached-css-editor #bd-customcss-attach-controls button:hover,
  472. .ui-standard-sidebar-view #editor-detached button:hover,
  473. [layer-id="user-settings"] .ui-standard-sidebar-view .sidebar-region .sidebar-region-scroller .sidebar [class*="item"][class*="Brand"]:not([class*="selected-"]):hover,
  474. .scroller-wrap .scroller::-webkit-scrollbar-thumb:active,
  475. .search-results-wrap .scroller-wrap .scroller::-webkit-scrollbar-thumb:active,
  476. .theme-dark .search-results-wrap .scroller-wrap .scroller::-webkit-scrollbar-thumb:active,
  477. ::-webkit-scrollbar-thumb:active,
  478. .bda-dark .emoji-picker .scroller::-webkit-scrollbar-thumb:active,
  479. .emoji-picker .scroller::-webkit-scrollbar-thumb:active,
  480. .bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-thumb:active,
  481. .bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-thumb:active,
  482. .bda-dark #pubs-container .scroller::-webkit-scrollbar-thumb:active,
  483. .bda-dark .emoji-picker .scroller::-webkit-scrollbar-thumb:active,
  484. #bda-qem-favourite-container .scroller::-webkit-scrollbar-thumb:active,
  485. #bda-qem-twitch-container .scroller::-webkit-scrollbar-thumb:active,
  486. #pubs-container .scroller::-webkit-scrollbar-thumb:active,
  487. .emoji-picker .scroller::-webkit-scrollbar-thumb:active,
  488. #user-profile-modal .btn:hover,
  489. .quickswitcher-container .quickswitcher .scroller-wrap .scroller::-webkit-scrollbar-thumb:active,
  490. .invite-modal .button:hover{
  491.     background-color: transparent !important;
  492.     background-image: var(--hover-color) !important;
  493. }
  494.  
  495. /* Unchanged Misc : */
  496. .download-apps .platforms .platform.active{
  497.   -webkit-filter: drop-shadow(0 0 3px var(--main-color-start));
  498.    filter: drop-shadow(0 0 3px var(--main-color-start));
  499.    -webkit-animation: pulsate-drop-shadow 1s infinite alternate;
  500.    animation: pulsate-drop-shadow 1s infinite alternate;
  501. }
  502. @-webkit-keyframes pulsate-drop-shadow {
  503.     from {
  504.         -webkit-filter: drop-shadow(0 0 3px var(--main-color-start));
  505.         filter: drop-shadow(0 0 3px var(--main-color-start));
  506.     }
  507.     to {
  508.         -webkit-filter: drop-shadow(0 0 3px transparent);
  509.         filter: drop-shadow(0 0 3px transparent);
  510.     }
  511. }
  512. @keyframes pulsate-drop-shadow {
  513.     from {
  514.         -webkit-filter: drop-shadow(0 0 3px var(--main-color-start));
  515.         filter: drop-shadow(0 0 3px var(--main-color-start));
  516.     }
  517.     to {
  518.         -webkit-filter: drop-shadow(0 0 3px transparent);
  519.         filter: drop-shadow(0 0 3px transparent);
  520.     }
  521. }
  522. line {
  523.     stroke: var(--main-color-start) !important;
  524.     stroke-dasharray: 5, 3 !important;
  525. }
  526. @-webkit-keyframes shortcut-recorder-pulse {
  527.     0% {
  528.         -webkit-box-shadow: 0 0 0 0 var(--main-color);
  529.         box-shadow: 0 0 0 0 var(--main-color);
  530.     }
  531.     70% {
  532.         -webkit-box-shadow: 0 0 10px 10px transparent;
  533.         box-shadow: 0 0 10px 10px transparent;
  534.     }
  535.     to {
  536.         -webkit-box-shadow: 0 0 0 0 transparent;
  537.         box-shadow: 0 0 0 0 transparent;
  538.     }
  539. }
  540. @keyframes shortcut-recorder-pulse {
  541.     0% {
  542.         -webkit-box-shadow: 0 0 0 0 var(--main-color-start);
  543.         box-shadow: 0 0 0 0 var(--main-color-start);
  544.     }
  545.     70% {
  546.         -webkit-box-shadow: 0 0 10px 10px transparent;
  547.         box-shadow: 0 0 10px 10px transparent;
  548.     }
  549.     to {
  550.         -webkit-box-shadow: 0 0 0 0 transparent;
  551.         box-shadow: 0 0 0 0 transparent;
  552.     }
  553. }
  554. #theme-search:focus,
  555. #plugin-search:focus {
  556.     outline-color: var(--main-color-start);
  557. }
  558. .server-official {
  559.     text-shadow: 0 0 4px var(--main-color-start);
  560. }
  561. .channel-textarea-inner textarea:focus + .channel-textarea-emoji::after {
  562.     -webkit-box-shadow: 0 0 3px var(--main-color-start);
  563.     box-shadow: 0 0 3px var(--main-color-start);
  564. }
  565. .private-channel-call .speaking{
  566.     -webkit-box-shadow: 0 0 0 3px var(--main-color-start), inset 0 0 5px rgba(0, 0, 0, .5) !important;
  567.     box-shadow: 0 0 0 3px var(--main-color-start), inset 0 0 5px rgba(0, 0, 0, .5) !important;
  568. }
  569. .ui-text-input textarea.input:focus{
  570.     box-shadow: 0 0 3px var(--main-color-start);
  571. }
  572. .user-settings-voice .input-sensitivity-toggle.manual .slider-bar-fill {
  573.     background: var(--main-color) !important;
  574.     background: var(--main-color) !important;
  575. }
  576. @-webkit-keyframes friend-request-pulse {
  577.     0% {
  578.         -webkit-box-shadow: 0 0 0 0 var(--main-color-start);
  579.         box-shadow: 0 0 0 0 var(--main-color-start);
  580.     }
  581.     70% {
  582.         -webkit-box-shadow: 0 0 10px 10px transparent;
  583.         box-shadow: 0 0 10px 10px transparent;
  584.     }
  585.     to {
  586.         -webkit-box-shadow: 0 0 0 0 transparent;
  587.         box-shadow: 0 0 0 0 transparent;
  588.     }
  589. }
  590. @keyframes friend-request-pulse {
  591.     0% {
  592.         -webkit-box-shadow: 0 0 0 0 var(--main-color-start);
  593.         box-shadow: 0 0 0 0 var(--main-color-start);
  594.     }
  595.     70% {
  596.         -webkit-box-shadow: 0 0 10px 10px transparent;
  597.         box-shadow: 0 0 10px 10px transparent;
  598.     }
  599.     to {
  600.         -webkit-box-shadow: 0 0 0 0 transparent;
  601.         box-shadow: 0 0 0 0 transparent;
  602.     }
  603. }
  604. .ui-slider .slider-grabber .bubble{
  605.     background-color: var(--main-color-start) !important;
  606. }
  607.  
  608. .keybind-shortcut span {
  609.     -webkit-box-shadow: inset 0 -4px 0 var(--hover-color-start);
  610.     box-shadow: inset 0 -4px 0 var(--hover-color-start);
  611. }
  612. .quickswitcher .keybind-shortcut span {
  613.     -webkit-box-shadow: inset 0 -4px 0 var(--hover-color-start);
  614.     box-shadow: inset 0 -4px 0 var(--hover-color-start);
  615. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement