Advertisement
Guest User

Css

a guest
Apr 26th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 106.24 KB | None | 0 0
  1. .app {
  2. background-image: url("https://i.imgur.com/wtibwQ6.png") !important;
  3. background-size: cover !important;
  4. }
  5. .layers { background: transparent !important; }
  6.  
  7. .Select-control {
  8. background: #797C82;
  9. border: #7a3c47;
  10. border-color: #7a3c47 #7a3c47 #7a3c47;
  11. }
  12. .form .control-group .Select-control {
  13. border: 1px solid #7a3c47;
  14. }
  15. .form .control-group .Select-control:hover {
  16. border: 1px solid #7a3c47;
  17. }
  18. .form .control-group .is-focused:not(.is-open)>.Select-control {
  19. border: 1px solid #7a3c47;
  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 #E0824C;
  37. }
  38. .create-guild-container .join-server .sample-link {
  39. color: #E0824C;
  40. }
  41. .theme-dark .chat>.content .messages .message-group a {
  42. color: #050505;
  43. }
  44. .need-help-modal .footer {
  45. background-color: #282b30;
  46. border-top: 1px solid #1D1F23;
  47. }
  48. .need-help-modal .header {
  49. background-color: #646E6E;
  50. }
  51. .need-help-button:hover {
  52. border-color: #646E6E;
  53. color: #646E6E;
  54. }
  55. .need-help-button:hover .btn-help {
  56. color: #646E6E;
  57. }
  58. .settings .settings-inner {
  59. background-color: #36393e;
  60. }
  61. .notification-settings-modal .mute-server .checkbox .label {
  62. color: #fff;
  63. }
  64. .notification-settings-modal .settings-section {
  65. color: #fff;
  66. }
  67. .channel-notification-settings .content label {
  68. color: #ABAAAA;
  69. }
  70. .scroller-wrap .scroller {
  71. overflow-y: scroll;
  72. }
  73. .channel-notification-settings {
  74. border-bottom: 1px solid #646E6E;
  75. }
  76. .notification-settings-modal .notification-settings-modal-channel-settings-list {
  77. box-shadow: 0 -1px #646E6E;
  78. }
  79. .chat .new-messages-bar button {
  80. background: #050505;
  81. border-radius: 5px;
  82. }
  83. .chat .new-messages-bar button:last-child {
  84. color: #fff;
  85. }
  86. .download-apps .platforms .platform.active .download-button,
  87. .change-log .changelog-fixed,
  88. .modal-new-user .steps-wrap .steps li.on,
  89. .modal-new-user .steps-wrap .steps li.on+.divider,
  90. .modal-new-user .steps-wrap .steps li.on:before,
  91. .chat .new-messages-bar:hover {
  92. background-color: #646E6E;
  93. }
  94. .radio-image .radio-inner span:after {
  95. opacity: 0;
  96. filter: alpha(opacity=0);
  97. content: '';
  98. position: absolute;
  99. width: 100%;
  100. height: 100%;
  101. border: 2px solid #6E3791;
  102. border-radius: 3px;
  103. -webkit-transition: .3s ease;
  104. transition: .3s ease;
  105. left: -2px;
  106. top: -2px;
  107. }
  108. .radio-image:hover span:after {
  109. opacity: .5;
  110. filter: alpha(opacity=50);
  111. border-color: #646E6E;
  112. }
  113. .guilds-wrapper .guilds .guild.active .guild-inner,
  114. .guilds-wrapper .guilds .guild:hover .guild-inner {
  115. border-radius: 15px;
  116. background: #646E6E;
  117. }
  118. .guild-channels ul .channel-voice-states li.speaking .avatar-small {
  119. background-color: #646E6E;
  120. cursor: pointer;
  121. border: 2px solid #43b581;
  122. box-shadow: inset 0 0 0 2px #2e3136;
  123. }
  124. #unsupported-browser li:hover {
  125. -webkit-transform: scale(1.04);
  126. transform: scale(1.04);
  127. border-color: #646E6E;
  128. }
  129. #unsupported-browser li:hover .browser {
  130. background-position-y: 100px;
  131. }
  132. #unsupported-browser li:hover .btn {
  133. background-color: #646E6E;
  134. color: #fff;
  135. border-color: #646E6E;
  136. }
  137. .mentioned .highlight:hover {
  138. color: #646E6E;
  139. text-decoration: underline;
  140. }
  141. .highlight:hover {
  142. cursor: pointer;
  143. color: #fff;
  144. background-color: #646E6E;
  145. }
  146. .tooltip.tooltip-left:after {
  147. position: absolute;
  148. left: 100%;
  149. top: 50%;
  150. border-left-color: #646E6E;
  151. margin-top: -5px;
  152. }
  153. .tooltip.tooltip-right:after {
  154. position: absolute;
  155. right: 100%;
  156. top: 50%;
  157. border-right-color: #646E6E;
  158. margin-top: -5px;
  159. }
  160. .tooltip {
  161. position: absolute;
  162. background-color: #646E6E;
  163. box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .1);
  164. border-radius: 3px;
  165. font-weight: 600;
  166. font-size: 12px;
  167. color: #fff;
  168. z-index: 1002;
  169. max-width: 160px;
  170. box-sizing: border-box;
  171. word-wrap: break-word;
  172. padding: 5px 10px;
  173. }
  174. .tooltip.tooltip-bottom:after {
  175. position: absolute;
  176. bottom: 100%;
  177. left: 50%;
  178. border-bottom-color: #646E6E;
  179. margin-left: -5px;
  180. }
  181. .tooltip.tooltip-top:after {
  182. position: absolute;
  183. top: 100%;
  184. left: 50%;
  185. margin-left: -5px;
  186. border-top-color: #646E6E;
  187. }
  188. .region-select-modal {
  189. background: #36393e;
  190. }
  191. .region-select-modal .region-select-modal-header {
  192. color: #646E6E;
  193. }
  194. .region-select-modal .region-select-modal-option {
  195. background-color: #2e3338;
  196. border: 2px solid #25292d;
  197. }
  198. .region-select-modal .region-select-modal-option:hover {
  199. border-color: #646E6E;
  200. }
  201. .form .radio-group .radio {
  202. color: #fff;
  203. }
  204. .need-help-modal .header input[type=text] {
  205. box-shadow: 0 2px 1px #646E6E;
  206. }
  207. .change-log {
  208. background: #282D2F;
  209. }
  210. .change-log .header {
  211. color: #646E6E;
  212. border-bottom: 1px solid #4C4C4C;
  213. }
  214. .change-log ul li {
  215. color: #646E6E;
  216. }
  217. .change-log .footer {
  218. border-top: 1px solid #4C4C4C;
  219. color: #646E6E;
  220. background-color: #282D2F;
  221. }
  222. .callout-backdrop {
  223. background-color: rgb(0, 0, 0) !important;
  224. }
  225. .download-apps .platforms .platform {
  226. border: 2px solid #646E6E;
  227. }
  228. .download-apps .footer {
  229. color: #646E6E;
  230. }
  231. .download-apps .footer a {
  232. color: #646E6E;
  233. }
  234. .download-apps .header {
  235. color: #646E6E;
  236. }
  237. .download-apps .platforms .platform.active {
  238. border-color: #646E6E;
  239. }
  240. .user-settings-modal a:hover {
  241. color: #646E6E;
  242. }
  243. .private-channels .channel.selected:before {
  244. border-left: 4px solid #646E6E;
  245. }
  246. .private-channels .channel:hover:before {
  247. border-left: 4px solid #646E6E;
  248. }
  249. .user-settings-modal .voice-settings .reset-voice-settings {
  250. color: #646E6E;
  251. }
  252. .user-settings-modal .voice-settings .reset-voice-settings:hover {
  253. color: #646E6E;
  254. }
  255. .modal-content .form-inner p {
  256. color: #E6E6E6;
  257. }
  258. .form .form-inner {
  259. background: #34383e;
  260. }
  261. .form .form-actions {
  262. border-top: 1px solid #414958;
  263. }
  264. .form .form-header {
  265. background: #353940;
  266. border-bottom: 1px solid #494C50;
  267. }
  268. .popout header {
  269. background-color: #6E3791;
  270. }
  271. .popout section {
  272. background-color: hsl(218, 7%, 23%);
  273. }
  274. #voice-connection-popout hr {
  275. border: 1px solid #4C4C4C;
  276. }
  277. .small-popout-box {
  278. background: #282B30;
  279. border: 1px solid #24272B;
  280. }
  281. .option-popout .btn-item:hover {
  282. color: #BBBBBB;
  283. }
  284. .member-roles .member-role {
  285. background-color: #646E6E;
  286. color: #ffffff;
  287. border: 1px solid #646E6E;
  288. }
  289. .user-popout .user-popout-options .btn {
  290. background-color: #646E6E;
  291. border: 1px solid #646E6E;
  292. }
  293. .user-popout .user-popout-options .btn:hover {
  294. background-color: #646E6E;
  295. }
  296. .chat .welcome-message h1 {
  297. color: #646E6E;
  298. width: 260px;
  299. }
  300. .channel-members .invite-btn {
  301. background-color: #646E6E;
  302. }
  303. .channel-members .invite-btn:hover {
  304. background-color: #646E6E;
  305. }
  306. .instant-invite-popout hr {
  307. border: 1px solid #646E6E;
  308. }
  309. .instant-invite-popout a {
  310. color: #646E6E;
  311. }
  312. .instant-invite-popout a:hover {
  313. color: #646E6E;
  314. }
  315. .clipboard-input-inner input::selection {
  316. background: #646E6E;
  317. }
  318. .clipboard-input-inner button {
  319. border-left: 1px solid #424549;
  320. background-color: #282B30;
  321. }
  322. .clipboard-input-inner input {
  323. color: #646E6E;
  324. background: #424549;
  325. }
  326. .clipboard-input-inner {
  327. background: #1C1E22;
  328. border: 1px solid #2E3136;
  329. }
  330. .clipboard-input-inner button:first-of-type:before {
  331. background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #313131);
  332. }
  333. ::selection {
  334. color: #fff;
  335. background: #646E6E;
  336. }
  337. .theme-dark .chat .welcome-message a {
  338. color: #646E6E;
  339. }
  340. #settings-roles .roles li.selected {
  341. background: none;
  342. }
  343. #permissions ul li {
  344. color: #F4F4F4;
  345. }
  346. #permissions .permission-actions>div {
  347. background-color: #2E3136;
  348. border: 2px solid #2A2C31;
  349. }
  350. #permissions .permission-actions>div.PASSTHROUGH:hover {
  351. border: #51555F;
  352. }
  353. #settings-roles .roles header {
  354. border-bottom: 1px solid #2A2C31;
  355. }
  356. #settings-roles .roles {
  357. border-right: 1px solid #646E6E;
  358. }
  359. .btn-help:hover {
  360. background: #646E6E;
  361. }
  362. #permissions .permissions-helpdesk {
  363. color: #646E6E;
  364. }
  365. #permissions .permissions-helpdesk:hover {
  366. color: #646E6E;
  367. }
  368. #settings-roles .roles li.selected:before {
  369. background-color: #646E6E;
  370. }
  371. #settings-roles .roles li:hover:before {
  372. background-color: #646E6E;
  373. }
  374. .instant-invites .instant-invites-header {
  375. border-bottom: 1px solid #646E6E;
  376. }
  377. .instant-invites .instant-invite-buttons .btn {
  378. background: #646E6E;
  379. }
  380. .instant-invites .instant-invite-buttons .btn.btn-danger {
  381. border: 1px solid #AD392D;
  382. color: #fff
  383. }
  384. .instant-invites .instant-invite-buttons .btn.btn-danger:hover {
  385. background: #FF1700;
  386. }
  387. .instant-invites .instant-invites-list .instant-invite .member {
  388. color: #C3C3C3;
  389. }
  390. #permissions .permission-actions.disabled>div {
  391. border: #565963;
  392. background: #565963;
  393. position: relative;
  394. }
  395. .checkbox .checkbox-inner span {
  396. border: 2px solid #8E8E8E;
  397. }
  398. .form .control-group .help-text {
  399. color: #B6BBC1;
  400. }
  401. .avatar-uploader a {
  402. color: #646E6E;
  403. }
  404. .avatar-uploader a:hover {
  405. color: #646E6E;
  406. }
  407. .instant-invites .instant-invites-list .instant-invite .show-channel .channel {
  408. color: #B3B3B3;
  409. }
  410. .instant-invites .instant-invites-list .instant-invite+.instant-invite {
  411. border-top: 1px solid #646E6E;
  412. }
  413. .form .control-groups.control-separator {
  414. border-top: 1px solid #646E6E;
  415. }
  416. .guild-settings-modal-integrations .guild-settings-modal-integrations-header {
  417. color: #CCCCCC;
  418. border-bottom: 1px solid #2A2C31;
  419. box-shadow: none;
  420. }
  421. .guild-settings-modal-integrations .guild-settings-modal-integrations-body.no-integrations p {
  422. color: rgb(220, 220, 220);
  423. }
  424. .guild-settings-modal-integrations .guild-settings-modal-integrations-body.no-integrations p a {
  425. color: #F40000;
  426. }
  427. .guild-settings-modal-members .guild-settings-modal-list .member .member-username {
  428. color: #CECECE;
  429. }
  430. .guild-settings-modal-members .guild-settings-modal-members-header {
  431. border-bottom: 1px solid #2E3136;
  432. }
  433. #autocomplete-popout .empty:hover {
  434. background-color: #2E3136;
  435. }
  436. #autocomplete-popout .empty h4 {
  437. color: #646E6E;
  438. }
  439. #autocomplete-popout h3 {
  440. color: #ECECEC;
  441. }
  442. .popout.popout-bottom header:before {
  443. border-bottom-color: #646E6E;
  444. }
  445. .guild-settings-modal .guild-settings-modal-search {
  446. border: 1px solid #2E3136;
  447. }
  448. .guild-settings-modal .guild-settings-modal-search:focus {
  449. border: 1px solid #24272b;
  450. }
  451. .guild-settings-modal-members .guild-settings-modal-members-footer a {
  452. color: #646E6E;
  453. }
  454. .guild-settings-modal-members .guild-settings-modal-members-footer a:hover {
  455. color: #646E6E;
  456. }
  457. .guild-settings-modal-members .guild-settings-modal-members-footer {
  458. border-top: 1px solid #2E3136;
  459. }
  460. #settings-roles .roles li:hover {
  461. background: none;
  462. }
  463. .form hr {
  464. border-bottom: 1px solid #646E6E;
  465. }
  466. .user-popout .user-popout-options .btn.btn-server {
  467. color: #fff;
  468. background-color: #646E6E;
  469. border-color: #646E6E;
  470. }
  471. .user-popout .user-popout-options .btn.btn-server:hover {
  472. border-color: #646E6E;
  473. background-color: #646E6E;
  474. }
  475. .member-roles .manipulate:hover {
  476. border-color: #646E6E;
  477. background-color: #646E6E;
  478. }
  479. #user-profile-modal header {
  480. background-image: none;
  481. background-color: #646E6E;
  482. }
  483. #user-profile-modal .scroller {
  484. background: #2E3136;
  485. }
  486. #user-profile-modal .friends .friend:hover {
  487. background: #26292D;
  488. color: #ADADAD;
  489. }
  490. .need-help-modal a:hover {
  491. color: #646E6E;
  492. }
  493. #user-profile-modal footer {
  494. background: #1e2124;
  495. }
  496. #user-profile-modal footer button {
  497. color: #646E6E
  498. }
  499. .avatar-large {
  500. width: 33px;
  501. height: 33px;
  502. background-size: 33px 33px;
  503. left: 8px;
  504. }
  505. .channel-textarea {
  506. margin: 10px 0 30px;
  507. }
  508. .theme-dark .chat form {
  509. border-top: none;
  510. }
  511. .guilds-wrapper .guilds .guild.active .guild-inner:before {
  512. background: #646E6E;
  513. }
  514. .guilds-wrapper .guilds .guild.unread .guild-inner:before {
  515. background: #646E6E;
  516. }
  517. .guild-channels ul .channel-text.unread:not(.selected):not(.channel-muted):before {
  518. background: #646E6E;
  519. }
  520. .theme-dark .hljs {
  521. border: 1px solid transparent;
  522. border-radius: 4px;
  523. }
  524. .theme-dark .chat>.content .messages .divider:not(.red) div {
  525. background: transparent;
  526. }
  527. .theme-dark .chat>.content .messages .divider span {
  528. background: transparent;
  529. }
  530. .chat .divider>span {
  531. color: #F1F1F1;
  532. }
  533. .message-group .comment .markup pre {
  534. background: #282B30;
  535. border: 2px solid #282B30;
  536. }
  537. .message-group .comment .markup pre code {
  538. background: #282B30;
  539. color: #D4D4D4;
  540. }
  541. .theme-dark .chat .title-wrap .topic a {
  542. color: #646E6E;
  543. }
  544. .guilds .friends-icon:hover {
  545. color: transparent;
  546. background-color: #646E6E;
  547. }
  548. #autocomplete-popout .row.selected a,
  549. #autocomplete-popout .row:hover a {
  550. color: #D4D4D5;
  551. }
  552. #autocomplete-popout .row.selected,
  553. #autocomplete-popout .row:hover {
  554. background: linear-gradient(90deg, #36393F, #303238);
  555. }
  556. .download-apps .platforms .platform.active p {
  557. color: #646E6E;
  558. }
  559. .download-apps .platforms .platform .icon.apple.active {
  560. background-image: url(https://discordapp.com/assets/57568e1cfc37c81cf56db9498b4f128a.svg);
  561. }
  562. .download-apps .platforms .platform .icon.windows.active {
  563. background-image: url(https://discordapp.com/assets/d6221c5e88f5cb89f125868c077e9859.svg);
  564. }
  565. .download-apps .platforms .platform .icon.ios.active {
  566. background-image: url(https://discordapp.com/assets/0c460e9b848f5c4cc964ae9c62c0f9b9.svg);
  567. }
  568. .download-apps .platforms .platform .icon.android.active {
  569. background-image: url(https://discordapp.com/assets/d73fd4014c02b360d9529a720ecb7c44.svg);
  570. }
  571. .create-guild-container {
  572. background-color: transparent;
  573. }
  574. .form .form-inner {
  575. background-image: Justincase("https://i.imgur.com/KCLIPt4.gif");
  576. background-size: 40px 40px;
  577. background-repeat: no-repeat;
  578. background-position: 50% 74%;
  579. }
  580. .need-help-button {
  581. visibility: hidden;
  582. }
  583. .guilds-add {
  584. color: transparent !important;
  585. background-image: url("https://i.imgur.com/1MfzLoF.png") !important;
  586. background-size: 20px 20px !important;
  587. background-repeat: no-repeat !important;
  588. background-position: 9px 9px !important;
  589. background-color: rgba(21, 21, 21, 0.41) !important;
  590. opacity: 0.7 !important;
  591. }
  592. .slider-handle span {
  593. border: 1px solid #646E6E;
  594. }
  595. .slider-handle span:after,
  596. .slider-handle span:before {
  597. content: none;
  598. }
  599. .popout section:after,
  600. .popout section:before {
  601. content: none;
  602. }
  603. .chat .welcome-message .item-container .icon.exclamation {
  604. background-image: url("https://i.imgur.com/DYPXksE.png");
  605. background-repeat: no-repeat;
  606. background-size: 20px 20px;
  607. background-position: 29px 13px;
  608. }
  609. .chat .welcome-message .item-container .icon.share {
  610. background-image: url("https://i.imgur.com/DYPXksE.png");
  611. background-repeat: no-repeat;
  612. background-size: 20px 20px;
  613. background-position: 29px 13px;
  614. }
  615. .chat .welcome-message .item-container .icon.apps {
  616. background-image: url("https://i.imgur.com/DYPXksE.png");
  617. background-repeat: no-repeat;
  618. background-size: 20px 20px;
  619. background-position: 29px 13px;
  620. }
  621. .chat .welcome-message .item-container .icon.mobile {
  622. background-image: url("https://i.imgur.com/DYPXksE.png");
  623. background-repeat: no-repeat;
  624. background-size: 20px 20px;
  625. background-position: 29px 13px;
  626. }
  627. .chat .welcome-message .item-container .icon.twitter {
  628. background-image: url("https://i.imgur.com/DYPXksE.png");
  629. background-repeat: no-repeat;
  630. background-size: 20px 20px;
  631. background-position: 29px 13px;
  632. }
  633. .user-settings-modal button.preview-sound:before {
  634. background-image: url("https://i.imgur.com/E8gsoBs.png");
  635. }
  636. .chat .new-messages-bar button:first-child {
  637. border-radius: 5px;
  638. margin-right: -14px;
  639. }
  640. .chat .new-messages-bar {
  641. background-color: transparent !important;
  642. opacity: 0.8;
  643. }
  644. .account {
  645. background-repeat: no-repeat;
  646. background-position: 12px 11px;
  647. }
  648. .create-guild-container .action.create .action-icon {
  649. background-image: url("https://i.imgur.com/MW4Ddjc.png");
  650. height: 78px;
  651. background-size: 112px 78px;
  652. background-repeat: no-repeat;
  653. background-position: 55px 0px;
  654. }
  655. .user-settings-modal-games {
  656. background: #2E3136;
  657. border-top: 1px solid #404040;
  658. color: #E2E2E3;
  659. }
  660. .user-settings-modal-games .games-table .games-row .item-game .last-played {
  661. color: #E2E2E3;
  662. }
  663. .user-settings-modal-games .games-table .games-row .item-game .game-input {
  664. color: #E2E2E3;
  665. }
  666. .user-settings-modal-games .games-table .games-row .item-game {
  667. border-bottom: 1px solid #404040;
  668. }
  669. .user-settings-modal-games .games-table .games-row .item-overlay {
  670. border-bottom: 1px solid #404040;
  671. }
  672. .now-playing {
  673. background: #646E6E;
  674. }
  675. .checkbox .checkbox-inner.alt input[type=checkbox]+span {
  676. background: #2E3136;
  677. border-color: #8E8E8E;
  678. }
  679. .checkbox .checkbox-inner.alt input[type=checkbox]:checked+span:after {
  680. border-color: #43B581;
  681. }
  682. .sensitivity .slider .slider-bar-auto {
  683. background-color: #393C42;
  684. }
  685. .user-settings-modal-keybinds .user-settings-modal-keybinds-header {
  686. border-bottom: 1px solid #404040;
  687. }
  688. .user-settings-modal-connections .user-settings-modal-accounts-list .connect-container .btn {
  689. background: #2E3136;
  690. border: 2px solid #282B2F;
  691. background-repeat: no-repeat;
  692. background-position: 50%;
  693. }
  694. .alert.form .form-inner .btn {
  695. border: 1px solid #6E3791;
  696. }
  697. .alert.form .form-inner .cancel {
  698. border-color: #99aab5 !important;
  699. }
  700. .user-settings-modal .account-warning {
  701. border: 1px solid #B54343;
  702. background: #B54343;
  703. color: #F5FBF9;
  704. }
  705. .user-settings-modal-games .games-table .games-row .item-game .icon {
  706. background-image: url(https://i.imgur.com/DYCx6qB.png);
  707. background-repeat: no-repeat;
  708. background-position: -13px -14px;
  709. background-size: 42px;
  710. }
  711. .theme-dark .chat>.content .messages .divider:not(.red) span {
  712. opacity: .9;
  713. }
  714. .create-guild-container .action.join .action-icon {
  715. background: url(https://i.imgur.com/5s2wOtM.png) 50% no-repeat;
  716. height: 78px;
  717. background-size: 178.5px 78px;
  718. }
  719. .links:after {
  720. content: "Chaotiic";
  721. color: #8C8F94;
  722. margin-left: 9px;
  723. font-weight: bold;
  724. }
  725. .links li+li:after {
  726. content: '\2022';
  727. color: #535559;
  728. margin-left: 6px;
  729. }
  730. .message-group h2 strong {
  731. color: #aaaba7;
  732. }
  733. #emote-menu,
  734. #tc-settings-panel,
  735. .tc-switch {
  736. border: 1px solid #2B2B2B;
  737. }
  738. .emote-container:hover {
  739. background: #6E3791;
  740. }
  741. .spinner-wandering-cubes .spinner-item {
  742. background-color: #646E6E;
  743. }
  744. #bd-ps-container {
  745. border: 1px solid transparent;
  746. border-radius: 4px;
  747. opacity: 0.9;
  748. }
  749. #bd-ps-header {
  750. background: #1E2124;
  751. border-bottom: 1px solid #24272B;
  752. }
  753. #bd-ps-body table tr {
  754. border-bottom: 1px solid #2E3136 !important;
  755. background-color: none;
  756. }
  757. #bd-ps-body table th {
  758. background-color: #25272B;
  759. }
  760. textarea {
  761. background: transparent !important;
  762. }
  763. .help-container {
  764. display: none;
  765. }
  766. .links {
  767. border-top: 0px solid transparent;
  768. }
  769. .links li a {
  770. color: #E0824C;
  771. }
  772. .links,
  773. .chat,
  774. .typing,
  775. .content,
  776. .guild-channels,
  777. .private-channels,
  778. .guild-header header,
  779. .divider-red span,
  780. .messages-wrapper,
  781. #voice-connection {
  782. background: transparent !important;
  783. }
  784. .guilds-wrapper {
  785. background: rgba(0, 0, 0, 0.6) !important
  786. }
  787. .channels-wrap {
  788. background: rgba(0, 0, 0, 0.55)
  789. }
  790. .content .flex-spacer {
  791. background: rgba(0, 0, 0, 0.55)
  792. }
  793. .channel-members {
  794. background: rgba(0, 0, 0, 0.55) !important
  795. }
  796. .guilds-wrapper {
  797. box-shadow: inset -10px 0px 20px -10px rgba(0, 0, 0, 0.2);
  798. }
  799. .guild-header ul {
  800. background: rgb(0, 0, 0) !important;
  801. transition: transform .5s cubic-bezier(0.18, 0.89, 0.32, 1.28) !important;
  802. padding-top: 100px;
  803. top: -56px;
  804. }
  805. .guilds-add {
  806. opacity: 0.5;
  807. }
  808. .guilds-wrapper {
  809. border-right: 1px solid rgba(0, 0, 0, 0.4);
  810. }
  811. .guild-header header span {
  812. margin-left: -5px;
  813. }
  814. .guild-header header {
  815. box-shadow: none !important;
  816. color: #ddd;
  817. }
  818. .guild-channels header h2,
  819. .guild-channels ul .channel a {
  820. color: #fff;
  821. }
  822. .guilds {
  823. padding: 18px 20px 85px 20px;
  824. }
  825. .guilds-add {
  826. font-size: 30px;
  827. background: #000;
  828. }
  829. .guilds .friends-online {
  830. margin-left: -5px;
  831. }
  832. .guilds-wrapper .guilds .guild .guild-inner {
  833. background: rgba(21, 21, 21, 0.41) !important;
  834. }
  835. .guilds-wrapper .guilds .guild .guild-inner a,
  836. .guilds-wrapper .guilds .guild,
  837. .guilds-wrapper .guilds .guild .avatar-small {
  838. width: 40px;
  839. height: 40px;
  840. }
  841. .guilds-wrapper .guilds .guild .avatar-small {
  842. width: 40px;
  843. height: 40px;
  844. background-size: 40px 40px;
  845. }
  846. .guilds-wrapper .guilds .guild .guild-inner {
  847. line-height: 40px;
  848. }
  849. .guilds .friends-icon {
  850. width: 20px;
  851. height: 20px;
  852. background-size: 25px 19px;
  853. }
  854. .guilds-wrapper .guilds .guild.audio .guild-inner:after {
  855. background-size: 12px;
  856. background-color: rgba(0, 0, 0, 0.8);
  857. }
  858. .guilds-separator:after {
  859. background: rgba(28, 28, 28, 0.52) !important;
  860. }
  861. .guilds-wrapper .guilds .guild .guild-inner:before {
  862. left: -26px;
  863. }
  864. .guild-channels header h2,
  865. .private-channels header {
  866. opacity: .6;
  867. }
  868. .private-channels .search-bar {
  869. background: rgba(10, 13, 16, 0) !important;
  870. }
  871. .private-channels .search-bar input {
  872. background: rgba(0, 0, 0, 0.4) !important;
  873. }
  874. .search-bar-clear:before {
  875. background: rgba(0, 0, 0, 0.68);
  876. }
  877. .guild-channels ul .channel.selected,
  878. .private-channels .channel.selected,
  879. .private-channels .search-result.selected,
  880. .private-channels .search-result:hover {
  881. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 85%, rgba(46, 49, 54, 0)) !important;
  882. }
  883. .guild-channels ul .channel:not(.selected):hover,
  884. .private-channels .channel:not(.selected):hover {
  885. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 85%, rgba(46, 49, 54, 0)) !important;
  886. }
  887. .btn-hamburger {
  888. margin-right: -25px;
  889. }
  890. .btn-hamburger span {
  891. background: #fff;
  892. }
  893. .account {
  894. padding: 0 15px !important;
  895. background: rgba(0, 0, 0, 0);
  896. height: 77px;
  897. border: 0px solid transparent;
  898. }
  899. .account .status {
  900. border: 2px solid rgba(0, 0, 0, 1);
  901. }
  902. .account .btn {
  903. background: transparent;
  904. box-shadow: none !important;
  905. }
  906. .account .btn:active {
  907. background: rgba(0, 0, 0, 0.26);
  908. }
  909. .account .btn-deafen,
  910. .account .btn-mute {
  911. border-right: none;
  912. }
  913. #voice-connection {
  914. border-top: none !important;
  915. padding: 15px 20px 15px 18px !important;
  916. }
  917. #voice-connection .btn {
  918. background: rgba(0, 0, 0, 0.45);
  919. box-shadow: none !important;
  920. }
  921. #voice-connection .btn:active {
  922. background: rgba(0, 0, 0, 0.6);
  923. }
  924. .account .btn-deafen,
  925. .account .btn-settings {
  926. box-shadow: none !important;
  927. }
  928. .account .btn-group,
  929. #voice-connection .btn-group {
  930. border: none;
  931. }
  932. .title-wrap {
  933. border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  934. background: rgba(0, 0, 0, 0.55) !important;
  935. }
  936. .chat .divider:not(.divider-red)>div {
  937. background: rgba(255, 255, 255, 0.2) !important;
  938. }
  939. .chat .divider>span {
  940. background: rgba(255, 255, 255, 0.2) !important;
  941. font-size: 12px;
  942. text-transform: uppercase;
  943. margin: 10px 0px;
  944. border-radius: 3px;
  945. opacity: 1;
  946. padding: 5px 15px;
  947. width: 100%;
  948. text-align: center;
  949. }
  950. .chat .divider.divider-red>span {
  951. background: rgba(240, 71, 71, .6) !important;
  952. color: rgba(255, 255, 255, 0.8) !important;
  953. }
  954. .chat .divider:not(.divider-red)>span {
  955. color: rgba(255, 255, 255, 1) !important;
  956. }
  957. .chat .divider>div {
  958. display: none;
  959. }
  960. .chat .new-messages-bar {
  961. background-color: rgba(29, 101, 134, .9);
  962. }
  963. .chat .new-messages-bar:hover {
  964. background-color: rgba(29, 101, 134, 1);
  965. }
  966. .chat .new-messages-bar button:last-child {
  967. color: rgba(255, 255, 255, 0.5);
  968. }
  969. .chat-empty {
  970. background: rgba(20, 23, 27, 0.95);
  971. }
  972. .chat>.title-wrap>.topic {
  973. font-size: 12px;
  974. margin-top: 5px;
  975. color: #656565 !important;
  976. }
  977. .chat>.content .messages .message-group:not(.has-divider) {
  978. border-bottom-color: hsla(0, 0%, 100%, .04) !important;
  979. }
  980. .chat>.content .messages .message-group .markup .highlight {
  981. color: #ddd !important;
  982. padding: 1px 4px;
  983. border-radius: 6px;
  984. -webkit-transition: all 0.3s ease;
  985. -moz-transition: all 0.3s ease;
  986. -o-transition: all 0.3s ease;
  987. -ms-transition: all 0.3s ease;
  988. }
  989. .chat>.content .messages .message-group .markup .highlight:hover {
  990. color: #fff !important;
  991. }
  992. .chat>.content .messages .message-group .markup {
  993. color: rgba(255, 255, 255, 0.5) !important;
  994. line-height: 1.5em;
  995. }
  996. .chat>.content .messages .message-group h2 .user-name {
  997. color: rgba(255, 255, 255, 0.8);
  998. }
  999. .chat>.content .messages .message-group h2 span {
  1000. color: rgba(255, 255, 255, 0.2) !important;
  1001. }
  1002. .chat>.content .messages .message-group .markup pre {
  1003. background: transparent !important;
  1004. border-color: rgba(255, 255, 255, 0.1) !important;
  1005. }
  1006. .chat>.content .messages .message-group .markup pre code.hljs {
  1007. background: rgba(0, 0, 0, 0.42) !important;
  1008. color: rgba(255, 255, 255, 0.7) !important;
  1009. padding: 1em !important;
  1010. }
  1011. .chat>.content .messages .message-group .markup code.inline {
  1012. background: rgba(255, 255, 255, 0.1) !important;
  1013. color: rgba(255, 255, 255, 0.7) !important;
  1014. padding: 0.3em 0.6em;
  1015. }
  1016. .channel-textarea-upload {
  1017. border-right-color: hsla(0, 0%, 100%, .1) !important;
  1018. }
  1019. .channel-textarea-inner {
  1020. border: 2px solid rgba(255, 255, 255, 0.1) !important;
  1021. background: rgba(0, 0, 0, 0.6) !important;
  1022. }
  1023. .typing {
  1024. font-size: 11px;
  1025. }
  1026. .spoiler span {
  1027. display: none;
  1028. }
  1029. .spoiler:before {
  1030. min-height: 18px;
  1031. padding-top: 2px;
  1032. border-radius: 5px;
  1033. background: rgba(25, 25, 25, 0.7);
  1034. }
  1035. #twitchcord-button {
  1036. background-size: 24px;
  1037. background-position: 20px;
  1038. background-color: transparent;
  1039. }
  1040. .message-group.compact .timestamp {
  1041. position: relative;
  1042. top: -4px;
  1043. }
  1044. .message-group.compact .message .markup .user-name {
  1045. margin-right: 10px;
  1046. }
  1047. .add-friend-popout .btn:disabled {
  1048. opacity: 0.4;
  1049. }
  1050. .private-channels .channel.btn-friends .badge {
  1051. margin-right: 10px;
  1052. }
  1053. #friends {
  1054. background: transparent !important;
  1055. }
  1056. .friends-header {
  1057. background: rgba(0, 0, 0, 0.88) !important;
  1058. }
  1059. .friends-table {
  1060. background: rgba(0, 0, 0, 0.85) !important;
  1061. margin-top: 0 !important;
  1062. }
  1063. .friends-table .friends-table-body {
  1064. padding-top: 20px !important;
  1065. }
  1066. .friends-table .friends-row:hover {
  1067. background: rgba(0, 0, 0, 0.35) !important;
  1068. }
  1069. .channel-members .member:hover {
  1070. background: rgba(255, 255, 255, 0.07) !important;
  1071. }
  1072. .channel-members .member .member-username {
  1073. font-size: 14px;
  1074. }
  1075. .channel-members .avatar-small .status {
  1076. border-color: rgba(0, 0, 0, 0.7) !important;
  1077. }
  1078. .user-popout .user-popout-options .btn:hover {
  1079. border: 1px solid #6E3791;
  1080. }
  1081. .tooltip {
  1082. color: #e0e0e0;
  1083. }
  1084. .bd-minimal .guilds {
  1085. padding-left: 10px !important;
  1086. }
  1087. .bd-minimal .guilds .friends-icon {
  1088. background-size: 40%;
  1089. }
  1090. .bd-minimal .guilds-wrapper .guilds .guild .guild-inner:before {
  1091. height: 25px;
  1092. border-radius: 5px;
  1093. margin-top: -13px;
  1094. }
  1095. .bd-minimal .guilds-wrapper .guilds .guild.unread .guild-inner:before {
  1096. width: 10px;
  1097. height: 10px;
  1098. margin-top: -5px;
  1099. left: -16px;
  1100. }
  1101. .bd-minimal .guilds-wrapper .guilds .guild.active .guild-inner:before {
  1102. left: -18px;
  1103. border-radius: 5px;
  1104. height: 25px;
  1105. margin-top: -13px;
  1106. }
  1107. .bd-minimal .guilds-wrapper .guilds .guild,
  1108. .bd-minimal .guilds-wrapper .guilds .guild .avatar-small,
  1109. .bd-minimal .guilds-wrapper .guilds .guild .guild-inner,
  1110. .bd-minimal .guilds-wrapper .guilds .guild .guild-inner a,
  1111. .bd-minimal .guilds .friends-icon {
  1112. width: 25px;
  1113. height: 25px;
  1114. line-height: 25px;
  1115. }
  1116. .bd-minimal .guilds-wrapper .guilds .guild .avatar-small,
  1117. #bd-pub-button {
  1118. font-size: 10px !important;
  1119. }
  1120. .bd-minimal .chat>.title-wrap>.title {
  1121. font-size: 16px;
  1122. }
  1123. .bd-minimal .theme-dark .comment {
  1124. border-left: none !important;
  1125. padding-left: 10px;
  1126. }
  1127. .bd-minimal .message-group {
  1128. padding: 10px 5px;
  1129. }
  1130. .bd-minimal .guild-channels ul .channel-text .channel-name {
  1131. padding-left: 5px;
  1132. }
  1133. .bd-minimal .avatar-large {
  1134. border-radius: 100%;
  1135. }
  1136. .bd-minimal .message-group .edit-message .edit-container-outer {
  1137. margin-left: 50px;
  1138. }
  1139. .bd-minimal .message-group .edit-message .edit-container-inner {
  1140. margin-left: 10px;
  1141. }
  1142. .bd-minimal .channel-members h2 {
  1143. margin-top: 20px;
  1144. margin-bottom: 3px;
  1145. padding-left: 20px;
  1146. }
  1147. .bd-minimal .channel-members h2:first-of-type {
  1148. margin-top: 0px;
  1149. margin-bottom: 3px;
  1150. }
  1151. .bd-minimal .channel-members .member {
  1152. padding: 5px 15px 8px 20px;
  1153. }
  1154. .bd-minimal .guild-header header span {
  1155. margin-left: -13px;
  1156. font-size: 14px;
  1157. }
  1158. .bd-minimal .guild-channels ul .channel-text.unread:not(.selected):not(.channel-muted):before {
  1159. top: 9px;
  1160. width: 10px;
  1161. height: 10px;
  1162. }
  1163. .bd-minimal .guild-channels h2 {
  1164. margin-left: 10px;
  1165. }
  1166. .bd-minimal #voice-connection {
  1167. width: 176px;
  1168. margin-left: -46px;
  1169. }
  1170. .bd-minimal .account {
  1171. width: 176px;
  1172. margin-left: -46px;
  1173. }
  1174. .bd-minimal .account .avatar-small {
  1175. display: block !important;
  1176. }
  1177. .bd-minimal .account .username {
  1178. display: none;
  1179. }
  1180. .bd-minimal .account .btn-group {
  1181. margin-left: 10px;
  1182. }
  1183. .bd-minimal .account .btn-group .btn {
  1184. width: 30px;
  1185. }
  1186. .settings .settings-header {
  1187. background: #1a1d20 !important;
  1188. }
  1189. .channel-notification-settings .content .content-inner {
  1190. background: transparent !important;
  1191. }
  1192. .theme-dark .chat>.content .messages .message-group .comment .markup {
  1193. color: #fff;
  1194. }
  1195. .guild-channels ul .channel-text:hover:not(.unread):before {
  1196. border-left: 4px solid #646E6E;
  1197. }
  1198. .guild-channels ul .channel-text.selected:before {
  1199. border-left: 4px solid #646E6E;
  1200. }
  1201. .guilds-wrapper .guilds .guild.active .guild-inner,
  1202. .guilds-wrapper .guilds .guild:hover .guild-inner {
  1203. background: #646E6E !important;
  1204. }
  1205. .theme-dark .chat>.content:first-child .scroller-wrap::-webkit-scrollbar-thumb {
  1206. background-color: #646E6E;
  1207. }
  1208. .guild-header ul a.red-highlight {
  1209. color: #646E6E;
  1210. }
  1211. .create-guild-container .create-or-join .form-inner {
  1212. background-color: #282b30;
  1213. }
  1214. .create-guild-container .action {
  1215. background: #31343A;
  1216. }
  1217. .create-guild-container .create-or-join .actions .or {
  1218. background-image: none;
  1219. color: #282B30;
  1220. }
  1221. .form .form-inner {
  1222. background-color: #282B30;
  1223. }
  1224. .form header {
  1225. color: #646E6E;
  1226. }
  1227. .form .control-group input[type=email],
  1228. .form .control-group input[type=password],
  1229. .form .control-group input[type=text],
  1230. .form .control-group textarea {
  1231. background: #32353A;
  1232. color: #90A0AA;
  1233. border-bottom: 1px solid #232529;
  1234. border-radius: 3px;
  1235. }
  1236. .form .control-group input[type=email]:focus,
  1237. .form .control-group input[type=password]:focus,
  1238. .form .control-group input[type=text]:focus,
  1239. .form .control-group textarea:focus {
  1240. border-bottom: 2px solid #646E6E;
  1241. }
  1242. .region-select {
  1243. background: #32353A;
  1244. }
  1245. .region-select .region-select-inner {
  1246. background: #32353A;
  1247. border: 1px solid #232529;
  1248. }
  1249. .region-select button {
  1250. background-color: #32353A;
  1251. border: 1px solid #232529;
  1252. color: #646E6E;
  1253. }
  1254. .region-select:hover .region-select-inner,
  1255. .region-select:hover button {
  1256. border-color: #646E6E;
  1257. }
  1258. .region-select:hover button {
  1259. background-color: #646E6E;
  1260. }
  1261. .create-guild-container h5 {
  1262. color: #646E6E;
  1263. }
  1264. .avatar-uploader .avatar-uploader-inner {
  1265. background-color: #646E6E;
  1266. border: 5px solid #646E6E;
  1267. }
  1268. .form .form-actions {
  1269. background-color: #282B30;
  1270. border-top: 1px solid #232529;
  1271. }
  1272. .form .btn-default {
  1273. background-color: #282B30;
  1274. border-bottom: 2px solid #282B30;
  1275. border-radius: 5px;
  1276. width: 62px;
  1277. }
  1278. .form .btn-primary {
  1279. background-color: #646E6E;
  1280. }
  1281. .create-guild-container .action.create .action-header {
  1282. color: #646E6E;
  1283. }
  1284. .create-guild-container .action:hover.create .btn {
  1285. background-color: #646E6E;
  1286. }
  1287. .form .btn-primary:hover {
  1288. background-color: #646E6E;
  1289. }
  1290. .scroller-wrap .scroller::-webkit-scrollbar-thumb {
  1291. background-color: #646E6E !important;
  1292. border: 3px solid rgba(211, 5, 5, 0) !important;
  1293. }
  1294. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  1295. background-color: #646E6E !important;
  1296. border: 3px solid rgba(211, 5, 5, 0) !important;
  1297. }
  1298. .tab-bar.SIDE .tab-bar-item:before {
  1299. border-left: 4px solid #646E6E;
  1300. }
  1301. a:link {
  1302. color: #666666;
  1303. }
  1304. .user-settings-modal a {
  1305. color: #646E6E;
  1306. }
  1307. .user-settings-modal .settings-wrapper,
  1308. .user-settings-modal .voice-settings {
  1309. background: #2E3136;
  1310. }
  1311. .settings .settings-actions {
  1312. background-color: #2E3136;
  1313. border-top: 1px solid #646E6E;
  1314. }
  1315. .checkbox .checkbox-inner+span {
  1316. color: #fff
  1317. }
  1318. .highlight {
  1319. color: #646E6E;
  1320. }
  1321. .user-settings-modal-connections .user-settings-modal-accounts-list .connect-container .name {
  1322. color: #fff;
  1323. }
  1324. .user-settings-modal-connections .user-settings-modal-connections-list .connection .connection-integrations.no-integrations {
  1325. color: rgba(222, 222, 222, 0.59);
  1326. }
  1327. .user-settings-modal-connections .user-settings-modal-connections-list .connection .connection-integrations {
  1328. border: 1px solid #404040;
  1329. }
  1330. .user-settings-modal-connections .user-settings-modal-connections-list {
  1331. box-shadow: 0 -1px #404040;
  1332. }
  1333. .tab-bar.TOP .tab-bar-item.selected {
  1334. border-bottom: 2px solid #646E6E;
  1335. color: #646E6E;
  1336. }
  1337. .checkbox .checkbox-inner input[type=checkbox]:checked+span {
  1338. background-color: #646E6E !important;
  1339. border-color: #646E6E !important;
  1340. }
  1341. .radio .radio-inner span:after {
  1342. background: #646E6E;
  1343. }
  1344. .slider-bar-fill {
  1345. background: #646E6E;
  1346. }
  1347. .slider-handle {
  1348. border: 1px solid #646E6E;
  1349. }
  1350. .radio .radio-inner {
  1351. background: #454950;
  1352. border: 2px solid #646E6E;
  1353. }
  1354. .tab-bar.TOP {
  1355. border-bottom: 1px solid #646E6E;
  1356. }
  1357. #bd-ps-body table tr:nth-child(odd):hover {
  1358. background-color: #646E6E;
  1359. }
  1360. .guild-settings-modal-members .member-buttons .btn {
  1361. background: #646E6E;
  1362. border: 1px solid #646E6E;
  1363. color: #EFEFEF;
  1364. }
  1365. .guild-settings-modal-members .member-buttons .btn.btn-danger:hover {
  1366. background: #646E6E;
  1367. }
  1368. .guild-settings-modal-members .member-buttons .btn.btn-danger {
  1369. border: 1px solid #646E6E;
  1370. color: #FFFFFF;
  1371. }
  1372. .guild-settings-modal-members .guild-settings-modal-list .member+.member {
  1373. border-top: 1px solid #2E3136;
  1374. }
  1375. .member-roles .member-role .member-role-remove {
  1376. background: url(https://i.imgur.com/O2TX2bn.png) 50% no-repeat;
  1377. width: 8px;
  1378. height: 12px;
  1379. background-size: 8px;
  1380. }
  1381. .member-roles .member-role .member-role-add {
  1382. background: url(https://i.imgur.com/1MfzLoF.png) 50% no-repeat;
  1383. width: 8px;
  1384. height: 12px;
  1385. background-size: 10px;
  1386. }
  1387. .member-roles .member-role:hover {
  1388. background-color: #646E6E;
  1389. }
  1390. .guilds-add:hover {
  1391. border-color: hsl(145, 64%, 50%);
  1392. color: transparent;
  1393. opacity: 1.0;
  1394. -webkit-animation: color_change 1s infinite alternate;
  1395. -moz-animation: color_change 1s infinite alternate;
  1396. -ms-animation: color_change 1s infinite alternate;
  1397. -o-animation: color_change 1s infinite alternate;
  1398. animation: color_change 1s infinite alternate;
  1399. }
  1400. @-webkit-keyframes color_change {
  1401. from {
  1402. border-color: #535559;
  1403. }
  1404. to {
  1405. border-color: green;
  1406. }
  1407. }
  1408. @-moz-keyframes color_change {
  1409. from {
  1410. border-color: #535559;
  1411. }
  1412. to {
  1413. border-color: green;
  1414. }
  1415. }
  1416. @-ms-keyframes color_change {
  1417. from {
  1418. border-color: #535559;
  1419. }
  1420. to {
  1421. border-color: green;
  1422. }
  1423. }
  1424. @-o-keyframes color_change {
  1425. from {
  1426. border-color: #535559;
  1427. }
  1428. to {
  1429. border-color: green;
  1430. }
  1431. }
  1432. @keyframes color_change {
  1433. from {
  1434. border-color: #535559;
  1435. }
  1436. to {
  1437. border-color: green;
  1438. }
  1439. }
  1440. .channel-members h2 {
  1441. color: #646E6E !important;
  1442. font-size: 11px;
  1443. text-transform: uppercase;
  1444. letter-spacing: .08em;
  1445. font-weight: 600;
  1446. padding: 4px 58px;
  1447. background-color: rgba(0, 0, 0, 0.24);
  1448. border: 1px solid;
  1449. border-color: transparent;
  1450. border-radius: 3px;
  1451. width: 90px;
  1452. margin-left: 15px;
  1453. text-align: center
  1454. }
  1455. .private-channels .search-result.selected:before,
  1456. .private-channels .search-result:hover:before {
  1457. border-left: 4px solid #646E6E;
  1458. }
  1459. /*[[Onlineon]]*/
  1460. /*[[Onlineoff]]*/
  1461. .channel-members-wrap {
  1462. min-width: 240px;
  1463. display: -webkit-box;
  1464. display: -webkit-flex;
  1465. display: -ms-flexbox;
  1466. display: box;
  1467. display: flex;
  1468. }
  1469. .message-group .edit-message .channel-textarea-inner {
  1470. border-color: #646E6E;
  1471. }
  1472. .channel-members .member .member-game strong {
  1473. color: #646E6E;
  1474. }
  1475. .spoiler {
  1476. Background-color: #1E2124;
  1477. border: 1px solid;
  1478. border-color: transparent;
  1479. border-radius: 6px;
  1480. }
  1481. .spoiler:before {
  1482. background: #1E2124;
  1483. min-height: 0px;
  1484. padding-top: 14px;
  1485. }
  1486. #bd-ps-body table tr:hover {
  1487. background-color: #646E6E;
  1488. }
  1489. @keyframes swing {
  1490. 0% {
  1491. transform: rotate(0deg);
  1492. -webkit-transform: rotate(0deg);
  1493. -moz-transform: rotate(0deg);
  1494. -o-transform: rotate(0deg);
  1495. -ms-transform: rotate(0deg);
  1496. }
  1497. 25% {
  1498. transform: rotate(-30deg);
  1499. -webkit-transform: rotate(-30deg);
  1500. -moz-transform: rotate(-30deg);
  1501. -o-transform: rotate(-30deg);
  1502. -ms-transform: rotate(-30deg);
  1503. }
  1504. 50% {
  1505. transform: rotate(0deg);
  1506. -webkit-transform: rotate(0deg);
  1507. -moz-transform: rotate(0deg);
  1508. -o-transform: rotate(0deg);
  1509. -ms-transform: rotate(0deg);
  1510. }
  1511. 75% {
  1512. transform: rotate(30deg);
  1513. -webkit-transform: rotate(30deg);
  1514. -moz-transform: rotate(30deg);
  1515. -o-transform: rotate(30deg);
  1516. -ms-transform: rotate(30deg);
  1517. }
  1518. 100% {
  1519. transform: rotate(0deg);
  1520. -webkit-transform: rotate(0deg);
  1521. -moz-transform: rotate(0deg);
  1522. -o-transform: rotate(0deg);
  1523. -ms-transform: rotate(0deg);
  1524. }
  1525. }
  1526. @-webkit-keyframes swing {
  1527. 0% {
  1528. transform: rotate(0deg);
  1529. -webkit-transform: rotate(0deg);
  1530. -moz-transform: rotate(0deg);
  1531. -o-transform: rotate(0deg);
  1532. -ms-transform: rotate(0deg);
  1533. }
  1534. 25% {
  1535. transform: rotate(-30deg);
  1536. -webkit-transform: rotate(-30deg);
  1537. -moz-transform: rotate(-30deg);
  1538. -o-transform: rotate(-30deg);
  1539. -ms-transform: rotate(-30deg);
  1540. }
  1541. 50% {
  1542. transform: rotate(0deg);
  1543. -webkit-transform: rotate(0deg);
  1544. -moz-transform: rotate(0deg);
  1545. -o-transform: rotate(0deg);
  1546. -ms-transform: rotate(0deg);
  1547. }
  1548. 75% {
  1549. transform: rotate(30deg);
  1550. -webkit-transform: rotate(30deg);
  1551. -moz-transform: rotate(30deg);
  1552. -o-transform: rotate(30deg);
  1553. -ms-transform: rotate(30deg);
  1554. }
  1555. 100% {
  1556. transform: rotate(0deg);
  1557. -webkit-transform: rotate(0deg);
  1558. -moz-transform: rotate(0deg);
  1559. -o-transform: rotate(0deg);
  1560. -ms-transform: rotate(0deg);
  1561. }
  1562. }
  1563. @keyframes swing1 {
  1564. 0% {
  1565. left: -15px;
  1566. right: 0;
  1567. }
  1568. 25% {
  1569. left: -100px;
  1570. right: 0;
  1571. }
  1572. 50% {
  1573. left: -15px;
  1574. right: 0;
  1575. }
  1576. 75% {
  1577. left: 0;
  1578. right: -100px;
  1579. }
  1580. 100% {
  1581. left: -15px;
  1582. right: 0;
  1583. }
  1584. }
  1585. @-webkit-keyframes swing1 {
  1586. 0% {
  1587. left: -15px;
  1588. right: 0;
  1589. }
  1590. 25% {
  1591. left: -100px;
  1592. right: 0;
  1593. }
  1594. 50% {
  1595. left: -15px;
  1596. right: 0;
  1597. }
  1598. 75% {
  1599. left: 0;
  1600. right: -100px;
  1601. }
  1602. 100% {
  1603. left: -15px;
  1604. right: 0;
  1605. }
  1606. }
  1607. .theme-dark .chat .title-wrap .channel-mute-button:hover {
  1608. animation: swing 4s infinite linear;
  1609. -webkit-animation: swing 4s infinite linear;
  1610. }
  1611. @-webkit-keyframes load8 {
  1612. 0% {
  1613. -webkit-transform: rotate(0deg);
  1614. transform: rotate(0deg);
  1615. }
  1616. 100% {
  1617. -webkit-transform: rotate(360deg);
  1618. transform: rotate(360deg);
  1619. }
  1620. }
  1621. @keyframes load8 {
  1622. 0% {
  1623. -webkit-transform: rotate(0deg);
  1624. transform: rotate(0deg);
  1625. }
  1626. 100% {
  1627. -webkit-transform: rotate(360deg);
  1628. transform: rotate(360deg);
  1629. }
  1630. }
  1631. .account .btn-settings:hover:after {
  1632. -webkit-transform: translateZ(0);
  1633. -ms-transform: translateZ(0);
  1634. transform: translateZ(0);
  1635. -webkit-animation: load8 2.8s infinite linear;
  1636. animation: load8 2.8s infinite linear;
  1637. }
  1638. .guilds-wrapper .guilds .guild .badge {
  1639. animation: zoom 2s infinite;
  1640. }
  1641. @keyframes zoom {
  1642. 0% {
  1643. -webkit-transform: scale(1, 1);
  1644. }
  1645. 50% {
  1646. -webkit-transform: scale(1.2, 1.2);
  1647. }
  1648. 100% {
  1649. -webkit-transform: scale(1, 1);
  1650. }
  1651. }
  1652. .guild-channels ul .channel-voice.locked:hover .icon-lock {
  1653. animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  1654. }
  1655. @keyframes shake {
  1656. 10%, 90% {
  1657. transform: translate3d(-1px, 0, 0);
  1658. }
  1659. 20%,
  1660. 80% {
  1661. transform: translate3d(2px, 0, 0);
  1662. }
  1663. 30%,
  1664. 50%,
  1665. 70% {
  1666. transform: translate3d(-4px, 0, 0);
  1667. }
  1668. 40%,
  1669. 60% {
  1670. transform: translate3d(4px, 0, 0);
  1671. }
  1672. }
  1673. .guild-channels ul .channel-voice.locked {
  1674. cursor: pointer;
  1675. }
  1676. .theme-dark #friends .friends-header .tab-bar .tab-bar-item.selected {
  1677. background-color: #43B581;
  1678. color: #fff;
  1679. }
  1680. #friends .btn {
  1681. background-color: #646E6E;
  1682. }
  1683. #friends .btn:hover {
  1684. background-color: #646E6E;
  1685. }
  1686. .private-channels .channel.selected .icon-friends {
  1687. background-color: #646E6E;
  1688. }
  1689. .add-friend-popout {
  1690. background: transparent;
  1691. }
  1692. .add-friend-popout header input:focus {
  1693. border-color: hsla(0, 0%, 100%, .3);
  1694. }
  1695. .add-friend-popout .btn:disabled {
  1696. background-color: #646E6E;
  1697. }
  1698. #user-profile-modal .sub-header {
  1699. background: #2E3136;
  1700. }
  1701. #user-profile-modal .tab-bar {
  1702. background: #2E3136;
  1703. border-bottom: 1px solid #2B2B2B;
  1704. }
  1705. #user-profile-modal .btn {
  1706. background-color: #646E6E;
  1707. }
  1708. #user-profile-modal .btn:hover {
  1709. background-color: #646E6E;
  1710. }
  1711. #user-profile-modal .header {
  1712. background-color: #646E6E;
  1713. background-image: none;
  1714. }
  1715. .context-menu {
  1716. background: #2E3136;
  1717. }
  1718. .context-menu .item:hover {
  1719. background: #292B2F;
  1720. }
  1721. #user-profile-modal .guilds .guild:hover {
  1722. background: linear-gradient(90deg, #27292D 90%, #2E3136);
  1723. color: #D8D8D8;
  1724. }
  1725. #user-profile-modal .empty {
  1726. background: #2E3136;
  1727. }
  1728. /*[[Hidden]]*/
  1729. /*[[Visible]]*/
  1730. .message-group-blocked {
  1731. background: #fcfcfc;
  1732. -webkit-box-pack: center;
  1733. -o-box-pack: center;
  1734. -ms-flex-pack: center;
  1735. -webkit-justify-content: center;
  1736. justify-content: center;
  1737. border: 1px solid #e3e5e7;
  1738. border-radius: 3px;
  1739. margin: 6px 6px 6px 19px;
  1740. display: none;
  1741. }
  1742. .user-settings-modal-account .discord-tag {
  1743. color: #646E6E;
  1744. }
  1745. .guilds .friends-online {
  1746. text-transform: uppercase;
  1747. font-weight: 600;
  1748. color: #DCDCDC;
  1749. margin: 10px -5px;
  1750. word-wrap: normal;
  1751. white-space: normal;
  1752. width: 50px;
  1753. cursor: pointer;
  1754. -webkit-transition: background-color .25s ease-in, border-radius .3s cubic-bezier(.68, -1.25, .228, 1.8);
  1755. transition: background-color .25s ease-in, border-radius .3s cubic-bezier(.68, -1.25, .228, 1.8);
  1756. overflow: hidden;
  1757. border-radius: 25px;
  1758. background: rgba(21, 21, 21, 0.41) !important;
  1759. font-size: 9px;
  1760. text-align: center;
  1761. line-height: 17px;
  1762. }
  1763. .guilds .friends-online:hover {
  1764. background: #43B581 !important;
  1765. }
  1766. .add-friend-popout-info .add-friend-popout-info-confirmation:before {
  1767. background: url(https://i.imgur.com/DYCx6qB.png) 50% no-repeat;
  1768. content: ' ';
  1769. width: 17px;
  1770. height: 16px;
  1771. background-size: 40px 39px;
  1772. display: inline-block;
  1773. vertical-align: middle;
  1774. margin-top: -8px;
  1775. margin-right: 4px;
  1776. }
  1777. .message-group .btn-option:hover {
  1778. -webkit-transform: translateZ(0);
  1779. -ms-transform: translateZ(0);
  1780. transform: translateZ(0);
  1781. -webkit-animation: load8 2.8s infinite linear;
  1782. animation: load8 2.8s infinite linear;
  1783. }
  1784. .chat .has-more button {
  1785. color: #646E6E;
  1786. }
  1787. .theme-dark #friends .friends-table .friends-table-header .friends-column:after {
  1788. content: "Actions";
  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: #6E3791;
  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 #646E6E !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: #646E6E;
  1903. }
  1904. .upload-modal .footer .button-primary {
  1905. color: #646E6E;
  1906. background-color: #fff;
  1907. }
  1908. .upload-modal .footer .button-primary {
  1909. color: #646E6E;
  1910. background-color: #fff;
  1911. }
  1912. div.control-group .shortcut-recorder input[type=text] {
  1913. border: 1px solid #646E6E;
  1914. text-shadow: 0 0 0 #FFFFFF;
  1915. }
  1916. .private-channels .search-bar input:focus {
  1917. border: 2px solid #646E6E;
  1918. webkit-animation: input-pulse 1.5s infinite;
  1919. animation: input-pulse 1.5s infinite;
  1920. }
  1921. @-webkit-keyframes input-pulse {
  1922. 0% {
  1923. box-shadow: 0 0 0 0 #646E6E;
  1924. }
  1925. 70% {
  1926. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  1927. }
  1928. to {
  1929. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  1930. }
  1931. }
  1932. @keyframes input-pulse {
  1933. 0% {
  1934. box-shadow: 0 0 0 0 #646E6E;
  1935. }
  1936. 70% {
  1937. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  1938. }
  1939. to {
  1940. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  1941. }
  1942. }
  1943. .bot-tag {
  1944. background: rgba(255, 255, 255, 0.28);
  1945. color: rgba(255, 255, 255, 0.62);
  1946. }
  1947. .bot-tag.bot-tag-invert {
  1948. font-size: 11px !important;
  1949. color: hsla(0, 0%, 100%, 0.7) !important;
  1950. margin-left: 8px !important;
  1951. border-radius: 5px !important;
  1952. background: rgba(0, 0, 0, 0.19) !important;
  1953. font-weight: bold !important;
  1954. border: 3px solid transparent !important;
  1955. padding: 0px;
  1956. }
  1957. .channel-members .member.member-status-offline .avatar-small {
  1958. -webkit-filter: grayscale(100%) blur(1px);
  1959. position: relative;
  1960. -webkit-transition: all .8s ease;
  1961. -moz-transition: all .8s ease;
  1962. -o-transition: all .8s ease;
  1963. transition: all .8s ease;
  1964. -webkit-transform: translateZ(0px);
  1965. transform: translateZ(0px);
  1966. }
  1967. .channel-members .member.popout-open .avatar-small, .channel-members .member:hover .avatar-small {
  1968. -webkit-filter: none !important;
  1969. filter: none;
  1970. position: relative;
  1971. -webkit-transition: all .8s ease-out;
  1972. -moz-transition: all .8s ease-out;
  1973. -o-transition: all .8s ease-out;
  1974. transition: all .8s ease-out;
  1975. -webkit-transform: translateZ(0px);
  1976. transform: translateZ(0px);
  1977. }
  1978. .offline {
  1979. background-color: #FA1A1A;
  1980. }
  1981. @-webkit-keyframes friend-request-pulse {
  1982. 0% {
  1983. box-shadow: 0 0 0 0 #43b581;
  1984. }
  1985. 70% {
  1986. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  1987. }
  1988. to {
  1989. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  1990. }
  1991. }
  1992. @keyframes friend-request-pulse {
  1993. 0% {
  1994. box-shadow: 0 0 0 0 #43b581;
  1995. }
  1996. 70% {
  1997. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  1998. }
  1999. to {
  2000. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  2001. }
  2002. }
  2003. #user-profile-modal footer .btn.add-friend {
  2004. webkit-animation: friend-request-pulse 1.5s infinite;
  2005. animation: friend-request-pulse 1.5s infinite;
  2006. }
  2007. #user-profile-modal .guilds .avatar-large {
  2008. background: #646E6E;
  2009. }
  2010. img.image {
  2011. border-radius: 5px;
  2012. }
  2013. #voice-connection .btn {
  2014. background: rgba(0, 0, 0, 0.45);
  2015. box-shadow: none !important;
  2016. border-radius: 40px;
  2017. }
  2018. .account .btn-deafen, .account .btn-mute, .account .btn-settings {
  2019. background: rgba(0, 0, 0, 0.45);
  2020. box-shadow: none !important;
  2021. border-radius: 40px;
  2022. }
  2023. #voice-connection .btn {
  2024. background: rgba(0, 0, 0, 0.45);
  2025. box-shadow: none !important;
  2026. border-radius: 40px;
  2027. }
  2028. .account .btn-deafen, .account .btn-mute, .account .btn-settings {
  2029. background: rgba(0, 0, 0, 0.45);
  2030. box-shadow: none !important;
  2031. border-radius: 40px;
  2032. }
  2033. #connecting {
  2034. background: rgba( 0, 0, 0,.80);
  2035. }
  2036. #connecting video.ready {
  2037. visibility: hidden;
  2038. }
  2039. #connecting video {
  2040. visibility: hidden;
  2041. }
  2042. #connecting .quote {
  2043. margin-bottom: 10px;
  2044. color: #fff;
  2045. font-weight: 400;
  2046. font-style: italic;
  2047. font-size: 16px;
  2048. visibility: hidden;
  2049. }
  2050. #connecting img,
  2051. #connecting video {
  2052. visibility: hidden;
  2053. }
  2054. #connecting .attribution {
  2055. visibility: hidden;
  2056. }
  2057. #connecting .attribution, #connecting .connection-status, #connecting .quote {
  2058. margin-bottom: -122px;
  2059. font-size: 30px;
  2060. }
  2061. .theme-dark .friends-table .messages .mentioned .message-text, .theme-dark .messages-wrapper .messages .mentioned .message-text {
  2062. animation: mentioned-pulse 1.5s infinite;
  2063. }
  2064. @-webkit-keyframes mentioned-pulse {
  2065. 0% {
  2066. box-shadow: 0 0 0 0 #fab81a;
  2067. }
  2068. 70% {
  2069. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  2070. }
  2071. to {
  2072. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  2073. }
  2074. }
  2075. @keyframes mentioned-pulse {
  2076. 0% {
  2077. box-shadow: 0 0 0 0 #fab81a;
  2078. }
  2079. 70% {
  2080. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  2081. }
  2082. to {
  2083. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  2084. }
  2085.  
  2086. }
  2087.  
  2088. RAW Paste Data
  2089. .app {
  2090. background-image: url("https://i.imgur.com/wtibwQ6.png") !important;
  2091. background-size: cover !important;
  2092. }
  2093. .layers { background: transparent !important; }
  2094. .Select-control {
  2095. background: #797C82;
  2096. border: #7a3c47;
  2097. border-color: #7a3c47 #7a3c47 #7a3c47;
  2098. }
  2099. .form .control-group .Select-control {
  2100. border: 1px solid #7a3c47;
  2101. }
  2102. .form .control-group .Select-control:hover {
  2103. border: 1px solid #7a3c47;
  2104. }
  2105. .form .control-group .is-focused:not(.is-open)>.Select-control {
  2106. border: 1px solid #7a3c47;
  2107. }
  2108. .slider-bar {
  2109. background: #393C42;
  2110. }
  2111. .slider-handle,
  2112. .slider-handle span {
  2113. background-color: #393C42;
  2114. }
  2115. .form .control-group .Select-control .Select-placeholder {
  2116. color: #787A7B;
  2117. }
  2118. .tab-bar.SIDE {
  2119. overflow-y: hidden;
  2120. background-color: #25282B;
  2121. }
  2122. .create-guild-container .join-server .link-container input {
  2123. border: 1px solid #E0824C;
  2124. }
  2125. .create-guild-container .join-server .sample-link {
  2126. color: #E0824C;
  2127. }
  2128. .theme-dark .chat>.content .messages .message-group a {
  2129. color: #050505;
  2130. }
  2131. .need-help-modal .footer {
  2132. background-color: #282b30;
  2133. border-top: 1px solid #1D1F23;
  2134. }
  2135. .need-help-modal .header {
  2136. background-color: #646E6E;
  2137. }
  2138. .need-help-button:hover {
  2139. border-color: #646E6E;
  2140. color: #646E6E;
  2141. }
  2142. .need-help-button:hover .btn-help {
  2143. color: #646E6E;
  2144. }
  2145. .settings .settings-inner {
  2146. background-color: #36393e;
  2147. }
  2148. .notification-settings-modal .mute-server .checkbox .label {
  2149. color: #fff;
  2150. }
  2151. .notification-settings-modal .settings-section {
  2152. color: #fff;
  2153. }
  2154. .channel-notification-settings .content label {
  2155. color: #ABAAAA;
  2156. }
  2157. .scroller-wrap .scroller {
  2158. overflow-y: scroll;
  2159. }
  2160. .channel-notification-settings {
  2161. border-bottom: 1px solid #646E6E;
  2162. }
  2163. .notification-settings-modal .notification-settings-modal-channel-settings-list {
  2164. box-shadow: 0 -1px #646E6E;
  2165. }
  2166. .chat .new-messages-bar button {
  2167. background: #050505;
  2168. border-radius: 5px;
  2169. }
  2170. .chat .new-messages-bar button:last-child {
  2171. color: #fff;
  2172. }
  2173. .download-apps .platforms .platform.active .download-button,
  2174. .change-log .changelog-fixed,
  2175. .modal-new-user .steps-wrap .steps li.on,
  2176. .modal-new-user .steps-wrap .steps li.on+.divider,
  2177. .modal-new-user .steps-wrap .steps li.on:before,
  2178. .chat .new-messages-bar:hover {
  2179. background-color: #646E6E;
  2180. }
  2181. .radio-image .radio-inner span:after {
  2182. opacity: 0;
  2183. filter: alpha(opacity=0);
  2184. content: '';
  2185. position: absolute;
  2186. width: 100%;
  2187. height: 100%;
  2188. border: 2px solid #6E3791;
  2189. border-radius: 3px;
  2190. -webkit-transition: .3s ease;
  2191. transition: .3s ease;
  2192. left: -2px;
  2193. top: -2px;
  2194. }
  2195. .radio-image:hover span:after {
  2196. opacity: .5;
  2197. filter: alpha(opacity=50);
  2198. border-color: #646E6E;
  2199. }
  2200. .guilds-wrapper .guilds .guild.active .guild-inner,
  2201. .guilds-wrapper .guilds .guild:hover .guild-inner {
  2202. border-radius: 15px;
  2203. background: #646E6E;
  2204. }
  2205. .guild-channels ul .channel-voice-states li.speaking .avatar-small {
  2206. background-color: #646E6E;
  2207. cursor: pointer;
  2208. border: 2px solid #43b581;
  2209. box-shadow: inset 0 0 0 2px #2e3136;
  2210. }
  2211. #unsupported-browser li:hover {
  2212. -webkit-transform: scale(1.04);
  2213. transform: scale(1.04);
  2214. border-color: #646E6E;
  2215. }
  2216. #unsupported-browser li:hover .browser {
  2217. background-position-y: 100px;
  2218. }
  2219. #unsupported-browser li:hover .btn {
  2220. background-color: #646E6E;
  2221. color: #fff;
  2222. border-color: #646E6E;
  2223. }
  2224. .mentioned .highlight:hover {
  2225. color: #646E6E;
  2226. text-decoration: underline;
  2227. }
  2228. .highlight:hover {
  2229. cursor: pointer;
  2230. color: #fff;
  2231. background-color: #646E6E;
  2232. }
  2233. .tooltip.tooltip-left:after {
  2234. position: absolute;
  2235. left: 100%;
  2236. top: 50%;
  2237. border-left-color: #646E6E;
  2238. margin-top: -5px;
  2239. }
  2240. .tooltip.tooltip-right:after {
  2241. position: absolute;
  2242. right: 100%;
  2243. top: 50%;
  2244. border-right-color: #646E6E;
  2245. margin-top: -5px;
  2246. }
  2247. .tooltip {
  2248. position: absolute;
  2249. background-color: #646E6E;
  2250. box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .1);
  2251. border-radius: 3px;
  2252. font-weight: 600;
  2253. font-size: 12px;
  2254. color: #fff;
  2255. z-index: 1002;
  2256. max-width: 160px;
  2257. box-sizing: border-box;
  2258. word-wrap: break-word;
  2259. padding: 5px 10px;
  2260. }
  2261. .tooltip.tooltip-bottom:after {
  2262. position: absolute;
  2263. bottom: 100%;
  2264. left: 50%;
  2265. border-bottom-color: #646E6E;
  2266. margin-left: -5px;
  2267. }
  2268. .tooltip.tooltip-top:after {
  2269. position: absolute;
  2270. top: 100%;
  2271. left: 50%;
  2272. margin-left: -5px;
  2273. border-top-color: #646E6E;
  2274. }
  2275. .region-select-modal {
  2276. background: #36393e;
  2277. }
  2278. .region-select-modal .region-select-modal-header {
  2279. color: #646E6E;
  2280. }
  2281. .region-select-modal .region-select-modal-option {
  2282. background-color: #2e3338;
  2283. border: 2px solid #25292d;
  2284. }
  2285. .region-select-modal .region-select-modal-option:hover {
  2286. border-color: #646E6E;
  2287. }
  2288. .form .radio-group .radio {
  2289. color: #fff;
  2290. }
  2291. .need-help-modal .header input[type=text] {
  2292. box-shadow: 0 2px 1px #646E6E;
  2293. }
  2294. .change-log {
  2295. background: #282D2F;
  2296. }
  2297. .change-log .header {
  2298. color: #646E6E;
  2299. border-bottom: 1px solid #4C4C4C;
  2300. }
  2301. .change-log ul li {
  2302. color: #646E6E;
  2303. }
  2304. .change-log .footer {
  2305. border-top: 1px solid #4C4C4C;
  2306. color: #646E6E;
  2307. background-color: #282D2F;
  2308. }
  2309. .callout-backdrop {
  2310. background-color: rgb(0, 0, 0) !important;
  2311. }
  2312. .download-apps .platforms .platform {
  2313. border: 2px solid #646E6E;
  2314. }
  2315. .download-apps .footer {
  2316. color: #646E6E;
  2317. }
  2318. .download-apps .footer a {
  2319. color: #646E6E;
  2320. }
  2321. .download-apps .header {
  2322. color: #646E6E;
  2323. }
  2324. .download-apps .platforms .platform.active {
  2325. border-color: #646E6E;
  2326. }
  2327. .user-settings-modal a:hover {
  2328. color: #646E6E;
  2329. }
  2330. .private-channels .channel.selected:before {
  2331. border-left: 4px solid #646E6E;
  2332. }
  2333. .private-channels .channel:hover:before {
  2334. border-left: 4px solid #646E6E;
  2335. }
  2336. .user-settings-modal .voice-settings .reset-voice-settings {
  2337. color: #646E6E;
  2338. }
  2339. .user-settings-modal .voice-settings .reset-voice-settings:hover {
  2340. color: #646E6E;
  2341. }
  2342. .modal-content .form-inner p {
  2343. color: #E6E6E6;
  2344. }
  2345. .form .form-inner {
  2346. background: #34383e;
  2347. }
  2348. .form .form-actions {
  2349. border-top: 1px solid #414958;
  2350. }
  2351. .form .form-header {
  2352. background: #353940;
  2353. border-bottom: 1px solid #494C50;
  2354. }
  2355. .popout header {
  2356. background-color: #6E3791;
  2357. }
  2358. .popout section {
  2359. background-color: hsl(218, 7%, 23%);
  2360. }
  2361. #voice-connection-popout hr {
  2362. border: 1px solid #4C4C4C;
  2363. }
  2364. .small-popout-box {
  2365. background: #282B30;
  2366. border: 1px solid #24272B;
  2367. }
  2368. .option-popout .btn-item:hover {
  2369. color: #BBBBBB;
  2370. }
  2371. .member-roles .member-role {
  2372. background-color: #646E6E;
  2373. color: #ffffff;
  2374. border: 1px solid #646E6E;
  2375. }
  2376. .user-popout .user-popout-options .btn {
  2377. background-color: #646E6E;
  2378. border: 1px solid #646E6E;
  2379. }
  2380. .user-popout .user-popout-options .btn:hover {
  2381. background-color: #646E6E;
  2382. }
  2383. .chat .welcome-message h1 {
  2384. color: #646E6E;
  2385. width: 260px;
  2386. }
  2387. .channel-members .invite-btn {
  2388. background-color: #646E6E;
  2389. }
  2390. .channel-members .invite-btn:hover {
  2391. background-color: #646E6E;
  2392. }
  2393. .instant-invite-popout hr {
  2394. border: 1px solid #646E6E;
  2395. }
  2396. .instant-invite-popout a {
  2397. color: #646E6E;
  2398. }
  2399. .instant-invite-popout a:hover {
  2400. color: #646E6E;
  2401. }
  2402. .clipboard-input-inner input::selection {
  2403. background: #646E6E;
  2404. }
  2405. .clipboard-input-inner button {
  2406. border-left: 1px solid #424549;
  2407. background-color: #282B30;
  2408. }
  2409. .clipboard-input-inner input {
  2410. color: #646E6E;
  2411. background: #424549;
  2412. }
  2413. .clipboard-input-inner {
  2414. background: #1C1E22;
  2415. border: 1px solid #2E3136;
  2416. }
  2417. .clipboard-input-inner button:first-of-type:before {
  2418. background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #313131);
  2419. }
  2420. ::selection {
  2421. color: #fff;
  2422. background: #646E6E;
  2423. }
  2424. .theme-dark .chat .welcome-message a {
  2425. color: #646E6E;
  2426. }
  2427. #settings-roles .roles li.selected {
  2428. background: none;
  2429. }
  2430. #permissions ul li {
  2431. color: #F4F4F4;
  2432. }
  2433. #permissions .permission-actions>div {
  2434. background-color: #2E3136;
  2435. border: 2px solid #2A2C31;
  2436. }
  2437. #permissions .permission-actions>div.PASSTHROUGH:hover {
  2438. border: #51555F;
  2439. }
  2440. #settings-roles .roles header {
  2441. border-bottom: 1px solid #2A2C31;
  2442. }
  2443. #settings-roles .roles {
  2444. border-right: 1px solid #646E6E;
  2445. }
  2446. .btn-help:hover {
  2447. background: #646E6E;
  2448. }
  2449. #permissions .permissions-helpdesk {
  2450. color: #646E6E;
  2451. }
  2452. #permissions .permissions-helpdesk:hover {
  2453. color: #646E6E;
  2454. }
  2455. #settings-roles .roles li.selected:before {
  2456. background-color: #646E6E;
  2457. }
  2458. #settings-roles .roles li:hover:before {
  2459. background-color: #646E6E;
  2460. }
  2461. .instant-invites .instant-invites-header {
  2462. border-bottom: 1px solid #646E6E;
  2463. }
  2464. .instant-invites .instant-invite-buttons .btn {
  2465. background: #646E6E;
  2466. }
  2467. .instant-invites .instant-invite-buttons .btn.btn-danger {
  2468. border: 1px solid #AD392D;
  2469. color: #fff
  2470. }
  2471. .instant-invites .instant-invite-buttons .btn.btn-danger:hover {
  2472. background: #FF1700;
  2473. }
  2474. .instant-invites .instant-invites-list .instant-invite .member {
  2475. color: #C3C3C3;
  2476. }
  2477. #permissions .permission-actions.disabled>div {
  2478. border: #565963;
  2479. background: #565963;
  2480. position: relative;
  2481. }
  2482. .checkbox .checkbox-inner span {
  2483. border: 2px solid #8E8E8E;
  2484. }
  2485. .form .control-group .help-text {
  2486. color: #B6BBC1;
  2487. }
  2488. .avatar-uploader a {
  2489. color: #646E6E;
  2490. }
  2491. .avatar-uploader a:hover {
  2492. color: #646E6E;
  2493. }
  2494. .instant-invites .instant-invites-list .instant-invite .show-channel .channel {
  2495. color: #B3B3B3;
  2496. }
  2497. .instant-invites .instant-invites-list .instant-invite+.instant-invite {
  2498. border-top: 1px solid #646E6E;
  2499. }
  2500. .form .control-groups.control-separator {
  2501. border-top: 1px solid #646E6E;
  2502. }
  2503. .guild-settings-modal-integrations .guild-settings-modal-integrations-header {
  2504. color: #CCCCCC;
  2505. border-bottom: 1px solid #2A2C31;
  2506. box-shadow: none;
  2507. }
  2508. .guild-settings-modal-integrations .guild-settings-modal-integrations-body.no-integrations p {
  2509. color: rgb(220, 220, 220);
  2510. }
  2511. .guild-settings-modal-integrations .guild-settings-modal-integrations-body.no-integrations p a {
  2512. color: #F40000;
  2513. }
  2514. .guild-settings-modal-members .guild-settings-modal-list .member .member-username {
  2515. color: #CECECE;
  2516. }
  2517. .guild-settings-modal-members .guild-settings-modal-members-header {
  2518. border-bottom: 1px solid #2E3136;
  2519. }
  2520. #autocomplete-popout .empty:hover {
  2521. background-color: #2E3136;
  2522. }
  2523. #autocomplete-popout .empty h4 {
  2524. color: #646E6E;
  2525. }
  2526. #autocomplete-popout h3 {
  2527. color: #ECECEC;
  2528. }
  2529. .popout.popout-bottom header:before {
  2530. border-bottom-color: #646E6E;
  2531. }
  2532. .guild-settings-modal .guild-settings-modal-search {
  2533. border: 1px solid #2E3136;
  2534. }
  2535. .guild-settings-modal .guild-settings-modal-search:focus {
  2536. border: 1px solid #24272b;
  2537. }
  2538. .guild-settings-modal-members .guild-settings-modal-members-footer a {
  2539. color: #646E6E;
  2540. }
  2541. .guild-settings-modal-members .guild-settings-modal-members-footer a:hover {
  2542. color: #646E6E;
  2543. }
  2544. .guild-settings-modal-members .guild-settings-modal-members-footer {
  2545. border-top: 1px solid #2E3136;
  2546. }
  2547. #settings-roles .roles li:hover {
  2548. background: none;
  2549. }
  2550. .form hr {
  2551. border-bottom: 1px solid #646E6E;
  2552. }
  2553. .user-popout .user-popout-options .btn.btn-server {
  2554. color: #fff;
  2555. background-color: #646E6E;
  2556. border-color: #646E6E;
  2557. }
  2558. .user-popout .user-popout-options .btn.btn-server:hover {
  2559. border-color: #646E6E;
  2560. background-color: #646E6E;
  2561. }
  2562. .member-roles .manipulate:hover {
  2563. border-color: #646E6E;
  2564. background-color: #646E6E;
  2565. }
  2566. #user-profile-modal header {
  2567. background-image: none;
  2568. background-color: #646E6E;
  2569. }
  2570. #user-profile-modal .scroller {
  2571. background: #2E3136;
  2572. }
  2573. #user-profile-modal .friends .friend:hover {
  2574. background: #26292D;
  2575. color: #ADADAD;
  2576. }
  2577. .need-help-modal a:hover {
  2578. color: #646E6E;
  2579. }
  2580. #user-profile-modal footer {
  2581. background: #1e2124;
  2582. }
  2583. #user-profile-modal footer button {
  2584. color: #646E6E
  2585. }
  2586. .avatar-large {
  2587. width: 33px;
  2588. height: 33px;
  2589. background-size: 33px 33px;
  2590. left: 8px;
  2591. }
  2592. .channel-textarea {
  2593. margin: 10px 0 30px;
  2594. }
  2595. .theme-dark .chat form {
  2596. border-top: none;
  2597. }
  2598. .guilds-wrapper .guilds .guild.active .guild-inner:before {
  2599. background: #646E6E;
  2600. }
  2601. .guilds-wrapper .guilds .guild.unread .guild-inner:before {
  2602. background: #646E6E;
  2603. }
  2604. .guild-channels ul .channel-text.unread:not(.selected):not(.channel-muted):before {
  2605. background: #646E6E;
  2606. }
  2607. .theme-dark .hljs {
  2608. border: 1px solid transparent;
  2609. border-radius: 4px;
  2610. }
  2611. .theme-dark .chat>.content .messages .divider:not(.red) div {
  2612. background: transparent;
  2613. }
  2614. .theme-dark .chat>.content .messages .divider span {
  2615. background: transparent;
  2616. }
  2617. .chat .divider>span {
  2618. color: #F1F1F1;
  2619. }
  2620. .message-group .comment .markup pre {
  2621. background: #282B30;
  2622. border: 2px solid #282B30;
  2623. }
  2624. .message-group .comment .markup pre code {
  2625. background: #282B30;
  2626. color: #D4D4D4;
  2627. }
  2628. .theme-dark .chat .title-wrap .topic a {
  2629. color: #646E6E;
  2630. }
  2631. .guilds .friends-icon:hover {
  2632. color: transparent;
  2633. background-color: #646E6E;
  2634. }
  2635. #autocomplete-popout .row.selected a,
  2636. #autocomplete-popout .row:hover a {
  2637. color: #D4D4D5;
  2638. }
  2639. #autocomplete-popout .row.selected,
  2640. #autocomplete-popout .row:hover {
  2641. background: linear-gradient(90deg, #36393F, #303238);
  2642. }
  2643. .download-apps .platforms .platform.active p {
  2644. color: #646E6E;
  2645. }
  2646. .download-apps .platforms .platform .icon.apple.active {
  2647. background-image: url(https://discordapp.com/assets/57568e1cfc37c81cf56db9498b4f128a.svg);
  2648. }
  2649. .download-apps .platforms .platform .icon.windows.active {
  2650. background-image: url(https://discordapp.com/assets/d6221c5e88f5cb89f125868c077e9859.svg);
  2651. }
  2652. .download-apps .platforms .platform .icon.ios.active {
  2653. background-image: url(https://discordapp.com/assets/0c460e9b848f5c4cc964ae9c62c0f9b9.svg);
  2654. }
  2655. .download-apps .platforms .platform .icon.android.active {
  2656. background-image: url(https://discordapp.com/assets/d73fd4014c02b360d9529a720ecb7c44.svg);
  2657. }
  2658. .create-guild-container {
  2659. background-color: transparent;
  2660. }
  2661. .form .form-inner {
  2662. background-image: Justincase("https://i.imgur.com/KCLIPt4.gif");
  2663. background-size: 40px 40px;
  2664. background-repeat: no-repeat;
  2665. background-position: 50% 74%;
  2666. }
  2667. .need-help-button {
  2668. visibility: hidden;
  2669. }
  2670. .guilds-add {
  2671. color: transparent !important;
  2672. background-image: url("https://i.imgur.com/1MfzLoF.png") !important;
  2673. background-size: 20px 20px !important;
  2674. background-repeat: no-repeat !important;
  2675. background-position: 9px 9px !important;
  2676. background-color: rgba(21, 21, 21, 0.41) !important;
  2677. opacity: 0.7 !important;
  2678. }
  2679. .slider-handle span {
  2680. border: 1px solid #646E6E;
  2681. }
  2682. .slider-handle span:after,
  2683. .slider-handle span:before {
  2684. content: none;
  2685. }
  2686. .popout section:after,
  2687. .popout section:before {
  2688. content: none;
  2689. }
  2690. .chat .welcome-message .item-container .icon.exclamation {
  2691. background-image: url("https://i.imgur.com/DYPXksE.png");
  2692. background-repeat: no-repeat;
  2693. background-size: 20px 20px;
  2694. background-position: 29px 13px;
  2695. }
  2696. .chat .welcome-message .item-container .icon.share {
  2697. background-image: url("https://i.imgur.com/DYPXksE.png");
  2698. background-repeat: no-repeat;
  2699. background-size: 20px 20px;
  2700. background-position: 29px 13px;
  2701. }
  2702. .chat .welcome-message .item-container .icon.apps {
  2703. background-image: url("https://i.imgur.com/DYPXksE.png");
  2704. background-repeat: no-repeat;
  2705. background-size: 20px 20px;
  2706. background-position: 29px 13px;
  2707. }
  2708. .chat .welcome-message .item-container .icon.mobile {
  2709. background-image: url("https://i.imgur.com/DYPXksE.png");
  2710. background-repeat: no-repeat;
  2711. background-size: 20px 20px;
  2712. background-position: 29px 13px;
  2713. }
  2714. .chat .welcome-message .item-container .icon.twitter {
  2715. background-image: url("https://i.imgur.com/DYPXksE.png");
  2716. background-repeat: no-repeat;
  2717. background-size: 20px 20px;
  2718. background-position: 29px 13px;
  2719. }
  2720. .user-settings-modal button.preview-sound:before {
  2721. background-image: url("https://i.imgur.com/E8gsoBs.png");
  2722. }
  2723. .chat .new-messages-bar button:first-child {
  2724. border-radius: 5px;
  2725. margin-right: -14px;
  2726. }
  2727. .chat .new-messages-bar {
  2728. background-color: transparent !important;
  2729. opacity: 0.8;
  2730. }
  2731. .account {
  2732. background-repeat: no-repeat;
  2733. background-position: 12px 11px;
  2734. }
  2735. .create-guild-container .action.create .action-icon {
  2736. background-image: url("https://i.imgur.com/MW4Ddjc.png");
  2737. height: 78px;
  2738. background-size: 112px 78px;
  2739. background-repeat: no-repeat;
  2740. background-position: 55px 0px;
  2741. }
  2742. .user-settings-modal-games {
  2743. background: #2E3136;
  2744. border-top: 1px solid #404040;
  2745. color: #E2E2E3;
  2746. }
  2747. .user-settings-modal-games .games-table .games-row .item-game .last-played {
  2748. color: #E2E2E3;
  2749. }
  2750. .user-settings-modal-games .games-table .games-row .item-game .game-input {
  2751. color: #E2E2E3;
  2752. }
  2753. .user-settings-modal-games .games-table .games-row .item-game {
  2754. border-bottom: 1px solid #404040;
  2755. }
  2756. .user-settings-modal-games .games-table .games-row .item-overlay {
  2757. border-bottom: 1px solid #404040;
  2758. }
  2759. .now-playing {
  2760. background: #646E6E;
  2761. }
  2762. .checkbox .checkbox-inner.alt input[type=checkbox]+span {
  2763. background: #2E3136;
  2764. border-color: #8E8E8E;
  2765. }
  2766. .checkbox .checkbox-inner.alt input[type=checkbox]:checked+span:after {
  2767. border-color: #43B581;
  2768. }
  2769. .sensitivity .slider .slider-bar-auto {
  2770. background-color: #393C42;
  2771. }
  2772. .user-settings-modal-keybinds .user-settings-modal-keybinds-header {
  2773. border-bottom: 1px solid #404040;
  2774. }
  2775. .user-settings-modal-connections .user-settings-modal-accounts-list .connect-container .btn {
  2776. background: #2E3136;
  2777. border: 2px solid #282B2F;
  2778. background-repeat: no-repeat;
  2779. background-position: 50%;
  2780. }
  2781. .alert.form .form-inner .btn {
  2782. border: 1px solid #6E3791;
  2783. }
  2784. .alert.form .form-inner .cancel {
  2785. border-color: #99aab5 !important;
  2786. }
  2787. .user-settings-modal .account-warning {
  2788. border: 1px solid #B54343;
  2789. background: #B54343;
  2790. color: #F5FBF9;
  2791. }
  2792. .user-settings-modal-games .games-table .games-row .item-game .icon {
  2793. background-image: url(https://i.imgur.com/DYCx6qB.png);
  2794. background-repeat: no-repeat;
  2795. background-position: -13px -14px;
  2796. background-size: 42px;
  2797. }
  2798. .theme-dark .chat>.content .messages .divider:not(.red) span {
  2799. opacity: .9;
  2800. }
  2801. .create-guild-container .action.join .action-icon {
  2802. background: url(https://i.imgur.com/5s2wOtM.png) 50% no-repeat;
  2803. height: 78px;
  2804. background-size: 178.5px 78px;
  2805. }
  2806. .links:after {
  2807. content: "Chaotiic";
  2808. color: #8C8F94;
  2809. margin-left: 9px;
  2810. font-weight: bold;
  2811. }
  2812. .links li+li:after {
  2813. content: '\2022';
  2814. color: #535559;
  2815. margin-left: 6px;
  2816. }
  2817. .message-group h2 strong {
  2818. color: #aaaba7;
  2819. }
  2820. #emote-menu,
  2821. #tc-settings-panel,
  2822. .tc-switch {
  2823. border: 1px solid #2B2B2B;
  2824. }
  2825. .emote-container:hover {
  2826. background: #6E3791;
  2827. }
  2828. .spinner-wandering-cubes .spinner-item {
  2829. background-color: #646E6E;
  2830. }
  2831. #bd-ps-container {
  2832. border: 1px solid transparent;
  2833. border-radius: 4px;
  2834. opacity: 0.9;
  2835. }
  2836. #bd-ps-header {
  2837. background: #1E2124;
  2838. border-bottom: 1px solid #24272B;
  2839. }
  2840. #bd-ps-body table tr {
  2841. border-bottom: 1px solid #2E3136 !important;
  2842. background-color: none;
  2843. }
  2844. #bd-ps-body table th {
  2845. background-color: #25272B;
  2846. }
  2847. textarea {
  2848. background: transparent !important;
  2849. }
  2850. .help-container {
  2851. display: none;
  2852. }
  2853. .links {
  2854. border-top: 0px solid transparent;
  2855. }
  2856. .links li a {
  2857. color: #E0824C;
  2858. }
  2859. .links,
  2860. .chat,
  2861. .typing,
  2862. .content,
  2863. .guild-channels,
  2864. .private-channels,
  2865. .guild-header header,
  2866. .divider-red span,
  2867. .messages-wrapper,
  2868. #voice-connection {
  2869. background: transparent !important;
  2870. }
  2871. .guilds-wrapper {
  2872. background: rgba(0, 0, 0, 0.6) !important
  2873. }
  2874. .channels-wrap {
  2875. background: rgba(0, 0, 0, 0.55)
  2876. }
  2877. .content .flex-spacer {
  2878. background: rgba(0, 0, 0, 0.55)
  2879. }
  2880. .channel-members {
  2881. background: rgba(0, 0, 0, 0.55) !important
  2882. }
  2883. .guilds-wrapper {
  2884. box-shadow: inset -10px 0px 20px -10px rgba(0, 0, 0, 0.2);
  2885. }
  2886. .guild-header ul {
  2887. background: rgb(0, 0, 0) !important;
  2888. transition: transform .5s cubic-bezier(0.18, 0.89, 0.32, 1.28) !important;
  2889. padding-top: 100px;
  2890. top: -56px;
  2891. }
  2892. .guilds-add {
  2893. opacity: 0.5;
  2894. }
  2895. .guilds-wrapper {
  2896. border-right: 1px solid rgba(0, 0, 0, 0.4);
  2897. }
  2898. .guild-header header span {
  2899. margin-left: -5px;
  2900. }
  2901. .guild-header header {
  2902. box-shadow: none !important;
  2903. color: #ddd;
  2904. }
  2905. .guild-channels header h2,
  2906. .guild-channels ul .channel a {
  2907. color: #fff;
  2908. }
  2909. .guilds {
  2910. padding: 18px 20px 85px 20px;
  2911. }
  2912. .guilds-add {
  2913. font-size: 30px;
  2914. background: #000;
  2915. }
  2916. .guilds .friends-online {
  2917. margin-left: -5px;
  2918. }
  2919. .guilds-wrapper .guilds .guild .guild-inner {
  2920. background: rgba(21, 21, 21, 0.41) !important;
  2921. }
  2922. .guilds-wrapper .guilds .guild .guild-inner a,
  2923. .guilds-wrapper .guilds .guild,
  2924. .guilds-wrapper .guilds .guild .avatar-small {
  2925. width: 40px;
  2926. height: 40px;
  2927. }
  2928. .guilds-wrapper .guilds .guild .avatar-small {
  2929. width: 40px;
  2930. height: 40px;
  2931. background-size: 40px 40px;
  2932. }
  2933. .guilds-wrapper .guilds .guild .guild-inner {
  2934. line-height: 40px;
  2935. }
  2936. .guilds .friends-icon {
  2937. width: 20px;
  2938. height: 20px;
  2939. background-size: 25px 19px;
  2940. }
  2941. .guilds-wrapper .guilds .guild.audio .guild-inner:after {
  2942. background-size: 12px;
  2943. background-color: rgba(0, 0, 0, 0.8);
  2944. }
  2945. .guilds-separator:after {
  2946. background: rgba(28, 28, 28, 0.52) !important;
  2947. }
  2948. .guilds-wrapper .guilds .guild .guild-inner:before {
  2949. left: -26px;
  2950. }
  2951. .guild-channels header h2,
  2952. .private-channels header {
  2953. opacity: .6;
  2954. }
  2955. .private-channels .search-bar {
  2956. background: rgba(10, 13, 16, 0) !important;
  2957. }
  2958. .private-channels .search-bar input {
  2959. background: rgba(0, 0, 0, 0.4) !important;
  2960. }
  2961. .search-bar-clear:before {
  2962. background: rgba(0, 0, 0, 0.68);
  2963. }
  2964. .guild-channels ul .channel.selected,
  2965. .private-channels .channel.selected,
  2966. .private-channels .search-result.selected,
  2967. .private-channels .search-result:hover {
  2968. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 85%, rgba(46, 49, 54, 0)) !important;
  2969. }
  2970. .guild-channels ul .channel:not(.selected):hover,
  2971. .private-channels .channel:not(.selected):hover {
  2972. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 85%, rgba(46, 49, 54, 0)) !important;
  2973. }
  2974. .btn-hamburger {
  2975. margin-right: -25px;
  2976. }
  2977. .btn-hamburger span {
  2978. background: #fff;
  2979. }
  2980. .account {
  2981. padding: 0 15px !important;
  2982. background: rgba(0, 0, 0, 0);
  2983. height: 77px;
  2984. border: 0px solid transparent;
  2985. }
  2986. .account .status {
  2987. border: 2px solid rgba(0, 0, 0, 1);
  2988. }
  2989. .account .btn {
  2990. background: transparent;
  2991. box-shadow: none !important;
  2992. }
  2993. .account .btn:active {
  2994. background: rgba(0, 0, 0, 0.26);
  2995. }
  2996. .account .btn-deafen,
  2997. .account .btn-mute {
  2998. border-right: none;
  2999. }
  3000. #voice-connection {
  3001. border-top: none !important;
  3002. padding: 15px 20px 15px 18px !important;
  3003. }
  3004. #voice-connection .btn {
  3005. background: rgba(0, 0, 0, 0.45);
  3006. box-shadow: none !important;
  3007. }
  3008. #voice-connection .btn:active {
  3009. background: rgba(0, 0, 0, 0.6);
  3010. }
  3011. .account .btn-deafen,
  3012. .account .btn-settings {
  3013. box-shadow: none !important;
  3014. }
  3015. .account .btn-group,
  3016. #voice-connection .btn-group {
  3017. border: none;
  3018. }
  3019. .title-wrap {
  3020. border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  3021. background: rgba(0, 0, 0, 0.55) !important;
  3022. }
  3023. .chat .divider:not(.divider-red)>div {
  3024. background: rgba(255, 255, 255, 0.2) !important;
  3025. }
  3026. .chat .divider>span {
  3027. background: rgba(255, 255, 255, 0.2) !important;
  3028. font-size: 12px;
  3029. text-transform: uppercase;
  3030. margin: 10px 0px;
  3031. border-radius: 3px;
  3032. opacity: 1;
  3033. padding: 5px 15px;
  3034. width: 100%;
  3035. text-align: center;
  3036. }
  3037. .chat .divider.divider-red>span {
  3038. background: rgba(240, 71, 71, .6) !important;
  3039. color: rgba(255, 255, 255, 0.8) !important;
  3040. }
  3041. .chat .divider:not(.divider-red)>span {
  3042. color: rgba(255, 255, 255, 1) !important;
  3043. }
  3044. .chat .divider>div {
  3045. display: none;
  3046. }
  3047. .chat .new-messages-bar {
  3048. background-color: rgba(29, 101, 134, .9);
  3049. }
  3050. .chat .new-messages-bar:hover {
  3051. background-color: rgba(29, 101, 134, 1);
  3052. }
  3053. .chat .new-messages-bar button:last-child {
  3054. color: rgba(255, 255, 255, 0.5);
  3055. }
  3056. .chat-empty {
  3057. background: rgba(20, 23, 27, 0.95);
  3058. }
  3059. .chat>.title-wrap>.topic {
  3060. font-size: 12px;
  3061. margin-top: 5px;
  3062. color: #656565 !important;
  3063. }
  3064. .chat>.content .messages .message-group:not(.has-divider) {
  3065. border-bottom-color: hsla(0, 0%, 100%, .04) !important;
  3066. }
  3067. .chat>.content .messages .message-group .markup .highlight {
  3068. color: #ddd !important;
  3069. padding: 1px 4px;
  3070. border-radius: 6px;
  3071. -webkit-transition: all 0.3s ease;
  3072. -moz-transition: all 0.3s ease;
  3073. -o-transition: all 0.3s ease;
  3074. -ms-transition: all 0.3s ease;
  3075. }
  3076. .chat>.content .messages .message-group .markup .highlight:hover {
  3077. color: #fff !important;
  3078. }
  3079. .chat>.content .messages .message-group .markup {
  3080. color: rgba(255, 255, 255, 0.5) !important;
  3081. line-height: 1.5em;
  3082. }
  3083. .chat>.content .messages .message-group h2 .user-name {
  3084. color: rgba(255, 255, 255, 0.8);
  3085. }
  3086. .chat>.content .messages .message-group h2 span {
  3087. color: rgba(255, 255, 255, 0.2) !important;
  3088. }
  3089. .chat>.content .messages .message-group .markup pre {
  3090. background: transparent !important;
  3091. border-color: rgba(255, 255, 255, 0.1) !important;
  3092. }
  3093. .chat>.content .messages .message-group .markup pre code.hljs {
  3094. background: rgba(0, 0, 0, 0.42) !important;
  3095. color: rgba(255, 255, 255, 0.7) !important;
  3096. padding: 1em !important;
  3097. }
  3098. .chat>.content .messages .message-group .markup code.inline {
  3099. background: rgba(255, 255, 255, 0.1) !important;
  3100. color: rgba(255, 255, 255, 0.7) !important;
  3101. padding: 0.3em 0.6em;
  3102. }
  3103. .channel-textarea-upload {
  3104. border-right-color: hsla(0, 0%, 100%, .1) !important;
  3105. }
  3106. .channel-textarea-inner {
  3107. border: 2px solid rgba(255, 255, 255, 0.1) !important;
  3108. background: rgba(0, 0, 0, 0.6) !important;
  3109. }
  3110. .typing {
  3111. font-size: 11px;
  3112. }
  3113. .spoiler span {
  3114. display: none;
  3115. }
  3116. .spoiler:before {
  3117. min-height: 18px;
  3118. padding-top: 2px;
  3119. border-radius: 5px;
  3120. background: rgba(25, 25, 25, 0.7);
  3121. }
  3122. #twitchcord-button {
  3123. background-size: 24px;
  3124. background-position: 20px;
  3125. background-color: transparent;
  3126. }
  3127. .message-group.compact .timestamp {
  3128. position: relative;
  3129. top: -4px;
  3130. }
  3131. .message-group.compact .message .markup .user-name {
  3132. margin-right: 10px;
  3133. }
  3134. .add-friend-popout .btn:disabled {
  3135. opacity: 0.4;
  3136. }
  3137. .private-channels .channel.btn-friends .badge {
  3138. margin-right: 10px;
  3139. }
  3140. #friends {
  3141. background: transparent !important;
  3142. }
  3143. .friends-header {
  3144. background: rgba(0, 0, 0, 0.88) !important;
  3145. }
  3146. .friends-table {
  3147. background: rgba(0, 0, 0, 0.85) !important;
  3148. margin-top: 0 !important;
  3149. }
  3150. .friends-table .friends-table-body {
  3151. padding-top: 20px !important;
  3152. }
  3153. .friends-table .friends-row:hover {
  3154. background: rgba(0, 0, 0, 0.35) !important;
  3155. }
  3156. .channel-members .member:hover {
  3157. background: rgba(255, 255, 255, 0.07) !important;
  3158. }
  3159. .channel-members .member .member-username {
  3160. font-size: 14px;
  3161. }
  3162. .channel-members .avatar-small .status {
  3163. border-color: rgba(0, 0, 0, 0.7) !important;
  3164. }
  3165. .user-popout .user-popout-options .btn:hover {
  3166. border: 1px solid #6E3791;
  3167. }
  3168. .tooltip {
  3169. color: #e0e0e0;
  3170. }
  3171. .bd-minimal .guilds {
  3172. padding-left: 10px !important;
  3173. }
  3174. .bd-minimal .guilds .friends-icon {
  3175. background-size: 40%;
  3176. }
  3177. .bd-minimal .guilds-wrapper .guilds .guild .guild-inner:before {
  3178. height: 25px;
  3179. border-radius: 5px;
  3180. margin-top: -13px;
  3181. }
  3182. .bd-minimal .guilds-wrapper .guilds .guild.unread .guild-inner:before {
  3183. width: 10px;
  3184. height: 10px;
  3185. margin-top: -5px;
  3186. left: -16px;
  3187. }
  3188. .bd-minimal .guilds-wrapper .guilds .guild.active .guild-inner:before {
  3189. left: -18px;
  3190. border-radius: 5px;
  3191. height: 25px;
  3192. margin-top: -13px;
  3193. }
  3194. .bd-minimal .guilds-wrapper .guilds .guild,
  3195. .bd-minimal .guilds-wrapper .guilds .guild .avatar-small,
  3196. .bd-minimal .guilds-wrapper .guilds .guild .guild-inner,
  3197. .bd-minimal .guilds-wrapper .guilds .guild .guild-inner a,
  3198. .bd-minimal .guilds .friends-icon {
  3199. width: 25px;
  3200. height: 25px;
  3201. line-height: 25px;
  3202. }
  3203. .bd-minimal .guilds-wrapper .guilds .guild .avatar-small,
  3204. #bd-pub-button {
  3205. font-size: 10px !important;
  3206. }
  3207. .bd-minimal .chat>.title-wrap>.title {
  3208. font-size: 16px;
  3209. }
  3210. .bd-minimal .theme-dark .comment {
  3211. border-left: none !important;
  3212. padding-left: 10px;
  3213. }
  3214. .bd-minimal .message-group {
  3215. padding: 10px 5px;
  3216. }
  3217. .bd-minimal .guild-channels ul .channel-text .channel-name {
  3218. padding-left: 5px;
  3219. }
  3220. .bd-minimal .avatar-large {
  3221. border-radius: 100%;
  3222. }
  3223. .bd-minimal .message-group .edit-message .edit-container-outer {
  3224. margin-left: 50px;
  3225. }
  3226. .bd-minimal .message-group .edit-message .edit-container-inner {
  3227. margin-left: 10px;
  3228. }
  3229. .bd-minimal .channel-members h2 {
  3230. margin-top: 20px;
  3231. margin-bottom: 3px;
  3232. padding-left: 20px;
  3233. }
  3234. .bd-minimal .channel-members h2:first-of-type {
  3235. margin-top: 0px;
  3236. margin-bottom: 3px;
  3237. }
  3238. .bd-minimal .channel-members .member {
  3239. padding: 5px 15px 8px 20px;
  3240. }
  3241. .bd-minimal .guild-header header span {
  3242. margin-left: -13px;
  3243. font-size: 14px;
  3244. }
  3245. .bd-minimal .guild-channels ul .channel-text.unread:not(.selected):not(.channel-muted):before {
  3246. top: 9px;
  3247. width: 10px;
  3248. height: 10px;
  3249. }
  3250. .bd-minimal .guild-channels h2 {
  3251. margin-left: 10px;
  3252. }
  3253. .bd-minimal #voice-connection {
  3254. width: 176px;
  3255. margin-left: -46px;
  3256. }
  3257. .bd-minimal .account {
  3258. width: 176px;
  3259. margin-left: -46px;
  3260. }
  3261. .bd-minimal .account .avatar-small {
  3262. display: block !important;
  3263. }
  3264. .bd-minimal .account .username {
  3265. display: none;
  3266. }
  3267. .bd-minimal .account .btn-group {
  3268. margin-left: 10px;
  3269. }
  3270. .bd-minimal .account .btn-group .btn {
  3271. width: 30px;
  3272. }
  3273. .settings .settings-header {
  3274. background: #1a1d20 !important;
  3275. }
  3276. .channel-notification-settings .content .content-inner {
  3277. background: transparent !important;
  3278. }
  3279. .theme-dark .chat>.content .messages .message-group .comment .markup {
  3280. color: #fff;
  3281. }
  3282. .guild-channels ul .channel-text:hover:not(.unread):before {
  3283. border-left: 4px solid #646E6E;
  3284. }
  3285. .guild-channels ul .channel-text.selected:before {
  3286. border-left: 4px solid #646E6E;
  3287. }
  3288. .guilds-wrapper .guilds .guild.active .guild-inner,
  3289. .guilds-wrapper .guilds .guild:hover .guild-inner {
  3290. background: #646E6E !important;
  3291. }
  3292. .theme-dark .chat>.content:first-child .scroller-wrap::-webkit-scrollbar-thumb {
  3293. background-color: #646E6E;
  3294. }
  3295. .guild-header ul a.red-highlight {
  3296. color: #646E6E;
  3297. }
  3298. .create-guild-container .create-or-join .form-inner {
  3299. background-color: #282b30;
  3300. }
  3301. .create-guild-container .action {
  3302. background: #31343A;
  3303. }
  3304. .create-guild-container .create-or-join .actions .or {
  3305. background-image: none;
  3306. color: #282B30;
  3307. }
  3308. .form .form-inner {
  3309. background-color: #282B30;
  3310. }
  3311. .form header {
  3312. color: #646E6E;
  3313. }
  3314. .form .control-group input[type=email],
  3315. .form .control-group input[type=password],
  3316. .form .control-group input[type=text],
  3317. .form .control-group textarea {
  3318. background: #32353A;
  3319. color: #90A0AA;
  3320. border-bottom: 1px solid #232529;
  3321. border-radius: 3px;
  3322. }
  3323. .form .control-group input[type=email]:focus,
  3324. .form .control-group input[type=password]:focus,
  3325. .form .control-group input[type=text]:focus,
  3326. .form .control-group textarea:focus {
  3327. border-bottom: 2px solid #646E6E;
  3328. }
  3329. .region-select {
  3330. background: #32353A;
  3331. }
  3332. .region-select .region-select-inner {
  3333. background: #32353A;
  3334. border: 1px solid #232529;
  3335. }
  3336. .region-select button {
  3337. background-color: #32353A;
  3338. border: 1px solid #232529;
  3339. color: #646E6E;
  3340. }
  3341. .region-select:hover .region-select-inner,
  3342. .region-select:hover button {
  3343. border-color: #646E6E;
  3344. }
  3345. .region-select:hover button {
  3346. background-color: #646E6E;
  3347. }
  3348. .create-guild-container h5 {
  3349. color: #646E6E;
  3350. }
  3351. .avatar-uploader .avatar-uploader-inner {
  3352. background-color: #646E6E;
  3353. border: 5px solid #646E6E;
  3354. }
  3355. .form .form-actions {
  3356. background-color: #282B30;
  3357. border-top: 1px solid #232529;
  3358. }
  3359. .form .btn-default {
  3360. background-color: #282B30;
  3361. border-bottom: 2px solid #282B30;
  3362. border-radius: 5px;
  3363. width: 62px;
  3364. }
  3365. .form .btn-primary {
  3366. background-color: #646E6E;
  3367. }
  3368. .create-guild-container .action.create .action-header {
  3369. color: #646E6E;
  3370. }
  3371. .create-guild-container .action:hover.create .btn {
  3372. background-color: #646E6E;
  3373. }
  3374. .form .btn-primary:hover {
  3375. background-color: #646E6E;
  3376. }
  3377. .scroller-wrap .scroller::-webkit-scrollbar-thumb {
  3378. background-color: #646E6E !important;
  3379. border: 3px solid rgba(211, 5, 5, 0) !important;
  3380. }
  3381. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  3382. background-color: #646E6E !important;
  3383. border: 3px solid rgba(211, 5, 5, 0) !important;
  3384. }
  3385. .tab-bar.SIDE .tab-bar-item:before {
  3386. border-left: 4px solid #646E6E;
  3387. }
  3388. a:link {
  3389. color: #666666;
  3390. }
  3391. .user-settings-modal a {
  3392. color: #646E6E;
  3393. }
  3394. .user-settings-modal .settings-wrapper,
  3395. .user-settings-modal .voice-settings {
  3396. background: #2E3136;
  3397. }
  3398. .settings .settings-actions {
  3399. background-color: #2E3136;
  3400. border-top: 1px solid #646E6E;
  3401. }
  3402. .checkbox .checkbox-inner+span {
  3403. color: #fff
  3404. }
  3405. .highlight {
  3406. color: #646E6E;
  3407. }
  3408. .user-settings-modal-connections .user-settings-modal-accounts-list .connect-container .name {
  3409. color: #fff;
  3410. }
  3411. .user-settings-modal-connections .user-settings-modal-connections-list .connection .connection-integrations.no-integrations {
  3412. color: rgba(222, 222, 222, 0.59);
  3413. }
  3414. .user-settings-modal-connections .user-settings-modal-connections-list .connection .connection-integrations {
  3415. border: 1px solid #404040;
  3416. }
  3417. .user-settings-modal-connections .user-settings-modal-connections-list {
  3418. box-shadow: 0 -1px #404040;
  3419. }
  3420. .tab-bar.TOP .tab-bar-item.selected {
  3421. border-bottom: 2px solid #646E6E;
  3422. color: #646E6E;
  3423. }
  3424. .checkbox .checkbox-inner input[type=checkbox]:checked+span {
  3425. background-color: #646E6E !important;
  3426. border-color: #646E6E !important;
  3427. }
  3428. .radio .radio-inner span:after {
  3429. background: #646E6E;
  3430. }
  3431. .slider-bar-fill {
  3432. background: #646E6E;
  3433. }
  3434. .slider-handle {
  3435. border: 1px solid #646E6E;
  3436. }
  3437. .radio .radio-inner {
  3438. background: #454950;
  3439. border: 2px solid #646E6E;
  3440. }
  3441. .tab-bar.TOP {
  3442. border-bottom: 1px solid #646E6E;
  3443. }
  3444. #bd-ps-body table tr:nth-child(odd):hover {
  3445. background-color: #646E6E;
  3446. }
  3447. .guild-settings-modal-members .member-buttons .btn {
  3448. background: #646E6E;
  3449. border: 1px solid #646E6E;
  3450. color: #EFEFEF;
  3451. }
  3452. .guild-settings-modal-members .member-buttons .btn.btn-danger:hover {
  3453. background: #646E6E;
  3454. }
  3455. .guild-settings-modal-members .member-buttons .btn.btn-danger {
  3456. border: 1px solid #646E6E;
  3457. color: #FFFFFF;
  3458. }
  3459. .guild-settings-modal-members .guild-settings-modal-list .member+.member {
  3460. border-top: 1px solid #2E3136;
  3461. }
  3462. .member-roles .member-role .member-role-remove {
  3463. background: url(https://i.imgur.com/O2TX2bn.png) 50% no-repeat;
  3464. width: 8px;
  3465. height: 12px;
  3466. background-size: 8px;
  3467. }
  3468. .member-roles .member-role .member-role-add {
  3469. background: url(https://i.imgur.com/1MfzLoF.png) 50% no-repeat;
  3470. width: 8px;
  3471. height: 12px;
  3472. background-size: 10px;
  3473. }
  3474. .member-roles .member-role:hover {
  3475. background-color: #646E6E;
  3476. }
  3477. .guilds-add:hover {
  3478. border-color: hsl(145, 64%, 50%);
  3479. color: transparent;
  3480. opacity: 1.0;
  3481. -webkit-animation: color_change 1s infinite alternate;
  3482. -moz-animation: color_change 1s infinite alternate;
  3483. -ms-animation: color_change 1s infinite alternate;
  3484. -o-animation: color_change 1s infinite alternate;
  3485. animation: color_change 1s infinite alternate;
  3486. }
  3487. @-webkit-keyframes color_change {
  3488. from {
  3489. border-color: #535559;
  3490. }
  3491. to {
  3492. border-color: green;
  3493. }
  3494. }
  3495. @-moz-keyframes color_change {
  3496. from {
  3497. border-color: #535559;
  3498. }
  3499. to {
  3500. border-color: green;
  3501. }
  3502. }
  3503. @-ms-keyframes color_change {
  3504. from {
  3505. border-color: #535559;
  3506. }
  3507. to {
  3508. border-color: green;
  3509. }
  3510. }
  3511. @-o-keyframes color_change {
  3512. from {
  3513. border-color: #535559;
  3514. }
  3515. to {
  3516. border-color: green;
  3517. }
  3518. }
  3519. @keyframes color_change {
  3520. from {
  3521. border-color: #535559;
  3522. }
  3523. to {
  3524. border-color: green;
  3525. }
  3526. }
  3527. .channel-members h2 {
  3528. color: #646E6E !important;
  3529. font-size: 11px;
  3530. text-transform: uppercase;
  3531. letter-spacing: .08em;
  3532. font-weight: 600;
  3533. padding: 4px 58px;
  3534. background-color: rgba(0, 0, 0, 0.24);
  3535. border: 1px solid;
  3536. border-color: transparent;
  3537. border-radius: 3px;
  3538. width: 90px;
  3539. margin-left: 15px;
  3540. text-align: center
  3541. }
  3542. .private-channels .search-result.selected:before,
  3543. .private-channels .search-result:hover:before {
  3544. border-left: 4px solid #646E6E;
  3545. }
  3546. /*[[Onlineon]]*/
  3547. /*[[Onlineoff]]*/
  3548. .channel-members-wrap {
  3549. min-width: 240px;
  3550. display: -webkit-box;
  3551. display: -webkit-flex;
  3552. display: -ms-flexbox;
  3553. display: box;
  3554. display: flex;
  3555. }
  3556. .message-group .edit-message .channel-textarea-inner {
  3557. border-color: #646E6E;
  3558. }
  3559. .channel-members .member .member-game strong {
  3560. color: #646E6E;
  3561. }
  3562. .spoiler {
  3563. Background-color: #1E2124;
  3564. border: 1px solid;
  3565. border-color: transparent;
  3566. border-radius: 6px;
  3567. }
  3568. .spoiler:before {
  3569. background: #1E2124;
  3570. min-height: 0px;
  3571. padding-top: 14px;
  3572. }
  3573. #bd-ps-body table tr:hover {
  3574. background-color: #646E6E;
  3575. }
  3576. @keyframes swing {
  3577. 0% {
  3578. transform: rotate(0deg);
  3579. -webkit-transform: rotate(0deg);
  3580. -moz-transform: rotate(0deg);
  3581. -o-transform: rotate(0deg);
  3582. -ms-transform: rotate(0deg);
  3583. }
  3584. 25% {
  3585. transform: rotate(-30deg);
  3586. -webkit-transform: rotate(-30deg);
  3587. -moz-transform: rotate(-30deg);
  3588. -o-transform: rotate(-30deg);
  3589. -ms-transform: rotate(-30deg);
  3590. }
  3591. 50% {
  3592. transform: rotate(0deg);
  3593. -webkit-transform: rotate(0deg);
  3594. -moz-transform: rotate(0deg);
  3595. -o-transform: rotate(0deg);
  3596. -ms-transform: rotate(0deg);
  3597. }
  3598. 75% {
  3599. transform: rotate(30deg);
  3600. -webkit-transform: rotate(30deg);
  3601. -moz-transform: rotate(30deg);
  3602. -o-transform: rotate(30deg);
  3603. -ms-transform: rotate(30deg);
  3604. }
  3605. 100% {
  3606. transform: rotate(0deg);
  3607. -webkit-transform: rotate(0deg);
  3608. -moz-transform: rotate(0deg);
  3609. -o-transform: rotate(0deg);
  3610. -ms-transform: rotate(0deg);
  3611. }
  3612. }
  3613. @-webkit-keyframes swing {
  3614. 0% {
  3615. transform: rotate(0deg);
  3616. -webkit-transform: rotate(0deg);
  3617. -moz-transform: rotate(0deg);
  3618. -o-transform: rotate(0deg);
  3619. -ms-transform: rotate(0deg);
  3620. }
  3621. 25% {
  3622. transform: rotate(-30deg);
  3623. -webkit-transform: rotate(-30deg);
  3624. -moz-transform: rotate(-30deg);
  3625. -o-transform: rotate(-30deg);
  3626. -ms-transform: rotate(-30deg);
  3627. }
  3628. 50% {
  3629. transform: rotate(0deg);
  3630. -webkit-transform: rotate(0deg);
  3631. -moz-transform: rotate(0deg);
  3632. -o-transform: rotate(0deg);
  3633. -ms-transform: rotate(0deg);
  3634. }
  3635. 75% {
  3636. transform: rotate(30deg);
  3637. -webkit-transform: rotate(30deg);
  3638. -moz-transform: rotate(30deg);
  3639. -o-transform: rotate(30deg);
  3640. -ms-transform: rotate(30deg);
  3641. }
  3642. 100% {
  3643. transform: rotate(0deg);
  3644. -webkit-transform: rotate(0deg);
  3645. -moz-transform: rotate(0deg);
  3646. -o-transform: rotate(0deg);
  3647. -ms-transform: rotate(0deg);
  3648. }
  3649. }
  3650. @keyframes swing1 {
  3651. 0% {
  3652. left: -15px;
  3653. right: 0;
  3654. }
  3655. 25% {
  3656. left: -100px;
  3657. right: 0;
  3658. }
  3659. 50% {
  3660. left: -15px;
  3661. right: 0;
  3662. }
  3663. 75% {
  3664. left: 0;
  3665. right: -100px;
  3666. }
  3667. 100% {
  3668. left: -15px;
  3669. right: 0;
  3670. }
  3671. }
  3672. @-webkit-keyframes swing1 {
  3673. 0% {
  3674. left: -15px;
  3675. right: 0;
  3676. }
  3677. 25% {
  3678. left: -100px;
  3679. right: 0;
  3680. }
  3681. 50% {
  3682. left: -15px;
  3683. right: 0;
  3684. }
  3685. 75% {
  3686. left: 0;
  3687. right: -100px;
  3688. }
  3689. 100% {
  3690. left: -15px;
  3691. right: 0;
  3692. }
  3693. }
  3694. .theme-dark .chat .title-wrap .channel-mute-button:hover {
  3695. animation: swing 4s infinite linear;
  3696. -webkit-animation: swing 4s infinite linear;
  3697. }
  3698. @-webkit-keyframes load8 {
  3699. 0% {
  3700. -webkit-transform: rotate(0deg);
  3701. transform: rotate(0deg);
  3702. }
  3703. 100% {
  3704. -webkit-transform: rotate(360deg);
  3705. transform: rotate(360deg);
  3706. }
  3707. }
  3708. @keyframes load8 {
  3709. 0% {
  3710. -webkit-transform: rotate(0deg);
  3711. transform: rotate(0deg);
  3712. }
  3713. 100% {
  3714. -webkit-transform: rotate(360deg);
  3715. transform: rotate(360deg);
  3716. }
  3717. }
  3718. .account .btn-settings:hover:after {
  3719. -webkit-transform: translateZ(0);
  3720. -ms-transform: translateZ(0);
  3721. transform: translateZ(0);
  3722. -webkit-animation: load8 2.8s infinite linear;
  3723. animation: load8 2.8s infinite linear;
  3724. }
  3725. .guilds-wrapper .guilds .guild .badge {
  3726. animation: zoom 2s infinite;
  3727. }
  3728. @keyframes zoom {
  3729. 0% {
  3730. -webkit-transform: scale(1, 1);
  3731. }
  3732. 50% {
  3733. -webkit-transform: scale(1.2, 1.2);
  3734. }
  3735. 100% {
  3736. -webkit-transform: scale(1, 1);
  3737. }
  3738. }
  3739. .guild-channels ul .channel-voice.locked:hover .icon-lock {
  3740. animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  3741. }
  3742. @keyframes shake {
  3743. 10%, 90% {
  3744. transform: translate3d(-1px, 0, 0);
  3745. }
  3746. 20%,
  3747. 80% {
  3748. transform: translate3d(2px, 0, 0);
  3749. }
  3750. 30%,
  3751. 50%,
  3752. 70% {
  3753. transform: translate3d(-4px, 0, 0);
  3754. }
  3755. 40%,
  3756. 60% {
  3757. transform: translate3d(4px, 0, 0);
  3758. }
  3759. }
  3760. .guild-channels ul .channel-voice.locked {
  3761. cursor: pointer;
  3762. }
  3763. .theme-dark #friends .friends-header .tab-bar .tab-bar-item.selected {
  3764. background-color: #43B581;
  3765. color: #fff;
  3766. }
  3767. #friends .btn {
  3768. background-color: #646E6E;
  3769. }
  3770. #friends .btn:hover {
  3771. background-color: #646E6E;
  3772. }
  3773. .private-channels .channel.selected .icon-friends {
  3774. background-color: #646E6E;
  3775. }
  3776. .add-friend-popout {
  3777. background: transparent;
  3778. }
  3779. .add-friend-popout header input:focus {
  3780. border-color: hsla(0, 0%, 100%, .3);
  3781. }
  3782. .add-friend-popout .btn:disabled {
  3783. background-color: #646E6E;
  3784. }
  3785. #user-profile-modal .sub-header {
  3786. background: #2E3136;
  3787. }
  3788. #user-profile-modal .tab-bar {
  3789. background: #2E3136;
  3790. border-bottom: 1px solid #2B2B2B;
  3791. }
  3792. #user-profile-modal .btn {
  3793. background-color: #646E6E;
  3794. }
  3795. #user-profile-modal .btn:hover {
  3796. background-color: #646E6E;
  3797. }
  3798. #user-profile-modal .header {
  3799. background-color: #646E6E;
  3800. background-image: none;
  3801. }
  3802. .context-menu {
  3803. background: #2E3136;
  3804. }
  3805. .context-menu .item:hover {
  3806. background: #292B2F;
  3807. }
  3808. #user-profile-modal .guilds .guild:hover {
  3809. background: linear-gradient(90deg, #27292D 90%, #2E3136);
  3810. color: #D8D8D8;
  3811. }
  3812. #user-profile-modal .empty {
  3813. background: #2E3136;
  3814. }
  3815. /*[[Hidden]]*/
  3816. /*[[Visible]]*/
  3817. .message-group-blocked {
  3818. background: #fcfcfc;
  3819. -webkit-box-pack: center;
  3820. -o-box-pack: center;
  3821. -ms-flex-pack: center;
  3822. -webkit-justify-content: center;
  3823. justify-content: center;
  3824. border: 1px solid #e3e5e7;
  3825. border-radius: 3px;
  3826. margin: 6px 6px 6px 19px;
  3827. display: none;
  3828. }
  3829. .user-settings-modal-account .discord-tag {
  3830. color: #646E6E;
  3831. }
  3832. .guilds .friends-online {
  3833. text-transform: uppercase;
  3834. font-weight: 600;
  3835. color: #DCDCDC;
  3836. margin: 10px -5px;
  3837. word-wrap: normal;
  3838. white-space: normal;
  3839. width: 50px;
  3840. cursor: pointer;
  3841. -webkit-transition: background-color .25s ease-in, border-radius .3s cubic-bezier(.68, -1.25, .228, 1.8);
  3842. transition: background-color .25s ease-in, border-radius .3s cubic-bezier(.68, -1.25, .228, 1.8);
  3843. overflow: hidden;
  3844. border-radius: 25px;
  3845. background: rgba(21, 21, 21, 0.41) !important;
  3846. font-size: 9px;
  3847. text-align: center;
  3848. line-height: 17px;
  3849. }
  3850. .guilds .friends-online:hover {
  3851. background: #43B581 !important;
  3852. }
  3853. .add-friend-popout-info .add-friend-popout-info-confirmation:before {
  3854. background: url(https://i.imgur.com/DYCx6qB.png) 50% no-repeat;
  3855. content: ' ';
  3856. width: 17px;
  3857. height: 16px;
  3858. background-size: 40px 39px;
  3859. display: inline-block;
  3860. vertical-align: middle;
  3861. margin-top: -8px;
  3862. margin-right: 4px;
  3863. }
  3864. .message-group .btn-option:hover {
  3865. -webkit-transform: translateZ(0);
  3866. -ms-transform: translateZ(0);
  3867. transform: translateZ(0);
  3868. -webkit-animation: load8 2.8s infinite linear;
  3869. animation: load8 2.8s infinite linear;
  3870. }
  3871. .chat .has-more button {
  3872. color: #646E6E;
  3873. }
  3874. .theme-dark #friends .friends-table .friends-table-header .friends-column:after {
  3875. content: "Actions";
  3876. color: hsla(0, 0%, 100%, .3);
  3877. font-size: 12px;
  3878. text-transform: uppercase;
  3879. letter-spacing: .025em;
  3880. font-weight: 600;
  3881. -webkit-flex-shrink: 0;
  3882. flex-shrink: 0;
  3883. }
  3884. .theme-dark .friends-table .messages .message-group .comment .markup pre,
  3885. .theme-dark .messages-wrapper .messages .message-group .comment .markup pre {
  3886. background: rgba(46, 49, 54, 0.32);
  3887. border-color: #282b30;
  3888. }
  3889. .theme-dark .channel-members .member.popout-open,
  3890. .theme-dark .channel-members .member:hover {
  3891. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 85%, rgba(46, 49, 54, 0)) !important;
  3892. }
  3893. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  3894. border: 3px solid rgba(255, 255, 255, 0) !important;
  3895. background-color: rgba(0, 0, 0, 0.3) !important;
  3896. }
  3897. .theme-dark #friends .friends-header .tab-bar .tab-bar-item:hover:not(.selected) {
  3898. background: rgba(0, 0, 0, 0.29);
  3899. }
  3900. .theme-dark .friends-table .messages .message-group .comment .markup .highlight:hover, .theme-dark .messages-wrapper .messages .message-group .comment .markup .highlight:hover {
  3901. background-color: #6E3791;
  3902. }
  3903. .user-popout {
  3904. opacity: 1;
  3905. }
  3906. .user-settings-modal.settings {
  3907. opacity: 1;
  3908. /*[[NSFWON]]*/
  3909. /*[[NSFWOFF]]*/
  3910. }
  3911. .message-group .image {
  3912. -webkit-filter: none;
  3913. }
  3914. .message-group .image:hover {
  3915. -webkit-filter: none;
  3916. }
  3917. .channel-textarea-autocomplete-inner {
  3918. background:rgba(0,0,0,0.84)!important;
  3919. border:none !important;
  3920. }
  3921.  
  3922. .channel-textarea-autocomplete-inner:after {
  3923. display:none;
  3924. }
  3925.  
  3926. .channel-textarea-autocomplete-inner header {
  3927. background:rgba(0,0,0,0.84)!important;
  3928. border-radius:5px 5px 0 0;
  3929. border:none !important;
  3930. }
  3931.  
  3932. .channel-textarea-autocomplete ul li.active {
  3933. background:rgba(255,255,255,0.1)!important;
  3934. }
  3935. #user-profile-modal .avatar-profile {
  3936. border: 6px solid #646E6E !important;
  3937. }
  3938. #user-profile-modal footer .btn.disabled {
  3939. background: #8E8E8E !important;
  3940. }
  3941. #user-profile-modal footer .btn.disabled:hover {
  3942. background: #777777 !important;
  3943. }
  3944. span.discriminator {
  3945. font-size: 11px !important;
  3946. color: hsla(0, 0%, 100%, 0.7) !important;
  3947. margin-left: 8px !important;
  3948. border-radius: 5px !important;
  3949. background: rgba(0, 0, 0, 0.19) !important;
  3950. font-weight: bold !important;
  3951. border: 3px solid transparent !important;
  3952. -webkit-transition: all 0.3s ease !important;
  3953. -moz-transition: all 0.3s ease !important;
  3954. -o-transition: all 0.3s ease !important;
  3955. -ms-transition: all 0.3s ease !important;
  3956. }
  3957. span.discriminator:hover {
  3958. background: rgba(0, 0, 0, 0.32) !important;
  3959. color: #fff !important;
  3960. font-size: 14px !important;
  3961. font-weight: bold !important;
  3962. }
  3963. .guilds-error {
  3964. width: 40px !important;
  3965. height: 40px !important;
  3966. line-height: 39px !important;
  3967. }
  3968. .theme-dark .friends-table .messages .invite-button, .theme-dark .messages-wrapper .messages .invite-button {
  3969. background-color: rgba(0, 0, 0, 0.54);
  3970. border-color: rgba(0, 0, 0, 0.35);
  3971. }
  3972. .invite-button-icon {
  3973. background-color: rgba(0, 0, 0, 0.62);
  3974. border: 1px solid #000000;
  3975. }
  3976. .private-channels .channel .icon-friends {
  3977. background-color: rgba(21, 21, 21, 0.41) !important;
  3978. }
  3979. .upload-modal {
  3980. background-color: rgba(30, 30, 30, 0.78);
  3981. }
  3982. .upload-modal .footer {
  3983. background-color: rgba(0, 0, 0, 0.44);
  3984. }
  3985. .upload-modal .inner {
  3986. border:2px dashed rgba(6, 6, 6, 0.52);
  3987. }
  3988. .upload-modal .footer .button {
  3989. background-color: #646E6E;
  3990. }
  3991. .upload-modal .footer .button-primary {
  3992. color: #646E6E;
  3993. background-color: #fff;
  3994. }
  3995. .upload-modal .footer .button-primary {
  3996. color: #646E6E;
  3997. background-color: #fff;
  3998. }
  3999. div.control-group .shortcut-recorder input[type=text] {
  4000. border: 1px solid #646E6E;
  4001. text-shadow: 0 0 0 #FFFFFF;
  4002. }
  4003. .private-channels .search-bar input:focus {
  4004. border: 2px solid #646E6E;
  4005. webkit-animation: input-pulse 1.5s infinite;
  4006. animation: input-pulse 1.5s infinite;
  4007. }
  4008. @-webkit-keyframes input-pulse {
  4009. 0% {
  4010. box-shadow: 0 0 0 0 #646E6E;
  4011. }
  4012. 70% {
  4013. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  4014. }
  4015. to {
  4016. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  4017. }
  4018. }
  4019. @keyframes input-pulse {
  4020. 0% {
  4021. box-shadow: 0 0 0 0 #646E6E;
  4022. }
  4023. 70% {
  4024. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  4025. }
  4026. to {
  4027. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  4028. }
  4029. }
  4030. .bot-tag {
  4031. background: rgba(255, 255, 255, 0.28);
  4032. color: rgba(255, 255, 255, 0.62);
  4033. }
  4034. .bot-tag.bot-tag-invert {
  4035. font-size: 11px !important;
  4036. color: hsla(0, 0%, 100%, 0.7) !important;
  4037. margin-left: 8px !important;
  4038. border-radius: 5px !important;
  4039. background: rgba(0, 0, 0, 0.19) !important;
  4040. font-weight: bold !important;
  4041. border: 3px solid transparent !important;
  4042. padding: 0px;
  4043. }
  4044. .channel-members .member.member-status-offline .avatar-small {
  4045. -webkit-filter: grayscale(100%) blur(1px);
  4046. position: relative;
  4047. -webkit-transition: all .8s ease;
  4048. -moz-transition: all .8s ease;
  4049. -o-transition: all .8s ease;
  4050. transition: all .8s ease;
  4051. -webkit-transform: translateZ(0px);
  4052. transform: translateZ(0px);
  4053. }
  4054. .channel-members .member.popout-open .avatar-small, .channel-members .member:hover .avatar-small {
  4055. -webkit-filter: none !important;
  4056. filter: none;
  4057. position: relative;
  4058. -webkit-transition: all .8s ease-out;
  4059. -moz-transition: all .8s ease-out;
  4060. -o-transition: all .8s ease-out;
  4061. transition: all .8s ease-out;
  4062. -webkit-transform: translateZ(0px);
  4063. transform: translateZ(0px);
  4064. }
  4065. .offline {
  4066. background-color: #FA1A1A;
  4067. }
  4068. @-webkit-keyframes friend-request-pulse {
  4069. 0% {
  4070. box-shadow: 0 0 0 0 #43b581;
  4071. }
  4072. 70% {
  4073. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  4074. }
  4075. to {
  4076. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  4077. }
  4078. }
  4079. @keyframes friend-request-pulse {
  4080. 0% {
  4081. box-shadow: 0 0 0 0 #43b581;
  4082. }
  4083. 70% {
  4084. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  4085. }
  4086. to {
  4087. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  4088. }
  4089. }
  4090. #user-profile-modal footer .btn.add-friend {
  4091. webkit-animation: friend-request-pulse 1.5s infinite;
  4092. animation: friend-request-pulse 1.5s infinite;
  4093. }
  4094. #user-profile-modal .guilds .avatar-large {
  4095. background: #646E6E;
  4096. }
  4097. img.image {
  4098. border-radius: 5px;
  4099. }
  4100. #voice-connection .btn {
  4101. background: rgba(0, 0, 0, 0.45);
  4102. box-shadow: none !important;
  4103. border-radius: 40px;
  4104. }
  4105. .account .btn-deafen, .account .btn-mute, .account .btn-settings {
  4106. background: rgba(0, 0, 0, 0.45);
  4107. box-shadow: none !important;
  4108. border-radius: 40px;
  4109. }
  4110. #voice-connection .btn {
  4111. background: rgba(0, 0, 0, 0.45);
  4112. box-shadow: none !important;
  4113. border-radius: 40px;
  4114. }
  4115. .account .btn-deafen, .account .btn-mute, .account .btn-settings {
  4116. background: rgba(0, 0, 0, 0.45);
  4117. box-shadow: none !important;
  4118. border-radius: 40px;
  4119. }
  4120. #connecting {
  4121. background: rgba( 0, 0, 0,.80);
  4122. }
  4123. #connecting video.ready {
  4124. visibility: hidden;
  4125. }
  4126. #connecting video {
  4127. visibility: hidden;
  4128. }
  4129. #connecting .quote {
  4130. margin-bottom: 10px;
  4131. color: #fff;
  4132. font-weight: 400;
  4133. font-style: italic;
  4134. font-size: 16px;
  4135. visibility: hidden;
  4136. }
  4137. #connecting img,
  4138. #connecting video {
  4139. visibility: hidden;
  4140. }
  4141. #connecting .attribution {
  4142. visibility: hidden;
  4143. }
  4144. #connecting .attribution, #connecting .connection-status, #connecting .quote {
  4145. margin-bottom: -122px;
  4146. font-size: 30px;
  4147. }
  4148. .theme-dark .friends-table .messages .mentioned .message-text, .theme-dark .messages-wrapper .messages .mentioned .message-text {
  4149. animation: mentioned-pulse 1.5s infinite;
  4150. }
  4151. @-webkit-keyframes mentioned-pulse {
  4152. 0% {
  4153. box-shadow: 0 0 0 0 #fab81a;
  4154. }
  4155. 70% {
  4156. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  4157. }
  4158. to {
  4159. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  4160. }
  4161. }
  4162. @keyframes mentioned-pulse {
  4163. 0% {
  4164. box-shadow: 0 0 0 0 #fab81a;
  4165. }
  4166. 70% {
  4167. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  4168. }
  4169. to {
  4170. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  4171. }
  4172. }
  4173. create new paste / dealsnew! / api / trends / syntax languages / faq / tools / privacy / cookies / contact / dmca / scraping / go
  4174. Site design & logo © 2016 Pastebin; user contributions (pastes) licensed under cc by-sa 3.0 -- Dedicated Server Hosting by Steadfast
  4175. .layers, .layer {
  4176. background: transparent !important;
  4177. }
  4178. #rtc-connection, #rtc-connection .btn {
  4179. background: transparent !important;
  4180. border-top:none !important;
  4181. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement