Advertisement
llcoll

6/4/2016 - animations 2

Jun 4th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.07 KB | None | 0 0
  1. /* EVERY LINK HAS TO BE HTTPS:// TO WORK IN DISCORD */
  2. .app {
  3. background-image: url("https://thentirety.com/wp-content/uploads/2015/09/esdeath-frozen-swords-anime-girl-akame-ga-kill-1920x1080.jpg") !important;
  4. background-size: cover !important;
  5. }
  6.  
  7. .Select-control {
  8. background: #2E3136;
  9. border: #3DA9A9;
  10. border-color: #3DA9A9 #3DA9A9 #3DA9A9;
  11. }
  12. .form .control-group .Select-control {
  13. border: 1px solid #3DA9A9;
  14. }
  15. .form .control-group .Select-control:hover {
  16. border: 1px solid #3DA9A9;
  17. }
  18. .form .control-group .is-focused:not(.is-open)>.Select-control {
  19. border: 1px solid #3DA9A9;
  20. }
  21. .slider-bar {
  22. background: #393C42;
  23. }
  24. .slider-handle,
  25. .slider-handle span {
  26. background-color: #393C42;
  27. }
  28. .form .control-group .Select-control .Select-placeholder {
  29. color: #787A7B;
  30. }
  31. .tab-bar.SIDE {
  32. overflow-y: hidden;
  33. background-color: #25282B;
  34. }
  35. .create-guild-container .join-server .link-container input {
  36. border: 1px solid #3DA9A9;
  37. }
  38. .create-guild-container .join-server .sample-link {
  39. color: #3DA9A9;
  40. }
  41. .theme-dark .chat>.content .messages .message-group a {
  42. color: #3DA9A9;
  43. }
  44. .theme-dark .header-toolbar button.active {
  45. background-color: transparent !important;
  46. }
  47. .need-help-modal .footer {
  48. background-color: #282b30;
  49. border-top: 1px solid #1D1F23;
  50. }
  51. .need-help-modal .header {
  52. background-color: #3DA9A9;
  53. }
  54. .need-help-button:hover {
  55. border-color: #3DA9A9;
  56. color: #3DA9A9;
  57. }
  58. .need-help-button:hover .btn-help {
  59. color: #3DA9A9;
  60. }
  61. .settings .settings-inner {
  62. background-color: #36393e;
  63. }
  64. .notification-settings-modal .mute-server .checkbox .label {
  65. color: #fff;
  66. }
  67. .notification-settings-modal .settings-section {
  68. color: #fff;
  69. }
  70. .channel-notification-settings .content label {
  71. color: #ABAAAA;
  72. }
  73. .scroller-wrap .scroller {
  74. overflow-y: scroll;
  75. }
  76. .channel-notification-settings {
  77. border-bottom: 1px solid #3DA9A9;
  78. }
  79. .notification-settings-modal .notification-settings-modal-channel-settings-list {
  80. box-shadow: 0 -1px #3DA9A9;
  81. }
  82. .chat .new-messages-bar button {
  83. background: #3DA9A9;
  84. border-radius: 5px;
  85. }
  86. .chat .new-messages-bar button:last-child {
  87. color: #fff;
  88. }
  89. .download-apps .platforms .platform.active .download-button,
  90. .change-log .changelog-fixed,
  91. .modal-new-user .steps-wrap .steps li.on,
  92. .modal-new-user .steps-wrap .steps li.on+.divider,
  93. .modal-new-user .steps-wrap .steps li.on:before,
  94. .chat .new-messages-bar:hover {
  95. background-color: #3DA9A9;
  96. }
  97. .radio-image .radio-inner span:after {
  98. opacity: 0;
  99. filter: alpha(opacity=0);
  100. content: '';
  101. position: absolute;
  102. width: 100%;
  103. height: 100%;
  104. border: 2px solid #3DA9A9;
  105. border-radius: 3px;
  106. -webkit-transition: .3s ease;
  107. transition: .3s ease;
  108. left: -2px;
  109. top: -2px;
  110. }
  111. .radio-image:hover span:after {
  112. opacity: .5;
  113. filter: alpha(opacity=50);
  114. border-color: #3DA9A9;
  115. }
  116. .guilds li.active .guild-inner,
  117. .guilds li:hover .guild-inner {
  118. border-radius: 15px;
  119. background: #3DA9A9;
  120. }
  121. .guild-channels .channel-voice-states li.speaking .avatar-small {
  122. background-color: #3DA9A9;
  123. cursor: pointer;
  124. border: 2px solid #43b581;
  125. box-shadow: inset 0 0 0 2px #2e3136;
  126. }
  127. #unsupported-browser li:hover {
  128. -webkit-transform: scale(1.04);
  129. transform: scale(1.04);
  130. border-color: #3DA9A9;
  131. }
  132. #unsupported-browser li:hover .browser {
  133. background-position-y: 100px;
  134. }
  135. #unsupported-browser li:hover .btn {
  136. background-color: #3DA9A9;
  137. color: #fff;
  138. border-color: #3DA9A9;
  139. }
  140. .mentioned .highlight:hover {
  141. color: #3DA9A9;
  142. text-decoration: underline;
  143. }
  144. .highlight:hover {
  145. cursor: pointer;
  146. color: #fff;
  147. background-color: #3DA9A9;
  148. }
  149. .tooltip.tooltip-left:after {
  150. position: absolute;
  151. left: 100%;
  152. top: 50%;
  153. border-left-color: #3DA9A9;
  154. margin-top: -5px;
  155. }
  156. .tooltip.tooltip-right:after {
  157. position: absolute;
  158. right: 100%;
  159. top: 50%;
  160. border-right-color: #3DA9A9;
  161. margin-top: -5px;
  162. }
  163. .tooltip {
  164. position: absolute;
  165. background-color: #3DA9A9;
  166. box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .1);
  167. border-radius: 3px;
  168. font-weight: 600;
  169. font-size: 12px;
  170. color: #fff;
  171. z-index: 1002;
  172. max-width: 160px;
  173. box-sizing: border-box;
  174. word-wrap: break-word;
  175. padding: 5px 10px;
  176. }
  177. .tooltip.tooltip-bottom:after {
  178. position: absolute;
  179. bottom: 100%;
  180. left: 50%;
  181. border-bottom-color: #3DA9A9;
  182. margin-left: -5px;
  183. }
  184. .tooltip.tooltip-top:after {
  185. position: absolute;
  186. top: 100%;
  187. left: 50%;
  188. margin-left: -5px;
  189. border-top-color: #3DA9A9;
  190. }
  191. .region-select-modal {
  192. background: #36393e;
  193. }
  194. .region-select-modal .region-select-modal-header {
  195. color: #3DA9A9;
  196. }
  197. .region-select-modal .region-select-modal-option {
  198. background-color: #2e3338;
  199. border: 2px solid #25292d;
  200. }
  201. .region-select-modal .region-select-modal-option:hover {
  202. border-color: #3DA9A9;
  203. }
  204. .form .radio-group .radio {
  205. color: #fff;
  206. }
  207. .need-help-modal .header input[type=text] {
  208. box-shadow: 0 2px 1px #3DA9A9;
  209. }
  210. .change-log {
  211. background: #282D2F;
  212. }
  213. .change-log .header {
  214. color: #2C7E7B;
  215. border-bottom: 1px solid #4C4C4C;
  216. }
  217. .change-log ul li {
  218. color: #2C7E7B;
  219. }
  220. .change-log .footer {
  221. border-top: 1px solid #4C4C4C;
  222. color: #2C7E7B;
  223. background-color: #282D2F;
  224. }
  225. .callout-backdrop {
  226. background-color: rgb(0, 0, 0) !important;
  227. }
  228. .download-apps .platforms .platform {
  229. border: 2px solid #2C7E7B;
  230. }
  231. .download-apps .footer {
  232. color: #2C7E7B;
  233. }
  234. .download-apps .footer a {
  235. color: #3DA9A9;
  236. }
  237. .download-apps .header {
  238. color: #3DA9A9;
  239. }
  240. .download-apps .platforms .platform.active {
  241. border-color: #3DA9A9;
  242. }
  243. .user-settings-modal a:hover {
  244. color: #2C7E7B;
  245. }
  246. .private-channels .channel.selected:before {
  247. border-left: 4px solid #3DA9A9;
  248. }
  249. .private-channels .channel:hover:before {
  250. border-left: 4px solid #3DA9A9;
  251. }
  252. .user-settings-modal .voice-settings .reset-voice-settings {
  253. color: #3DA9A9;
  254. }
  255. .user-settings-modal .voice-settings .reset-voice-settings:hover {
  256. color: #2C7E7B;
  257. }
  258. .modal-content .form-inner p {
  259. color: #E6E6E6;
  260. }
  261. .form .form-inner {
  262. background: #34383e;
  263. }
  264. .form .form-actions {
  265. border-top: 1px solid #414958;
  266. }
  267. .form .form-header {
  268. background: #353940;
  269. border-bottom: 1px solid #494C50;
  270. }
  271. .popout header {
  272. background-color: #3DA9A9;
  273. }
  274. .popout section {
  275. background-color: hsl(218, 7%, 23%);
  276. }
  277. #voice-connection-popout hr {
  278. border: 1px solid #4C4C4C;
  279. }
  280. .small-popout-box {
  281. background: #282B30;
  282. border: 1px solid #24272B;
  283. }
  284. .option-popout .btn-item:hover {
  285. color: #BBBBBB;
  286. }
  287. .member-roles .member-role {
  288. background-color: #3DA9A9;
  289. color: #ffffff;
  290. border: 1px solid #3DA9A9;
  291. }
  292. .user-popout .user-popout-options .btn {
  293. background-color: #3DA9A9;
  294. border: 1px solid #3DA9A9;
  295. }
  296. .user-popout .user-popout-options .btn:hover {
  297. background-color: #2C7E7B;
  298. }
  299. .chat .welcome-message h1 {
  300. color: #3DA9A9;
  301. width: 260px;
  302. }
  303. .channel-members .invite-btn {
  304. background-color: #3DA9A9;
  305. }
  306. .channel-members .invite-btn:hover {
  307. background-color: #2C7E7B;
  308. }
  309. .instant-invite-popout hr {
  310. border: 1px solid #3DA9A9;
  311. }
  312. .instant-invite-popout a {
  313. color: #3DA9A9;
  314. }
  315. .instant-invite-popout a:hover {
  316. color: #2C7E7B;
  317. }
  318. .clipboard-input-inner input::selection {
  319. background: #3DA9A9;
  320. }
  321. .clipboard-input-inner button {
  322. border-left: 1px solid #424549;
  323. background-color: #282B30;
  324. }
  325. .clipboard-input-inner input {
  326. color: #2C7E7B;
  327. background: #424549;
  328. }
  329. .clipboard-input-inner {
  330. background: #1C1E22;
  331. border: 1px solid #2E3136;
  332. }
  333. .clipboard-input-inner button:first-of-type:before {
  334. background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #313131);
  335. }
  336. ::selection {
  337. color: #fff;
  338. background: #3DA9A9;
  339. }
  340. .theme-dark .chat .welcome-message a {
  341. color: #3DA9A9;
  342. }
  343. #settings-roles .roles li.selected {
  344. background: none;
  345. }
  346. #permissions ul li {
  347. color: #F4F4F4;
  348. }
  349. #permissions .permission-actions>div {
  350. background-color: #2E3136;
  351. border: 2px solid #2A2C31;
  352. }
  353. #permissions .permission-actions>div.PASSTHROUGH:hover {
  354. border: #51555F;
  355. }
  356. #settings-roles .roles header {
  357. border-bottom: 1px solid #2A2C31;
  358. }
  359. #settings-roles .roles {
  360. border-right: 1px solid #3DA9A9;
  361. }
  362. .btn-help:hover {
  363. background: #3DA9A9;
  364. }
  365. #permissions .permissions-helpdesk {
  366. color: #3DA9A9;
  367. }
  368. #permissions .permissions-helpdesk:hover {
  369. color: #2C7E7B;
  370. }
  371. #settings-roles .roles li.selected:before {
  372. background-color: #3DA9A9;
  373. }
  374. #settings-roles .roles li:hover:before {
  375. background-color: #2C7E7B;
  376. }
  377. .instant-invites .instant-invites-header {
  378. border-bottom: 1px solid #3DA9A9;
  379. }
  380. .instant-invites .instant-invite-buttons .btn {
  381. background: #3DA9A9;
  382. }
  383. .instant-invites .instant-invite-buttons .btn.btn-danger {
  384. border: 1px solid #AD392D;
  385. color: #fff
  386. }
  387. .instant-invites .instant-invite-buttons .btn.btn-danger:hover {
  388. background: #FF1700;
  389. }
  390. .instant-invites .instant-invites-list .instant-invite .member {
  391. color: #C3C3C3;
  392. }
  393. #permissions .permission-actions.disabled>div {
  394. border: #565963;
  395. background: #565963;
  396. position: relative;
  397. }
  398. .checkbox .checkbox-inner span {
  399. border: 2px solid #8E8E8E;
  400. }
  401. .form .control-group .help-text {
  402. color: #B6BBC1;
  403. }
  404. .avatar-uploader a {
  405. color: #3DA9A9;
  406. }
  407. .avatar-uploader a:hover {
  408. color: #2C7E7B;
  409. }
  410. .instant-invites .instant-invites-list .instant-invite .show-channel .channel {
  411. color: #B3B3B3;
  412. }
  413. .instant-invites .instant-invites-list .instant-invite+.instant-invite {
  414. border-top: 1px solid #3DA9A9;
  415. }
  416. .form .control-groups.control-separator {
  417. border-top: 1px solid #3DA9A9;
  418. }
  419. .guild-settings-modal-integrations .guild-settings-modal-integrations-header {
  420. color: #CCCCCC;
  421. border-bottom: 1px solid #2A2C31;
  422. box-shadow: none;
  423. }
  424. .guild-settings-modal-integrations .guild-settings-modal-integrations-body.no-integrations p {
  425. color: rgb(220, 220, 220);
  426. }
  427. .guild-settings-modal-integrations .guild-settings-modal-integrations-body.no-integrations p a {
  428. color: #F40000;
  429. }
  430. .guild-settings-modal-members .guild-settings-modal-list .member .member-username {
  431. color: #CECECE;
  432. }
  433. .guild-settings-modal-members .guild-settings-modal-members-header {
  434. border-bottom: 1px solid #2E3136;
  435. }
  436. #autocomplete-popout .empty:hover {
  437. background-color: #2E3136;
  438. }
  439. #autocomplete-popout .empty h4 {
  440. color: #3DA9A9;
  441. }
  442. #autocomplete-popout h3 {
  443. color: #ECECEC;
  444. }
  445. .popout.popout-bottom header:before {
  446. border-bottom-color: #3DA9A9;
  447. }
  448. .guild-settings-modal .guild-settings-modal-search {
  449. border: 1px solid #2E3136;
  450. }
  451. .guild-settings-modal .guild-settings-modal-search:focus {
  452. border: 1px solid #24272b;
  453. }
  454. .guild-settings-modal-members .guild-settings-modal-members-footer a {
  455. color: #3DA9A9;
  456. }
  457. .guild-settings-modal-members .guild-settings-modal-members-footer a:hover {
  458. color: #2C7E7B;
  459. }
  460. .guild-settings-modal-members .guild-settings-modal-members-footer {
  461. border-top: 1px solid #2E3136;
  462. }
  463. #settings-roles .roles li:hover {
  464. background: none;
  465. }
  466. .form hr {
  467. border-bottom: 1px solid #3DA9A9;
  468. }
  469. .user-popout .user-popout-options .btn.btn-server {
  470. color: #fff;
  471. background-color: #3DA9A9;
  472. border-color: #3DA9A9;
  473. }
  474. .user-popout .user-popout-options .btn.btn-server:hover {
  475. border-color: #3DA9A9;
  476. background-color: #2C7E7B;
  477. }
  478. .member-roles .manipulate:hover {
  479. border-color: #3DA9A9;
  480. background-color: #2C7E7B;
  481. }
  482. #user-profile-modal header {
  483. background-image: none;
  484. background-color: #3DA9A9;
  485. }
  486. #user-profile-modal .scroller {
  487. background: #2E3136;
  488. }
  489. #user-profile-modal .friends .friend:hover {
  490. background: #26292D;
  491. color: #ADADAD;
  492. }
  493. .need-help-modal a:hover {
  494. color: #2C7E7B;
  495. }
  496. #user-profile-modal footer {
  497. background: #1e2124;
  498. }
  499. #user-profile-modal footer button {
  500. color: #3DA9A9
  501. }
  502. .avatar-large {
  503. width: 33px;
  504. height: 33px;
  505. background-size: 33px 33px;
  506. left: 8px;
  507. }
  508. .channel-textarea {
  509. margin: 10px 0 30px;
  510. }
  511. .theme-dark .chat form {
  512. border-top: none;
  513. }
  514. .guilds li.active .guild-inner:before {
  515. background: #3DA9A9;
  516. }
  517. .guilds li.unread .guild-inner:before {
  518. background: #2C7E7B;
  519. }
  520. .guild-channels .channel-text.unread:not(.selected):not(.channel-muted):before {
  521. background: #3DA9A9;
  522. }
  523. .theme-dark .hljs {
  524. border: 1px solid transparent;
  525. border-radius: 4px;
  526. }
  527. .theme-dark .chat>.content .messages .divider:not(.red) div {
  528. background: transparent;
  529. }
  530. .theme-dark .chat>.content .messages .divider span {
  531. background: transparent;
  532. }
  533. .chat .divider>span {
  534. color: #F1F1F1;
  535. }
  536. .message-group .comment .markup pre {
  537. background: #282B30;
  538. border: 2px solid #282B30;
  539. }
  540. .message-group .comment .markup pre code {
  541. background: #282B30;
  542. color: #D4D4D4;
  543. }
  544. .theme-dark .chat .title-wrap .topic a {
  545. color: #3DA9A9;
  546. }
  547. .guilds .friends-icon:hover {
  548. color: transparent;
  549. background-color: #3DA9A9;
  550. }
  551. #autocomplete-popout .row.selected a,
  552. #autocomplete-popout .row:hover a {
  553. color: #D4D4D5;
  554. }
  555. #autocomplete-popout .row.selected,
  556. #autocomplete-popout .row:hover {
  557. background: linear-gradient(90deg, #36393F, #303238);
  558. }
  559. .download-apps .platforms .platform.active p {
  560. color: #3DA9A9;
  561. }
  562. .download-apps .platforms .platform .icon.apple.active {
  563. background-image: url(https://discordapp.com/assets/57568e1cfc37c81cf56db9498b4f128a.svg);
  564. }
  565. .download-apps .platforms .platform .icon.windows.active {
  566. background-image: url(https://discordapp.com/assets/d6221c5e88f5cb89f125868c077e9859.svg);
  567. }
  568. .download-apps .platforms .platform .icon.ios.active {
  569. background-image: url(https://discordapp.com/assets/0c460e9b848f5c4cc964ae9c62c0f9b9.svg);
  570. }
  571. .download-apps .platforms .platform .icon.android.active {
  572. background-image: url(https://discordapp.com/assets/d73fd4014c02b360d9529a720ecb7c44.svg);
  573. }
  574. .create-guild-container {
  575. background-color: transparent;
  576. }
  577. .form .form-inner {
  578. background-image: Justincase("https://i.imgur.com/KCLIPt4.gif");
  579. background-size: 40px 40px;
  580. background-repeat: no-repeat;
  581. background-position: 50% 74%;
  582. }
  583. .need-help-button {
  584. visibility: hidden;
  585. }
  586. .guilds-add {
  587. color: transparent !important;
  588. background-image: url("https://i.imgur.com/1MfzLoF.png") !important;
  589. background-size: 30px 30px !important;
  590. background-repeat: no-repeat !important;
  591. background-position: 9px 9px !important;
  592. background-color: rgba(21, 21, 21, 0.41) !important;
  593. opacity: 0.7 !important;
  594. }
  595. .slider-handle span {
  596. border: 1px solid #3DA9A9;
  597. }
  598. .slider-handle span:after,
  599. .slider-handle span:before {
  600. content: none;
  601. }
  602. .popout section:after,
  603. .popout section:before {
  604. content: none;
  605. }
  606. .chat .welcome-message .item-container .icon.exclamation {
  607. background-image: url("https://i.imgur.com/DYPXksE.png");
  608. background-repeat: no-repeat;
  609. background-size: 20px 20px;
  610. background-position: 29px 13px;
  611. }
  612. .chat .welcome-message .item-container .icon.share {
  613. background-image: url("https://i.imgur.com/DYPXksE.png");
  614. background-repeat: no-repeat;
  615. background-size: 20px 20px;
  616. background-position: 29px 13px;
  617. }
  618. .chat .welcome-message .item-container .icon.apps {
  619. background-image: url("https://i.imgur.com/DYPXksE.png");
  620. background-repeat: no-repeat;
  621. background-size: 20px 20px;
  622. background-position: 29px 13px;
  623. }
  624. .chat .welcome-message .item-container .icon.mobile {
  625. background-image: url("https://i.imgur.com/DYPXksE.png");
  626. background-repeat: no-repeat;
  627. background-size: 20px 20px;
  628. background-position: 29px 13px;
  629. }
  630. .chat .welcome-message .item-container .icon.twitter {
  631. background-image: url("https://i.imgur.com/DYPXksE.png");
  632. background-repeat: no-repeat;
  633. background-size: 20px 20px;
  634. background-position: 29px 13px;
  635. }
  636. .user-settings-modal button.preview-sound:before {
  637. background-image: url("https://i.imgur.com/E8gsoBs.png");
  638. }
  639. .chat .new-messages-bar button:first-child {
  640. border-radius: 5px;
  641. margin-right: -14px;
  642. }
  643. .chat .new-messages-bar {
  644. background-color: transparent !important;
  645. opacity: 0.8;
  646. }
  647. .account {
  648. background-repeat: no-repeat;
  649. background-position: 12px 11px;
  650. }
  651. .create-guild-container .action.create .action-icon {
  652. background-image: url("https://i.imgur.com/MW4Ddjc.png");
  653. height: 78px;
  654. background-size: 112px 78px;
  655. background-repeat: no-repeat;
  656. background-position: 55px 0px;
  657. }
  658. .user-settings-modal-games {
  659. background: #2E3136;
  660. border-top: 1px solid #404040;
  661. color: #E2E2E3;
  662. }
  663. .user-settings-modal-games .games-table .games-row .item-game .last-played {
  664. color: #E2E2E3;
  665. }
  666. .user-settings-modal-games .games-table .games-row .item-game .game-input {
  667. color: #E2E2E3;
  668. }
  669. .user-settings-modal-games .games-table .games-row .item-game {
  670. border-bottom: 1px solid #404040;
  671. }
  672. .user-settings-modal-games .games-table .games-row .item-overlay {
  673. border-bottom: 1px solid #404040;
  674. }
  675. .now-playing {
  676. background: #3DA9A9;
  677. }
  678. .checkbox .checkbox-inner.alt input[type=checkbox]+span {
  679. background: #2E3136;
  680. border-color: #8E8E8E;
  681. }
  682. .checkbox .checkbox-inner.alt input[type=checkbox]:checked+span:after {
  683. border-color: #43B581;
  684. }
  685. .sensitivity .slider .slider-bar-auto {
  686. background-color: #393C42;
  687. }
  688. .user-settings-modal-keybinds .user-settings-modal-keybinds-header {
  689. border-bottom: 1px solid #404040;
  690. }
  691. .user-settings-modal-connections .user-settings-modal-accounts-list .connect-container .btn {
  692. background: #2E3136;
  693. border: 2px solid #282B2F;
  694. background-repeat: no-repeat;
  695. background-position: 50%;
  696. }
  697. .alert.form .form-inner .btn {
  698. border: 1px solid #2C7E7B;
  699. }
  700. .alert.form .form-inner .cancel {
  701. border-color: #99aab5 !important;
  702. }
  703. .user-settings-modal .account-warning {
  704. border: 1px solid #B54343;
  705. background: #B54343;
  706. color: #F5FBF9;
  707. }
  708. .user-settings-modal-games .games-table .games-row .item-game .icon {
  709. background-image: url(https://i.imgur.com/DYCx6qB.png);
  710. background-repeat: no-repeat;
  711. background-position: -13px -14px;
  712. background-size: 42px;
  713. }
  714. .theme-dark .chat>.content .messages .divider:not(.red) span {
  715. opacity: .9;
  716. }
  717. .create-guild-container .action.join .action-icon {
  718. background: url(https://i.imgur.com/5s2wOtM.png) 50% no-repeat;
  719. height: 78px;
  720. background-size: 178.5px 78px;
  721. }
  722.  
  723. .links li+li:after {
  724. content: '\2022';
  725. color: #535559;
  726. margin-left: 6px;
  727. }
  728. .message-group h2 strong {
  729. color: #aaaba7;
  730. }
  731. #emote-menu,
  732. #tc-settings-panel,
  733. .tc-switch {
  734. border: 1px solid #2B2B2B;
  735. }
  736. .emote-container:hover {
  737. background: #3DA9A9;
  738. }
  739. .spinner-wandering-cubes .spinner-item {
  740. background-color: #3DA9A9;
  741. }
  742. #bd-ps-container {
  743. border: 1px solid transparent;
  744. border-radius: 4px;
  745. opacity: 0.9;
  746. }
  747. #bd-ps-header {
  748. background: #1E2124;
  749. border-bottom: 1px solid #24272B;
  750. }
  751. #bd-ps-body table tr {
  752. border-bottom: 1px solid #2E3136 !important;
  753. background-color: none;
  754. }
  755. #bd-ps-body table th {
  756. background-color: #25272B;
  757. }
  758. textarea {
  759. background: transparent !important;
  760. }
  761. .help-container {
  762. display: none;
  763. }
  764. .links {
  765. border-top: 0px solid transparent;
  766. }
  767. .links li a {
  768. color: #8C8F94;
  769. }
  770. .links,
  771. .chat,
  772. .typing,
  773. .content,
  774. .guild-channels,
  775. .private-channels,
  776. .guild-header header,
  777. .divider-red span,
  778. .messages-wrapper,
  779. #voice-connection {
  780. background: transparent !important;
  781. }
  782. .guilds-wrapper {
  783. background: rgba(0, 0, 0, 0.6) !important
  784. }
  785. .channels-wrap {
  786. background: rgba(0, 0, 0, 0.75)
  787. }
  788. .content .flex-spacer {
  789. background: rgba(0, 0, 0, 0.85)
  790. }
  791. .channel-members {
  792. background: rgba(0, 0, 0, 0.9) !important
  793. }
  794. .guilds-wrapper {
  795. box-shadow: inset -10px 0px 20px -10px rgba(0, 0, 0, 0.2);
  796. }
  797. .guild-header ul {
  798. background: rgba(0, 0, 0, 0.52) !important;
  799. transition: transform .5s cubic-bezier(0.18, 0.89, 0.32, 1.28) !important;
  800. padding-top: 90px;
  801. top: -56px;
  802. }
  803. .guilds-add {
  804. opacity: 0.5;
  805. }
  806. .guilds-wrapper {
  807. border-right: 1px solid rgba(0, 0, 0, 0.4);
  808. }
  809. .guilds-wrapper .guild-separator:after {
  810. top: -2px;
  811. }
  812. .guild-header header span {
  813. margin-left: -3px;
  814. }
  815. .guild-header header {
  816. box-shadow: none !important;
  817. color: #ddd;
  818. }
  819. .guild-channels header h2,
  820. .guild-channels .channel a {
  821. color: #fff;
  822. }
  823. .guilds {
  824. padding: 28px 20px 85px 15px;
  825. }
  826. .guilds-add {
  827. font-size: 30px;
  828. background: #000;
  829. }
  830. .guilds .friends-online {
  831. position: relative;
  832. margin-left: -5px;
  833. bottom: 1px;
  834. }
  835. .guilds .friends-online:hover {
  836. color: #dadddf;
  837. }
  838. .guilds li .guild-inner {
  839. background: rgba(21, 21, 21, 0.41) !important;
  840. }
  841. .guilds li .guild-inner a,
  842. .guilds li,
  843. .guilds li .avatar-small {
  844. width: 50px;
  845. height: 50px;
  846. }
  847. .guilds li .avatar-small {
  848. width: 50px;
  849. height: 50px;
  850. background-size: 50px 50px;
  851. }
  852. .guilds li .guild-inner {
  853. line-height: 50px;
  854. }
  855. .guilds .friends-icon {
  856. width: 50px;
  857. height: 50px;
  858. background-size: 25px 19px;
  859. }
  860. .guilds li.audio .guild-inner:after {
  861. background-size: 12px;
  862. background-color: rgba(0, 0, 0, 0.8);
  863. }
  864. .guilds-separator:after {
  865. background: rgba(28, 28, 28, 0.52) !important;
  866. }
  867. .guilds li .guild-inner:before {
  868. left: -26px;
  869. }
  870. .guild-channels header h2,
  871. .private-channels header {
  872. opacity: .6;
  873. }
  874. .private-channels .search-bar {
  875. background: rgba(10, 13, 16, 0) !important;
  876. }
  877. .private-channels .search-bar input {
  878. background: rgba(0, 0, 0, 0.4) !important;
  879. }
  880. .search-bar-clear:before {
  881. background: rgba(0, 0, 0, 0.68);
  882. }
  883. .guild-channels .channel.selected,
  884. .private-channels .channel.selected,
  885. .private-channels .search-result.selected,
  886. .private-channels .search-result:hover {
  887. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 85%, rgba(46, 49, 54, 0)) !important;
  888. }
  889. .guild-channels .channel:not(.selected):hover,
  890. .private-channels .channel:not(.selected):hover {
  891. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 85%, rgba(46, 49, 54, 0)) !important;
  892. }
  893. .btn-hamburger {
  894. margin-right: -25px;
  895. }
  896. .btn-hamburger span {
  897. background: #fff;
  898. }
  899. .account {
  900. padding: 0 15px !important;
  901. background: rgba(0, 0, 0, 0);
  902. height: 77px;
  903. border: 0px solid transparent;
  904. }
  905. .account .status {
  906. border: 1px solid rgba(0, 0, 0, .7);
  907. }
  908. .account .btn {
  909. background: transparent;
  910. box-shadow: none !important;
  911. }
  912. .account .btn:active {
  913. background: rgba(0, 0, 0, 0.26);
  914. }
  915. .account .btn-deafen,
  916. .account .btn-mute {
  917. border-right: none;
  918. }
  919. #voice-connection {
  920. ;
  921. border-top: none !important;
  922. padding: 15px 20px 15px 18px !important;
  923. }
  924. #voice-connection .btn {
  925. background: rgba(0, 0, 0, 0.45);
  926. box-shadow: none !important;
  927. }
  928. #voice-connection .btn:active {
  929. background: rgba(0, 0, 0, 0.6);
  930. }
  931. .account .btn-deafen,
  932. .account .btn-settings {
  933. box-shadow: none !important;
  934. }
  935. .account .btn-group,
  936. #voice-connection .btn-group {
  937. border: none;
  938. }
  939. .title-wrap {
  940. border-bottom: 0px !important;
  941. background: rgba(0, 0, 0, 0.88) !important;
  942. }
  943. .chat .divider:not(.divider-red)>div {
  944. background: rgba(255, 255, 255, 0.2) !important;
  945. }
  946. .chat .divider>span {
  947. background: rgba(255, 255, 255, 0.2) !important;
  948. font-size: 12px;
  949. text-transform: uppercase;
  950. margin: 10px 0px;
  951. border-radius: 3px;
  952. opacity: 1;
  953. padding: 5px 15px;
  954. width: 100%;
  955. text-align: center;
  956. }
  957. .chat .divider.divider-red>span {
  958. background: rgba(240, 71, 71, .6) !important;
  959. color: rgba(255, 255, 255, 0.8) !important;
  960. }
  961. .chat .divider:not(.divider-red)>span {
  962. color: rgba(255, 255, 255, 1) !important;
  963. }
  964. .chat .divider>div {
  965. display: none;
  966. }
  967. .chat .new-messages-bar {
  968. background-color: rgba(29, 101, 134, .9);
  969. }
  970. .chat .new-messages-bar:hover {
  971. background-color: rgba(29, 101, 134, 1);
  972. }
  973. .chat .new-messages-bar button:last-child {
  974. color: rgba(255, 255, 255, 0.5);
  975. }
  976. .chat-empty {
  977. background: rgba(20, 23, 27, 0.95);
  978. }
  979. .chat>.title-wrap>.topic {
  980. font-size: 12px;
  981. margin-top: 5px;
  982. color: #656565 !important;
  983. }
  984. .chat>.title-wrap {
  985. box-shadow: 0 0 0;
  986. background: rgba(0, 0, 0, 0.88) !important;
  987. }
  988. .chat>.content .messages .message-group:not(.has-divider) {
  989. border-bottom-color: hsla(0, 0%, 100%, .04) !important;
  990. }
  991. .chat>.content .messages .message-group .markup .highlight {
  992. color: #ddd !important;
  993. padding: 1px 4px;
  994. border-radius: 6px;
  995. -webkit-transition: all 0.3s ease;
  996. -moz-transition: all 0.3s ease;
  997. -o-transition: all 0.3s ease;
  998. -ms-transition: all 0.3s ease;
  999. }
  1000. .chat>.content .messages .message-group .markup .highlight:hover {
  1001. color: #fff !important;
  1002. }
  1003. .chat>.content .messages .message-group .markup {
  1004. color: rgba(255, 255, 255, 0.5) !important;
  1005. line-height: 1.5em;
  1006. }
  1007. .chat>.content .messages .message-group h2 .user-name {
  1008. color: rgba(255, 255, 255, 0.8);
  1009. }
  1010. .chat>.content .messages .message-group h2 span {
  1011. color: rgba(255, 255, 255, 0.2) !important;
  1012. }
  1013. .chat>.content .messages .message-group .markup pre {
  1014. background: transparent !important;
  1015. border-color: rgba(255, 255, 255, 0.1) !important;
  1016. }
  1017. .chat>.content .messages .message-group .markup pre code.hljs {
  1018. background: rgba(0, 0, 0, 0.42) !important;
  1019. color: rgba(255, 255, 255, 0.7) !important;
  1020. padding: 1em !important;
  1021. }
  1022. .chat>.content .messages .message-group .markup code.inline {
  1023. background: rgba(255, 255, 255, 0.1) !important;
  1024. color: rgba(255, 255, 255, 0.7) !important;
  1025. padding: 0.3em 0.6em;
  1026. }
  1027. .channel-textarea-upload {
  1028. border-right-color: hsla(0, 0%, 100%, .1) !important;
  1029. }
  1030. .channel-textarea-inner {
  1031. border: 2px solid rgba(255, 255, 255, 0.1) !important;
  1032. background: rgba(0, 0, 0, 0.6) !important;
  1033. }
  1034. .typing {
  1035. font-size: 11px;
  1036. }
  1037. .spoiler span {
  1038. display: none;
  1039. }
  1040. .spoiler:before {
  1041. padding-top: 7px;
  1042. padding-bottom: 3px;
  1043. min-height: 18px;
  1044. background: none;
  1045. }
  1046. #twitchcord-button {
  1047. background-size: 24px;
  1048. background-position: 20px;
  1049. background-color: transparent;
  1050. }
  1051. .message-group.compact .timestamp {
  1052. position: relative;
  1053. top: -4px;
  1054. }
  1055. .message-group.compact .message .markup .user-name {
  1056. margin-right: 10px;
  1057. }
  1058. .add-friend-popout .btn:disabled {
  1059. opacity: 0.4;
  1060. }
  1061. .private-channels .channel.btn-friends .badge {
  1062. margin-right: 10px;
  1063. }
  1064. #friends {
  1065. background: transparent !important;
  1066. }
  1067. .friends-header {
  1068. background: rgba(0, 0, 0, 0.88) !important;
  1069. }
  1070. .friends-table {
  1071. background: rgba(0, 0, 0, 0.85) !important;
  1072. margin-top: 0 !important;
  1073. }
  1074. .friends-table .friends-table-body {
  1075. padding-top: 20px !important;
  1076. }
  1077. .friends-table .friends-row:hover {
  1078. background: rgba(0, 0, 0, 0.35) !important;
  1079. }
  1080. .channel-members .member:hover {
  1081. background: rgba(255, 255, 255, 0.07) !important;
  1082. }
  1083. .channel-members .member .member-username {
  1084. font-size: 13px;
  1085. }
  1086. .channel-members .avatar-small .status {
  1087. border: 1px solid;
  1088. }
  1089. .user-popout .user-popout-options .btn:hover {
  1090. border: 1px solid #3DA9A9;
  1091. }
  1092. .tooltip {
  1093. color: #e0e0e0;
  1094. }
  1095. .bd-minimal .guilds {
  1096. padding-left: 10px !important;
  1097. }
  1098. .bd-minimal .guilds .friends-icon {
  1099. background-size: 60%;
  1100. }
  1101. .bd-minimal .guilds li .guild-inner:before {
  1102. height: 25px;
  1103. border-radius: 5px;
  1104. margin-top: -13px;
  1105. }
  1106. .bd-minimal .guilds li.unread .guild-inner:before {
  1107. width: 10px;
  1108. height: 10px;
  1109. margin-top: -5px;
  1110. left: -16px;
  1111. }
  1112. .bd-minimal .guilds li.active .guild-inner:before {
  1113. left: -18px;
  1114. border-radius: 5px;
  1115. height: 25px;
  1116. margin-top: -13px;
  1117. }
  1118. .bd-minimal .guilds li,
  1119. .bd-minimal .guilds li .avatar-small,
  1120. .bd-minimal .guilds li .guild-inner,
  1121. .bd-minimal .guilds li .guild-inner a,
  1122. .bd-minimal .guilds .friends-icon {
  1123. width: 25px;
  1124. height: 25px;
  1125. line-height: 25px;
  1126. }
  1127. .bd-minimal .guilds li .avatar-small,
  1128. #bd-pub-button {
  1129. font-size: 10px !important;
  1130. }
  1131. .bd-minimal .chat>.title-wrap>.title {
  1132. font-size: 16px;
  1133. }
  1134. .bd-minimal .theme-dark .comment {
  1135. border-left: none !important;
  1136. padding-left: 10px;
  1137. }
  1138. .bd-minimal .message-group {
  1139. padding: 10px 5px;
  1140. }
  1141. .bd-minimal .guild-channels ul .channel-text .channel-name {
  1142. padding-left: 5px;
  1143. }
  1144. .bd-minimal .avatar-large {
  1145. border-radius: 100%;
  1146. }
  1147. .bd-minimal .message-group .edit-message .edit-container-outer {
  1148. margin-left: 50px;
  1149. }
  1150. .bd-minimal .message-group .edit-message .edit-container-inner {
  1151. margin-left: 10px;
  1152. }
  1153. .bd-minimal .channel-members h2 {
  1154. margin-top: 20px;
  1155. margin-bottom: 3px;
  1156. padding-left: 20px;
  1157. }
  1158. .bd-minimal .channel-members h2:first-of-type {
  1159. margin-top: 0px;
  1160. margin-bottom: 3px;
  1161. }
  1162. .bd-minimal .channel-members .member {
  1163. padding: 5px 15px 8px 20px;
  1164. }
  1165. .bd-minimal .guild-header header span {
  1166. margin-left: -13px;
  1167. font-size: 14px;
  1168. }
  1169. .bd-minimal .guild-channels ul .channel-text.unread:not(.selected):not(.channel-muted):before {
  1170. top: 9px;
  1171. width: 10px;
  1172. height: 10px;
  1173. }
  1174. .bd-minimal .guild-channels h2 {
  1175. margin-left: 10px;
  1176. }
  1177. .bd-minimal #voice-connection {
  1178. width: 176px;
  1179. margin-left: -46px;
  1180. }
  1181. .bd-minimal .account {
  1182. width: 176px;
  1183. margin-left: -46px;
  1184. }
  1185. .bd-minimal .account .avatar-small {
  1186. display: block !important;
  1187. }
  1188. .bd-minimal .account .username {
  1189. display: none;
  1190. }
  1191. .bd-minimal .account .btn-group {
  1192. margin-left: 10px;
  1193. }
  1194. .bd-minimal .account .btn-group .btn {
  1195. width: 30px;
  1196. }
  1197. .settings .settings-header {
  1198. background: #1a1d20 !important;
  1199. }
  1200. .channel-notification-settings .content .content-inner {
  1201. background: transparent !important;
  1202. }
  1203. .theme-dark .chat>.content .messages .message-group .comment .markup {
  1204. color: #fff;
  1205. }
  1206. .guild-channels .channel-text:hover:not(.unread):before {
  1207. border-left: 4px solid #3DA9A9;
  1208. }
  1209. .guild-channels .channel-text.selected:before {
  1210. border-left: 4px solid #3DA9A9;
  1211. }
  1212. .guilds li.active .guild-inner,
  1213. .guilds li:hover .guild-inner {
  1214. background: #3DA9A9 !important;
  1215. }
  1216. .theme-dark .chat>.content:first-child .scroller-wrap::-webkit-scrollbar-thumb {
  1217. background-color: #3DA9A9;
  1218. }
  1219. .guild-header a.red-highlight {
  1220. color: #3DA9A9;
  1221. }
  1222. .create-guild-container .create-or-join .form-inner {
  1223. background-color: #282b30;
  1224. }
  1225. .create-guild-container .action {
  1226. background: #31343A;
  1227. }
  1228. .create-guild-container .create-or-join .actions .or {
  1229. background-image: none;
  1230. color: #282B30;
  1231. }
  1232. .form .form-inner {
  1233. background-color: #282B30;
  1234. }
  1235. .form header {
  1236. color: #3DA9A9;
  1237. }
  1238. .form .control-group input[type=email],
  1239. .form .control-group input[type=password],
  1240. .form .control-group input[type=text],
  1241. .form .control-group textarea {
  1242. background: #32353A;
  1243. color: #90A0AA;
  1244. border-bottom: 1px solid #232529;
  1245. border-radius: 3px;
  1246. }
  1247. .form .control-group input[type=email]:focus,
  1248. .form .control-group input[type=password]:focus,
  1249. .form .control-group input[type=text]:focus,
  1250. .form .control-group textarea:focus {
  1251. border-bottom: 2px solid #3DA9A9;
  1252. }
  1253. .region-select {
  1254. background: #32353A;
  1255. }
  1256. .region-select .region-select-inner {
  1257. background: #32353A;
  1258. border: 1px solid #232529;
  1259. }
  1260. .region-select button {
  1261. background-color: #32353A;
  1262. border: 1px solid #232529;
  1263. color: #3DA9A9;
  1264. }
  1265. .region-select:hover .region-select-inner,
  1266. .region-select:hover button {
  1267. border-color: #3DA9A9;
  1268. }
  1269. .region-select:hover button {
  1270. background-color: #3DA9A9;
  1271. }
  1272. .create-guild-container h5 {
  1273. color: #3DA9A9;
  1274. }
  1275. .avatar-uploader .avatar-uploader-inner {
  1276. background-color: #3DA9A9;
  1277. border: 5px solid #2C7E7B;
  1278. }
  1279. .form .form-actions {
  1280. background-color: #282B30;
  1281. border-top: 1px solid #232529;
  1282. }
  1283. .form .btn-default {
  1284. background-color: #282B30;
  1285. border-bottom: 2px solid #282B30;
  1286. border-radius: 5px;
  1287. width: 62px;
  1288. }
  1289. .form .btn-primary {
  1290. background-color: #3DA9A9;
  1291. }
  1292. .create-guild-container .action.create .action-header {
  1293. color: #3DA9A9;
  1294. }
  1295. .create-guild-container .action:hover.create .btn {
  1296. background-color: #2C7E7B;
  1297. }
  1298. .form .btn-primary:hover {
  1299. background-color: #2C7E7B;
  1300. }
  1301. .scroller-wrap .scroller::-webkit-scrollbar-thumb {
  1302. background-color: #3DA9A9 !important;
  1303. border: 3px solid rgba(211, 5, 5, 0) !important;
  1304. }
  1305. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  1306. background-color: #3DA9A9 !important;
  1307. border: 3px solid rgba(211, 5, 5, 0) !important;
  1308. }
  1309. .tab-bar.SIDE .tab-bar-item:before {
  1310. border-left: 4px solid #3DA9A9;
  1311. }
  1312. a:link {
  1313. color: #3DA9A9;
  1314. }
  1315. .user-settings-modal a {
  1316. color: #3DA9A9;
  1317. }
  1318. .user-settings-modal .settings-wrapper,
  1319. .user-settings-modal .voice-settings {
  1320. background: #2E3136;
  1321. }
  1322. .settings .settings-actions {
  1323. background-color: #2E3136;
  1324. border-top: 1px solid #3DA9A9;
  1325. }
  1326. .checkbox .checkbox-inner+span {
  1327. color: #fff
  1328. }
  1329. .highlight {
  1330. color: #3DA9A9;
  1331. }
  1332. .user-settings-modal-connections .user-settings-modal-accounts-list .connect-container .name {
  1333. color: #fff;
  1334. }
  1335. .user-settings-modal-connections .user-settings-modal-connections-list .connection .connection-integrations.no-integrations {
  1336. color: rgba(222, 222, 222, 0.59);
  1337. }
  1338. .user-settings-modal-connections .user-settings-modal-connections-list .connection .connection-integrations {
  1339. border: 1px solid #404040;
  1340. }
  1341. .user-settings-modal-connections .user-settings-modal-connections-list {
  1342. box-shadow: 0 -1px #404040;
  1343. }
  1344. .tab-bar.TOP .tab-bar-item.selected {
  1345. border-bottom: 2px solid #3DA9A9;
  1346. color: #3DA9A9;
  1347. }
  1348. .checkbox .checkbox-inner input[type=checkbox]:checked+span {
  1349. background-color: #3DA9A9 !important;
  1350. border-color: #3DA9A9 !important;
  1351. }
  1352. .radio .radio-inner span:after {
  1353. background: #3DA9A9;
  1354. }
  1355. .slider-bar-fill {
  1356. background: #3DA9A9;
  1357. }
  1358. .slider-handle {
  1359. border: 1px solid #3DA9A9;
  1360. }
  1361. .radio .radio-inner {
  1362. background: #454950;
  1363. border: 2px solid #3DA9A9;
  1364. }
  1365. .tab-bar.TOP {
  1366. border-bottom: 1px solid #3DA9A9;
  1367. }
  1368. #bd-ps-body table tr:nth-child(odd):hover {
  1369. background-color: #3DA9A9;
  1370. }
  1371. .guild-settings-modal-members .member-buttons .btn {
  1372. background: #3DA9A9;
  1373. border: 1px solid #3DA9A9;
  1374. color: #EFEFEF;
  1375. }
  1376. .guild-settings-modal-members .member-buttons .btn.btn-danger:hover {
  1377. background: #2C7E7B;
  1378. }
  1379. .guild-settings-modal-members .member-buttons .btn.btn-danger {
  1380. border: 1px solid #2C7E7B;
  1381. color: #FFFFFF;
  1382. }
  1383. .guild-settings-modal-members .guild-settings-modal-list .member+.member {
  1384. border-top: 1px solid #2E3136;
  1385. }
  1386. .member-roles .member-role .member-role-remove {
  1387. background: url(https://i.imgur.com/O2TX2bn.png) 50% no-repeat;
  1388. width: 8px;
  1389. height: 12px;
  1390. background-size: 8px;
  1391. }
  1392. .member-roles .member-role .member-role-add {
  1393. background: url(https://i.imgur.com/1MfzLoF.png) 50% no-repeat;
  1394. width: 8px;
  1395. height: 12px;
  1396. background-size: 10px;
  1397. }
  1398. .member-roles .member-role:hover {
  1399. background-color: #2C7E7B;
  1400. }
  1401. .guilds-add:hover {
  1402. border-color: hsl(145, 64%, 50%);
  1403. color: transparent;
  1404. opacity: 1.0;
  1405. -webkit-animation: color_change 1s infinite alternate;
  1406. -moz-animation: color_change 1s infinite alternate;
  1407. -ms-animation: color_change 1s infinite alternate;
  1408. -o-animation: color_change 1s infinite alternate;
  1409. animation: color_change 1s infinite alternate;
  1410. }
  1411. @-webkit-keyframes color_change {
  1412. from {
  1413. border-color: #535559;
  1414. }
  1415. to {
  1416. border-color: green;
  1417. }
  1418. }
  1419. @-moz-keyframes color_change {
  1420. from {
  1421. border-color: #535559;
  1422. }
  1423. to {
  1424. border-color: green;
  1425. }
  1426. }
  1427. @-ms-keyframes color_change {
  1428. from {
  1429. border-color: #535559;
  1430. }
  1431. to {
  1432. border-color: green;
  1433. }
  1434. }
  1435. @-o-keyframes color_change {
  1436. from {
  1437. border-color: #535559;
  1438. }
  1439. to {
  1440. border-color: green;
  1441. }
  1442. }
  1443. @keyframes color_change {
  1444. from {
  1445. border-color: #535559;
  1446. }
  1447. to {
  1448. border-color: green;
  1449. }
  1450. }
  1451. .channel-members h2 {
  1452. color: #3DA9A9 !important;
  1453. font-size: 11px;
  1454. text-transform: uppercase;
  1455. letter-spacing: .08em;
  1456. font-weight: 600;
  1457. padding: 4px 58px;
  1458. background-color: rgba(0, 0, 0, 0.24);
  1459. border: 1px solid;
  1460. border-color: transparent;
  1461. border-radius: 3px;
  1462. width: 90px;
  1463. margin-left: 15px;
  1464. text-align: center
  1465. }
  1466. .private-channels .search-result.selected:before,
  1467. .private-channels .search-result:hover:before {
  1468. border-left: 4px solid #2C7E7B;
  1469. }
  1470. /*[[Onlineon]]*/
  1471. /*[[Onlineoff]]*/
  1472. .channel-members-wrap {
  1473. min-width: 240px;
  1474. display: -webkit-box;
  1475. display: -webkit-flex;
  1476. display: -ms-flexbox;
  1477. display: box;
  1478. display: flex;
  1479. }
  1480. .message-group .edit-message .channel-textarea-inner {
  1481. border-color: #3DA9A9;
  1482. }
  1483. .channel-members .member .member-game strong {
  1484. color: #3DA9A9;
  1485. }
  1486. .spoiler {
  1487. Background-color: rgba(125, 58, 114, 0.28);
  1488. border: 1px solid;
  1489. border-color: transparent;
  1490. border-radius: 6px;
  1491. cursor: pointer;
  1492. }
  1493. #bd-ps-body table tr:hover {
  1494. background-color: #3DA9A9;
  1495. }
  1496. @keyframes swing {
  1497. 0% {
  1498. transform: rotate(0deg);
  1499. -webkit-transform: rotate(0deg);
  1500. -moz-transform: rotate(0deg);
  1501. -o-transform: rotate(0deg);
  1502. -ms-transform: rotate(0deg);
  1503. }
  1504. 25% {
  1505. transform: rotate(-30deg);
  1506. -webkit-transform: rotate(-30deg);
  1507. -moz-transform: rotate(-30deg);
  1508. -o-transform: rotate(-30deg);
  1509. -ms-transform: rotate(-30deg);
  1510. }
  1511. 50% {
  1512. transform: rotate(0deg);
  1513. -webkit-transform: rotate(0deg);
  1514. -moz-transform: rotate(0deg);
  1515. -o-transform: rotate(0deg);
  1516. -ms-transform: rotate(0deg);
  1517. }
  1518. 75% {
  1519. transform: rotate(30deg);
  1520. -webkit-transform: rotate(30deg);
  1521. -moz-transform: rotate(30deg);
  1522. -o-transform: rotate(30deg);
  1523. -ms-transform: rotate(30deg);
  1524. }
  1525. 100% {
  1526. transform: rotate(0deg);
  1527. -webkit-transform: rotate(0deg);
  1528. -moz-transform: rotate(0deg);
  1529. -o-transform: rotate(0deg);
  1530. -ms-transform: rotate(0deg);
  1531. }
  1532. }
  1533. @-webkit-keyframes swing {
  1534. 0% {
  1535. transform: rotate(0deg);
  1536. -webkit-transform: rotate(0deg);
  1537. -moz-transform: rotate(0deg);
  1538. -o-transform: rotate(0deg);
  1539. -ms-transform: rotate(0deg);
  1540. }
  1541. 25% {
  1542. transform: rotate(-30deg);
  1543. -webkit-transform: rotate(-30deg);
  1544. -moz-transform: rotate(-30deg);
  1545. -o-transform: rotate(-30deg);
  1546. -ms-transform: rotate(-30deg);
  1547. }
  1548. 50% {
  1549. transform: rotate(0deg);
  1550. -webkit-transform: rotate(0deg);
  1551. -moz-transform: rotate(0deg);
  1552. -o-transform: rotate(0deg);
  1553. -ms-transform: rotate(0deg);
  1554. }
  1555. 75% {
  1556. transform: rotate(30deg);
  1557. -webkit-transform: rotate(30deg);
  1558. -moz-transform: rotate(30deg);
  1559. -o-transform: rotate(30deg);
  1560. -ms-transform: rotate(30deg);
  1561. }
  1562. 100% {
  1563. transform: rotate(0deg);
  1564. -webkit-transform: rotate(0deg);
  1565. -moz-transform: rotate(0deg);
  1566. -o-transform: rotate(0deg);
  1567. -ms-transform: rotate(0deg);
  1568. }
  1569. }
  1570. @keyframes swing1 {
  1571. 0% {
  1572. left: -15px;
  1573. right: 0;
  1574. }
  1575. 25% {
  1576. left: -100px;
  1577. right: 0;
  1578. }
  1579. 50% {
  1580. left: -15px;
  1581. right: 0;
  1582. }
  1583. 75% {
  1584. left: 0;
  1585. right: -100px;
  1586. }
  1587. 100% {
  1588. left: -15px;
  1589. right: 0;
  1590. }
  1591. }
  1592. @-webkit-keyframes swing1 {
  1593. 0% {
  1594. left: -15px;
  1595. right: 0;
  1596. }
  1597. 25% {
  1598. left: -100px;
  1599. right: 0;
  1600. }
  1601. 50% {
  1602. left: -15px;
  1603. right: 0;
  1604. }
  1605. 75% {
  1606. left: 0;
  1607. right: -100px;
  1608. }
  1609. 100% {
  1610. left: -15px;
  1611. right: 0;
  1612. }
  1613. }
  1614. @-webkit-keyframes load8 {
  1615. 0% {
  1616. -webkit-transform: rotate(0deg);
  1617. transform: rotate(0deg);
  1618. }
  1619. 100% {
  1620. -webkit-transform: rotate(360deg);
  1621. transform: rotate(360deg);
  1622. }
  1623. }
  1624. @keyframes load8 {
  1625. 0% {
  1626. -webkit-transform: rotate(0deg);
  1627. transform: rotate(0deg);
  1628. }
  1629. 100% {
  1630. -webkit-transform: rotate(360deg);
  1631. transform: rotate(360deg);
  1632. }
  1633. }
  1634. .account .btn-settings:hover:after {
  1635. -webkit-transform: translateZ(0);
  1636. -ms-transform: translateZ(0);
  1637. transform: translateZ(0);
  1638. -webkit-animation: load8 2.8s infinite linear;
  1639. animation: load8 2.8s infinite linear;
  1640. }
  1641. .guilds li .badge {
  1642. animation: zoom 2s infinite;
  1643. }
  1644. @keyframes zoom {
  1645. 0% {
  1646. -webkit-transform: scale(1, 1);
  1647. }
  1648. 50% {
  1649. -webkit-transform: scale(1.2, 1.2);
  1650. }
  1651. 100% {
  1652. -webkit-transform: scale(1, 1);
  1653. }
  1654. }
  1655. .guild-channels .channel-voice.locked:hover .icon-lock {
  1656. animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  1657. }
  1658. @keyframes shake {
  1659. 10%, 90% {
  1660. transform: translate3d(-1px, 0, 0);
  1661. }
  1662. 20%,
  1663. 80% {
  1664. transform: translate3d(2px, 0, 0);
  1665. }
  1666. 30%,
  1667. 50%,
  1668. 70% {
  1669. transform: translate3d(-4px, 0, 0);
  1670. }
  1671. 40%,
  1672. 60% {
  1673. transform: translate3d(4px, 0, 0);
  1674. }
  1675. }
  1676. .guild-channels .channel-voice.locked {
  1677. cursor: pointer;
  1678. }
  1679. .theme-dark #friends .friends-header .tab-bar .tab-bar-item.selected {
  1680. background-color: #43B581;
  1681. color: #fff;
  1682. }
  1683. #friends .btn {
  1684. background-color: #3DA9A9;
  1685. }
  1686. #friends .btn:hover {
  1687. background-color: #2C7E7B;
  1688. }
  1689. .private-channels .channel.selected .icon-friends {
  1690. background-color: #2C7E7B;
  1691. }
  1692. .add-friend-popout {
  1693. background: transparent;
  1694. }
  1695. .add-friend-popout header input:focus {
  1696. border-color: hsla(0, 0%, 100%, .3);
  1697. }
  1698. .add-friend-popout .btn:disabled {
  1699. background-color: #2C7E7B;
  1700. }
  1701. #user-profile-modal .sub-header {
  1702. background: #2E3136;
  1703. }
  1704. #user-profile-modal .tab-bar {
  1705. background: #2E3136;
  1706. border-bottom: 1px solid #2B2B2B;
  1707. }
  1708. #user-profile-modal .btn {
  1709. background-color: #3DA9A9;
  1710. }
  1711. #user-profile-modal .btn:hover {
  1712. background-color: #2C7E7B;
  1713. }
  1714. #user-profile-modal .header {
  1715. background-color: #3DA9A9;
  1716. background-image: none;
  1717. }
  1718. .context-menu {
  1719. background: #2E3136;
  1720. }
  1721. .context-menu .item:hover {
  1722. background: #292B2F;
  1723. }
  1724. #user-profile-modal .guilds .guild:hover {
  1725. background: linear-gradient(90deg, #27292D 90%, #2E3136);
  1726. color: #D8D8D8;
  1727. }
  1728. #user-profile-modal .empty {
  1729. background: #2E3136;
  1730. }
  1731. /*[[Hidden]]*/
  1732. /*[[Visible]]*/
  1733. .message-group-blocked {
  1734. background: #fcfcfc;
  1735. -webkit-box-pack: center;
  1736. -o-box-pack: center;
  1737. -ms-flex-pack: center;
  1738. -webkit-justify-content: center;
  1739. justify-content: center;
  1740. border: 1px solid #e3e5e7;
  1741. border-radius: 3px;
  1742. margin: 6px 6px 6px 19px;
  1743. display: none;
  1744. }
  1745. .user-settings-modal-account .discord-tag {
  1746. color: #3DA9A9;
  1747. }
  1748. .guilds .friends-online {
  1749. text-transform: uppercase;
  1750. font-weight: 600;
  1751. color: #DCDCDC;
  1752. margin: 10px -5px;
  1753. word-wrap: normal;
  1754. white-space: normal;
  1755. width: 50px;
  1756. cursor: pointer;
  1757. overflow: hidden;
  1758. border-radius: 25px;
  1759. background: transparent !important;
  1760. font-size: 10px;
  1761. text-align: center;
  1762. line-height:17px;
  1763. }
  1764. .guilds .friends-online:hover {
  1765. background: transparent !important;
  1766. }
  1767. .add-friend-popout-info .add-friend-popout-info-confirmation:before {
  1768. background: url(https://i.imgur.com/DYCx6qB.png) 50% no-repeat;
  1769. content: ' ';
  1770. width: 17px;
  1771. height: 16px;
  1772. background-size: 40px 39px;
  1773. display: inline-block;
  1774. vertical-align: middle;
  1775. margin-top: -8px;
  1776. margin-right: 4px;
  1777. }
  1778. .message-group .btn-option:hover {
  1779. -webkit-transform: translateZ(0);
  1780. -ms-transform: translateZ(0);
  1781. transform: translateZ(0);
  1782. -webkit-animation: load8 2.8s infinite linear;
  1783. animation: load8 2.8s infinite linear;
  1784. }
  1785. .chat .has-more button {
  1786. color: #3DA9A9;
  1787. }
  1788. .theme-dark #friends .friends-table .friends-table-header .friends-column:after {
  1789. color: hsla(0, 0%, 100%, .3);
  1790. font-size: 12px;
  1791. text-transform: uppercase;
  1792. letter-spacing: .025em;
  1793. font-weight: 600;
  1794. -webkit-flex-shrink: 0;
  1795. flex-shrink: 0;
  1796. }
  1797. .theme-dark .friends-table .messages .message-group .comment .markup pre,
  1798. .theme-dark .messages-wrapper .messages .message-group .comment .markup pre {
  1799. background: rgba(46, 49, 54, 0.32);
  1800. border-color: #282b30;
  1801. }
  1802. .theme-dark .channel-members .member.popout-open,
  1803. .theme-dark .channel-members .member:hover {
  1804. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 85%, rgba(46, 49, 54, 0)) !important;
  1805. }
  1806. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  1807. border: 3px solid rgba(255, 255, 255, 0) !important;
  1808. background-color: rgba(0, 0, 0, 0.3) !important;
  1809. }
  1810. .theme-dark #friends .friends-header .tab-bar .tab-bar-item:hover:not(.selected) {
  1811. background: rgba(0, 0, 0, 0.29);
  1812. }
  1813. .theme-dark .friends-table .messages .message-group .comment .markup .highlight:hover, .theme-dark .messages-wrapper .messages .message-group .comment .markup .highlight:hover {
  1814. background-color: #3DA9A9;
  1815. }
  1816. .user-popout {
  1817. opacity: 1;
  1818. }
  1819. .user-settings-modal.settings {
  1820. opacity: 1;
  1821. /*[[NSFWON]]*/
  1822. /*[[NSFWOFF]]*/
  1823. }
  1824. .message-group .image {
  1825. -webkit-filter: none;
  1826. }
  1827. .message-group .image:hover {
  1828. -webkit-filter: none;
  1829. }
  1830. .channel-textarea-autocomplete-inner {
  1831. background:rgba(0,0,0,0.84)!important;
  1832. border:none !important;
  1833. }
  1834.  
  1835. .channel-textarea-autocomplete-inner:after {
  1836. display:none;
  1837. }
  1838.  
  1839. .channel-textarea-autocomplete-inner header {
  1840. background:rgba(0,0,0,0.84)!important;
  1841. border-radius:5px 5px 0 0;
  1842. border:none !important;
  1843. }
  1844.  
  1845. .channel-textarea-autocomplete ul li.active {
  1846. background:rgba(255,255,255,0.1)!important;
  1847. }
  1848. #user-profile-modal .avatar-profile {
  1849. border: 6px solid #3DA9A9 !important;
  1850. }
  1851. #user-profile-modal footer .btn.disabled {
  1852. background: #8E8E8E !important;
  1853. }
  1854. #user-profile-modal footer .btn.disabled:hover {
  1855. background: #777777 !important;
  1856. }
  1857. span.discriminator {
  1858. font-size: 11px !important;
  1859. color: hsla(0, 0%, 100%, 0.7) !important;
  1860. margin-left: 8px !important;
  1861. border-radius: 5px !important;
  1862. background: rgba(0, 0, 0, 0.19) !important;
  1863. font-weight: bold !important;
  1864. border: 3px solid transparent !important;
  1865. -webkit-transition: all 0.3s ease !important;
  1866. -moz-transition: all 0.3s ease !important;
  1867. -o-transition: all 0.3s ease !important;
  1868. -ms-transition: all 0.3s ease !important;
  1869. }
  1870. span.discriminator:hover {
  1871. background: rgba(0, 0, 0, 0.32) !important;
  1872. color: #fff !important;
  1873. font-size: 14px !important;
  1874. font-weight: bold !important;
  1875. }
  1876. .guilds-error {
  1877. width: 40px !important;
  1878. height: 40px !important;
  1879. line-height: 39px !important;
  1880. }
  1881. .theme-dark .friends-table .messages .invite-button, .theme-dark .messages-wrapper .messages .invite-button {
  1882. background-color: rgba(0, 0, 0, 0.54);
  1883. border-color: rgba(0, 0, 0, 0.35);
  1884. }
  1885. .invite-button-icon {
  1886. background-color: rgba(0, 0, 0, 0.62);
  1887. border: 1px solid #000000;
  1888. }
  1889. .private-channels .channel .icon-friends {
  1890. background-color: rgba(21, 21, 21, 0.41) !important;
  1891. }
  1892. .upload-modal {
  1893. background-color: rgba(30, 30, 30, 0.78);
  1894. }
  1895. .upload-modal .footer {
  1896. background-color: rgba(0, 0, 0, 0.44);
  1897. }
  1898. .upload-modal .inner {
  1899. border:2px dashed rgba(6, 6, 6, 0.52);
  1900. }
  1901. .upload-modal .footer .button {
  1902. background-color: #3DA9A9;
  1903. }
  1904. .upload-modal .footer .button-primary {
  1905. color: #3DA9A9;
  1906. background-color: #fff;
  1907. }
  1908. div.control-group .shortcut-recorder input[type=text] {
  1909. border: 1px solid #3DA9A9;
  1910. text-shadow: 0 0 0 #FFFFFF;
  1911. }
  1912. .private-channels .search-bar input:focus {
  1913. border: 2px solid #3DA9A9;
  1914. webkit-animation: input-pulse 1.5s infinite;
  1915. animation: input-pulse 1.5s infinite;
  1916. }
  1917. @-webkit-keyframes input-pulse {
  1918. 0% {
  1919. box-shadow: 0 0 0 0 #3DA9A9;
  1920. }
  1921. 70% {
  1922. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  1923. }
  1924. to {
  1925. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  1926. }
  1927. }
  1928. @keyframes input-pulse {
  1929. 0% {
  1930. box-shadow: 0 0 0 0 #3DA9A9;
  1931. }
  1932. 70% {
  1933. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  1934. }
  1935. to {
  1936. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  1937. }
  1938. }
  1939. .bot-tag {
  1940. background: rgba(255, 255, 255, 0.28);
  1941. color: rgba(255, 255, 255, 0.62);
  1942. }
  1943. .bot-tag.bot-tag-invert {
  1944. font-size: 11px !important;
  1945. color: hsla(0, 0%, 100%, 0.7) !important;
  1946. margin-left: 8px !important;
  1947. border-radius: 5px !important;
  1948. background: rgba(0, 0, 0, 0.19) !important;
  1949. font-weight: bold !important;
  1950. border: 3px solid transparent !important;
  1951. padding: 0px;
  1952. }
  1953. .channel-members .member.member-status-offline .avatar-small {
  1954. -webkit-filter: grayscale(100%) blur(1px);
  1955. position: relative;
  1956. -webkit-transition: all .8s ease;
  1957. -moz-transition: all .8s ease;
  1958. -o-transition: all .8s ease;
  1959. transition: all .8s ease;
  1960. -webkit-transform: translateZ(0px);
  1961. transform: translateZ(0px);
  1962. }
  1963. .channel-members .member.popout-open .avatar-small, .channel-members .member:hover .avatar-small {
  1964. -webkit-filter: none !important;
  1965. filter: none;
  1966. position: relative;
  1967. -webkit-transition: all .8s ease-out;
  1968. -moz-transition: all .8s ease-out;
  1969. -o-transition: all .8s ease-out;
  1970. transition: all .8s ease-out;
  1971. -webkit-transform: translateZ(0px);
  1972. transform: translateZ(0px);
  1973. }
  1974. .offline {
  1975. background-color: #982929;
  1976. }
  1977. .status-offline {
  1978. background-color: #982929;
  1979. }
  1980. @-webkit-keyframes friend-request-pulse {
  1981. 0% {
  1982. box-shadow: 0 0 0 0 #43b581;
  1983. }
  1984. 70% {
  1985. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  1986. }
  1987. to {
  1988. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  1989. }
  1990. }
  1991. @keyframes friend-request-pulse {
  1992. 0% {
  1993. box-shadow: 0 0 0 0 #43b581;
  1994. }
  1995. 70% {
  1996. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  1997. }
  1998. to {
  1999. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  2000. }
  2001. }
  2002. #user-profile-modal footer .btn.add-friend {
  2003. webkit-animation: friend-request-pulse 1.5s infinite;
  2004. animation: friend-request-pulse 1.5s infinite;
  2005. }
  2006. #user-profile-modal .guilds .avatar-large {
  2007. background: #3DA9A9;
  2008. }
  2009. img.image {
  2010. border-radius: 5px;
  2011. }
  2012. #voice-connection .btn {
  2013. background: rgba(0, 0, 0, 0.45);
  2014. box-shadow: none !important;
  2015. border-radius: 40px;
  2016. }
  2017. .account .btn-deafen, .account .btn-mute, .account .btn-settings {
  2018. background: rgba(0, 0, 0, 0.45);
  2019. box-shadow: none !important;
  2020. border-radius: 40px;
  2021. }
  2022. #connecting {
  2023. background: rgba( 0, 0, 0,.80);
  2024. }
  2025. #connecting video.ready {
  2026. visibility: hidden;
  2027. }
  2028. #connecting video {
  2029. visibility: hidden;
  2030. }
  2031. #connecting .quote {
  2032. margin-bottom: 10px;
  2033. color: #fff;
  2034. font-weight: 400;
  2035. font-style: italic;
  2036. font-size: 16px;
  2037. visibility: hidden;
  2038. }
  2039. #connecting img,
  2040. #connecting video {
  2041. visibility: hidden;
  2042. }
  2043. #connecting .attribution {
  2044. visibility: hidden;
  2045. }
  2046. #connecting .attribution, #connecting .connection-status, #connecting .quote {
  2047. margin-bottom: -122px;
  2048. font-size: 30px;
  2049. text-align: center;
  2050. webkit-animation: pulse 1.5s infinite;
  2051. animation: pulse 1.5s infinite;
  2052. }
  2053. @-webkit-keyframes pulse {
  2054. 0% { -webkit-transform: scale(1); }
  2055. 50% { -webkit-transform: scale(1.1); }
  2056. 100% { -webkit-transform: scale(1); }
  2057. }
  2058. @keyframes pulse {
  2059. 0% { transform: scale(1); }
  2060. 50% { transform: scale(1.1); }
  2061. 100% { transform: scale(1); }
  2062. }
  2063. .account .btn-settings:after {
  2064. opacity: .3;
  2065. }
  2066. .guild-header li:hover a {
  2067. background-color: hsla(0, 0%, 0%, 0.78);
  2068. }
  2069. .markdown-modal .markdown-modal-footer {
  2070. background-color: #232729;
  2071. border-top: 1px solid #1A1E1F;
  2072. }
  2073. .markdown-modal .markdown-modal-header {
  2074. border-bottom: 1px solid #1A1E1F;
  2075. }
  2076. #twitchcord-button-container {
  2077. right:30px !important;
  2078. }
  2079. #pubs-header {
  2080. background: #6fd0fc;
  2081. }
  2082. .server-icon {
  2083. border-radius: 30px;
  2084. }
  2085. .server-info span {
  2086. color: #fff;
  2087. }
  2088. .server-row {
  2089. background-color: rgba(12, 12, 12, 0.88);
  2090. }
  2091. .server-row:nth-child(odd) {
  2092. background-color: rgba(21, 21, 21, 0.95)
  2093. }
  2094. .server-info button {
  2095. border-radius: 5px;
  2096. background-color: #6fd0fc;
  2097. }
  2098. .server-info button:hover {
  2099. background-color: #B01834;
  2100. }
  2101. #pubs-footer {
  2102. background: #6fd0fc;
  2103. }
  2104. #pubs-container {
  2105. background: #2D2D2D;
  2106. }
  2107. #bd-customcss-attach-controls {
  2108. border: 1px solid #6fd0fc;
  2109. border-top: 0px solid #6fd0fc;
  2110. }
  2111. #bd-customcss-attach-controls, #bd-customcss-detach-controls {
  2112. background: #2E3136;
  2113. }
  2114. .guild-header ul li:hover a {
  2115. background-color: #045B6B;
  2116. transition: .3s all ease-in-out;
  2117. }
  2118. .guild-header a.red-highlight:hover {
  2119. background-color: #A93D3D !important;
  2120. }
  2121. .guild-header ul a.red-highlight {
  2122. color: #fff;
  2123. background-color: #A93D3D;
  2124. border-radius: 3px;
  2125. }
  2126. .guild-header ul a {
  2127. background-color: #057F95;
  2128. border-radius: 3px;
  2129. opacity: 0.65;
  2130. }
  2131. #clockPluginClock {
  2132. position: absolute;
  2133. color: #8C8F94 !important;
  2134. background: transparent !important;
  2135. padding: 0 2px 0 13px;
  2136. bottom: 6.55px;
  2137. font-size: 10px;
  2138. font-weight: 600;
  2139. text-align: center;
  2140. border-radius: 55px;
  2141. left: 215.6px;
  2142. }
  2143. #clockPluginClock:hover {
  2144. position: absolute;
  2145. color: #dadddf !important;
  2146. }
  2147. .account .account-details .discriminator {
  2148. position: relative;
  2149. background: transparent !important;
  2150. right: 11px;
  2151. font-size: 10px !important;
  2152. font-weight: normal !important;
  2153. }
  2154. .user-settings-modal .btn-ghost {
  2155. background: transparent !important;
  2156. font-weight: 100;
  2157. border-color: #3DA9A9;
  2158. }
  2159. .user-settings-modal .btn-ghost:hover {
  2160. border-color: #3DA9A9;
  2161. color: #3DA9A9;
  2162. }
  2163. .user-settings-security .btn-ghost {
  2164. background: #057F95;
  2165. border: 2px solid #057F95;
  2166. color: #fff;
  2167. }
  2168. .user-settings-security .btn-ghost:hover {
  2169. background: #045B6B;
  2170. border-color: #045B6B;
  2171. }
  2172. .mfa-modal .form-inner p {
  2173. color: #B9B9B9 !important;
  2174. }
  2175. .mfa-modal .mfa-step {
  2176. border-bottom: 1px solid #080808;
  2177. }
  2178. .form .btn {
  2179. -webkit-transition: all .2s ease-in-out !important;
  2180. }
  2181. .user-settings-modal .link-button {
  2182. color: #057F95;
  2183. }
  2184. .user-settings-modal .link-button:hover {
  2185. color: #045B6B;
  2186. }
  2187. .radio-theme input[type=radio]:checked~label {
  2188. border-color: #057F95;
  2189. }
  2190. .header-toolbar button+button {
  2191. background-color: transparent !important;
  2192. }
  2193. .guilds-wrapper .guilds .guild.active:first-of-type .guild-inner {
  2194. background: #057F95 !important;
  2195. }
  2196. #friends .btn, .add-friend-popout .btn, .private-channels .channel.selected .icon-friends {
  2197. background-color: #057F95 !important;
  2198. }
  2199. .guild-channels .toggle-muted-text-channels a {
  2200. color: #fff;
  2201. opacity: .3;
  2202. }
  2203. .guild-settings-modal-members .guild-settings-modal-list .member {
  2204. padding: 5px;
  2205. }
  2206. .guild-settings-modal-members .guild-settings-modal-list .member:hover {
  2207. background-color: rgba(0, 0, 0, 0.4);
  2208. border-radius: 3px;
  2209. padding: 5px;
  2210. }
  2211. .guild-channels .channel-user-limit {
  2212. background: #000000;
  2213. }
  2214. .chat>.title-wrap>.topic:before {
  2215. background-color: rgba(0, 0, 0, 0.34);
  2216. }
  2217. div#bd-pub-button:hover {
  2218. background-color: #43B581 !important;
  2219. transition: .3s all ease-in-out;
  2220. }
  2221. #friends .friends-table .friends-row+.friends-row {
  2222. border-top: 1px solid rgba(0, 0, 0, 0.34);
  2223. }
  2224. .tab-bar.TOP .tab-bar-item {
  2225. color: #BBBBBB;
  2226. }
  2227. .tab-bar.TOP .tab-bar-item:hover {
  2228. border-bottom: 2px solid #BBBBBB;
  2229. }
  2230. #voice-connection .btn-info {
  2231. border-right: 0px solid transparent;
  2232. }
  2233. .guild-channels .channel-voice-states li.speaking .avatar-small {
  2234. background-color: #057F95;
  2235. border: 2px solid #057F95;
  2236. }
  2237. .guild-channels .channel-voice-states li.speaking .avatar-small:hover, .guild-channels .channel-voice-states li.speaking .draggable:hover .avatar-small {
  2238. border-color: #3DA9A9;
  2239. }
  2240. .user-settings-locale p {
  2241. color: #8E8E8E;
  2242. }
  2243. .guild-channels .channel-text.selected:before {
  2244. border-left: 4px solid #3DA9A9;
  2245. }
  2246. .guild-channels .channel-text.unread:not(.selected):not(.channel-muted):before {
  2247. background: #3DA9A9;
  2248. }
  2249. .guild-channels .channel-text.selected {
  2250. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 85%, rgba(46, 49, 54, 0)) !important;
  2251. }
  2252. .guild-channels .channel-text:hover {
  2253. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 85%, rgba(46, 49, 54, 0)) !important;
  2254. }
  2255. .protip {
  2256. color: #FFFFFF;
  2257. background-color: #3DA9A9;
  2258. border-radius: 3px;
  2259. padding: 2px 4px 2px 4px;
  2260. }
  2261. .user-settings-appearance .protip .tip, .user-settings-streamer-mode .protip .tip {
  2262. color: #FFF;
  2263. }
  2264. .protip .tip a {
  2265. color: #057F95;
  2266. }
  2267. .user-settings-appearance .protip .label, .user-settings-streamer-mode .protip {
  2268. background-color: #3DA9A9;
  2269. padding: 5px 4px 18px 4px;
  2270. }
  2271. .protip .label {
  2272. color: #FFFFFF;
  2273. }
  2274. .guilds-wrapper .guilds .guild.selected:before {
  2275. height: 30px;
  2276. border-radius: 20px;
  2277. background: #3DA9A9;
  2278. margin-top: -15px;
  2279. }
  2280. .guilds-wrapper .guilds .guild .guild-inner {
  2281. background-color: transparent !important;
  2282. }
  2283. .typing {
  2284. font-size: 11px;
  2285. color: #A5A5A5;
  2286. }
  2287. .typing strong {
  2288. font-weight: 700;
  2289. color: #A5A5A5;
  2290. }
  2291. .message-group.compact .message .markup .user-name:After {
  2292. content: ":";
  2293. font-size: 18px;
  2294. line-height: 16px;
  2295. font-weight: 600;
  2296. }
  2297. .user-popout .username-wrapper.has-nickname .discriminator, .user-popout .username-wrapper.has-nickname .username {
  2298. color: #EAEAEA;
  2299. }
  2300. .user-popout .body .section .label {
  2301. color: #A7A7A7;
  2302. }
  2303. .user-popout .footer .update-notice {
  2304. color: #A0A0A0;
  2305. }
  2306. .user-popout .username-wrapper .activity {
  2307. color: #DEDEDE;
  2308. }
  2309. .user-settings-locale .select-item .primary {
  2310. font-size: 15px;
  2311. color: #AEAEAE !important;
  2312. }
  2313. .create-guild-container .action.create .action-icon, .create-guild-container .action.join .action-icon {
  2314. -webkit-filter: invert() hue-rotate(145deg);
  2315. }
  2316. .instant-invites .instant-invites-list .instant-invite {
  2317. color: #C4C4C4;
  2318. }
  2319. .instant-invites .instant-invites-list .instant-invite .code {
  2320. color: #C4C4C4;
  2321. }
  2322. .form .control-group .help-text.error, .form .control-group .help-text.error a {
  2323. color: #FFFFFF;
  2324. background-color: #D22B3A;
  2325. border-radius: 3px;
  2326. padding: 2px;
  2327. }
  2328. #settings-roles-pro-tip .pro-tip {
  2329. color: #FFFFFF;
  2330. }
  2331. #settings-roles-pro-tip {
  2332. color: #F5F5F5;
  2333. background-color: #53BB8C;
  2334. border-radius: 3px;
  2335. padding: 0px 0px 0px 9px;
  2336. }
  2337. #settings-roles .roles li:before {
  2338. width: 3px;
  2339. }
  2340. .chat .welcome-message p {
  2341. color: #A0A0A0;
  2342. }
  2343. .bda-slist li:nth-child(odd) {
  2344. background: rgba(0, 0, 0, 0.56);
  2345. border-top: none;
  2346. border-radius: none;
  2347. }
  2348. .bda-slist .bda-name {
  2349. color: #057F95;
  2350. font-weight: 700;
  2351. font-size: 13px;
  2352. }
  2353. .bda-slist .bda-description {
  2354. color: #D2D2D2;
  2355. border-top: 2px solid #057F95;
  2356. font-size: 14px;
  2357. }
  2358. .bda-slist li {
  2359. background: rgba(0, 0, 0, 0.56);
  2360. border-bottom: 2px solid #057F95;
  2361. border-radius: none;
  2362. }
  2363. #bd-themes-pane .bda-plugin-reload {
  2364. margin-top: 68px;
  2365. margin-left: 20px;
  2366. }
  2367. .bda-slist .bda-right .btn {
  2368. margin-left: 20px;
  2369. }
  2370. .bda-slist .bda-right .bda-plugin-settings {
  2371. margin-top: 3px;
  2372. }
  2373. #user-profile-modal .guilds .guild .status {
  2374. width: 9px;
  2375. height: 9px;
  2376. }
  2377. ul.bda-slist {
  2378. margin-top: 18px;
  2379. width: 588px;
  2380. margin-left: -34px;
  2381. }
  2382. a[data-reactid*=".0.1.1.0.1.0.0.1.1.0"] {
  2383. background-color: #057F95;
  2384. border-radius: 3px;
  2385. }
  2386. a[data-reactid*=".0.1.1.0.1.0.0.1.1.0"]:hover {
  2387. background-color: #057F95 !important;
  2388. }
  2389. a[data-reactid*=".0.1.1.0.1.0.0.1.0.0"] {
  2390. background-color: #057F95;
  2391. border-radius: 3px;
  2392. }
  2393. a[data-reactid*=".0.1.1.0.1.0.0.1.0.0"]:hover {
  2394. background-color: #057F95 !important;
  2395. }
  2396. .guild-header ul a.red-highlight:hover {
  2397. background-color: #A93D3D !important;
  2398. }
  2399. a[data-reactid*=".0.1.1.0.1.0.0.1.2.0"]:hover {
  2400. background-color: #057F95 !important;
  2401. }
  2402. a[data-reactid*=".0.1.1.0.1.0.0.1.2.0"] {
  2403. background-color: #057F95;
  2404. border-radius: 3px;
  2405. }
  2406. a[data-reactid*=".0.1.1.0.1.0.0.1.3.0"]:hover {
  2407. background-color: #057F95 !important;
  2408. }
  2409. a[data-reactid*=".0.1.1.0.1.0.0.1.3.0"] {
  2410. background-color: #057F95;
  2411. border-radius: 3px;
  2412. }
  2413. .win-buttons button {
  2414. width: 26px;
  2415. height: 26px;
  2416. margin-left: 5px;
  2417. }
  2418. button.win-close:hover {
  2419. color: #fff;
  2420. }
  2421. button.win-maximize:hover {
  2422. color: #fff;
  2423. }
  2424. button.win-minimize:hover {
  2425. color: #fff;
  2426. }
  2427. .header-toolbar button+button[data-reactid=".0.1.1.0.2.0.3.0:1"] {
  2428. background-color: #057F95;
  2429. opacity: 0.8;
  2430. }
  2431. .tipsy-inner {
  2432. border-radius: 3px;
  2433. }
  2434. .bda-slist .checkbox {
  2435. margin-left: 18px;
  2436. margin-top: 0px;
  2437. }
  2438. .auth-background {
  2439. background-image: url("https://imgur.com/RG03PyX.png") !important;
  2440. background-size: cover !important;
  2441. }
  2442. .auth-copyright {
  2443. color: #FFFFFF;
  2444. opacity: .8;
  2445. font-weight: bold;
  2446. border: 2px #fff solid;
  2447. background: #000;
  2448. border-radius: 3px;
  2449. }
  2450. .form .Select-option.is-focused {
  2451. background: rgba(0, 0, 0, 0.68);
  2452. color: #FFFFFF;
  2453. }
  2454. .form .Select-option {
  2455. color: #C5C5C5;
  2456. }
  2457. .form .Select-control:hover {
  2458. border-color: #000;
  2459. }
  2460. .form .Select.is-disabled .Select-control:hover, .form .Select.is-open .Select-control:hover {
  2461. border-color: #000;
  2462. }
  2463. .form .is-focused:not(.is-open)>.Select-control {
  2464. border: 1px solid #000;
  2465. box-shadow: none;
  2466. }
  2467. .form .Select-control {
  2468. border: 1px solid #000000;
  2469. }
  2470. .form .control-group label a {
  2471. color: #057F95;
  2472. }
  2473. .is-open>.Select-control {
  2474. border-color: #000000 #000 #000000;
  2475. }
  2476. .search-bar.search-bar-light input {
  2477. background-color: transparent;
  2478. color: #B6B6B6;
  2479. }
  2480. .search-bar.search-bar-light {
  2481. background-color: rgba(0, 0, 0, 0.58);
  2482. color: #fff !important;
  2483. border-radius: 3px;
  2484. }
  2485. .guild-settings-modal-members {
  2486. background-color: transparent;
  2487. }
  2488. .guild-settings-modal-members .member-buttons .btn:hover {
  2489. background: #045B6B;
  2490. }
  2491. .guild-settings-modal-members .guild-settings-modal-members-header .form .Select .Select-value {
  2492. color: #DDD;
  2493. }
  2494. .form .control-group label a:hover {
  2495. color: #045B6B;
  2496. }
  2497. .theme-dark.context-menu .item-subMenu {
  2498. background: transparent url(https://discordapp.com/assets/1988164a7c55346d32117b151f4e319d.svg) no-repeat 155px 50%;
  2499. }
  2500. .theme-dark.context-menu .item-subMenu:hover {
  2501. background: rgba(0,0,0,0.69) url(https://discordapp.com/assets/e4afe52f6863408a35654a6e5fd69ba9.svg) no-repeat 155px 50%;
  2502. }
  2503. .theme-dark.context-menu .context-menu {
  2504. background: rgba(0,0,0,0.6);
  2505. border: 1px solid #000000;
  2506. box-shadow: 0 1px 4px rgba(0,0,0,.1);
  2507. }
  2508. .theme-dark.context-menu .item-group {
  2509. border-top-color: hsla(0, 0%, 0%, 0.85);
  2510. }
  2511. .user-popout .header {
  2512. background: #057F95;
  2513. }
  2514. .user-popout .avatar-wrapper .avatar-popout {
  2515. border: 4px solid #045B6B;
  2516. background-color: #045B6B;
  2517. }
  2518. .user-popout .body {
  2519. background: #000;
  2520. padding-bottom: 10px;
  2521. }
  2522. .user-popout .footer {
  2523. background: #000;
  2524. border-top: 2px #057F95 solid;
  2525. }
  2526. .user-popout .footer .quick-message-wrapper .input {
  2527. border: 2px solid #057F95;
  2528. background: #0C0C0C;
  2529. color: #fff;
  2530. }
  2531. .theme-dark.context-menu .item:hover {
  2532. background: rgba(0,0,0,0.69);
  2533. box-shadow: 0 0 1px rgba(0,0,0,.82),0 1px 4px rgba(0,0,0,.1);
  2534. cursor: pointer;
  2535. }
  2536. .guilds li:not(.active):not(:first-of-type) {
  2537. opacity: 0.65;
  2538. transition: 0.4s ease-in-out opacity;
  2539. }
  2540. .guilds li:not(.active):not(:first-of-type):hover {
  2541. opacity:1;
  2542. transition:0.2s ease-in-out opacity;
  2543. }
  2544. .emoji-picker .search-bar-clear {
  2545. background: #FFFFFF;
  2546. }
  2547. .emoji-picker .search-bar-clear:before {
  2548. background: rgb(0, 0, 0);
  2549. }
  2550. .emoji-picker .search-bar-clear:after {
  2551. background: #FFFFFF;
  2552. }
  2553. .search-bar-clear:after {
  2554. background: #FFFFFF;
  2555. }
  2556. .emoji-picker .search-bar-clear.active:after, .emoji-picker .search-bar-clear.active:before {
  2557. background: rgb(28, 28, 28);
  2558. }
  2559. .emoji-picker .no-search-results .sad-discord {
  2560. opacity: 0.6;
  2561. -webkit-filter: invert(90%);
  2562. }
  2563. .emoji-picker .no-search-results {
  2564. color: #B2B2B2;
  2565. }
  2566. .theme-dark.context-menu {
  2567. background: rgba(0,0,0,0.6);
  2568. box-shadow: 0 0 1px rgba(0,0,0,.82),0 1px 4px rgba(0,0,0,.1);
  2569. }
  2570. .theme-dark.context-menu:hover {
  2571. background: rgba(0,0,0,0.69);
  2572. box-shadow: 0 0 1px rgba(0,0,0,.82),0 1px 4px rgba(0,0,0,.1);
  2573. cursor: pointer;
  2574. }
  2575. .context-menu {
  2576. background: rgba(0,0,0,0.6);
  2577. box-shadow: 0 0 1px rgba(0,0,0,.82),0 1px 4px rgba(0,0,0,.1);
  2578. }
  2579. .context-menu .item:hover {
  2580. background: rgba(0,0,0,0.69);
  2581. box-shadow: 0 0 1px rgba(0,0,0,.82),0 1px 4px rgba(0,0,0,.1);
  2582. cursor: pointer;
  2583. }
  2584. .emoji-picker {
  2585. overflow: hidden;
  2586. background-color: rgba(0, 0, 0, 0.55);
  2587. border: 1px solid hsla(0, 0%, 0%, 0.31);
  2588. box-shadow: none;
  2589. }
  2590. .emoji-picker .search-bar {
  2591. background-color: transparent;
  2592. }
  2593. .diversity-selector .popout {
  2594. background: rgba(23, 23, 23, 0.82);
  2595. border: 1px solid rgba(0, 0, 0, 0.7);
  2596. }
  2597. .emoji-picker .dimmer.visible {
  2598. pointer-events: auto;
  2599. background-color: hsla(0, 0%, 0%, 0.7);
  2600. }
  2601. .theme-dark #friends .friends-header {
  2602. border-bottom: 1px solid rgba(0, 0, 0, 0.37);
  2603. box-shadow: none;
  2604. }
  2605. .theme-dark #friends .friends-table .friends-table-header {
  2606. border-bottom: 1px solid rgba(0, 0, 0, 0.37);
  2607. }
  2608. .theme-dark #friends .friends-table .friends-table-header .friends-column-separator {
  2609. background-color: rgba(0, 0, 0, 0.54);
  2610. }
  2611. .theme-dark #friends .friends-table .friends-table-header .friends-column {
  2612. color: hsla(0, 0%, 100%, 0.5);
  2613. }
  2614. .theme-dark #friends .friends-table .friends-table-header .friends-column:after {
  2615. color: hsla(0, 0%, 100%, 0.5);
  2616. }
  2617. .emoji-picker .category {
  2618. color: #BBBBBB;
  2619. }
  2620. .streamer-mode-enabled .streamer-mode-enabled-image {
  2621. -webkit-filter: invert(100%);
  2622. opacity: 0.5;
  2623. }
  2624. .user-settings-streamer-mode .user-settings-streamer-mode-image {
  2625. -webkit-filter: invert(100%);
  2626. opacity: 0.5;
  2627. }
  2628. .alert.form.has-icon:before {
  2629. -webkit-filter: invert(100%);
  2630. opacity: 0.5;
  2631. }
  2632. .notice.notice-streamer-mode {
  2633. background-color: rgba(100, 61, 167, 0.71);
  2634. }
  2635. .theme-dark .chat .has-more button {
  2636. background: rgba(0, 0, 0, 0.52);
  2637. border: 1px solid #000000;
  2638. }
  2639. .streamer-mode-enabled .streamer-mode-enabled-btn {
  2640. background-color: rgba(100, 61, 167, 0.41);
  2641. transition: .3s all ease-in-out;
  2642. }
  2643. .streamer-mode-enabled {
  2644. background: transparent;
  2645. }
  2646. .auth-inner .auth-brand {
  2647. background: hsla(0, 0%, 0%, 0.8);
  2648. }
  2649. form.auth-form {
  2650. background: rgba(0, 0, 0, 0.56);
  2651. }
  2652. .modal-new-user>.steps {
  2653. background: rgba(0, 0, 0, 0.85);
  2654. }
  2655. .modal-new-user h5 {
  2656. color: #057F95;
  2657. }
  2658. #friends .friends-table .friends-table-header {
  2659. border-bottom: 1px solid rgba(0, 0, 0, 0.37);
  2660. }
  2661. #friends .friends-header {
  2662. border-bottom: 1px solid rgba(0, 0, 0, 0.44);
  2663. box-shadow: none;
  2664. }
  2665. #friends .friends-header .tab-bar .tab-bar-item.selected {
  2666. background-color: #43B581;
  2667. color: #fff;
  2668. }
  2669. #friends .friends-table .friends-table-header .friends-column-separator {
  2670. background-color: rgba(0, 0, 0, 0.54);
  2671. }
  2672. #friends .friends-empty p {
  2673. color: rgba(195, 195, 195, 0.4);
  2674. }
  2675. .tutorial-popout .button-area .skip-tips a {
  2676. color: #057F95;
  2677. }
  2678. .button {
  2679. background-color: #057F95;
  2680. }
  2681. .button:hover {
  2682. background-color: #045B6B;
  2683. }
  2684. #friends .friends-header .tab-bar .tab-bar-separator {
  2685. background-color: rgba(0, 0, 0, 0.75);
  2686. }
  2687. .popout.popout-right header:before {
  2688. border-right-color: #057F95;
  2689. }
  2690. #friends .friends-empty.section-online .empty-state-image {
  2691. opacity: 0.5;
  2692. }
  2693. .server-info button {
  2694. width: 60px;
  2695. height: 34px;
  2696. }
  2697. .server-icon:hover {
  2698. cursor: pointer;
  2699. opacity: 0.6;
  2700. transition: .3s ease-in-out all;
  2701. }
  2702. .server-row:hover {
  2703. opacity: 0.95;
  2704. cursor: pointer;
  2705. }
  2706. .tab-bar.SIDE .tab-bar-item {
  2707. transition: .2s ease-in-out all;
  2708. }
  2709. span.replyer:hover {
  2710. background: #057F95 !important;
  2711. }
  2712. span.replyer {
  2713. border-radius: 3px;
  2714. transition: .3s ease-in-out all;
  2715. }
  2716. .notice {
  2717. background-color: rgba(61, 169, 169, 0.68);
  2718. }
  2719. .emoji-picker .scroller .emoji-item.selected {
  2720. background-color: #057F95;
  2721. border-radius: 3px;
  2722. }
  2723. .emoji-picker .dimmer {
  2724. background-color: transparent;
  2725. }
  2726. .emoji-picker .search-bar input {
  2727. background-color: rgba(0, 0, 0, 0.55);
  2728. color: #fff;
  2729. border: 1px solid rgb(0, 0, 0);
  2730. }
  2731. .emoji-picker .sticky-header {
  2732. background-color: transparent;
  2733. }
  2734. .emoji-picker .categories .item.selected {
  2735. border-bottom-color: #057F95;;
  2736. }
  2737. .emoji-picker .categories .item.people {
  2738. background-image: url(https://discordapp.com/assets/0509bf058793ef8ddd770a977e63614c.svg);
  2739. }
  2740. .emoji-picker .categories .item.nature {
  2741. background-image: url(https://discordapp.com/assets/aafe899a4d7ad7717acc64f5b8f36342.svg);
  2742. }
  2743. .emoji-picker .categories .item.food {
  2744. background-image: url(https://discordapp.com/assets/0eb5a2b715ff649e9757a232996817ab.svg);
  2745. }
  2746. .emoji-picker .categories .item.activity {
  2747. background-image: url(https://discordapp.com/assets/8674c1028a63d29fb605be53eeedf1bf.svg);
  2748. }
  2749. .emoji-picker .categories .item.travel {
  2750. background-image: url(https://discordapp.com/assets/13e86ddf4302f697243425b2f954d00b.svg);
  2751. }
  2752. .emoji-picker .categories .item.objects {
  2753. background-image: url(https://discordapp.com/assets/6d9a5b47dc3bf7adf54f19b1e3f6c5ad.svg);
  2754. }
  2755. .emoji-picker .categories .item.symbols {
  2756. background-image: url(https://discordapp.com/assets/83095e6af6c7cf33669e3ab169296867.svg);
  2757. }
  2758. .emoji-picker .categories .item.flags {
  2759. background-image: url(https://discordapp.com/assets/ccda5cf0a64abbd18fdb9f914b55292e.svg);
  2760. }
  2761. .emoji-picker .categories .item.recent {
  2762. background-image: url(https://discordapp.com/assets/0f1f2dff98b5e2099086e303d9be0dad.svg);
  2763. }
  2764. .theme-dark .chat .title-wrap .topic .highlight:hover {
  2765. background-color: rgb(61, 169, 169);
  2766. border-radius: 4px;
  2767. }
  2768. .theme-dark .chat .title-wrap .topic .highlight {
  2769. border-radius: 4px;
  2770. }
  2771. .markdown-modal {
  2772. background-color: rgba(0, 0, 0, 0.79);
  2773. color: #A3A3A3;
  2774. }
  2775. .form .control-group .Select.is-disabled .Select-control:hover, .form .control-group .Select.is-open .Select-control:hover {
  2776. border-color: rgba(0, 0, 0, 0.51);
  2777. }
  2778. .is-open>.Select-control {
  2779. background: rgba(0, 0, 0, 0.62);
  2780. }
  2781. .Select-menu-outer {
  2782. background-color: rgba(0, 0, 0, 0.79);
  2783. border: 1px solid rgba(0, 0, 0, 0.51);
  2784. border-top-color: rgba(0, 0, 0, 0.51);
  2785. }
  2786. .form .control-group .Select-option {
  2787. color: #BDBDBD;
  2788. }
  2789. .form .control-group .Select-option.is-focused {
  2790. background: rgba(0, 0, 0, 0.59);
  2791. color: #FFFFFF;
  2792. }
  2793. .notice .btn:hover {
  2794. color: #3DA9A9;
  2795. }
  2796. @-webkit-keyframes Onlinepulse {
  2797. 0% {
  2798. box-shadow: 0 0 0 0 #43b581;
  2799. }
  2800. 70% {
  2801. box-shadow: 0 0 3.5px 3.5px rgba(241, 71, 71, 0)
  2802. }
  2803. to {
  2804. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  2805. }
  2806. }
  2807. @keyframes Onlinepulse {
  2808. 0% {
  2809. box-shadow: 0 0 0 0 #43b581;
  2810. }
  2811. 70% {
  2812. box-shadow: 0 0 3.5px 3.5px rgba(241, 71, 71, 0)
  2813. }
  2814. to {
  2815. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  2816. }
  2817. }
  2818. .status.status-online {
  2819. -webkit-animation: Onlinepulse 2s infinite;
  2820. animation: Onlinepulse 2s infinite;
  2821. }
  2822. @-webkit-keyframes idlepulse {
  2823. 0% {
  2824. box-shadow: 0 0 0 0 #faa61a;
  2825. }
  2826. 70% {
  2827. box-shadow: 0 0 3.5px 3.5px rgba(241, 71, 71, 0)
  2828. }
  2829. to {
  2830. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  2831. }
  2832. }
  2833. @keyframes idlepulse {
  2834. 0% {
  2835. box-shadow: 0 0 0 0 #faa61a;
  2836. }
  2837. 70% {
  2838. box-shadow: 0 0 3.5px 3.5px rgba(241, 71, 71, 0)
  2839. }
  2840. to {
  2841. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  2842. }
  2843. }
  2844. .status.status-idle {
  2845. -webkit-animation: idlepulse 2s infinite;
  2846. animation: idlepulse 2s infinite;
  2847. }
  2848. .private-channels .status {
  2849. border: 1px solid;
  2850. border-color: rgba(0, 0, 0, .7)
  2851. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement