Advertisement
llcoll

5/27/2016

May 27th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.90 KB | None | 0 0
  1. * EVERY LINK HAS TO BE HTTPS:// TO WORK IN DISCORD */
  2. .app {
  3. background-image: url("https://thentirety.com/wp-content/uploads/2015/09/esdeath-frozen-swords-anime-girl-akame-ga-kill-1920x1080.jpg") !important;
  4. background-size: cover !important;
  5. }
  6.  
  7. .Select-control {
  8. background: #2E3136;
  9. border: #3DA9A9;
  10. border-color: #3DA9A9 #3DA9A9 #3DA9A9;
  11. }
  12. .form .control-group .Select-control {
  13. border: 1px solid #3DA9A9;
  14. }
  15. .form .control-group .Select-control:hover {
  16. border: 1px solid #3DA9A9;
  17. }
  18. .form .control-group .is-focused:not(.is-open)>.Select-control {
  19. border: 1px solid #3DA9A9;
  20. }
  21. .slider-bar {
  22. background: #393C42;
  23. }
  24. .slider-handle,
  25. .slider-handle span {
  26. background-color: #393C42;
  27. }
  28. .form .control-group .Select-control .Select-placeholder {
  29. color: #787A7B;
  30. }
  31. .tab-bar.SIDE {
  32. overflow-y: hidden;
  33. background-color: #25282B;
  34. }
  35. .create-guild-container .join-server .link-container input {
  36. border: 1px solid #3DA9A9;
  37. }
  38. .create-guild-container .join-server .sample-link {
  39. color: #3DA9A9;
  40. }
  41. .theme-dark .chat>.content .messages .message-group a {
  42. color: #3DA9A9;
  43. }
  44. .theme-dark .header-toolbar button.active {
  45. background-color: #6fd0fc;
  46. }
  47. .need-help-modal .footer {
  48. background-color: #282b30;
  49. border-top: 1px solid #1D1F23;
  50. }
  51. .need-help-modal .header {
  52. background-color: #3DA9A9;
  53. }
  54. .need-help-button:hover {
  55. border-color: #3DA9A9;
  56. color: #3DA9A9;
  57. }
  58. .need-help-button:hover .btn-help {
  59. color: #3DA9A9;
  60. }
  61. .settings .settings-inner {
  62. background-color: #36393e;
  63. }
  64. .notification-settings-modal .mute-server .checkbox .label {
  65. color: #fff;
  66. }
  67. .notification-settings-modal .settings-section {
  68. color: #fff;
  69. }
  70. .channel-notification-settings .content label {
  71. color: #ABAAAA;
  72. }
  73. .scroller-wrap .scroller {
  74. overflow-y: scroll;
  75. }
  76. .channel-notification-settings {
  77. border-bottom: 1px solid #3DA9A9;
  78. }
  79. .notification-settings-modal .notification-settings-modal-channel-settings-list {
  80. box-shadow: 0 -1px #3DA9A9;
  81. }
  82. .chat .new-messages-bar button {
  83. background: #3DA9A9;
  84. border-radius: 5px;
  85. }
  86. .chat .new-messages-bar button:last-child {
  87. color: #fff;
  88. }
  89. .download-apps .platforms .platform.active .download-button,
  90. .change-log .changelog-fixed,
  91. .modal-new-user .steps-wrap .steps li.on,
  92. .modal-new-user .steps-wrap .steps li.on+.divider,
  93. .modal-new-user .steps-wrap .steps li.on:before,
  94. .chat .new-messages-bar:hover {
  95. background-color: #3DA9A9;
  96. }
  97. .radio-image .radio-inner span:after {
  98. opacity: 0;
  99. filter: alpha(opacity=0);
  100. content: '';
  101. position: absolute;
  102. width: 100%;
  103. height: 100%;
  104. border: 2px solid #3DA9A9;
  105. border-radius: 3px;
  106. -webkit-transition: .3s ease;
  107. transition: .3s ease;
  108. left: -2px;
  109. top: -2px;
  110. }
  111. .radio-image:hover span:after {
  112. opacity: .5;
  113. filter: alpha(opacity=50);
  114. border-color: #3DA9A9;
  115. }
  116. .guilds li.active .guild-inner,
  117. .guilds li:hover .guild-inner {
  118. border-radius: 15px;
  119. background: #3DA9A9;
  120. }
  121. .guild-channels .channel-voice-states li.speaking .avatar-small {
  122. background-color: #3DA9A9;
  123. cursor: pointer;
  124. border: 2px solid #43b581;
  125. box-shadow: inset 0 0 0 2px #2e3136;
  126. }
  127. #unsupported-browser li:hover {
  128. -webkit-transform: scale(1.04);
  129. transform: scale(1.04);
  130. border-color: #3DA9A9;
  131. }
  132. #unsupported-browser li:hover .browser {
  133. background-position-y: 100px;
  134. }
  135. #unsupported-browser li:hover .btn {
  136. background-color: #3DA9A9;
  137. color: #fff;
  138. border-color: #3DA9A9;
  139. }
  140. .mentioned .highlight:hover {
  141. color: #3DA9A9;
  142. text-decoration: underline;
  143. }
  144. .highlight:hover {
  145. cursor: pointer;
  146. color: #fff;
  147. background-color: #3DA9A9;
  148. }
  149. .tooltip.tooltip-left:after {
  150. position: absolute;
  151. left: 100%;
  152. top: 50%;
  153. border-left-color: #3DA9A9;
  154. margin-top: -5px;
  155. }
  156. .tooltip.tooltip-right:after {
  157. position: absolute;
  158. right: 100%;
  159. top: 50%;
  160. border-right-color: #3DA9A9;
  161. margin-top: -5px;
  162. }
  163. .tooltip {
  164. position: absolute;
  165. background-color: #3DA9A9;
  166. box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .1);
  167. border-radius: 3px;
  168. font-weight: 600;
  169. font-size: 12px;
  170. color: #fff;
  171. z-index: 1002;
  172. max-width: 160px;
  173. box-sizing: border-box;
  174. word-wrap: break-word;
  175. padding: 5px 10px;
  176. }
  177. .tooltip.tooltip-bottom:after {
  178. position: absolute;
  179. bottom: 100%;
  180. left: 50%;
  181. border-bottom-color: #3DA9A9;
  182. margin-left: -5px;
  183. }
  184. .tooltip.tooltip-top:after {
  185. position: absolute;
  186. top: 100%;
  187. left: 50%;
  188. margin-left: -5px;
  189. border-top-color: #3DA9A9;
  190. }
  191. .region-select-modal {
  192. background: #36393e;
  193. }
  194. .region-select-modal .region-select-modal-header {
  195. color: #3DA9A9;
  196. }
  197. .region-select-modal .region-select-modal-option {
  198. background-color: #2e3338;
  199. border: 2px solid #25292d;
  200. }
  201. .region-select-modal .region-select-modal-option:hover {
  202. border-color: #3DA9A9;
  203. }
  204. .form .radio-group .radio {
  205. color: #fff;
  206. }
  207. .need-help-modal .header input[type=text] {
  208. box-shadow: 0 2px 1px #3DA9A9;
  209. }
  210. .change-log {
  211. background: #282D2F;
  212. }
  213. .change-log .header {
  214. color: #2C7E7B;
  215. border-bottom: 1px solid #4C4C4C;
  216. }
  217. .change-log ul li {
  218. color: #2C7E7B;
  219. }
  220. .change-log .footer {
  221. border-top: 1px solid #4C4C4C;
  222. color: #2C7E7B;
  223. background-color: #282D2F;
  224. }
  225. .callout-backdrop {
  226. background-color: rgb(0, 0, 0) !important;
  227. }
  228. .download-apps .platforms .platform {
  229. border: 2px solid #2C7E7B;
  230. }
  231. .download-apps .footer {
  232. color: #2C7E7B;
  233. }
  234. .download-apps .footer a {
  235. color: #3DA9A9;
  236. }
  237. .download-apps .header {
  238. color: #3DA9A9;
  239. }
  240. .download-apps .platforms .platform.active {
  241. border-color: #3DA9A9;
  242. }
  243. .user-settings-modal a:hover {
  244. color: #2C7E7B;
  245. }
  246. .private-channels .channel.selected:before {
  247. border-left: 4px solid #3DA9A9;
  248. }
  249. .private-channels .channel:hover:before {
  250. border-left: 4px solid #3DA9A9;
  251. }
  252. .user-settings-modal .voice-settings .reset-voice-settings {
  253. color: #3DA9A9;
  254. }
  255. .user-settings-modal .voice-settings .reset-voice-settings:hover {
  256. color: #2C7E7B;
  257. }
  258. .modal-content .form-inner p {
  259. color: #E6E6E6;
  260. }
  261. .form .form-inner {
  262. background: #34383e;
  263. }
  264. .form .form-actions {
  265. border-top: 1px solid #414958;
  266. }
  267. .form .form-header {
  268. background: #353940;
  269. border-bottom: 1px solid #494C50;
  270. }
  271. .popout header {
  272. background-color: #3DA9A9;
  273. }
  274. .popout section {
  275. background-color: hsl(218, 7%, 23%);
  276. }
  277. #voice-connection-popout hr {
  278. border: 1px solid #4C4C4C;
  279. }
  280. .small-popout-box {
  281. background: #282B30;
  282. border: 1px solid #24272B;
  283. }
  284. .option-popout .btn-item:hover {
  285. color: #BBBBBB;
  286. }
  287. .member-roles .member-role {
  288. background-color: #3DA9A9;
  289. color: #ffffff;
  290. border: 1px solid #3DA9A9;
  291. }
  292. .user-popout .user-popout-options .btn {
  293. background-color: #3DA9A9;
  294. border: 1px solid #3DA9A9;
  295. }
  296. .user-popout .user-popout-options .btn:hover {
  297. background-color: #2C7E7B;
  298. }
  299. .chat .welcome-message h1 {
  300. color: #3DA9A9;
  301. width: 260px;
  302. }
  303. .channel-members .invite-btn {
  304. background-color: #3DA9A9;
  305. }
  306. .channel-members .invite-btn:hover {
  307. background-color: #2C7E7B;
  308. }
  309. .instant-invite-popout hr {
  310. border: 1px solid #3DA9A9;
  311. }
  312. .instant-invite-popout a {
  313. color: #3DA9A9;
  314. }
  315. .instant-invite-popout a:hover {
  316. color: #2C7E7B;
  317. }
  318. .clipboard-input-inner input::selection {
  319. background: #3DA9A9;
  320. }
  321. .clipboard-input-inner button {
  322. border-left: 1px solid #424549;
  323. background-color: #282B30;
  324. }
  325. .clipboard-input-inner input {
  326. color: #2C7E7B;
  327. background: #424549;
  328. }
  329. .clipboard-input-inner {
  330. background: #1C1E22;
  331. border: 1px solid #2E3136;
  332. }
  333. .clipboard-input-inner button:first-of-type:before {
  334. background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #313131);
  335. }
  336. ::selection {
  337. color: #fff;
  338. background: #3DA9A9;
  339. }
  340. .theme-dark .chat .welcome-message a {
  341. color: #3DA9A9;
  342. }
  343. #settings-roles .roles li.selected {
  344. background: none;
  345. }
  346. #permissions ul li {
  347. color: #F4F4F4;
  348. }
  349. #permissions .permission-actions>div {
  350. background-color: #2E3136;
  351. border: 2px solid #2A2C31;
  352. }
  353. #permissions .permission-actions>div.PASSTHROUGH:hover {
  354. border: #51555F;
  355. }
  356. #settings-roles .roles header {
  357. border-bottom: 1px solid #2A2C31;
  358. }
  359. #settings-roles .roles {
  360. border-right: 1px solid #3DA9A9;
  361. }
  362. .btn-help:hover {
  363. background: #3DA9A9;
  364. }
  365. #permissions .permissions-helpdesk {
  366. color: #3DA9A9;
  367. }
  368. #permissions .permissions-helpdesk:hover {
  369. color: #2C7E7B;
  370. }
  371. #settings-roles .roles li.selected:before {
  372. background-color: #3DA9A9;
  373. }
  374. #settings-roles .roles li:hover:before {
  375. background-color: #2C7E7B;
  376. }
  377. .instant-invites .instant-invites-header {
  378. border-bottom: 1px solid #3DA9A9;
  379. }
  380. .instant-invites .instant-invite-buttons .btn {
  381. background: #3DA9A9;
  382. }
  383. .instant-invites .instant-invite-buttons .btn.btn-danger {
  384. border: 1px solid #AD392D;
  385. color: #fff
  386. }
  387. .instant-invites .instant-invite-buttons .btn.btn-danger:hover {
  388. background: #FF1700;
  389. }
  390. .instant-invites .instant-invites-list .instant-invite .member {
  391. color: #C3C3C3;
  392. }
  393. #permissions .permission-actions.disabled>div {
  394. border: #565963;
  395. background: #565963;
  396. position: relative;
  397. }
  398. .checkbox .checkbox-inner span {
  399. border: 2px solid #8E8E8E;
  400. }
  401. .form .control-group .help-text {
  402. color: #B6BBC1;
  403. }
  404. .avatar-uploader a {
  405. color: #3DA9A9;
  406. }
  407. .avatar-uploader a:hover {
  408. color: #2C7E7B;
  409. }
  410. .instant-invites .instant-invites-list .instant-invite .show-channel .channel {
  411. color: #B3B3B3;
  412. }
  413. .instant-invites .instant-invites-list .instant-invite+.instant-invite {
  414. border-top: 1px solid #3DA9A9;
  415. }
  416. .form .control-groups.control-separator {
  417. border-top: 1px solid #3DA9A9;
  418. }
  419. .guild-settings-modal-integrations .guild-settings-modal-integrations-header {
  420. color: #CCCCCC;
  421. border-bottom: 1px solid #2A2C31;
  422. box-shadow: none;
  423. }
  424. .guild-settings-modal-integrations .guild-settings-modal-integrations-body.no-integrations p {
  425. color: rgb(220, 220, 220);
  426. }
  427. .guild-settings-modal-integrations .guild-settings-modal-integrations-body.no-integrations p a {
  428. color: #F40000;
  429. }
  430. .guild-settings-modal-members .guild-settings-modal-list .member .member-username {
  431. color: #CECECE;
  432. }
  433. .guild-settings-modal-members .guild-settings-modal-members-header {
  434. border-bottom: 1px solid #2E3136;
  435. }
  436. #autocomplete-popout .empty:hover {
  437. background-color: #2E3136;
  438. }
  439. #autocomplete-popout .empty h4 {
  440. color: #3DA9A9;
  441. }
  442. #autocomplete-popout h3 {
  443. color: #ECECEC;
  444. }
  445. .popout.popout-bottom header:before {
  446. border-bottom-color: #3DA9A9;
  447. }
  448. .guild-settings-modal .guild-settings-modal-search {
  449. border: 1px solid #2E3136;
  450. }
  451. .guild-settings-modal .guild-settings-modal-search:focus {
  452. border: 1px solid #24272b;
  453. }
  454. .guild-settings-modal-members .guild-settings-modal-members-footer a {
  455. color: #3DA9A9;
  456. }
  457. .guild-settings-modal-members .guild-settings-modal-members-footer a:hover {
  458. color: #2C7E7B;
  459. }
  460. .guild-settings-modal-members .guild-settings-modal-members-footer {
  461. border-top: 1px solid #2E3136;
  462. }
  463. #settings-roles .roles li:hover {
  464. background: none;
  465. }
  466. .form hr {
  467. border-bottom: 1px solid #3DA9A9;
  468. }
  469. .user-popout .user-popout-options .btn.btn-server {
  470. color: #fff;
  471. background-color: #3DA9A9;
  472. border-color: #3DA9A9;
  473. }
  474. .user-popout .user-popout-options .btn.btn-server:hover {
  475. border-color: #3DA9A9;
  476. background-color: #2C7E7B;
  477. }
  478. .member-roles .manipulate:hover {
  479. border-color: #3DA9A9;
  480. background-color: #2C7E7B;
  481. }
  482. #user-profile-modal header {
  483. background-image: none;
  484. background-color: #3DA9A9;
  485. }
  486. #user-profile-modal .scroller {
  487. background: #2E3136;
  488. }
  489. #user-profile-modal .friends .friend:hover {
  490. background: #26292D;
  491. color: #ADADAD;
  492. }
  493. .need-help-modal a:hover {
  494. color: #2C7E7B;
  495. }
  496. #user-profile-modal footer {
  497. background: #1e2124;
  498. }
  499. #user-profile-modal footer button {
  500. color: #3DA9A9
  501. }
  502. .avatar-large {
  503. width: 33px;
  504. height: 33px;
  505. background-size: 33px 33px;
  506. left: 8px;
  507. }
  508. .channel-textarea {
  509. margin: 10px 0 30px;
  510. }
  511. .theme-dark .chat form {
  512. border-top: none;
  513. }
  514. .guilds li.active .guild-inner:before {
  515. background: #3DA9A9;
  516. }
  517. .guilds li.unread .guild-inner:before {
  518. background: #2C7E7B;
  519. }
  520. .guild-channels .channel-text.unread:not(.selected):not(.channel-muted):before {
  521. background: #2C7E7B;
  522. }
  523. .theme-dark .hljs {
  524. border: 1px solid transparent;
  525. border-radius: 4px;
  526. }
  527. .theme-dark .chat>.content .messages .divider:not(.red) div {
  528. background: transparent;
  529. }
  530. .theme-dark .chat>.content .messages .divider span {
  531. background: transparent;
  532. }
  533. .chat .divider>span {
  534. color: #F1F1F1;
  535. }
  536. .message-group .comment .markup pre {
  537. background: #282B30;
  538. border: 2px solid #282B30;
  539. }
  540. .message-group .comment .markup pre code {
  541. background: #282B30;
  542. color: #D4D4D4;
  543. }
  544. .theme-dark .chat .title-wrap .topic a {
  545. color: #3DA9A9;
  546. }
  547. .guilds .friends-icon:hover {
  548. color: transparent;
  549. background-color: #3DA9A9;
  550. }
  551. #autocomplete-popout .row.selected a,
  552. #autocomplete-popout .row:hover a {
  553. color: #D4D4D5;
  554. }
  555. #autocomplete-popout .row.selected,
  556. #autocomplete-popout .row:hover {
  557. background: linear-gradient(90deg, #36393F, #303238);
  558. }
  559. .download-apps .platforms .platform.active p {
  560. color: #3DA9A9;
  561. }
  562. .download-apps .platforms .platform .icon.apple.active {
  563. background-image: url(https://discordapp.com/assets/57568e1cfc37c81cf56db9498b4f128a.svg);
  564. }
  565. .download-apps .platforms .platform .icon.windows.active {
  566. background-image: url(https://discordapp.com/assets/d6221c5e88f5cb89f125868c077e9859.svg);
  567. }
  568. .download-apps .platforms .platform .icon.ios.active {
  569. background-image: url(https://discordapp.com/assets/0c460e9b848f5c4cc964ae9c62c0f9b9.svg);
  570. }
  571. .download-apps .platforms .platform .icon.android.active {
  572. background-image: url(https://discordapp.com/assets/d73fd4014c02b360d9529a720ecb7c44.svg);
  573. }
  574. .create-guild-container {
  575. background-color: transparent;
  576. }
  577. .form .form-inner {
  578. background-image: Justincase("https://i.imgur.com/KCLIPt4.gif");
  579. background-size: 40px 40px;
  580. background-repeat: no-repeat;
  581. background-position: 50% 74%;
  582. }
  583. .need-help-button {
  584. visibility: hidden;
  585. }
  586. .guilds-add {
  587. color: transparent !important;
  588. background-image: url("https://i.imgur.com/1MfzLoF.png") !important;
  589. background-size: 30px 30px !important;
  590. background-repeat: no-repeat !important;
  591. background-position: 9px 9px !important;
  592. background-color: rgba(21, 21, 21, 0.41) !important;
  593. opacity: 0.7 !important;
  594. }
  595. .slider-handle span {
  596. border: 1px solid #3DA9A9;
  597. }
  598. .slider-handle span:after,
  599. .slider-handle span:before {
  600. content: none;
  601. }
  602. .popout section:after,
  603. .popout section:before {
  604. content: none;
  605. }
  606. .chat .welcome-message .item-container .icon.exclamation {
  607. background-image: url("https://i.imgur.com/DYPXksE.png");
  608. background-repeat: no-repeat;
  609. background-size: 20px 20px;
  610. background-position: 29px 13px;
  611. }
  612. .chat .welcome-message .item-container .icon.share {
  613. background-image: url("https://i.imgur.com/DYPXksE.png");
  614. background-repeat: no-repeat;
  615. background-size: 20px 20px;
  616. background-position: 29px 13px;
  617. }
  618. .chat .welcome-message .item-container .icon.apps {
  619. background-image: url("https://i.imgur.com/DYPXksE.png");
  620. background-repeat: no-repeat;
  621. background-size: 20px 20px;
  622. background-position: 29px 13px;
  623. }
  624. .chat .welcome-message .item-container .icon.mobile {
  625. background-image: url("https://i.imgur.com/DYPXksE.png");
  626. background-repeat: no-repeat;
  627. background-size: 20px 20px;
  628. background-position: 29px 13px;
  629. }
  630. .chat .welcome-message .item-container .icon.twitter {
  631. background-image: url("https://i.imgur.com/DYPXksE.png");
  632. background-repeat: no-repeat;
  633. background-size: 20px 20px;
  634. background-position: 29px 13px;
  635. }
  636. .user-settings-modal button.preview-sound:before {
  637. background-image: url("https://i.imgur.com/E8gsoBs.png");
  638. }
  639. .chat .new-messages-bar button:first-child {
  640. border-radius: 5px;
  641. margin-right: -14px;
  642. }
  643. .chat .new-messages-bar {
  644. background-color: transparent !important;
  645. opacity: 0.8;
  646. }
  647. .account {
  648. background-repeat: no-repeat;
  649. background-position: 12px 11px;
  650. }
  651. .create-guild-container .action.create .action-icon {
  652. background-image: url("https://i.imgur.com/MW4Ddjc.png");
  653. height: 78px;
  654. background-size: 112px 78px;
  655. background-repeat: no-repeat;
  656. background-position: 55px 0px;
  657. }
  658. .user-settings-modal-games {
  659. background: #2E3136;
  660. border-top: 1px solid #404040;
  661. color: #E2E2E3;
  662. }
  663. .user-settings-modal-games .games-table .games-row .item-game .last-played {
  664. color: #E2E2E3;
  665. }
  666. .user-settings-modal-games .games-table .games-row .item-game .game-input {
  667. color: #E2E2E3;
  668. }
  669. .user-settings-modal-games .games-table .games-row .item-game {
  670. border-bottom: 1px solid #404040;
  671. }
  672. .user-settings-modal-games .games-table .games-row .item-overlay {
  673. border-bottom: 1px solid #404040;
  674. }
  675. .now-playing {
  676. background: #3DA9A9;
  677. }
  678. .checkbox .checkbox-inner.alt input[type=checkbox]+span {
  679. background: #2E3136;
  680. border-color: #8E8E8E;
  681. }
  682. .checkbox .checkbox-inner.alt input[type=checkbox]:checked+span:after {
  683. border-color: #43B581;
  684. }
  685. .sensitivity .slider .slider-bar-auto {
  686. background-color: #393C42;
  687. }
  688. .user-settings-modal-keybinds .user-settings-modal-keybinds-header {
  689. border-bottom: 1px solid #404040;
  690. }
  691. .user-settings-modal-connections .user-settings-modal-accounts-list .connect-container .btn {
  692. background: #2E3136;
  693. border: 2px solid #282B2F;
  694. background-repeat: no-repeat;
  695. background-position: 50%;
  696. }
  697. .alert.form .form-inner .btn {
  698. border: 1px solid #2C7E7B;
  699. }
  700. .alert.form .form-inner .cancel {
  701. border-color: #99aab5 !important;
  702. }
  703. .user-settings-modal .account-warning {
  704. border: 1px solid #B54343;
  705. background: #B54343;
  706. color: #F5FBF9;
  707. }
  708. .user-settings-modal-games .games-table .games-row .item-game .icon {
  709. background-image: url(https://i.imgur.com/DYCx6qB.png);
  710. background-repeat: no-repeat;
  711. background-position: -13px -14px;
  712. background-size: 42px;
  713. }
  714. .theme-dark .chat>.content .messages .divider:not(.red) span {
  715. opacity: .9;
  716. }
  717. .create-guild-container .action.join .action-icon {
  718. background: url(https://i.imgur.com/5s2wOtM.png) 50% no-repeat;
  719. height: 78px;
  720. background-size: 178.5px 78px;
  721. }
  722.  
  723. .links li+li:after {
  724. content: '\2022';
  725. color: #535559;
  726. margin-left: 6px;
  727. }
  728. .message-group h2 strong {
  729. color: #aaaba7;
  730. }
  731. #emote-menu,
  732. #tc-settings-panel,
  733. .tc-switch {
  734. border: 1px solid #2B2B2B;
  735. }
  736. .emote-container:hover {
  737. background: #3DA9A9;
  738. }
  739. .spinner-wandering-cubes .spinner-item {
  740. background-color: #3DA9A9;
  741. }
  742. #bd-ps-container {
  743. border: 1px solid transparent;
  744. border-radius: 4px;
  745. opacity: 0.9;
  746. }
  747. #bd-ps-header {
  748. background: #1E2124;
  749. border-bottom: 1px solid #24272B;
  750. }
  751. #bd-ps-body table tr {
  752. border-bottom: 1px solid #2E3136 !important;
  753. background-color: none;
  754. }
  755. #bd-ps-body table th {
  756. background-color: #25272B;
  757. }
  758. textarea {
  759. background: transparent !important;
  760. }
  761. .help-container {
  762. display: none;
  763. }
  764. .links {
  765. border-top: 0px solid transparent;
  766. }
  767. .links li a {
  768. color: #8C8F94;
  769. }
  770. .links,
  771. .chat,
  772. .typing,
  773. .content,
  774. .guild-channels,
  775. .private-channels,
  776. .guild-header header,
  777. .divider-red span,
  778. .messages-wrapper,
  779. #voice-connection {
  780. background: transparent !important;
  781. }
  782. .guilds-wrapper {
  783. background: rgba(0, 0, 0, 0.6) !important
  784. }
  785. .channels-wrap {
  786. background: rgba(0, 0, 0, 0.75)
  787. }
  788. .content .flex-spacer {
  789. background: rgba(0, 0, 0, 0.85)
  790. }
  791. .channel-members {
  792. background: rgba(0, 0, 0, 0.9) !important
  793. }
  794. .guilds-wrapper {
  795. box-shadow: inset -10px 0px 20px -10px rgba(0, 0, 0, 0.2);
  796. }
  797. .guild-header ul {
  798. background: rgba(0, 0, 0, 0.52) !important;
  799. transition: transform .5s cubic-bezier(0.18, 0.89, 0.32, 1.28) !important;
  800. padding-top: 100px;
  801. top: -56px;
  802. }
  803. .guilds-add {
  804. opacity: 0.5;
  805. }
  806. .guilds-wrapper {
  807. border-right: 1px solid rgba(0, 0, 0, 0.4);
  808. }
  809. .guild-header header span {
  810. margin-left: -5px;
  811. }
  812. .guild-header header {
  813. box-shadow: none !important;
  814. color: #ddd;
  815. }
  816. .guild-channels header h2,
  817. .guild-channels .channel a {
  818. color: #fff;
  819. }
  820. .guilds {
  821. padding: 28px 20px 85px 15px;
  822. }
  823. .guilds-add {
  824. font-size: 30px;
  825. background: #000;
  826. }
  827. .guilds .friends-online {
  828. margin-left: -5px;
  829. }
  830. .guilds li .guild-inner {
  831. background: rgba(21, 21, 21, 0.41) !important;
  832. }
  833. .guilds li .guild-inner a,
  834. .guilds li,
  835. .guilds li .avatar-small {
  836. width: 50px;
  837. height: 50px;
  838. }
  839. .guilds li .avatar-small {
  840. width: 50px;
  841. height: 50px;
  842. background-size: 50px 50px;
  843. }
  844. .guilds li .guild-inner {
  845. line-height: 50px;
  846. }
  847. .guilds .friends-icon {
  848. width: 50px;
  849. height: 50px;
  850. background-size: 25px 19px;
  851. }
  852. .guilds li.audio .guild-inner:after {
  853. background-size: 12px;
  854. background-color: rgba(0, 0, 0, 0.8);
  855. }
  856. .guilds-separator:after {
  857. background: rgba(28, 28, 28, 0.52) !important;
  858. }
  859. .guilds li .guild-inner:before {
  860. left: -26px;
  861. }
  862. .guild-channels header h2,
  863. .private-channels header {
  864. opacity: .6;
  865. }
  866. .private-channels .search-bar {
  867. background: rgba(10, 13, 16, 0) !important;
  868. }
  869. .private-channels .search-bar input {
  870. background: rgba(0, 0, 0, 0.4) !important;
  871. }
  872. .search-bar-clear:before {
  873. background: rgba(0, 0, 0, 0.68);
  874. }
  875. .guild-channels .channel.selected,
  876. .private-channels .channel.selected,
  877. .private-channels .search-result.selected,
  878. .private-channels .search-result:hover {
  879. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 85%, rgba(46, 49, 54, 0)) !important;
  880. }
  881. .guild-channels .channel:not(.selected):hover,
  882. .private-channels .channel:not(.selected):hover {
  883. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 85%, rgba(46, 49, 54, 0)) !important;
  884. }
  885. .btn-hamburger {
  886. margin-right: -25px;
  887. }
  888. .btn-hamburger span {
  889. background: #fff;
  890. }
  891. .account {
  892. padding: 0 15px !important;
  893. background: rgba(0, 0, 0, 0);
  894. height: 77px;
  895. border: 0px solid transparent;
  896. }
  897. .account .status {
  898. border: 2px solid rgba(0, 0, 0, 1);
  899. }
  900. .account .btn {
  901. background: transparent;
  902. box-shadow: none !important;
  903. }
  904. .account .btn:active {
  905. background: rgba(0, 0, 0, 0.26);
  906. }
  907. .account .btn-deafen,
  908. .account .btn-mute {
  909. border-right: none;
  910. }
  911. #voice-connection {
  912. border-top: none !important;
  913. padding: 15px 20px 15px 18px !important;
  914. }
  915. #voice-connection .btn {
  916. background: rgba(0, 0, 0, 0.45);
  917. box-shadow: none !important;
  918. }
  919. #voice-connection .btn:active {
  920. background: rgba(0, 0, 0, 0.6);
  921. }
  922. .account .btn-deafen,
  923. .account .btn-settings {
  924. box-shadow: none !important;
  925. }
  926. .account .btn-group,
  927. #voice-connection .btn-group {
  928. border: none;
  929. }
  930. .title-wrap {
  931. border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  932. background: rgba(0, 0, 0, 0.88) !important;
  933. }
  934. .chat .divider:not(.divider-red)>div {
  935. background: rgba(255, 255, 255, 0.2) !important;
  936. }
  937. .chat .divider>span {
  938. background: rgba(255, 255, 255, 0.2) !important;
  939. font-size: 12px;
  940. text-transform: uppercase;
  941. margin: 10px 0px;
  942. border-radius: 3px;
  943. opacity: 1;
  944. padding: 5px 15px;
  945. width: 100%;
  946. text-align: center;
  947. }
  948. .chat .divider.divider-red>span {
  949. background: rgba(240, 71, 71, .6) !important;
  950. color: rgba(255, 255, 255, 0.8) !important;
  951. }
  952. .chat .divider:not(.divider-red)>span {
  953. color: rgba(255, 255, 255, 1) !important;
  954. }
  955. .chat .divider>div {
  956. display: none;
  957. }
  958. .chat .new-messages-bar {
  959. background-color: rgba(29, 101, 134, .9);
  960. }
  961. .chat .new-messages-bar:hover {
  962. background-color: rgba(29, 101, 134, 1);
  963. }
  964. .chat .new-messages-bar button:last-child {
  965. color: rgba(255, 255, 255, 0.5);
  966. }
  967. .chat-empty {
  968. background: rgba(20, 23, 27, 0.95);
  969. }
  970. .chat>.title-wrap>.topic {
  971. font-size: 12px;
  972. margin-top: 5px;
  973. color: #656565 !important;
  974. }
  975. .chat>.content .messages .message-group:not(.has-divider) {
  976. border-bottom-color: hsla(0, 0%, 100%, .04) !important;
  977. }
  978. .chat>.content .messages .message-group .markup .highlight {
  979. color: #ddd !important;
  980. padding: 1px 4px;
  981. border-radius: 6px;
  982. -webkit-transition: all 0.3s ease;
  983. -moz-transition: all 0.3s ease;
  984. -o-transition: all 0.3s ease;
  985. -ms-transition: all 0.3s ease;
  986. }
  987. .chat>.content .messages .message-group .markup .highlight:hover {
  988. color: #fff !important;
  989. }
  990. .chat>.content .messages .message-group .markup {
  991. color: rgba(255, 255, 255, 0.5) !important;
  992. line-height: 1.5em;
  993. }
  994. .chat>.content .messages .message-group h2 .user-name {
  995. color: rgba(255, 255, 255, 0.8);
  996. }
  997. .chat>.content .messages .message-group h2 span {
  998. color: rgba(255, 255, 255, 0.2) !important;
  999. }
  1000. .chat>.content .messages .message-group .markup pre {
  1001. background: transparent !important;
  1002. border-color: rgba(255, 255, 255, 0.1) !important;
  1003. }
  1004. .chat>.content .messages .message-group .markup pre code.hljs {
  1005. background: rgba(0, 0, 0, 0.42) !important;
  1006. color: rgba(255, 255, 255, 0.7) !important;
  1007. padding: 1em !important;
  1008. }
  1009. .chat>.content .messages .message-group .markup code.inline {
  1010. background: rgba(255, 255, 255, 0.1) !important;
  1011. color: rgba(255, 255, 255, 0.7) !important;
  1012. padding: 0.3em 0.6em;
  1013. }
  1014. .channel-textarea-upload {
  1015. border-right-color: hsla(0, 0%, 100%, .1) !important;
  1016. }
  1017. .channel-textarea-inner {
  1018. border: 2px solid rgba(255, 255, 255, 0.1) !important;
  1019. background: rgba(0, 0, 0, 0.6) !important;
  1020. }
  1021. .typing {
  1022. font-size: 11px;
  1023. }
  1024. .spoiler span {
  1025. display: none;
  1026. }
  1027. .spoiler:before {
  1028. padding-top: 7px;
  1029. padding-bottom: 3px;
  1030. min-height: 18px;
  1031. background: none;
  1032. }
  1033. #twitchcord-button {
  1034. background-size: 24px;
  1035. background-position: 20px;
  1036. background-color: transparent;
  1037. }
  1038. .message-group.compact .timestamp {
  1039. position: relative;
  1040. top: -4px;
  1041. }
  1042. .message-group.compact .message .markup .user-name {
  1043. margin-right: 10px;
  1044. }
  1045. .add-friend-popout .btn:disabled {
  1046. opacity: 0.4;
  1047. }
  1048. .private-channels .channel.btn-friends .badge {
  1049. margin-right: 10px;
  1050. }
  1051. #friends {
  1052. background: transparent !important;
  1053. }
  1054. .friends-header {
  1055. background: rgba(0, 0, 0, 0.88) !important;
  1056. }
  1057. .friends-table {
  1058. background: rgba(0, 0, 0, 0.85) !important;
  1059. margin-top: 0 !important;
  1060. }
  1061. .friends-table .friends-table-body {
  1062. padding-top: 20px !important;
  1063. }
  1064. .friends-table .friends-row:hover {
  1065. background: rgba(0, 0, 0, 0.35) !important;
  1066. }
  1067. .channel-members .member:hover {
  1068. background: rgba(255, 255, 255, 0.07) !important;
  1069. }
  1070. .channel-members .member .member-username {
  1071. font-size: 14px;
  1072. }
  1073. .channel-members .avatar-small .status {
  1074. border-color: rgba(0, 0, 0, 0.7) !important;
  1075. }
  1076. .user-popout .user-popout-options .btn:hover {
  1077. border: 1px solid #3DA9A9;
  1078. }
  1079. .tooltip {
  1080. color: #e0e0e0;
  1081. }
  1082. .bd-minimal .guilds {
  1083. padding-left: 10px !important;
  1084. }
  1085. .bd-minimal .guilds .friends-icon {
  1086. background-size: 60%;
  1087. }
  1088. .bd-minimal .guilds li .guild-inner:before {
  1089. height: 25px;
  1090. border-radius: 5px;
  1091. margin-top: -13px;
  1092. }
  1093. .bd-minimal .guilds li.unread .guild-inner:before {
  1094. width: 10px;
  1095. height: 10px;
  1096. margin-top: -5px;
  1097. left: -16px;
  1098. }
  1099. .bd-minimal .guilds li.active .guild-inner:before {
  1100. left: -18px;
  1101. border-radius: 5px;
  1102. height: 25px;
  1103. margin-top: -13px;
  1104. }
  1105. .bd-minimal .guilds li,
  1106. .bd-minimal .guilds li .avatar-small,
  1107. .bd-minimal .guilds li .guild-inner,
  1108. .bd-minimal .guilds li .guild-inner a,
  1109. .bd-minimal .guilds .friends-icon {
  1110. width: 25px;
  1111. height: 25px;
  1112. line-height: 25px;
  1113. }
  1114. .bd-minimal .guilds li .avatar-small,
  1115. #bd-pub-button {
  1116. font-size: 10px !important;
  1117. }
  1118. .bd-minimal .chat>.title-wrap>.title {
  1119. font-size: 16px;
  1120. }
  1121. .bd-minimal .theme-dark .comment {
  1122. border-left: none !important;
  1123. padding-left: 10px;
  1124. }
  1125. .bd-minimal .message-group {
  1126. padding: 10px 5px;
  1127. }
  1128. .bd-minimal .guild-channels ul .channel-text .channel-name {
  1129. padding-left: 5px;
  1130. }
  1131. .bd-minimal .avatar-large {
  1132. border-radius: 100%;
  1133. }
  1134. .bd-minimal .message-group .edit-message .edit-container-outer {
  1135. margin-left: 50px;
  1136. }
  1137. .bd-minimal .message-group .edit-message .edit-container-inner {
  1138. margin-left: 10px;
  1139. }
  1140. .bd-minimal .channel-members h2 {
  1141. margin-top: 20px;
  1142. margin-bottom: 3px;
  1143. padding-left: 20px;
  1144. }
  1145. .bd-minimal .channel-members h2:first-of-type {
  1146. margin-top: 0px;
  1147. margin-bottom: 3px;
  1148. }
  1149. .bd-minimal .channel-members .member {
  1150. padding: 5px 15px 8px 20px;
  1151. }
  1152. .bd-minimal .guild-header header span {
  1153. margin-left: -13px;
  1154. font-size: 14px;
  1155. }
  1156. .bd-minimal .guild-channels ul .channel-text.unread:not(.selected):not(.channel-muted):before {
  1157. top: 9px;
  1158. width: 10px;
  1159. height: 10px;
  1160. }
  1161. .bd-minimal .guild-channels h2 {
  1162. margin-left: 10px;
  1163. }
  1164. .bd-minimal #voice-connection {
  1165. width: 176px;
  1166. margin-left: -46px;
  1167. }
  1168. .bd-minimal .account {
  1169. width: 176px;
  1170. margin-left: -46px;
  1171. }
  1172. .bd-minimal .account .avatar-small {
  1173. display: block !important;
  1174. }
  1175. .bd-minimal .account .username {
  1176. display: none;
  1177. }
  1178. .bd-minimal .account .btn-group {
  1179. margin-left: 10px;
  1180. }
  1181. .bd-minimal .account .btn-group .btn {
  1182. width: 30px;
  1183. }
  1184. .settings .settings-header {
  1185. background: #1a1d20 !important;
  1186. }
  1187. .channel-notification-settings .content .content-inner {
  1188. background: transparent !important;
  1189. }
  1190. .theme-dark .chat>.content .messages .message-group .comment .markup {
  1191. color: #fff;
  1192. }
  1193. .guild-channels .channel-text:hover:not(.unread):before {
  1194. border-left: 4px solid #3DA9A9;
  1195. }
  1196. .guild-channels .channel-text.selected:before {
  1197. border-left: 4px solid #3DA9A9;
  1198. }
  1199. .guilds li.active .guild-inner,
  1200. .guilds li:hover .guild-inner {
  1201. background: #3DA9A9 !important;
  1202. }
  1203. .theme-dark .chat>.content:first-child .scroller-wrap::-webkit-scrollbar-thumb {
  1204. background-color: #3DA9A9;
  1205. }
  1206. .guild-header a.red-highlight {
  1207. color: #3DA9A9;
  1208. }
  1209. .create-guild-container .create-or-join .form-inner {
  1210. background-color: #282b30;
  1211. }
  1212. .create-guild-container .action {
  1213. background: #31343A;
  1214. }
  1215. .create-guild-container .create-or-join .actions .or {
  1216. background-image: none;
  1217. color: #282B30;
  1218. }
  1219. .form .form-inner {
  1220. background-color: #282B30;
  1221. }
  1222. .form header {
  1223. color: #3DA9A9;
  1224. }
  1225. .form .control-group input[type=email],
  1226. .form .control-group input[type=password],
  1227. .form .control-group input[type=text],
  1228. .form .control-group textarea {
  1229. background: #32353A;
  1230. color: #90A0AA;
  1231. border-bottom: 1px solid #232529;
  1232. border-radius: 3px;
  1233. }
  1234. .form .control-group input[type=email]:focus,
  1235. .form .control-group input[type=password]:focus,
  1236. .form .control-group input[type=text]:focus,
  1237. .form .control-group textarea:focus {
  1238. border-bottom: 2px solid #3DA9A9;
  1239. }
  1240. .region-select {
  1241. background: #32353A;
  1242. }
  1243. .region-select .region-select-inner {
  1244. background: #32353A;
  1245. border: 1px solid #232529;
  1246. }
  1247. .region-select button {
  1248. background-color: #32353A;
  1249. border: 1px solid #232529;
  1250. color: #3DA9A9;
  1251. }
  1252. .region-select:hover .region-select-inner,
  1253. .region-select:hover button {
  1254. border-color: #3DA9A9;
  1255. }
  1256. .region-select:hover button {
  1257. background-color: #3DA9A9;
  1258. }
  1259. .create-guild-container h5 {
  1260. color: #3DA9A9;
  1261. }
  1262. .avatar-uploader .avatar-uploader-inner {
  1263. background-color: #3DA9A9;
  1264. border: 5px solid #2C7E7B;
  1265. }
  1266. .form .form-actions {
  1267. background-color: #282B30;
  1268. border-top: 1px solid #232529;
  1269. }
  1270. .form .btn-default {
  1271. background-color: #282B30;
  1272. border-bottom: 2px solid #282B30;
  1273. border-radius: 5px;
  1274. width: 62px;
  1275. }
  1276. .form .btn-primary {
  1277. background-color: #3DA9A9;
  1278. }
  1279. .create-guild-container .action.create .action-header {
  1280. color: #3DA9A9;
  1281. }
  1282. .create-guild-container .action:hover.create .btn {
  1283. background-color: #2C7E7B;
  1284. }
  1285. .form .btn-primary:hover {
  1286. background-color: #2C7E7B;
  1287. }
  1288. .scroller-wrap .scroller::-webkit-scrollbar-thumb {
  1289. background-color: #3DA9A9 !important;
  1290. border: 3px solid rgba(211, 5, 5, 0) !important;
  1291. }
  1292. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  1293. background-color: #3DA9A9 !important;
  1294. border: 3px solid rgba(211, 5, 5, 0) !important;
  1295. }
  1296. .tab-bar.SIDE .tab-bar-item:before {
  1297. border-left: 4px solid #3DA9A9;
  1298. }
  1299. a:link {
  1300. color: #3DA9A9;
  1301. }
  1302. .user-settings-modal a {
  1303. color: #3DA9A9;
  1304. }
  1305. .user-settings-modal .settings-wrapper,
  1306. .user-settings-modal .voice-settings {
  1307. background: #2E3136;
  1308. }
  1309. .settings .settings-actions {
  1310. background-color: #2E3136;
  1311. border-top: 1px solid #3DA9A9;
  1312. }
  1313. .checkbox .checkbox-inner+span {
  1314. color: #fff
  1315. }
  1316. .highlight {
  1317. color: #3DA9A9;
  1318. }
  1319. .user-settings-modal-connections .user-settings-modal-accounts-list .connect-container .name {
  1320. color: #fff;
  1321. }
  1322. .user-settings-modal-connections .user-settings-modal-connections-list .connection .connection-integrations.no-integrations {
  1323. color: rgba(222, 222, 222, 0.59);
  1324. }
  1325. .user-settings-modal-connections .user-settings-modal-connections-list .connection .connection-integrations {
  1326. border: 1px solid #404040;
  1327. }
  1328. .user-settings-modal-connections .user-settings-modal-connections-list {
  1329. box-shadow: 0 -1px #404040;
  1330. }
  1331. .tab-bar.TOP .tab-bar-item.selected {
  1332. border-bottom: 2px solid #3DA9A9;
  1333. color: #3DA9A9;
  1334. }
  1335. .checkbox .checkbox-inner input[type=checkbox]:checked+span {
  1336. background-color: #3DA9A9 !important;
  1337. border-color: #3DA9A9 !important;
  1338. }
  1339. .radio .radio-inner span:after {
  1340. background: #3DA9A9;
  1341. }
  1342. .slider-bar-fill {
  1343. background: #3DA9A9;
  1344. }
  1345. .slider-handle {
  1346. border: 1px solid #3DA9A9;
  1347. }
  1348. .radio .radio-inner {
  1349. background: #454950;
  1350. border: 2px solid #3DA9A9;
  1351. }
  1352. .tab-bar.TOP {
  1353. border-bottom: 1px solid #3DA9A9;
  1354. }
  1355. #bd-ps-body table tr:nth-child(odd):hover {
  1356. background-color: #3DA9A9;
  1357. }
  1358. .guild-settings-modal-members .member-buttons .btn {
  1359. background: #3DA9A9;
  1360. border: 1px solid #3DA9A9;
  1361. color: #EFEFEF;
  1362. }
  1363. .guild-settings-modal-members .member-buttons .btn.btn-danger:hover {
  1364. background: #2C7E7B;
  1365. }
  1366. .guild-settings-modal-members .member-buttons .btn.btn-danger {
  1367. border: 1px solid #2C7E7B;
  1368. color: #FFFFFF;
  1369. }
  1370. .guild-settings-modal-members .guild-settings-modal-list .member+.member {
  1371. border-top: 1px solid #2E3136;
  1372. }
  1373. .member-roles .member-role .member-role-remove {
  1374. background: url(https://i.imgur.com/O2TX2bn.png) 50% no-repeat;
  1375. width: 8px;
  1376. height: 12px;
  1377. background-size: 8px;
  1378. }
  1379. .member-roles .member-role .member-role-add {
  1380. background: url(https://i.imgur.com/1MfzLoF.png) 50% no-repeat;
  1381. width: 8px;
  1382. height: 12px;
  1383. background-size: 10px;
  1384. }
  1385. .member-roles .member-role:hover {
  1386. background-color: #2C7E7B;
  1387. }
  1388. .guilds-add:hover {
  1389. border-color: hsl(145, 64%, 50%);
  1390. color: transparent;
  1391. opacity: 1.0;
  1392. -webkit-animation: color_change 1s infinite alternate;
  1393. -moz-animation: color_change 1s infinite alternate;
  1394. -ms-animation: color_change 1s infinite alternate;
  1395. -o-animation: color_change 1s infinite alternate;
  1396. animation: color_change 1s infinite alternate;
  1397. }
  1398. @-webkit-keyframes color_change {
  1399. from {
  1400. border-color: #535559;
  1401. }
  1402. to {
  1403. border-color: green;
  1404. }
  1405. }
  1406. @-moz-keyframes color_change {
  1407. from {
  1408. border-color: #535559;
  1409. }
  1410. to {
  1411. border-color: green;
  1412. }
  1413. }
  1414. @-ms-keyframes color_change {
  1415. from {
  1416. border-color: #535559;
  1417. }
  1418. to {
  1419. border-color: green;
  1420. }
  1421. }
  1422. @-o-keyframes color_change {
  1423. from {
  1424. border-color: #535559;
  1425. }
  1426. to {
  1427. border-color: green;
  1428. }
  1429. }
  1430. @keyframes color_change {
  1431. from {
  1432. border-color: #535559;
  1433. }
  1434. to {
  1435. border-color: green;
  1436. }
  1437. }
  1438. .channel-members h2 {
  1439. color: #3DA9A9 !important;
  1440. font-size: 11px;
  1441. text-transform: uppercase;
  1442. letter-spacing: .08em;
  1443. font-weight: 600;
  1444. padding: 4px 58px;
  1445. background-color: rgba(0, 0, 0, 0.24);
  1446. border: 1px solid;
  1447. border-color: transparent;
  1448. border-radius: 3px;
  1449. width: 90px;
  1450. margin-left: 15px;
  1451. text-align: center
  1452. }
  1453. .private-channels .search-result.selected:before,
  1454. .private-channels .search-result:hover:before {
  1455. border-left: 4px solid #2C7E7B;
  1456. }
  1457. /*[[Onlineon]]*/
  1458. /*[[Onlineoff]]*/
  1459. .channel-members-wrap {
  1460. min-width: 240px;
  1461. display: -webkit-box;
  1462. display: -webkit-flex;
  1463. display: -ms-flexbox;
  1464. display: box;
  1465. display: flex;
  1466. }
  1467. .message-group .edit-message .channel-textarea-inner {
  1468. border-color: #3DA9A9;
  1469. }
  1470. .channel-members .member .member-game strong {
  1471. color: #3DA9A9;
  1472. }
  1473. .spoiler {
  1474. Background-color: rgba(125, 58, 114, 0.28);
  1475. border: 1px solid;
  1476. border-color: transparent;
  1477. border-radius: 6px;
  1478. cursor: pointer;
  1479. }
  1480. #bd-ps-body table tr:hover {
  1481. background-color: #3DA9A9;
  1482. }
  1483. @keyframes swing {
  1484. 0% {
  1485. transform: rotate(0deg);
  1486. -webkit-transform: rotate(0deg);
  1487. -moz-transform: rotate(0deg);
  1488. -o-transform: rotate(0deg);
  1489. -ms-transform: rotate(0deg);
  1490. }
  1491. 25% {
  1492. transform: rotate(-30deg);
  1493. -webkit-transform: rotate(-30deg);
  1494. -moz-transform: rotate(-30deg);
  1495. -o-transform: rotate(-30deg);
  1496. -ms-transform: rotate(-30deg);
  1497. }
  1498. 50% {
  1499. transform: rotate(0deg);
  1500. -webkit-transform: rotate(0deg);
  1501. -moz-transform: rotate(0deg);
  1502. -o-transform: rotate(0deg);
  1503. -ms-transform: rotate(0deg);
  1504. }
  1505. 75% {
  1506. transform: rotate(30deg);
  1507. -webkit-transform: rotate(30deg);
  1508. -moz-transform: rotate(30deg);
  1509. -o-transform: rotate(30deg);
  1510. -ms-transform: rotate(30deg);
  1511. }
  1512. 100% {
  1513. transform: rotate(0deg);
  1514. -webkit-transform: rotate(0deg);
  1515. -moz-transform: rotate(0deg);
  1516. -o-transform: rotate(0deg);
  1517. -ms-transform: rotate(0deg);
  1518. }
  1519. }
  1520. @-webkit-keyframes swing {
  1521. 0% {
  1522. transform: rotate(0deg);
  1523. -webkit-transform: rotate(0deg);
  1524. -moz-transform: rotate(0deg);
  1525. -o-transform: rotate(0deg);
  1526. -ms-transform: rotate(0deg);
  1527. }
  1528. 25% {
  1529. transform: rotate(-30deg);
  1530. -webkit-transform: rotate(-30deg);
  1531. -moz-transform: rotate(-30deg);
  1532. -o-transform: rotate(-30deg);
  1533. -ms-transform: rotate(-30deg);
  1534. }
  1535. 50% {
  1536. transform: rotate(0deg);
  1537. -webkit-transform: rotate(0deg);
  1538. -moz-transform: rotate(0deg);
  1539. -o-transform: rotate(0deg);
  1540. -ms-transform: rotate(0deg);
  1541. }
  1542. 75% {
  1543. transform: rotate(30deg);
  1544. -webkit-transform: rotate(30deg);
  1545. -moz-transform: rotate(30deg);
  1546. -o-transform: rotate(30deg);
  1547. -ms-transform: rotate(30deg);
  1548. }
  1549. 100% {
  1550. transform: rotate(0deg);
  1551. -webkit-transform: rotate(0deg);
  1552. -moz-transform: rotate(0deg);
  1553. -o-transform: rotate(0deg);
  1554. -ms-transform: rotate(0deg);
  1555. }
  1556. }
  1557. @keyframes swing1 {
  1558. 0% {
  1559. left: -15px;
  1560. right: 0;
  1561. }
  1562. 25% {
  1563. left: -100px;
  1564. right: 0;
  1565. }
  1566. 50% {
  1567. left: -15px;
  1568. right: 0;
  1569. }
  1570. 75% {
  1571. left: 0;
  1572. right: -100px;
  1573. }
  1574. 100% {
  1575. left: -15px;
  1576. right: 0;
  1577. }
  1578. }
  1579. @-webkit-keyframes swing1 {
  1580. 0% {
  1581. left: -15px;
  1582. right: 0;
  1583. }
  1584. 25% {
  1585. left: -100px;
  1586. right: 0;
  1587. }
  1588. 50% {
  1589. left: -15px;
  1590. right: 0;
  1591. }
  1592. 75% {
  1593. left: 0;
  1594. right: -100px;
  1595. }
  1596. 100% {
  1597. left: -15px;
  1598. right: 0;
  1599. }
  1600. }
  1601. .header-toolbar button span:hover:hover {
  1602. animation: swing 4s infinite linear;
  1603. -webkit-animation: swing 4s infinite linear;
  1604. }
  1605. @-webkit-keyframes load8 {
  1606. 0% {
  1607. -webkit-transform: rotate(0deg);
  1608. transform: rotate(0deg);
  1609. }
  1610. 100% {
  1611. -webkit-transform: rotate(360deg);
  1612. transform: rotate(360deg);
  1613. }
  1614. }
  1615. @keyframes load8 {
  1616. 0% {
  1617. -webkit-transform: rotate(0deg);
  1618. transform: rotate(0deg);
  1619. }
  1620. 100% {
  1621. -webkit-transform: rotate(360deg);
  1622. transform: rotate(360deg);
  1623. }
  1624. }
  1625. .account .btn-settings:hover:after {
  1626. -webkit-transform: translateZ(0);
  1627. -ms-transform: translateZ(0);
  1628. transform: translateZ(0);
  1629. -webkit-animation: load8 2.8s infinite linear;
  1630. animation: load8 2.8s infinite linear;
  1631. }
  1632. .guilds li .badge {
  1633. animation: zoom 2s infinite;
  1634. }
  1635. @keyframes zoom {
  1636. 0% {
  1637. -webkit-transform: scale(1, 1);
  1638. }
  1639. 50% {
  1640. -webkit-transform: scale(1.2, 1.2);
  1641. }
  1642. 100% {
  1643. -webkit-transform: scale(1, 1);
  1644. }
  1645. }
  1646. .guild-channels .channel-voice.locked:hover .icon-lock {
  1647. animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  1648. }
  1649. @keyframes shake {
  1650. 10%, 90% {
  1651. transform: translate3d(-1px, 0, 0);
  1652. }
  1653. 20%,
  1654. 80% {
  1655. transform: translate3d(2px, 0, 0);
  1656. }
  1657. 30%,
  1658. 50%,
  1659. 70% {
  1660. transform: translate3d(-4px, 0, 0);
  1661. }
  1662. 40%,
  1663. 60% {
  1664. transform: translate3d(4px, 0, 0);
  1665. }
  1666. }
  1667. .guild-channels .channel-voice.locked {
  1668. cursor: pointer;
  1669. }
  1670. .theme-dark #friends .friends-header .tab-bar .tab-bar-item.selected {
  1671. background-color: #43B581;
  1672. color: #fff;
  1673. }
  1674. #friends .btn {
  1675. background-color: #3DA9A9;
  1676. }
  1677. #friends .btn:hover {
  1678. background-color: #2C7E7B;
  1679. }
  1680. .private-channels .channel.selected .icon-friends {
  1681. background-color: #2C7E7B;
  1682. }
  1683. .add-friend-popout {
  1684. background: transparent;
  1685. }
  1686. .add-friend-popout header input:focus {
  1687. border-color: hsla(0, 0%, 100%, .3);
  1688. }
  1689. .add-friend-popout .btn:disabled {
  1690. background-color: #2C7E7B;
  1691. }
  1692. #user-profile-modal .sub-header {
  1693. background: #2E3136;
  1694. }
  1695. #user-profile-modal .tab-bar {
  1696. background: #2E3136;
  1697. border-bottom: 1px solid #2B2B2B;
  1698. }
  1699. #user-profile-modal .btn {
  1700. background-color: #3DA9A9;
  1701. }
  1702. #user-profile-modal .btn:hover {
  1703. background-color: #2C7E7B;
  1704. }
  1705. #user-profile-modal .header {
  1706. background-color: #3DA9A9;
  1707. background-image: none;
  1708. }
  1709. .context-menu {
  1710. background: #2E3136;
  1711. }
  1712. .context-menu .item:hover {
  1713. background: #292B2F;
  1714. }
  1715. #user-profile-modal .guilds .guild:hover {
  1716. background: linear-gradient(90deg, #27292D 90%, #2E3136);
  1717. color: #D8D8D8;
  1718. }
  1719. #user-profile-modal .empty {
  1720. background: #2E3136;
  1721. }
  1722. /*[[Hidden]]*/
  1723. /*[[Visible]]*/
  1724. .message-group-blocked {
  1725. background: #fcfcfc;
  1726. -webkit-box-pack: center;
  1727. -o-box-pack: center;
  1728. -ms-flex-pack: center;
  1729. -webkit-justify-content: center;
  1730. justify-content: center;
  1731. border: 1px solid #e3e5e7;
  1732. border-radius: 3px;
  1733. margin: 6px 6px 6px 19px;
  1734. display: none;
  1735. }
  1736. .user-settings-modal-account .discord-tag {
  1737. color: #3DA9A9;
  1738. }
  1739. .guilds .friends-online {
  1740. text-transform: uppercase;
  1741. font-weight: 600;
  1742. color: #DCDCDC;
  1743. margin: 10px -5px;
  1744. word-wrap: normal;
  1745. white-space: normal;
  1746. width: 50px;
  1747. cursor: pointer;
  1748. -webkit-transition: background-color .25s ease-in, border-radius .3s cubic-bezier(.68, -1.25, .228, 1.8);
  1749. transition: background-color .25s ease-in, border-radius .3s cubic-bezier(.68, -1.25, .228, 1.8);
  1750. overflow: hidden;
  1751. border-radius: 25px;
  1752. background: rgba(21, 21, 21, 0.41) !important;
  1753. font-size: 10px;
  1754. text-align: center;
  1755. line-height:17px;
  1756. }
  1757. .guilds .friends-online:hover {
  1758. background: #43B581 !important;
  1759. }
  1760. .add-friend-popout-info .add-friend-popout-info-confirmation:before {
  1761. background: url(https://i.imgur.com/DYCx6qB.png) 50% no-repeat;
  1762. content: ' ';
  1763. width: 17px;
  1764. height: 16px;
  1765. background-size: 40px 39px;
  1766. display: inline-block;
  1767. vertical-align: middle;
  1768. margin-top: -8px;
  1769. margin-right: 4px;
  1770. }
  1771. .message-group .btn-option:hover {
  1772. -webkit-transform: translateZ(0);
  1773. -ms-transform: translateZ(0);
  1774. transform: translateZ(0);
  1775. -webkit-animation: load8 2.8s infinite linear;
  1776. animation: load8 2.8s infinite linear;
  1777. }
  1778. .chat .has-more button {
  1779. color: #3DA9A9;
  1780. }
  1781. .theme-dark #friends .friends-table .friends-table-header .friends-column:after {
  1782. content: "Actions";
  1783. color: hsla(0, 0%, 100%, .3);
  1784. font-size: 12px;
  1785. text-transform: uppercase;
  1786. letter-spacing: .025em;
  1787. font-weight: 600;
  1788. -webkit-flex-shrink: 0;
  1789. flex-shrink: 0;
  1790. }
  1791. .theme-dark .friends-table .messages .message-group .comment .markup pre,
  1792. .theme-dark .messages-wrapper .messages .message-group .comment .markup pre {
  1793. background: rgba(46, 49, 54, 0.32);
  1794. border-color: #282b30;
  1795. }
  1796. .theme-dark .channel-members .member.popout-open,
  1797. .theme-dark .channel-members .member:hover {
  1798. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 85%, rgba(46, 49, 54, 0)) !important;
  1799. }
  1800. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  1801. border: 3px solid rgba(255, 255, 255, 0) !important;
  1802. background-color: rgba(0, 0, 0, 0.3) !important;
  1803. }
  1804. .theme-dark #friends .friends-header .tab-bar .tab-bar-item:hover:not(.selected) {
  1805. background: rgba(0, 0, 0, 0.29);
  1806. }
  1807. .theme-dark .friends-table .messages .message-group .comment .markup .highlight:hover, .theme-dark .messages-wrapper .messages .message-group .comment .markup .highlight:hover {
  1808. background-color: #3DA9A9;
  1809. }
  1810. .user-popout {
  1811. opacity: 1;
  1812. }
  1813. .user-settings-modal.settings {
  1814. opacity: 1;
  1815. /*[[NSFWON]]*/
  1816. /*[[NSFWOFF]]*/
  1817. }
  1818. .message-group .image {
  1819. -webkit-filter: none;
  1820. }
  1821. .message-group .image:hover {
  1822. -webkit-filter: none;
  1823. }
  1824. .channel-textarea-autocomplete-inner {
  1825. background:rgba(0,0,0,0.84)!important;
  1826. border:none !important;
  1827. }
  1828.  
  1829. .channel-textarea-autocomplete-inner:after {
  1830. display:none;
  1831. }
  1832.  
  1833. .channel-textarea-autocomplete-inner header {
  1834. background:rgba(0,0,0,0.84)!important;
  1835. border-radius:5px 5px 0 0;
  1836. border:none !important;
  1837. }
  1838.  
  1839. .channel-textarea-autocomplete ul li.active {
  1840. background:rgba(255,255,255,0.1)!important;
  1841. }
  1842. #user-profile-modal .avatar-profile {
  1843. border: 6px solid #3DA9A9 !important;
  1844. }
  1845. #user-profile-modal footer .btn.disabled {
  1846. background: #8E8E8E !important;
  1847. }
  1848. #user-profile-modal footer .btn.disabled:hover {
  1849. background: #777777 !important;
  1850. }
  1851. span.discriminator {
  1852. font-size: 11px !important;
  1853. color: hsla(0, 0%, 100%, 0.7) !important;
  1854. margin-left: 8px !important;
  1855. border-radius: 5px !important;
  1856. background: rgba(0, 0, 0, 0.19) !important;
  1857. font-weight: bold !important;
  1858. border: 3px solid transparent !important;
  1859. -webkit-transition: all 0.3s ease !important;
  1860. -moz-transition: all 0.3s ease !important;
  1861. -o-transition: all 0.3s ease !important;
  1862. -ms-transition: all 0.3s ease !important;
  1863. }
  1864. span.discriminator:hover {
  1865. background: rgba(0, 0, 0, 0.32) !important;
  1866. color: #fff !important;
  1867. font-size: 14px !important;
  1868. font-weight: bold !important;
  1869. }
  1870. .guilds-error {
  1871. width: 40px !important;
  1872. height: 40px !important;
  1873. line-height: 39px !important;
  1874. }
  1875. .theme-dark .friends-table .messages .invite-button, .theme-dark .messages-wrapper .messages .invite-button {
  1876. background-color: rgba(0, 0, 0, 0.54);
  1877. border-color: rgba(0, 0, 0, 0.35);
  1878. }
  1879. .invite-button-icon {
  1880. background-color: rgba(0, 0, 0, 0.62);
  1881. border: 1px solid #000000;
  1882. }
  1883. .private-channels .channel .icon-friends {
  1884. background-color: rgba(21, 21, 21, 0.41) !important;
  1885. }
  1886. .upload-modal {
  1887. background-color: rgba(30, 30, 30, 0.78);
  1888. }
  1889. .upload-modal .footer {
  1890. background-color: rgba(0, 0, 0, 0.44);
  1891. }
  1892. .upload-modal .inner {
  1893. border:2px dashed rgba(6, 6, 6, 0.52);
  1894. }
  1895. .upload-modal .footer .button {
  1896. background-color: #3DA9A9;
  1897. }
  1898. .upload-modal .footer .button-primary {
  1899. color: #3DA9A9;
  1900. background-color: #fff;
  1901. }
  1902. div.control-group .shortcut-recorder input[type=text] {
  1903. border: 1px solid #3DA9A9;
  1904. text-shadow: 0 0 0 #FFFFFF;
  1905. }
  1906. .private-channels .search-bar input:focus {
  1907. border: 2px solid #3DA9A9;
  1908. webkit-animation: input-pulse 1.5s infinite;
  1909. animation: input-pulse 1.5s infinite;
  1910. }
  1911. @-webkit-keyframes input-pulse {
  1912. 0% {
  1913. box-shadow: 0 0 0 0 #3DA9A9;
  1914. }
  1915. 70% {
  1916. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  1917. }
  1918. to {
  1919. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  1920. }
  1921. }
  1922. @keyframes input-pulse {
  1923. 0% {
  1924. box-shadow: 0 0 0 0 #3DA9A9;
  1925. }
  1926. 70% {
  1927. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  1928. }
  1929. to {
  1930. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  1931. }
  1932. }
  1933. .bot-tag {
  1934. background: rgba(255, 255, 255, 0.28);
  1935. color: rgba(255, 255, 255, 0.62);
  1936. }
  1937. .bot-tag.bot-tag-invert {
  1938. font-size: 11px !important;
  1939. color: hsla(0, 0%, 100%, 0.7) !important;
  1940. margin-left: 8px !important;
  1941. border-radius: 5px !important;
  1942. background: rgba(0, 0, 0, 0.19) !important;
  1943. font-weight: bold !important;
  1944. border: 3px solid transparent !important;
  1945. padding: 0px;
  1946. }
  1947. .channel-members .member.member-status-offline .avatar-small {
  1948. -webkit-filter: grayscale(100%) blur(1px);
  1949. position: relative;
  1950. -webkit-transition: all .8s ease;
  1951. -moz-transition: all .8s ease;
  1952. -o-transition: all .8s ease;
  1953. transition: all .8s ease;
  1954. -webkit-transform: translateZ(0px);
  1955. transform: translateZ(0px);
  1956. }
  1957. .channel-members .member.popout-open .avatar-small, .channel-members .member:hover .avatar-small {
  1958. -webkit-filter: none !important;
  1959. filter: none;
  1960. position: relative;
  1961. -webkit-transition: all .8s ease-out;
  1962. -moz-transition: all .8s ease-out;
  1963. -o-transition: all .8s ease-out;
  1964. transition: all .8s ease-out;
  1965. -webkit-transform: translateZ(0px);
  1966. transform: translateZ(0px);
  1967. }
  1968. .offline {
  1969. background-color: #982929;
  1970. }
  1971. .status-offline {
  1972. background-color: #982929;
  1973. }
  1974. @-webkit-keyframes friend-request-pulse {
  1975. 0% {
  1976. box-shadow: 0 0 0 0 #43b581;
  1977. }
  1978. 70% {
  1979. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  1980. }
  1981. to {
  1982. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  1983. }
  1984. }
  1985. @keyframes friend-request-pulse {
  1986. 0% {
  1987. box-shadow: 0 0 0 0 #43b581;
  1988. }
  1989. 70% {
  1990. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  1991. }
  1992. to {
  1993. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  1994. }
  1995. }
  1996. #user-profile-modal footer .btn.add-friend {
  1997. webkit-animation: friend-request-pulse 1.5s infinite;
  1998. animation: friend-request-pulse 1.5s infinite;
  1999. }
  2000. #user-profile-modal .guilds .avatar-large {
  2001. background: #3DA9A9;
  2002. }
  2003. img.image {
  2004. border-radius: 5px;
  2005. }
  2006. #voice-connection .btn {
  2007. background: rgba(0, 0, 0, 0.45);
  2008. box-shadow: none !important;
  2009. border-radius: 40px;
  2010. }
  2011. .account .btn-deafen, .account .btn-mute, .account .btn-settings {
  2012. background: rgba(0, 0, 0, 0.45);
  2013. box-shadow: none !important;
  2014. border-radius: 40px;
  2015. }
  2016. #connecting {
  2017. background: rgba( 0, 0, 0,.80);
  2018. }
  2019. #connecting video.ready {
  2020. visibility: hidden;
  2021. }
  2022. #connecting video {
  2023. visibility: hidden;
  2024. }
  2025. #connecting .quote {
  2026. margin-bottom: 10px;
  2027. color: #fff;
  2028. font-weight: 400;
  2029. font-style: italic;
  2030. font-size: 16px;
  2031. visibility: hidden;
  2032. }
  2033. #connecting img,
  2034. #connecting video {
  2035. visibility: hidden;
  2036. }
  2037. #connecting .attribution {
  2038. visibility: hidden;
  2039. }
  2040. #connecting .attribution, #connecting .connection-status, #connecting .quote {
  2041. margin-bottom: -122px;
  2042. font-size: 30px;
  2043. text-align: center;
  2044. webkit-animation: pulse 1.5s infinite;
  2045. animation: pulse 1.5s infinite;
  2046. }
  2047. @-webkit-keyframes pulse {
  2048. 0% { -webkit-transform: scale(1); }
  2049. 50% { -webkit-transform: scale(1.1); }
  2050. 100% { -webkit-transform: scale(1); }
  2051. }
  2052. @keyframes pulse {
  2053. 0% { transform: scale(1); }
  2054. 50% { transform: scale(1.1); }
  2055. 100% { transform: scale(1); }
  2056. }
  2057. .account .btn-settings:after {
  2058. opacity: .3;
  2059. }
  2060. .guild-header li:hover a {
  2061. background-color: hsla(0, 0%, 0%, 0.78);
  2062. }
  2063. .markdown-modal .markdown-modal-footer {
  2064. background-color: #232729;
  2065. border-top: 1px solid #1A1E1F;
  2066. }
  2067. .markdown-modal .markdown-modal-header {
  2068. border-bottom: 1px solid #1A1E1F;
  2069. }
  2070. #twitchcord-button-container {
  2071. right:30px !important;
  2072. }
  2073. #pubs-header {
  2074. background: #6fd0fc;
  2075. }
  2076. .server-icon {
  2077. border-radius: 30px;
  2078. }
  2079. .server-info span {
  2080. color: #fff;
  2081. }
  2082. .server-row {
  2083. background-color: rgba(12, 12, 12, 0.88);
  2084. }
  2085. .server-row:nth-child(odd) {
  2086. background-color: rgba(21, 21, 21, 0.95)
  2087. }
  2088. .server-info button {
  2089. border-radius: 5px;
  2090. background-color: #6fd0fc;
  2091. }
  2092. .server-info button:hover {
  2093. background-color: #B01834;
  2094. }
  2095. #pubs-footer {
  2096. background: #6fd0fc;
  2097. }
  2098. #pubs-container {
  2099. background: #2D2D2D;
  2100. }
  2101. #bd-customcss-attach-controls {
  2102. border: 1px solid #6fd0fc;
  2103. border-top: 0px solid #6fd0fc;
  2104. }
  2105. #bd-customcss-attach-controls, #bd-customcss-detach-controls {
  2106. background: #2E3136;
  2107. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement