Advertisement
Remainings

Untitled

Apr 25th, 2018
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.32 KB | None | 0 0
  1. /*Fonts*/
  2. @import url(https://rawgit.com/Waterin/Fonts/1.0/Fonts.css);
  3. * {
  4. font-family: var(--main-font) !important;
  5. }
  6. /* Created by Waterin#6451
  7. Helped by:
  8.  
  9. XGN|NFLD99#0001 <@187615613944856576> (Wrote and fixed some of the animations for me)
  10. */
  11. /****************************************************************
  12. ******************************Others****************************
  13. ****************************************************************/
  14. /*General Animations*/
  15. div {
  16. transition: all var(--on-off-transitionsdiv) ease;
  17. }
  18. /*Rainbow Animation*/
  19. [style*="avatars/288053351579648000"].avatar-large+.comment h2 strong {
  20. text-shadow: 0 0 6px #ff0000 !important;
  21. animation: rainbow var(--on-off-time-rainbow) linear infinite;
  22. }
  23. @keyframes rainbow { /* If you have Lag Problems with the theme then delete the "@" in the beggining of this line*/
  24. 0%{text-shadow: 0 0 6px #ff0000, 0 0 6px #ff0000, 0 0 5px #ff0000, 0 0 4px #ff0000;}
  25. 20%{text-shadow: 0 0 6px orange, 0 0 6px orange, 0 0 5px orange, 0 0 4px orange;}
  26. 40%{text-shadow: 0 0 6px yellow, 0 0 6px yellow, 0 0 5px yellow, 0 0 4px yellow;}
  27. 60%{text-shadow: 0 0 6px #00ff00, 0 0 6px #00ff00, 0 0 5px #00ff00, 0 0 4px #00ff00;}
  28. 80%{text-shadow: 0 0 6px #0000ff, 0 0 6px #0000ff, 0 0 5px #0000ff, 0 0 4px #0000ff;}
  29. 90%{text-shadow: 0 0 6px #ff0000, 0 0 6px #ff0000, 0 0 5px #ff0000, 0 0 4px #ff0000;}
  30. 100%{text-shadow: 0 0 6px #ff0000, 0 0 6px #ff0000, 0 0 5px #ff0000, 0 0 4px #ff0000;}
  31. }
  32. /****************************************************************
  33. **************************Background****************************
  34. ****************************************************************/
  35. .app {
  36. background-image: var(--main-bg);
  37. background-position: 0px -80px;
  38. background-size: cover;
  39. background-repeat: no-repeat;
  40. }
  41. .layers-20RVFW, .layer-kosS71, .container-2OU7Cz, .typing-3eiiL_ {
  42. background: transparent !important;
  43. }
  44. /* optionally adjust background brightness (0: original image, 1: black) */
  45. .layers-20RVFW {
  46. background: rgba(0,0,0,var(--bg-brightness)) !important;
  47. }
  48. /*Layer Transparency*/
  49. .noChannel-2EQ0a9 {
  50. background-color: transparent !important;
  51. }
  52. .channels-3g2vYe {
  53. background-color: rgba(0,0,0,0) !important;
  54. }
  55. .title-qAcLxz {
  56. background-color: rgba(0,0,0,0.60) !important;
  57. }
  58. .container-RYiLUQ {
  59. background-color: transparent !important;
  60. }
  61. .container-2OU7Cz {
  62. background-color: transparent !important;
  63. }
  64. .guilds-wrapper {
  65. background-color: transparent !important;
  66. }
  67. .chat form .typing {
  68. background-color: transparent !important;
  69. }
  70. .chat form {
  71. background-color: transparent !important;
  72. }
  73. .chat>.content {
  74. background-color: transparent !important;
  75. }
  76. .chat {
  77. background-color: transparent !important;
  78. }
  79. .chat .messages {
  80. background-color: transparent !important;
  81. }
  82. .friends-table, .theme-dark .messages-wrapper {
  83. background-color: transparent !important;
  84. }
  85. .members-1bid1J {
  86. background-color: transparent !important;
  87. }
  88. #friends {
  89. background-color: transparent !important;
  90. }
  91. .headerBar-cxbhPD {
  92. background-color: transparent !important;
  93. }
  94. .ui-standard-sidebar-view {
  95. background-color: transparent !important;
  96. }
  97. .theme-dark .ui-standard-sidebar-view .content-region,
  98. .theme-dark .ui-standard-sidebar-view .sidebar-region {
  99. background: rgba(0,0,0,0.4);
  100. }
  101. /*Discord Top Bar*/
  102. .appMount-14L89u {
  103. background: black !important;
  104. }
  105. /*Ignited Discord Logo*/
  106. .wordmark-2L03Wr {
  107. left: 46px;
  108. }
  109. .wordmark-2L03Wr:before {
  110. content: 'IGNITED' !important;
  111. position: inherit;
  112. font-size: 11.2px;
  113. font-weight: bolder;
  114. color: rgba(255,255,255,1);
  115. font-family: GUGI;
  116. display: block;
  117. left: -42px;
  118. top: 7px;
  119. letter-spacing: 0.07em;
  120. }
  121. .wordmark-2L03Wr:after {
  122. content: 'Version: Alpha 0.0.1';
  123. position: relative;
  124. font-size: 10px;
  125. font-weight: bolder;
  126. color: rgba(170,0,0,1);
  127. font-family: Uni Sans Heavy CAPS;
  128. display: block;
  129. top: -8px;
  130. left: 56px;
  131. }
  132. /****************************************************************
  133. *************************Plugin Support*************************
  134. ****************************************************************/
  135.  
  136. /****************************************************************
  137. *************************Server's List*************************
  138. ****************************************************************/
  139. /*Friend's Icon*/
  140. .guilds-wrapper .guilds .friends-icon {
  141. background-image: var(--on-off-flames) !important;
  142. background-size: 50px 50px;
  143. background-position: center;
  144. transition: all var(--on-off-transitions) ease !important;
  145. }
  146. .guilds-wrapper .guilds .friends-icon:hover {
  147. background-size: 40px 40px;
  148. transition: all var(--on-off-transitions) ease !important;
  149. }
  150. .bd-blue *[style*="background-color: rgb(114, 137, 218)"]{
  151. background-color: transparent !important;
  152. }
  153. /*Server's Icon*/
  154. .guild-inner {
  155. border-radius: 0px 10px 0px 10px!important;
  156. background: linear-gradient(to top, transparent 40%, darkgray);
  157. opacity: 0.9 !important;
  158. transition: all var(--on-off-transitions) ease-in-out !important;
  159. }
  160. .guild-inner:hover{
  161. border-radius: 50px!important;
  162. transition: all var(--on-off-transitions) ease-in-out !important;
  163. }
  164. /*Guild Add Button*/
  165. .guilds-wrapper .guilds-add {
  166. background: linear-gradient(to top, black 40%, gray);
  167. transition: all var(--on-off-transitions) ease-in-out;
  168. }
  169. .guilds-wrapper .guilds-add:hover{
  170. border-radius: 50px !important;
  171. border-color: transparent;
  172. background: linear-gradient(to top, darkred, red, orange, yellow);
  173. }
  174. /*Unread Badge*/
  175. .guilds-wrapper .guilds .guild.unread:before {
  176. background: darkred;
  177. }
  178. /*Unread Pulse*/
  179. .guilds-wrapper .guilds .guild.unread:after {
  180. content: '';
  181. position: relative;
  182. display: block;
  183. background: transparent !important;
  184. opacity: 1;
  185. width: 50px;
  186. height: 50px;
  187. left: 0px;
  188. top: -50px;
  189. border-radius: 0px 10px 0px 10px;
  190. pointer-events: none;
  191. animation: pulseunread var(--on-off-unread-pulse) linear infinite;
  192. transition: all var(--on-off-transitions) ease-in-out !important;
  193. }
  194. .guilds-wrapper .guilds .guild.unread:hover:after {
  195. border-radius: 50px;
  196. }
  197. /*Unread Pulse Animation*/
  198. keyframes pulseunread { /* If you have Lag Problems with the theme then delete the "@" in the beggining of this line*/
  199. 0%{box-shadow: 0px 0px 1px rgba(0,0,0,0);}
  200. 12%{box-shadow: 0px 0px 5px rgba(255,255,0,0.3);}
  201. 24%{box-shadow: 0px 0px 10px rgba(255,170,0,0.6);}
  202. 36%{box-shadow: 0px 0px 15px rgba(255,100,0,1);}
  203. 50%{box-shadow: 0px 0px 20px rgba(255,0,0,1);}
  204. 64%{box-shadow: 0px 0px 15px rgba(255,100,0,1);}
  205. 76%{box-shadow: 0px 0px 10px rgba(255,170,0,0.6);}
  206. 88%{box-shadow: 0px 0px 5px rgba(255,255,0,0.3);}
  207. 100%{box-shadow: 0px 0px 1px rgba(0,0,0,0);}
  208. }
  209. /*Mention/DmMessage Counter*/
  210. .badge {
  211. background-color: rgba(255,90,0,1);
  212. }
  213. /****************************************************************
  214. ************************Channel's List**************************
  215. ****************************************************************/
  216. /*Mention Unread Counter*/
  217. .wrapper-2xO9RX {
  218. background-color: rgba(255,90,0,1);
  219. animation: pulseunreadmention var(--on-off-unread-pulse) linear infinite;
  220. }
  221. keyframes pulseunreadmention { /* If you have Lag Problems with the theme then delete the "@" in the beggining of this line*/
  222. 0%{box-shadow: 0px 0px 0px rgba(0,0,0,0);}
  223. 12%{box-shadow: 0px 0px 1px rgba(255,255,0,1);}
  224. 24%{box-shadow: 0px 0px 5px rgba(255,170,0,1);}
  225. 36%{box-shadow: 0px 0px 10px rgba(255,100,0,1);}
  226. 50%{box-shadow: 0px 0px 15px rgba(255,0,0,1);}
  227. 64%{box-shadow: 0px 0px 10px rgba(255,100,0,1);}
  228. 76%{box-shadow: 0px 0px 5px rgba(253,170,0,1);}
  229. 88%{box-shadow: 0px 0px 1px rgba(255,255,0,1);}
  230. 100%{box-shadow: 0px 0px 0px rgba(0,0,0,0);}
  231. }
  232. /*Unread Badge*/
  233. .unread-23Kvxk {
  234. background-color: darkred;
  235. }
  236. .unread-23Kvxk:after {
  237. content: '';
  238. position: relative;
  239. display: block;
  240. background: transparent;
  241. border-radius: 3px;
  242. width: 227px;
  243. height: 32px;
  244. margin-left: 8px;
  245. margin-top: -12px;
  246. animation: pulseunreadchannel var(--on-off-unreadchannel-pulse) linear infinite;
  247. }
  248. keyframes pulseunreadchannel { /* If you have Lag Problems with the theme then delete the "@" in the beggining of this line*/
  249. 0%{border-left:0px solid rgba(0,0,0,0);}
  250. 12%{border-left: 1px solid rgba(255,0,0,0.25);}
  251. 24%{border-left: 2px solid rgba(255,0,0,0.50);}
  252. 36%{border-left: 3px solid rgba(255,0,0,0.75);}
  253. 50%{border-left: 4px solid rgba(255,0,0,1);}
  254. 64%{border-left: 3px solid rgba(255,0,0,0.75);}
  255. 76%{border-left: 2px solid rgba(255,0,0,0.50);}
  256. 88%{border-left: 1px solid rgba(255,0,0,0.25);}
  257. 100%{border-left: 0px solid rgba(0,0,0,0);}
  258. }
  259. /*Channel Selected*/
  260. .contentSelectedText-3j5CXt {
  261. background: linear-gradient(to right, transparent, rgba(0,0,0,0), rgba(150,0,0,0.5) 60%);
  262. color: red !important;
  263. }
  264. /*Channel Hovered*/
  265. .contentHoveredText-2HYGIY, .contentHoveredVoice-3qGNKh:active, .contentSelectedVoice-gTtYM9:active {
  266. background: linear-gradient(to right, transparent, rgba(0,0,0,0), rgba(150,0,0,0.5));
  267. color: red !important;
  268. }
  269. /*Categories*/
  270. .iconHovered-3PRzOR, .iconHoveredCollapsed-jNYgOD, .nameHovered-1YFSWq, .nameHoveredCollapsed-2c-EHI {
  271. color: red;
  272. }
  273. /****************************************************************
  274. ***********************Message's Section************************
  275. ****************************************************************/
  276. /*Chat Box*/
  277. .message-group {
  278. padding: 20px 0px 20px 4px;
  279. margin-left: 12px;
  280. border-bottom: 1px solid rgba(120,0,0,0.4) !important;
  281. }
  282. /*Color Text messages*/
  283. .markup:not(code) , .message-group {
  284. mix-blend-mode: normal !important;
  285. color: hsla(0, 5%, 0%, 0.14) !important;
  286. background-image: linear-gradient(to right, hsl(0, 100%, 50%) 0%, hsl(60, 100%, 50%) 17%, hsl(120, 100%, 50%) 33%, hsl(180, 100%, 50%) 50%, hsl(240, 100%, 50%) 67%, hsl(300, 100%, 50%) 83%, hsl(0, 100%, 50%) 100%);
  287. -webkit-background-clip: text;
  288. }
  289. /*Mention*/
  290. .theme-dark .message-group .mentioned .message-text {
  291. background: rgba(255,0,0,0.1);
  292. }
  293. .message-group .mentioned .message-text:after {
  294. background: rgba(255,0,0,0.5);
  295. border-left-color: rgba(255,0,0,1);
  296. }
  297. /*Profile Image*/
  298. .message-group .avatar-large {
  299. z-index:1;
  300. width: 55px;
  301. height: 55px;
  302. background-size: cover;
  303. }
  304. /*Spacing between Message and edit Message*/
  305. .message-group .edit-message .edit-container-outer {
  306. padding-top: 15px;
  307. }
  308. /*Role Image background*/
  309. .message-group .user-name {
  310. position: relative;
  311. }
  312. .message-group .user-name::before{
  313. content: '';
  314. display: inline-block;
  315. position: absolute;
  316. left: -75px;
  317. top: -1px;
  318. width: 55px;
  319. height: 55px;
  320. background: transparent;
  321. border-radius: 0px 10px 0px 10px;
  322. animation: pulse-45J42t var(--profile-pulse-speed) linear infinite;
  323. pointer-events: none;
  324. transition: all var(--on-off-transitions) ease !important;
  325. }
  326. keyframes pulse-45J42t { /* If you have Lag Problems with the theme then delete the "@" in the beggining of this line*/
  327. 0%{box-shadow: 0px 0px 0px rgba(0,0,0,0);}
  328. 50%{box-shadow: 0px 0px 7px currentColor;}
  329. 100%{box-shadow: 0px 0px 0px rgba(0,0,0,0);}
  330. }
  331. /*Theme Creator Badge*/
  332. [style*="avatars/288053351579648000"]~.comment .user-name::before {
  333. top: -7px;
  334. }
  335. [style*="avatars/288053351579648000"]~.comment .user-name::after {
  336. content: '';
  337. display: inline-block;
  338. position: relative;
  339. left: 4px;
  340. top: 2px;
  341. width: 19px;
  342. height: 19px;
  343. border-radius: 50px;
  344. background-image: url(https://imgur.com/FwFFiDt.png);
  345. background-position: center;
  346. background-size: 15px 15px;
  347. background-repeat: no-repeat;
  348. opacity: 1;
  349. animation: rainbow1 60s linear infinite;
  350. }
  351. [style*="avatars/288053351579648000"]~.comment .user-name:hover:after {
  352. content: 'Theme Dev';
  353. color: rgba(255,255,255,1);
  354. width: 84px;
  355. height: 15px;
  356. font-size: 12px;
  357. text-align: center;
  358. bottom: 3px;
  359. background-image: none;
  360. border-radius: 0px;
  361. }
  362. @keyframes rainbow1 { /* If you have Lag Problems with the theme then delete the "@" in the beggining of this line*/
  363. 0%{background-color: #ff0000; opacity: 0.5;}
  364. 20%{background-color: orange; opacity: 0.5;}
  365. 40%{background-color: yellow; opacity: 0.5;}
  366. 60%{background-color: #00ff00; opacity: 0.5;}
  367. 80%{background-color: #0000ff; opacity: 0.5;}
  368. 90%{background-color: #ff0000; opacity: 0.5;}
  369. 100%{background-color: #ff0000; opacity: 0.5;}
  370. }
  371. /*Hide Blocked Messages*/
  372. .message-group-blocked {
  373. display: none!important;
  374. }
  375. /*Text Box*/
  376. .inner-3if5cm {
  377. min-height: ;
  378. margin-top: -20px;
  379. margin-left: -21px;
  380. margin-right: -21px;
  381. margin-bottom: -30px;
  382. border-radius: 0px;
  383. }
  384. /*Typing...*/
  385. .typing-3eiiL_ span,
  386. .spinner-item {
  387. color: red !important;
  388. }
  389. /*Attach Button*/
  390. .attachButtonPlus-2l1NEU {
  391. margin-top: -10px !important;
  392. }
  393. /*Bot Tag*/
  394. .botTagRegular-288-ZL {
  395. background: darkorange;
  396. }
  397. /****************************************************************
  398. ***********************Member's List Section********************
  399. ****************************************************************/
  400. /*SlideEffect*/
  401. .membersWrap-3wRngy{
  402. min-width: var(--disable-enable-memberlist-effect) !important;
  403. max-width:240px!important;
  404. width: var(--disable-enable-memberlist-effect) !important;
  405. transition: width 0.7s !important;
  406. }
  407. .membersWrap-3wRngy:hover{
  408. width:240px !important;
  409. transition: width .4s !important;
  410. }
  411. /*Roles Separator*/
  412. .membersGroup-3_dP5E {
  413. color: rgba(150,150,150,1) !important;
  414. font-size: 12px;
  415. text-transform: uppercase;
  416. letter-spacing: .10em;
  417. font-weight: 700;
  418. padding: 10px 103px 9px 103px;
  419. border-bottom: 2px solid;
  420. border-bottom-color: linear-gradient(to right, rgba(0,0,0,0), rgba(150,0,0,0.5));
  421. width: 90px;
  422. margin-bottom: 10px;
  423. transition: all 700ms ease !important;
  424. display: flex;
  425. align-items: center;
  426. justify-content: center;
  427. }
  428. /*Roles Separator Hover*/
  429. .membersGroup-3_dP5E:hover {
  430. transition: all 700ms ease !important;
  431. }
  432. /*Member Hover Gradient*/
  433. .theme-dark .member-2FrNV0:hover .content-3JzEqq, .theme-dark .member-2FrNV0.popout-open .content-3JzEqq, .theme-dark .member-2FrNV0.popout-open:hover .content-3JzEqq {
  434. background: linear-gradient(to right, transparent, rgba(0,0,0,0), rgba(150,0,0,0.5));
  435. color: red !important;
  436. }
  437. /****************************************************************
  438. **************************Settings Section**********************
  439. ****************************************************************/
  440. /*Hide White Theme*/
  441. .content-column.default > div > div > div:nth-child(2) > div > div[style="padding: 10px;"]:nth-child(1){
  442. display:none!important;
  443. }
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458. /****************************************************************
  459. ************************Scrollbar's Section*********************
  460. ****************************************************************/
  461. .rolesList-2RhjNd {
  462. max-height: 250px;
  463. overflow-y: scroll;
  464. }
  465. ::-webkit-scrollbar {
  466. width: 5px !important;
  467. height: 5px !important;
  468. }
  469. ::-webkit-scrollbar-button {
  470. display: none !important;
  471. }
  472. ::-webkit-scrollbar-thumb {
  473. background: linear-gradient(to top, black, gray) !important;
  474. border: 2px solid rgba(0,0,0,0.4) !important;
  475. border-radius: 10px !important;
  476. }
  477. ::-webkit-scrollbar-thumb:hover {
  478. background: linear-gradient(to top, orange 10%, black, gray) !important;
  479. border-color: transparent !important;
  480. }
  481. ::-webkit-scrollbar-thumb:active {
  482. background: linear-gradient(to top, darkred, red, orange) !important;
  483. border-color: transparent !important;
  484. }
  485. ::-webkit-scrollbar-track {
  486. display: none !important;
  487. }
  488. ::-webkit-scrollbar-track:hover {
  489. display: none !important;
  490. }
  491. ::-webkit-scrollbar-track:active {
  492. display: none !important;
  493. }
  494. .theme-dark .friends-table .scroller-wrap ::-webkit-scrollbar-track-piece, .theme-dark .messages-wrapper .scroller-wrap ::-webkit-scrollbar-track-piece {
  495. background-color: transparent !important;
  496. border-color: transparent !important;
  497. }
  498. /****************************************************************
  499. *******************Avatar's and Statuses Section****************
  500. ****************************************************************/
  501. [class*="avatar"],
  502. .status,
  503. .status-se,
  504. .status-3jUEha,
  505. .image-EVRGPw,
  506. .guilds-add,
  507. .guilds-error,
  508. .guild-placeholder,
  509. .embedAuthorIcon-S7s7pw,
  510. .icon-1RgidT,
  511. .emptyUser-34aCrC,
  512. .partyMemberUnknown-25cHNU {
  513. border-radius: 0px 10px 0px 10px !important;
  514. }
  515. .status,
  516. .member-2FrNV0 .status-2Devx1,
  517. .avatarStatus-3VdB8Y {
  518. width: 100% !important;
  519. height: 100% !important;
  520. background: transparent;
  521. top:-2px !important;
  522. left:-2px !important;
  523. }
  524. .status-online,
  525. .member-2FrNV0 .statusOnline-1Mp2_H,
  526. .xsmall-2rXiD4 .statusOnline-1Mp2_H {
  527. border: 2px solid var(--online-color) !important;
  528. animation: pulse1 var(--status-pulse-speed) linear infinite;
  529. }
  530. keyframes pulse1{ /* If you have Lag Problems with the theme then delete the "@" in the beggining of this line*/
  531. 0%{box-shadow: 1px 1px 1px rgba(0,0,0,0);}
  532. 50%{box-shadow: 1px 1px 20px var(--online-color);}
  533. 100%{box-shadow: 1px 1px 1px rgba(0,0,0,0);}
  534. }
  535. .status-idle,
  536. .member-2FrNV0 .statusIdle-2AQdvu,
  537. .xsmall-2rXiD4 .statusIdle-2AQdvu {
  538. border: 2px solid var(--idle-color) !important;
  539. animation: pulse2 var(--status-pulse-speed) linear infinite;
  540. }
  541. keyframes pulse2{ /* If you have Lag Problems with the theme then delete the "@" in the beggining of this line*/
  542. 0%{box-shadow: 1px 1px 1px rgba(0,0,0,0);}
  543. 50%{box-shadow: 1px 1px 20px var(--idle-color);}
  544. 100%{box-shadow: 1px 1px 1px rgba(0,0,0,0);}
  545. }
  546. .status-dnd,
  547. .member-2FrNV0 .statusDnd-35xAXU,
  548. .xsmall-2rXiD4 .statusDnd-35xAXU {
  549. border: 2px solid var(--dnd-color) !important;
  550. animation: pulse3 var(--status-pulse-speed) linear infinite;
  551. }
  552. keyframes pulse3{ /* If you have Lag Problems with the theme then delete the "@" in the beggining of this line*/
  553. 0%{box-shadow: 1px 1px 1px rgba(0,0,0,0);}
  554. 50%{box-shadow: 1px 1px 20px var(--dnd-color);}
  555. 100%{box-shadow: 1px 1px 1px rgba(0,0,0,0);}
  556. }
  557. .status-invisible,
  558. .member-2FrNV0 .statusInvisible-2ci18Q,
  559. .xsmall-2rXiD4 .statusInvisible-2ci18Q {
  560. border: 2px solid var(--invisible-offline-color) !important;
  561. display: block !important;
  562. animation: pulse4 var(--status-pulse-speed) linear infinite;
  563. }
  564. keyframes pulse4{ /* If you have Lag Problems with the theme then delete the "@" in the beggining of this line*/
  565. 0%{box-shadow: 1px 1px 1px rgba(0,0,0,0);}
  566. 50%{box-shadow: 1px 1px 20px var(--invisible-offline-color);}
  567. 100%{box-shadow: 1px 1px 1px rgba(0,0,0,0);}
  568. }
  569. .status-offline,
  570. .member-2FrNV0 .avatarOffline-YdYOwX,
  571. .xsmall-2rXiD4 .statusOffline-jZXr_u {
  572. border: 2px solid var(--invisible-offline-color) !important;
  573. display: block !important;
  574. }
  575. .memberOffline-lvMbAs {
  576. margin-left: -2px;
  577. }
  578. .member-2FrNV0 .statusStreaming-1bZ3Hq {
  579. border: 2px solid var(--streaming-color) !important;
  580. animation: pulse5 var(--status-pulse-speed) linear infinite;
  581. }
  582. keyframes pulse5{ /* If you have Lag Problems with the theme then delete the "@" in the beggining of this line*/
  583. 0%{box-shadow: 1px 1px 1px rgba(0,0,0,0);}
  584. 50%{box-shadow: 1px 1px 20px var(--streaming-color);}
  585. 100%{box-shadow: 1px 1px 1px rgba(0,0,0,0);}
  586. }
  587. .status-3jUEha {
  588. width: 100% !important;
  589. height: 100% !important;
  590. background: transparent;
  591. top: -3px;
  592. left: -3px;
  593. }
  594. .large-3yh-62 .statusOnline-1Mp2_H {
  595. border: 3px solid var(--online-color) !important;
  596. }
  597. .large-3yh-62 .statusIdle-2AQdvu {
  598. border: 3px solid var(--idle-color) !important;
  599. }
  600. .large-3yh-62 .statusDnd-35xAXU {
  601. border: 3px solid var(--dnd-color) !important;
  602. }
  603. .large-3yh-62 .statusInvisible-2ci18Q,
  604. .large-3yh-62 .statusOffline-jZXr_u {
  605. border: 3px solid var(--invisible-offline-color) !important;
  606. display: block !important;
  607. }
  608. .statusProfile-29OBzn {
  609. width: 100% !important;
  610. height: 100% !important;
  611. background: transparent;
  612. top: -4px !important;
  613. left: -4px !important;
  614. pointer-events: none;
  615. }
  616. .statusOnlineProfile-2tnPUH {
  617. border: 4px solid var(--online-color) !important;
  618. box-shadow: none !important;
  619. }
  620. .statusIdleProfile-2QT8cN {
  621. border: 4px solid var(--idle-color) !important;
  622. box-shadow: none !important;
  623. }
  624. .statusDndProfile-3KCGdy {
  625. border: 4px solid var(--dnd-color) !important;
  626. box-shadow: none !important;
  627. }
  628. .statusInvisibleProfile-LRuFr_,
  629. .statusOfflineProfile-1wnfgz {
  630. border: 4px solid var(--invisible-offline-color) !important;
  631. box-shadow: none !important;
  632. }
  633. .headerStreaming-lmgoma .statusProfile-29OBzn,
  634. .topSectionStreaming-3rIBIm .statusProfile-29OBzn {
  635. border: 4px solid var(--streaming-color) !important;
  636. box-shadow: none !important;
  637. box-shadow: none !important;
  638. }
  639. .avatar-small:hover,.avatar-small:hover .status,.theme-dark .status-2Devx1:hover {
  640. border-radius: 50px !important;
  641. transition:all var(--on-off-transitions) ease !important;
  642. }
  643. .mask-2vyqAW {
  644. -webkit-mask: none;
  645. }
  646. .title-qAcLxz .status, .titleCall-3X0yGQ .status{
  647. margin-left: 0px;
  648. width: 10px !important;
  649. height: 10px !important;
  650. border-radius: 50px !important;
  651. background-color: currentColor !important;
  652. }
  653. .alt-2vq4VR .item-rK1j5B .statusIconText-312Il7 {
  654. width: 2px !important;
  655. height: 40px !important;
  656. }
  657. /*Animations*/
  658. .tooltip,
  659. .section,
  660. .context-menu,
  661. .friends-row,
  662. .channel,.user-settings-modal,
  663. .channel-voice-states,
  664. .selected:before,
  665. .markdown-modal,
  666. .icon-muted,
  667. .icon-deafened,
  668. .empty-message,
  669. .popout-menu,
  670. .channel-members,
  671. .user-popout,
  672. .emoji-picker,
  673. .popout,
  674. .option-popout {
  675. animation: fadeScreen 0.5s;
  676. }
  677. .userPopout-11hFKo {
  678. background: rgba(0,0,0,1) !important;
  679. }
  680. /*Hearts*/
  681. img[alt*=":heart:"],
  682. img[alt*=":hearts:"],
  683. img[alt*=":green_heart:"],
  684. img[alt*=":blue_heart:"],
  685. img[alt*=":purple_heart:"],
  686. img[alt*=":yellow_heart:"],
  687. img[alt*=":heartbeat:"],
  688. img[alt*=":heartpulse:"],
  689. img[alt*=":black_heart:"],
  690. img[alt*=":sparkling_heart:"] { animation: heartbeat 1s infinite;}
  691. /*Emojis */
  692. /*Money Wings*/ img[alt*=":money_with_wings:"] {animation: wobble 2s infinite;}
  693. /*Kiss */ img[alt*=":kiss:"] {animation: heartbeat 1s infinite;}
  694. /*Hammer */ img[alt*=":hammer:"] {animation: wobble 0.5s infinite;}
  695. /*Pickaxe */ img[alt*=":pick:"] {animation: wobble 0.5s infinite;}
  696. /*Bomb */ img[alt*=":bomb:"] {animation: bomb 2s infinite;}
  697. /*Boom */ img[alt*=":boom:"] {animation: boom 2s infinite;}
  698. /*Eyes */ img[alt*=":eyes:"] {animation: eyes 4s infinite;animation-timing-function:steps(1);}
  699. /*Laughing */ img[alt*=":laughing:"] {transform: rotate(-90deg);}
  700. /*Heart Eyes */ img[alt*=":heart_eyes:"] {animation: heartbeat 1s infinite;}
  701. /*Joyful */ img[alt*=":joy:"] {animation: joy 2s infinite;}
  702. /*Upside Down*/ img[alt*=":upside_down:"] {animation: wobble 2s infinite;}
  703. /*Scream */ img[alt*=":scream:"], img[alt*=":scream_cat:"] {animation: scare 2s infinite;}
  704. /*ROFL */ img[alt*=":rofl:"] {animation: rofl 2s infinite;}
  705. /*Sneezing */ img[alt*=":sneezing_face:"] {animation: wobble 1s infinite;}
  706. /*Joyful Cat */ img[alt*=":joy_cat:"] {animation: joy 2s infinite;}
  707. /*Heart Eyes */ img[alt*=":heart_eyes_cat:"] {animation: heartbeat 1s infinite;}
  708. /*Waving */ img[alt*=":wave:"] {animation: wobble 2s infinite;}
  709. /*Angry */ img[alt*=":angry:"], .emoji[alt*="Angery"], .emoji[alt*="Thonkery"] {animation: vibrate 0.2s infinite;}
  710. /*Soccer */ img[alt*=":soccer:"] {animation: rotate 2s infinite;}
  711. /*Basketball */ img[alt*=":basketball:"] {animation: rotate 2s infinite;}
  712. /*Baseball */ img[alt*=":baseball:"] {animation: rotate 2s infinite;}
  713. /*Tennis */ img[alt*=":tennis:"] {animation: rotate 2s infinite;}
  714. /*Gear */ img[alt*=":gear:"] {animation: rotate 2s infinite;}
  715. /*Disc & CD */ img[alt*=":cd:"], img[alt*=":dvd:"] {animation: rotate 2s infinite;}
  716. /*Snowflake */ img[alt*=":snowflake:"] {animation: rotate 2s infinite;}
  717. /*Sun */ img[alt*=":sunny:"] {animation: rotate 2s infinite;}
  718. /*Hourglass */ img[alt*=":hourglass:"] {animation: hourglass 2s infinite;}
  719. /*mmLol */ .emoji[alt*="mmLol"] {animation: mmlol 5s infinite;}
  720. .emoji.jumboable { transition: all var(--on-off-transitions) ease !important; }
  721. .emoji.jumboable:hover {
  722. resize: both;
  723. width: 42pt;
  724. height: 42pt;
  725. -webkit-filter: drop-shadow(0 0 5px black);
  726. }
  727. .emoji { transition: all var(--on-off-transitions) ease !important; }
  728. .emoji:hover {
  729. resize: both;
  730. width: 32pt;
  731. height: 32pt;
  732. -webkit-filter: drop-shadow(0 0 5px black);
  733. }
  734. 0%{
  735. filter: drop-shadow(0 0 0 rgba(0,111,114,0));
  736. }
  737. 100%{
  738. filter: drop-shadow(0 0 5px rgba(0,114,114,1)) drop-shadow(0 0 5px rgba(0,0,114,1)) drop-shadow(0 0 5px rgba(0,114,114,1)) saturate(200%);
  739. }
  740. }
  741. /*Hue*/
  742. @-webkit-keyframes hue {
  743. 0%{ -webkit-filter: hue-rotate(0deg); }
  744. 100%{ -webkit-filter: hue-rotate(360deg); }
  745. }
  746. /*Working*/
  747. @-webkit-keyframes working {
  748. 25%{ content: "Working"; }
  749. 50%{ content: "Working."; }
  750. 75%{ content: "Working.."; }
  751. 100%{content: "Working...";}
  752. }
  753. @keyframes working {
  754. 25%{ content: "Working"; }
  755. 50%{ content: "Working."; }
  756. 75%{ content: "Working.."; }
  757. 100%{content: "Working...";}
  758. }
  759. @keyframes fadeScreen {
  760. from { opacity: 0; }
  761. to { opacity: 100; }
  762. }
  763. @keyframes wobble {0%,100%{transform:rotate(20deg)}50%{transform:rotate(-20deg)}}
  764. @keyframes scare {0%,100%{transform:rotate(9deg)}50%{transform:rotate(-9deg)}}
  765. @keyframes hourglass{0%,100%,41%{transform:rotate(0)}20%,40%{transform:rotate(-180deg)}}
  766. @keyframes rotate {0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
  767. @keyframes rofl {0%{transform:rotate(45deg)}100%{transform:rotate(404deg)}}
  768. @keyframes heartbeat{0%,100%,40%,80%{transform:scale(.75)}20%,60%{transform:scale(1)}}
  769. @keyframes joy {0%,100%,50%{transform:scale(.9)}25%,75%{transform:scale(1)}}
  770. @keyframes boom {0% {transform:scale(.1)}20% {transform:scale(1)}80% {transform:scale(1);opacity: 1;}100%{opacity: 0;}}
  771. @keyframes bomb {0%,100%,20%{transform:scale(1)}90%{transform:scale(.6)}95%{transform:scale(1.5)}}
  772. @keyframes eyes {0%,25%,75%{transform:scaleX(1)}50%,100%{transform:scaleX(-1)}}
  773. @keyframes mmlol {0% { transform: rotate(0deg); }69% { transform: rotate(0deg); }70% { transform: rotate(-90deg); }99% { transform: rotate(-90deg); }100% { transform: rotate(0deg); }}
  774. @keyframes vibrate {25%{transform: translateX(3px) translateY(-2px)}50%{transform: translateX(-1px) translateY(3px)}75%{transform: translateX(-4px) translateY(-2px)}100%{transform: translateX(2px) translateY(-1px)}}
  775. 0%, 60%, 75%, 100% {
  776. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000) !important;
  777. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000) !important;
  778. }
  779. 0% {
  780. opacity: 0;
  781. -webkit-transform: translate3d(0, 100px, 0);
  782. transform: translate3d(0, 100px, 0);
  783. }
  784. 60% {
  785. opacity: 0.5;
  786. -webkit-transform: translate3d(0, 7px, 0);
  787. transform: translate3d(0, 7px, 0);
  788. }
  789. 75% {
  790. opacity: 1;
  791. -webkit-transform: translate3d(0, 5px, 0);
  792. transform: translate3d(0, 5px, 0);
  793. }
  794. 100% {
  795. -webkit-transform: translate3d(0, 0, 0);
  796. transform: translate3d(0, 0, 0);
  797. }
  798. :root { /*Theme Settings*/
  799. /*Background Image*/
  800. --main-bg: url(https://imgur.com/aN5tA1T.jpg) !important;
  801. /*Background Brightness*/
  802. --bg-brightness: 0.6;
  803.  
  804. /*Font Family Settings*/
  805. --main-font: 'Ubuntu' , sans-serif;
  806. *{font-weight: 500;}
  807.  
  808. /*Pulse Effects/Animations*/ /*These Animations might be the cause of lag*/
  809. --profile-pulse-speed: 7s; /*Set 0s to disable*/
  810. --on-off-time-rainbow: 7s; /*Set 0s to disable*/
  811. --on-off-unread-pulse: 9s; /*Set 0s to disable*/
  812. --on-off-unreadchannel-pulse: 34s; /*Set 0s to disable*/
  813. --status-pulse-speed: 22.5s; /*Set 0s to disable*/
  814. --on-off-transitions: 4600ms; /*Set 0ms to disable*/ /*If disabled, these animations may reduce lag but make the theme a bit ugly*/
  815. --on-off-flames: url(https://i.imgur.com/ern1fIz.png) ; /*url(https://imgur.com/wpSRHDC) to disable*/ /*"url(https://imgur.com/n2L0tGZ.gif)" to Enable*/
  816. --disable-enable-memberlist-effect: 240px; /*Set 240px to disable and 50 enable*/
  817. --on-off-transitionsdiv: 100ms; /*Set 0 to disable*/
  818.  
  819. /*Statuses Settings*/
  820. --online-color: #43B581;
  821. --idle-color: #FAA61A;
  822. --dnd-color: #F04747;
  823. --invisible-offline-color: #747F8D;
  824. --streaming-color: #593695;
  825. }
  826. /*Rainbow Name Animations*/
  827. /*Change "PUT YOUR DISCORD USER ID HERE" to your discord ID*/
  828. [style*="avatars/378884625688297482"].avatar-large+.comment h2 strong {
  829. animation: rainbow3 var(--on-off-time-rainbow) linear infinite;
  830. }
  831. @keyframes rainbow3 { /* If you have Lag Problems with the theme then delete the "@" in the beggining of this line*/
  832. 0%{text-shadow: 0 0 6px #ff0000, 0 0 6px #ff0000, 0 0 5px #ff0000, 0 0 4px #ff0000;}
  833. 20%{text-shadow: 0 0 6px orange, 0 0 6px orange, 0 0 5px orange, 0 0 4px orange;}
  834. 40%{text-shadow: 0 0 6px yellow, 0 0 6px yellow, 0 0 5px yellow, 0 0 4px yellow;}
  835. 60%{text-shadow: 0 0 6px #00ff00, 0 0 6px #00ff00, 0 0 5px #00ff00, 0 0 4px #00ff00;}
  836. 80%{text-shadow: 0 0 6px #0000ff, 0 0 6px #0000ff, 0 0 5px #0000ff, 0 0 4px #0000ff;}
  837. 90%{text-shadow: 0 0 6px #ff0000, 0 0 6px #ff0000, 0 0 5px #ff0000, 0 0 4px #ff0000;}
  838. 100%{text-shadow: 0 0 6px #ff0000, 0 0 6px #ff0000, 0 0 5px #ff0000, 0 0 4px #ff0000;}
  839. }
  840.  
  841.  
  842. /*User Edits Zone*/
  843. /*Here you can make your edits to the theme at your will, pls only do those if you are sure to know what are you doing*/
  844.  
  845.  
  846.  
  847.  
  848.  
  849. /* Created by Waterin#6451
  850. Helped by:
  851.  
  852. XGN|NFLD99#0001 <@187615613944856576> (Wrote and fixed some of the animations for me)
  853. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement