Advertisement
llcoll

5/29/2016

May 29th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.79 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: 90px;
  801. top: -56px;
  802. }
  803. .guilds-add {
  804. opacity: 0.5;
  805. }
  806. .guilds-wrapper {
  807. border-right: 1px solid rgba(0, 0, 0, 0.4);
  808. }
  809. .guilds-wrapper .guild-separator:after {
  810. top: -2px;
  811. }
  812. .guild-header header span {
  813. margin-left: -3px;
  814. }
  815. .guild-header header {
  816. box-shadow: none !important;
  817. color: #ddd;
  818. }
  819. .guild-channels header h2,
  820. .guild-channels .channel a {
  821. color: #fff;
  822. }
  823. .guilds {
  824. padding: 28px 20px 85px 15px;
  825. }
  826. .guilds-add {
  827. font-size: 30px;
  828. background: #000;
  829. }
  830. .guilds .friends-online {
  831. position: relative;
  832. margin-left: -5px;
  833. bottom: 1px;
  834. }
  835. .guilds .friends-online:hover {
  836. color: #dadddf;
  837. }
  838. .guilds li .guild-inner {
  839. background: rgba(21, 21, 21, 0.41) !important;
  840. }
  841. .guilds li .guild-inner a,
  842. .guilds li,
  843. .guilds li .avatar-small {
  844. width: 50px;
  845. height: 50px;
  846. }
  847. .guilds li .avatar-small {
  848. width: 50px;
  849. height: 50px;
  850. background-size: 50px 50px;
  851. }
  852. .guilds li .guild-inner {
  853. line-height: 50px;
  854. }
  855. .guilds .friends-icon {
  856. width: 50px;
  857. height: 50px;
  858. background-size: 25px 19px;
  859. }
  860. .guilds li.audio .guild-inner:after {
  861. background-size: 12px;
  862. background-color: rgba(0, 0, 0, 0.8);
  863. }
  864. .guilds-separator:after {
  865. background: rgba(28, 28, 28, 0.52) !important;
  866. }
  867. .guilds li .guild-inner:before {
  868. left: -26px;
  869. }
  870. .guild-channels header h2,
  871. .private-channels header {
  872. opacity: .6;
  873. }
  874. .private-channels .search-bar {
  875. background: rgba(10, 13, 16, 0) !important;
  876. }
  877. .private-channels .search-bar input {
  878. background: rgba(0, 0, 0, 0.4) !important;
  879. }
  880. .search-bar-clear:before {
  881. background: rgba(0, 0, 0, 0.68);
  882. }
  883. .guild-channels .channel.selected,
  884. .private-channels .channel.selected,
  885. .private-channels .search-result.selected,
  886. .private-channels .search-result:hover {
  887. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 85%, rgba(46, 49, 54, 0)) !important;
  888. }
  889. .guild-channels .channel:not(.selected):hover,
  890. .private-channels .channel:not(.selected):hover {
  891. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 85%, rgba(46, 49, 54, 0)) !important;
  892. }
  893. .btn-hamburger {
  894. margin-right: -25px;
  895. }
  896. .btn-hamburger span {
  897. background: #fff;
  898. }
  899. .account {
  900. padding: 0 15px !important;
  901. background: rgba(0, 0, 0, 0);
  902. height: 77px;
  903. border: 0px solid transparent;
  904. }
  905. .account .status {
  906. border: 2px solid rgba(0, 0, 0, 1);
  907. }
  908. .account .btn {
  909. background: transparent;
  910. box-shadow: none !important;
  911. }
  912. .account .btn:active {
  913. background: rgba(0, 0, 0, 0.26);
  914. }
  915. .account .btn-deafen,
  916. .account .btn-mute {
  917. border-right: none;
  918. }
  919. #voice-connection {
  920. border-top: none !important;
  921. padding: 15px 20px 15px 18px !important;
  922. }
  923. #voice-connection .btn {
  924. background: rgba(0, 0, 0, 0.45);
  925. box-shadow: none !important;
  926. }
  927. #voice-connection .btn:active {
  928. background: rgba(0, 0, 0, 0.6);
  929. }
  930. .account .btn-deafen,
  931. .account .btn-settings {
  932. box-shadow: none !important;
  933. }
  934. .account .btn-group,
  935. #voice-connection .btn-group {
  936. border: none;
  937. }
  938. .title-wrap {
  939. border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  940. background: rgba(0, 0, 0, 0.88) !important;
  941. }
  942. .chat .divider:not(.divider-red)>div {
  943. background: rgba(255, 255, 255, 0.2) !important;
  944. }
  945. .chat .divider>span {
  946. background: rgba(255, 255, 255, 0.2) !important;
  947. font-size: 12px;
  948. text-transform: uppercase;
  949. margin: 10px 0px;
  950. border-radius: 3px;
  951. opacity: 1;
  952. padding: 5px 15px;
  953. width: 100%;
  954. text-align: center;
  955. }
  956. .chat .divider.divider-red>span {
  957. background: rgba(240, 71, 71, .6) !important;
  958. color: rgba(255, 255, 255, 0.8) !important;
  959. }
  960. .chat .divider:not(.divider-red)>span {
  961. color: rgba(255, 255, 255, 1) !important;
  962. }
  963. .chat .divider>div {
  964. display: none;
  965. }
  966. .chat .new-messages-bar {
  967. background-color: rgba(29, 101, 134, .9);
  968. }
  969. .chat .new-messages-bar:hover {
  970. background-color: rgba(29, 101, 134, 1);
  971. }
  972. .chat .new-messages-bar button:last-child {
  973. color: rgba(255, 255, 255, 0.5);
  974. }
  975. .chat-empty {
  976. background: rgba(20, 23, 27, 0.95);
  977. }
  978. .chat>.title-wrap>.topic {
  979. font-size: 12px;
  980. margin-top: 5px;
  981. color: #656565 !important;
  982. }
  983. .chat>.content .messages .message-group:not(.has-divider) {
  984. border-bottom-color: hsla(0, 0%, 100%, .04) !important;
  985. }
  986. .chat>.content .messages .message-group .markup .highlight {
  987. color: #ddd !important;
  988. padding: 1px 4px;
  989. border-radius: 6px;
  990. -webkit-transition: all 0.3s ease;
  991. -moz-transition: all 0.3s ease;
  992. -o-transition: all 0.3s ease;
  993. -ms-transition: all 0.3s ease;
  994. }
  995. .chat>.content .messages .message-group .markup .highlight:hover {
  996. color: #fff !important;
  997. }
  998. .chat>.content .messages .message-group .markup {
  999. color: rgba(255, 255, 255, 0.5) !important;
  1000. line-height: 1.5em;
  1001. }
  1002. .chat>.content .messages .message-group h2 .user-name {
  1003. color: rgba(255, 255, 255, 0.8);
  1004. }
  1005. .chat>.content .messages .message-group h2 span {
  1006. color: rgba(255, 255, 255, 0.2) !important;
  1007. }
  1008. .chat>.content .messages .message-group .markup pre {
  1009. background: transparent !important;
  1010. border-color: rgba(255, 255, 255, 0.1) !important;
  1011. }
  1012. .chat>.content .messages .message-group .markup pre code.hljs {
  1013. background: rgba(0, 0, 0, 0.42) !important;
  1014. color: rgba(255, 255, 255, 0.7) !important;
  1015. padding: 1em !important;
  1016. }
  1017. .chat>.content .messages .message-group .markup code.inline {
  1018. background: rgba(255, 255, 255, 0.1) !important;
  1019. color: rgba(255, 255, 255, 0.7) !important;
  1020. padding: 0.3em 0.6em;
  1021. }
  1022. .channel-textarea-upload {
  1023. border-right-color: hsla(0, 0%, 100%, .1) !important;
  1024. }
  1025. .channel-textarea-inner {
  1026. border: 2px solid rgba(255, 255, 255, 0.1) !important;
  1027. background: rgba(0, 0, 0, 0.6) !important;
  1028. }
  1029. .typing {
  1030. font-size: 11px;
  1031. }
  1032. .spoiler span {
  1033. display: none;
  1034. }
  1035. .spoiler:before {
  1036. padding-top: 7px;
  1037. padding-bottom: 3px;
  1038. min-height: 18px;
  1039. background: none;
  1040. }
  1041. #twitchcord-button {
  1042. background-size: 24px;
  1043. background-position: 20px;
  1044. background-color: transparent;
  1045. }
  1046. .message-group.compact .timestamp {
  1047. position: relative;
  1048. top: -4px;
  1049. }
  1050. .message-group.compact .message .markup .user-name {
  1051. margin-right: 10px;
  1052. }
  1053. .add-friend-popout .btn:disabled {
  1054. opacity: 0.4;
  1055. }
  1056. .private-channels .channel.btn-friends .badge {
  1057. margin-right: 10px;
  1058. }
  1059. #friends {
  1060. background: transparent !important;
  1061. }
  1062. .friends-header {
  1063. background: rgba(0, 0, 0, 0.88) !important;
  1064. }
  1065. .friends-table {
  1066. background: rgba(0, 0, 0, 0.85) !important;
  1067. margin-top: 0 !important;
  1068. }
  1069. .friends-table .friends-table-body {
  1070. padding-top: 20px !important;
  1071. }
  1072. .friends-table .friends-row:hover {
  1073. background: rgba(0, 0, 0, 0.35) !important;
  1074. }
  1075. .channel-members .member:hover {
  1076. background: rgba(255, 255, 255, 0.07) !important;
  1077. }
  1078. .channel-members .member .member-username {
  1079. font-size: 14px;
  1080. }
  1081. .channel-members .avatar-small .status {
  1082. border-color: rgba(0, 0, 0, 0.7) !important;
  1083. }
  1084. .user-popout .user-popout-options .btn:hover {
  1085. border: 1px solid #3DA9A9;
  1086. }
  1087. .tooltip {
  1088. color: #e0e0e0;
  1089. }
  1090. .bd-minimal .guilds {
  1091. padding-left: 10px !important;
  1092. }
  1093. .bd-minimal .guilds .friends-icon {
  1094. background-size: 60%;
  1095. }
  1096. .bd-minimal .guilds li .guild-inner:before {
  1097. height: 25px;
  1098. border-radius: 5px;
  1099. margin-top: -13px;
  1100. }
  1101. .bd-minimal .guilds li.unread .guild-inner:before {
  1102. width: 10px;
  1103. height: 10px;
  1104. margin-top: -5px;
  1105. left: -16px;
  1106. }
  1107. .bd-minimal .guilds li.active .guild-inner:before {
  1108. left: -18px;
  1109. border-radius: 5px;
  1110. height: 25px;
  1111. margin-top: -13px;
  1112. }
  1113. .bd-minimal .guilds li,
  1114. .bd-minimal .guilds li .avatar-small,
  1115. .bd-minimal .guilds li .guild-inner,
  1116. .bd-minimal .guilds li .guild-inner a,
  1117. .bd-minimal .guilds .friends-icon {
  1118. width: 25px;
  1119. height: 25px;
  1120. line-height: 25px;
  1121. }
  1122. .bd-minimal .guilds li .avatar-small,
  1123. #bd-pub-button {
  1124. font-size: 10px !important;
  1125. }
  1126. .bd-minimal .chat>.title-wrap>.title {
  1127. font-size: 16px;
  1128. }
  1129. .bd-minimal .theme-dark .comment {
  1130. border-left: none !important;
  1131. padding-left: 10px;
  1132. }
  1133. .bd-minimal .message-group {
  1134. padding: 10px 5px;
  1135. }
  1136. .bd-minimal .guild-channels ul .channel-text .channel-name {
  1137. padding-left: 5px;
  1138. }
  1139. .bd-minimal .avatar-large {
  1140. border-radius: 100%;
  1141. }
  1142. .bd-minimal .message-group .edit-message .edit-container-outer {
  1143. margin-left: 50px;
  1144. }
  1145. .bd-minimal .message-group .edit-message .edit-container-inner {
  1146. margin-left: 10px;
  1147. }
  1148. .bd-minimal .channel-members h2 {
  1149. margin-top: 20px;
  1150. margin-bottom: 3px;
  1151. padding-left: 20px;
  1152. }
  1153. .bd-minimal .channel-members h2:first-of-type {
  1154. margin-top: 0px;
  1155. margin-bottom: 3px;
  1156. }
  1157. .bd-minimal .channel-members .member {
  1158. padding: 5px 15px 8px 20px;
  1159. }
  1160. .bd-minimal .guild-header header span {
  1161. margin-left: -13px;
  1162. font-size: 14px;
  1163. }
  1164. .bd-minimal .guild-channels ul .channel-text.unread:not(.selected):not(.channel-muted):before {
  1165. top: 9px;
  1166. width: 10px;
  1167. height: 10px;
  1168. }
  1169. .bd-minimal .guild-channels h2 {
  1170. margin-left: 10px;
  1171. }
  1172. .bd-minimal #voice-connection {
  1173. width: 176px;
  1174. margin-left: -46px;
  1175. }
  1176. .bd-minimal .account {
  1177. width: 176px;
  1178. margin-left: -46px;
  1179. }
  1180. .bd-minimal .account .avatar-small {
  1181. display: block !important;
  1182. }
  1183. .bd-minimal .account .username {
  1184. display: none;
  1185. }
  1186. .bd-minimal .account .btn-group {
  1187. margin-left: 10px;
  1188. }
  1189. .bd-minimal .account .btn-group .btn {
  1190. width: 30px;
  1191. }
  1192. .settings .settings-header {
  1193. background: #1a1d20 !important;
  1194. }
  1195. .channel-notification-settings .content .content-inner {
  1196. background: transparent !important;
  1197. }
  1198. .theme-dark .chat>.content .messages .message-group .comment .markup {
  1199. color: #fff;
  1200. }
  1201. .guild-channels .channel-text:hover:not(.unread):before {
  1202. border-left: 4px solid #3DA9A9;
  1203. }
  1204. .guild-channels .channel-text.selected:before {
  1205. border-left: 4px solid #3DA9A9;
  1206. }
  1207. .guilds li.active .guild-inner,
  1208. .guilds li:hover .guild-inner {
  1209. background: #3DA9A9 !important;
  1210. }
  1211. .theme-dark .chat>.content:first-child .scroller-wrap::-webkit-scrollbar-thumb {
  1212. background-color: #3DA9A9;
  1213. }
  1214. .guild-header a.red-highlight {
  1215. color: #3DA9A9;
  1216. }
  1217. .create-guild-container .create-or-join .form-inner {
  1218. background-color: #282b30;
  1219. }
  1220. .create-guild-container .action {
  1221. background: #31343A;
  1222. }
  1223. .create-guild-container .create-or-join .actions .or {
  1224. background-image: none;
  1225. color: #282B30;
  1226. }
  1227. .form .form-inner {
  1228. background-color: #282B30;
  1229. }
  1230. .form header {
  1231. color: #3DA9A9;
  1232. }
  1233. .form .control-group input[type=email],
  1234. .form .control-group input[type=password],
  1235. .form .control-group input[type=text],
  1236. .form .control-group textarea {
  1237. background: #32353A;
  1238. color: #90A0AA;
  1239. border-bottom: 1px solid #232529;
  1240. border-radius: 3px;
  1241. }
  1242. .form .control-group input[type=email]:focus,
  1243. .form .control-group input[type=password]:focus,
  1244. .form .control-group input[type=text]:focus,
  1245. .form .control-group textarea:focus {
  1246. border-bottom: 2px solid #3DA9A9;
  1247. }
  1248. .region-select {
  1249. background: #32353A;
  1250. }
  1251. .region-select .region-select-inner {
  1252. background: #32353A;
  1253. border: 1px solid #232529;
  1254. }
  1255. .region-select button {
  1256. background-color: #32353A;
  1257. border: 1px solid #232529;
  1258. color: #3DA9A9;
  1259. }
  1260. .region-select:hover .region-select-inner,
  1261. .region-select:hover button {
  1262. border-color: #3DA9A9;
  1263. }
  1264. .region-select:hover button {
  1265. background-color: #3DA9A9;
  1266. }
  1267. .create-guild-container h5 {
  1268. color: #3DA9A9;
  1269. }
  1270. .avatar-uploader .avatar-uploader-inner {
  1271. background-color: #3DA9A9;
  1272. border: 5px solid #2C7E7B;
  1273. }
  1274. .form .form-actions {
  1275. background-color: #282B30;
  1276. border-top: 1px solid #232529;
  1277. }
  1278. .form .btn-default {
  1279. background-color: #282B30;
  1280. border-bottom: 2px solid #282B30;
  1281. border-radius: 5px;
  1282. width: 62px;
  1283. }
  1284. .form .btn-primary {
  1285. background-color: #3DA9A9;
  1286. }
  1287. .create-guild-container .action.create .action-header {
  1288. color: #3DA9A9;
  1289. }
  1290. .create-guild-container .action:hover.create .btn {
  1291. background-color: #2C7E7B;
  1292. }
  1293. .form .btn-primary:hover {
  1294. background-color: #2C7E7B;
  1295. }
  1296. .scroller-wrap .scroller::-webkit-scrollbar-thumb {
  1297. background-color: #3DA9A9 !important;
  1298. border: 3px solid rgba(211, 5, 5, 0) !important;
  1299. }
  1300. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  1301. background-color: #3DA9A9 !important;
  1302. border: 3px solid rgba(211, 5, 5, 0) !important;
  1303. }
  1304. .tab-bar.SIDE .tab-bar-item:before {
  1305. border-left: 4px solid #3DA9A9;
  1306. }
  1307. a:link {
  1308. color: #3DA9A9;
  1309. }
  1310. .user-settings-modal a {
  1311. color: #3DA9A9;
  1312. }
  1313. .user-settings-modal .settings-wrapper,
  1314. .user-settings-modal .voice-settings {
  1315. background: #2E3136;
  1316. }
  1317. .settings .settings-actions {
  1318. background-color: #2E3136;
  1319. border-top: 1px solid #3DA9A9;
  1320. }
  1321. .checkbox .checkbox-inner+span {
  1322. color: #fff
  1323. }
  1324. .highlight {
  1325. color: #3DA9A9;
  1326. }
  1327. .user-settings-modal-connections .user-settings-modal-accounts-list .connect-container .name {
  1328. color: #fff;
  1329. }
  1330. .user-settings-modal-connections .user-settings-modal-connections-list .connection .connection-integrations.no-integrations {
  1331. color: rgba(222, 222, 222, 0.59);
  1332. }
  1333. .user-settings-modal-connections .user-settings-modal-connections-list .connection .connection-integrations {
  1334. border: 1px solid #404040;
  1335. }
  1336. .user-settings-modal-connections .user-settings-modal-connections-list {
  1337. box-shadow: 0 -1px #404040;
  1338. }
  1339. .tab-bar.TOP .tab-bar-item.selected {
  1340. border-bottom: 2px solid #3DA9A9;
  1341. color: #3DA9A9;
  1342. }
  1343. .checkbox .checkbox-inner input[type=checkbox]:checked+span {
  1344. background-color: #3DA9A9 !important;
  1345. border-color: #3DA9A9 !important;
  1346. }
  1347. .radio .radio-inner span:after {
  1348. background: #3DA9A9;
  1349. }
  1350. .slider-bar-fill {
  1351. background: #3DA9A9;
  1352. }
  1353. .slider-handle {
  1354. border: 1px solid #3DA9A9;
  1355. }
  1356. .radio .radio-inner {
  1357. background: #454950;
  1358. border: 2px solid #3DA9A9;
  1359. }
  1360. .tab-bar.TOP {
  1361. border-bottom: 1px solid #3DA9A9;
  1362. }
  1363. #bd-ps-body table tr:nth-child(odd):hover {
  1364. background-color: #3DA9A9;
  1365. }
  1366. .guild-settings-modal-members .member-buttons .btn {
  1367. background: #3DA9A9;
  1368. border: 1px solid #3DA9A9;
  1369. color: #EFEFEF;
  1370. }
  1371. .guild-settings-modal-members .member-buttons .btn.btn-danger:hover {
  1372. background: #2C7E7B;
  1373. }
  1374. .guild-settings-modal-members .member-buttons .btn.btn-danger {
  1375. border: 1px solid #2C7E7B;
  1376. color: #FFFFFF;
  1377. }
  1378. .guild-settings-modal-members .guild-settings-modal-list .member+.member {
  1379. border-top: 1px solid #2E3136;
  1380. }
  1381. .member-roles .member-role .member-role-remove {
  1382. background: url(https://i.imgur.com/O2TX2bn.png) 50% no-repeat;
  1383. width: 8px;
  1384. height: 12px;
  1385. background-size: 8px;
  1386. }
  1387. .member-roles .member-role .member-role-add {
  1388. background: url(https://i.imgur.com/1MfzLoF.png) 50% no-repeat;
  1389. width: 8px;
  1390. height: 12px;
  1391. background-size: 10px;
  1392. }
  1393. .member-roles .member-role:hover {
  1394. background-color: #2C7E7B;
  1395. }
  1396. .guilds-add:hover {
  1397. border-color: hsl(145, 64%, 50%);
  1398. color: transparent;
  1399. opacity: 1.0;
  1400. -webkit-animation: color_change 1s infinite alternate;
  1401. -moz-animation: color_change 1s infinite alternate;
  1402. -ms-animation: color_change 1s infinite alternate;
  1403. -o-animation: color_change 1s infinite alternate;
  1404. animation: color_change 1s infinite alternate;
  1405. }
  1406. @-webkit-keyframes color_change {
  1407. from {
  1408. border-color: #535559;
  1409. }
  1410. to {
  1411. border-color: green;
  1412. }
  1413. }
  1414. @-moz-keyframes color_change {
  1415. from {
  1416. border-color: #535559;
  1417. }
  1418. to {
  1419. border-color: green;
  1420. }
  1421. }
  1422. @-ms-keyframes color_change {
  1423. from {
  1424. border-color: #535559;
  1425. }
  1426. to {
  1427. border-color: green;
  1428. }
  1429. }
  1430. @-o-keyframes color_change {
  1431. from {
  1432. border-color: #535559;
  1433. }
  1434. to {
  1435. border-color: green;
  1436. }
  1437. }
  1438. @keyframes color_change {
  1439. from {
  1440. border-color: #535559;
  1441. }
  1442. to {
  1443. border-color: green;
  1444. }
  1445. }
  1446. .channel-members h2 {
  1447. color: #3DA9A9 !important;
  1448. font-size: 11px;
  1449. text-transform: uppercase;
  1450. letter-spacing: .08em;
  1451. font-weight: 600;
  1452. padding: 4px 58px;
  1453. background-color: rgba(0, 0, 0, 0.24);
  1454. border: 1px solid;
  1455. border-color: transparent;
  1456. border-radius: 3px;
  1457. width: 90px;
  1458. margin-left: 15px;
  1459. text-align: center
  1460. }
  1461. .private-channels .search-result.selected:before,
  1462. .private-channels .search-result:hover:before {
  1463. border-left: 4px solid #2C7E7B;
  1464. }
  1465. /*[[Onlineon]]*/
  1466. /*[[Onlineoff]]*/
  1467. .channel-members-wrap {
  1468. min-width: 240px;
  1469. display: -webkit-box;
  1470. display: -webkit-flex;
  1471. display: -ms-flexbox;
  1472. display: box;
  1473. display: flex;
  1474. }
  1475. .message-group .edit-message .channel-textarea-inner {
  1476. border-color: #3DA9A9;
  1477. }
  1478. .channel-members .member .member-game strong {
  1479. color: #3DA9A9;
  1480. }
  1481. .spoiler {
  1482. Background-color: rgba(125, 58, 114, 0.28);
  1483. border: 1px solid;
  1484. border-color: transparent;
  1485. border-radius: 6px;
  1486. cursor: pointer;
  1487. }
  1488. #bd-ps-body table tr:hover {
  1489. background-color: #3DA9A9;
  1490. }
  1491. @keyframes swing {
  1492. 0% {
  1493. transform: rotate(0deg);
  1494. -webkit-transform: rotate(0deg);
  1495. -moz-transform: rotate(0deg);
  1496. -o-transform: rotate(0deg);
  1497. -ms-transform: rotate(0deg);
  1498. }
  1499. 25% {
  1500. transform: rotate(-30deg);
  1501. -webkit-transform: rotate(-30deg);
  1502. -moz-transform: rotate(-30deg);
  1503. -o-transform: rotate(-30deg);
  1504. -ms-transform: rotate(-30deg);
  1505. }
  1506. 50% {
  1507. transform: rotate(0deg);
  1508. -webkit-transform: rotate(0deg);
  1509. -moz-transform: rotate(0deg);
  1510. -o-transform: rotate(0deg);
  1511. -ms-transform: rotate(0deg);
  1512. }
  1513. 75% {
  1514. transform: rotate(30deg);
  1515. -webkit-transform: rotate(30deg);
  1516. -moz-transform: rotate(30deg);
  1517. -o-transform: rotate(30deg);
  1518. -ms-transform: rotate(30deg);
  1519. }
  1520. 100% {
  1521. transform: rotate(0deg);
  1522. -webkit-transform: rotate(0deg);
  1523. -moz-transform: rotate(0deg);
  1524. -o-transform: rotate(0deg);
  1525. -ms-transform: rotate(0deg);
  1526. }
  1527. }
  1528. @-webkit-keyframes swing {
  1529. 0% {
  1530. transform: rotate(0deg);
  1531. -webkit-transform: rotate(0deg);
  1532. -moz-transform: rotate(0deg);
  1533. -o-transform: rotate(0deg);
  1534. -ms-transform: rotate(0deg);
  1535. }
  1536. 25% {
  1537. transform: rotate(-30deg);
  1538. -webkit-transform: rotate(-30deg);
  1539. -moz-transform: rotate(-30deg);
  1540. -o-transform: rotate(-30deg);
  1541. -ms-transform: rotate(-30deg);
  1542. }
  1543. 50% {
  1544. transform: rotate(0deg);
  1545. -webkit-transform: rotate(0deg);
  1546. -moz-transform: rotate(0deg);
  1547. -o-transform: rotate(0deg);
  1548. -ms-transform: rotate(0deg);
  1549. }
  1550. 75% {
  1551. transform: rotate(30deg);
  1552. -webkit-transform: rotate(30deg);
  1553. -moz-transform: rotate(30deg);
  1554. -o-transform: rotate(30deg);
  1555. -ms-transform: rotate(30deg);
  1556. }
  1557. 100% {
  1558. transform: rotate(0deg);
  1559. -webkit-transform: rotate(0deg);
  1560. -moz-transform: rotate(0deg);
  1561. -o-transform: rotate(0deg);
  1562. -ms-transform: rotate(0deg);
  1563. }
  1564. }
  1565. @keyframes swing1 {
  1566. 0% {
  1567. left: -15px;
  1568. right: 0;
  1569. }
  1570. 25% {
  1571. left: -100px;
  1572. right: 0;
  1573. }
  1574. 50% {
  1575. left: -15px;
  1576. right: 0;
  1577. }
  1578. 75% {
  1579. left: 0;
  1580. right: -100px;
  1581. }
  1582. 100% {
  1583. left: -15px;
  1584. right: 0;
  1585. }
  1586. }
  1587. @-webkit-keyframes swing1 {
  1588. 0% {
  1589. left: -15px;
  1590. right: 0;
  1591. }
  1592. 25% {
  1593. left: -100px;
  1594. right: 0;
  1595. }
  1596. 50% {
  1597. left: -15px;
  1598. right: 0;
  1599. }
  1600. 75% {
  1601. left: 0;
  1602. right: -100px;
  1603. }
  1604. 100% {
  1605. left: -15px;
  1606. right: 0;
  1607. }
  1608. }
  1609. .header-toolbar button span:hover:hover {
  1610. animation: swing 4s infinite linear;
  1611. -webkit-animation: swing 4s infinite linear;
  1612. }
  1613. @-webkit-keyframes load8 {
  1614. 0% {
  1615. -webkit-transform: rotate(0deg);
  1616. transform: rotate(0deg);
  1617. }
  1618. 100% {
  1619. -webkit-transform: rotate(360deg);
  1620. transform: rotate(360deg);
  1621. }
  1622. }
  1623. @keyframes load8 {
  1624. 0% {
  1625. -webkit-transform: rotate(0deg);
  1626. transform: rotate(0deg);
  1627. }
  1628. 100% {
  1629. -webkit-transform: rotate(360deg);
  1630. transform: rotate(360deg);
  1631. }
  1632. }
  1633. .account .btn-settings:hover:after {
  1634. -webkit-transform: translateZ(0);
  1635. -ms-transform: translateZ(0);
  1636. transform: translateZ(0);
  1637. -webkit-animation: load8 2.8s infinite linear;
  1638. animation: load8 2.8s infinite linear;
  1639. }
  1640. .guilds li .badge {
  1641. animation: zoom 2s infinite;
  1642. }
  1643. @keyframes zoom {
  1644. 0% {
  1645. -webkit-transform: scale(1, 1);
  1646. }
  1647. 50% {
  1648. -webkit-transform: scale(1.2, 1.2);
  1649. }
  1650. 100% {
  1651. -webkit-transform: scale(1, 1);
  1652. }
  1653. }
  1654. .guild-channels .channel-voice.locked:hover .icon-lock {
  1655. animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  1656. }
  1657. @keyframes shake {
  1658. 10%, 90% {
  1659. transform: translate3d(-1px, 0, 0);
  1660. }
  1661. 20%,
  1662. 80% {
  1663. transform: translate3d(2px, 0, 0);
  1664. }
  1665. 30%,
  1666. 50%,
  1667. 70% {
  1668. transform: translate3d(-4px, 0, 0);
  1669. }
  1670. 40%,
  1671. 60% {
  1672. transform: translate3d(4px, 0, 0);
  1673. }
  1674. }
  1675. .guild-channels .channel-voice.locked {
  1676. cursor: pointer;
  1677. }
  1678. .theme-dark #friends .friends-header .tab-bar .tab-bar-item.selected {
  1679. background-color: #43B581;
  1680. color: #fff;
  1681. }
  1682. #friends .btn {
  1683. background-color: #3DA9A9;
  1684. }
  1685. #friends .btn:hover {
  1686. background-color: #2C7E7B;
  1687. }
  1688. .private-channels .channel.selected .icon-friends {
  1689. background-color: #2C7E7B;
  1690. }
  1691. .add-friend-popout {
  1692. background: transparent;
  1693. }
  1694. .add-friend-popout header input:focus {
  1695. border-color: hsla(0, 0%, 100%, .3);
  1696. }
  1697. .add-friend-popout .btn:disabled {
  1698. background-color: #2C7E7B;
  1699. }
  1700. #user-profile-modal .sub-header {
  1701. background: #2E3136;
  1702. }
  1703. #user-profile-modal .tab-bar {
  1704. background: #2E3136;
  1705. border-bottom: 1px solid #2B2B2B;
  1706. }
  1707. #user-profile-modal .btn {
  1708. background-color: #3DA9A9;
  1709. }
  1710. #user-profile-modal .btn:hover {
  1711. background-color: #2C7E7B;
  1712. }
  1713. #user-profile-modal .header {
  1714. background-color: #3DA9A9;
  1715. background-image: none;
  1716. }
  1717. .context-menu {
  1718. background: #2E3136;
  1719. }
  1720. .context-menu .item:hover {
  1721. background: #292B2F;
  1722. }
  1723. #user-profile-modal .guilds .guild:hover {
  1724. background: linear-gradient(90deg, #27292D 90%, #2E3136);
  1725. color: #D8D8D8;
  1726. }
  1727. #user-profile-modal .empty {
  1728. background: #2E3136;
  1729. }
  1730. /*[[Hidden]]*/
  1731. /*[[Visible]]*/
  1732. .message-group-blocked {
  1733. background: #fcfcfc;
  1734. -webkit-box-pack: center;
  1735. -o-box-pack: center;
  1736. -ms-flex-pack: center;
  1737. -webkit-justify-content: center;
  1738. justify-content: center;
  1739. border: 1px solid #e3e5e7;
  1740. border-radius: 3px;
  1741. margin: 6px 6px 6px 19px;
  1742. display: none;
  1743. }
  1744. .user-settings-modal-account .discord-tag {
  1745. color: #3DA9A9;
  1746. }
  1747. .guilds .friends-online {
  1748. text-transform: uppercase;
  1749. font-weight: 600;
  1750. color: #DCDCDC;
  1751. margin: 10px -5px;
  1752. word-wrap: normal;
  1753. white-space: normal;
  1754. width: 50px;
  1755. cursor: pointer;
  1756. overflow: hidden;
  1757. border-radius: 25px;
  1758. background: transparent !important;
  1759. font-size: 10px;
  1760. text-align: center;
  1761. line-height:17px;
  1762. }
  1763. .guilds .friends-online:hover {
  1764. background: #transparent !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: #3DA9A9;
  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: #3DA9A9;
  1815. }
  1816. .user-popout {
  1817. opacity: 1;
  1818. }
  1819. .user-settings-modal.settings {
  1820. opacity: 1;
  1821. /*[[NSFWON]]*/
  1822. /*[[NSFWOFF]]*/
  1823. }
  1824. .message-group .image {
  1825. -webkit-filter: none;
  1826. }
  1827. .message-group .image:hover {
  1828. -webkit-filter: none;
  1829. }
  1830. .channel-textarea-autocomplete-inner {
  1831. background:rgba(0,0,0,0.84)!important;
  1832. border:none !important;
  1833. }
  1834.  
  1835. .channel-textarea-autocomplete-inner:after {
  1836. display:none;
  1837. }
  1838.  
  1839. .channel-textarea-autocomplete-inner header {
  1840. background:rgba(0,0,0,0.84)!important;
  1841. border-radius:5px 5px 0 0;
  1842. border:none !important;
  1843. }
  1844.  
  1845. .channel-textarea-autocomplete ul li.active {
  1846. background:rgba(255,255,255,0.1)!important;
  1847. }
  1848. #user-profile-modal .avatar-profile {
  1849. border: 6px solid #3DA9A9 !important;
  1850. }
  1851. #user-profile-modal footer .btn.disabled {
  1852. background: #8E8E8E !important;
  1853. }
  1854. #user-profile-modal footer .btn.disabled:hover {
  1855. background: #777777 !important;
  1856. }
  1857. span.discriminator {
  1858. font-size: 11px !important;
  1859. color: hsla(0, 0%, 100%, 0.7) !important;
  1860. margin-left: 8px !important;
  1861. border-radius: 5px !important;
  1862. background: rgba(0, 0, 0, 0.19) !important;
  1863. font-weight: bold !important;
  1864. border: 3px solid transparent !important;
  1865. -webkit-transition: all 0.3s ease !important;
  1866. -moz-transition: all 0.3s ease !important;
  1867. -o-transition: all 0.3s ease !important;
  1868. -ms-transition: all 0.3s ease !important;
  1869. }
  1870. span.discriminator:hover {
  1871. background: rgba(0, 0, 0, 0.32) !important;
  1872. color: #fff !important;
  1873. font-size: 14px !important;
  1874. font-weight: bold !important;
  1875. }
  1876. .guilds-error {
  1877. width: 40px !important;
  1878. height: 40px !important;
  1879. line-height: 39px !important;
  1880. }
  1881. .theme-dark .friends-table .messages .invite-button, .theme-dark .messages-wrapper .messages .invite-button {
  1882. background-color: rgba(0, 0, 0, 0.54);
  1883. border-color: rgba(0, 0, 0, 0.35);
  1884. }
  1885. .invite-button-icon {
  1886. background-color: rgba(0, 0, 0, 0.62);
  1887. border: 1px solid #000000;
  1888. }
  1889. .private-channels .channel .icon-friends {
  1890. background-color: rgba(21, 21, 21, 0.41) !important;
  1891. }
  1892. .upload-modal {
  1893. background-color: rgba(30, 30, 30, 0.78);
  1894. }
  1895. .upload-modal .footer {
  1896. background-color: rgba(0, 0, 0, 0.44);
  1897. }
  1898. .upload-modal .inner {
  1899. border:2px dashed rgba(6, 6, 6, 0.52);
  1900. }
  1901. .upload-modal .footer .button {
  1902. background-color: #3DA9A9;
  1903. }
  1904. .upload-modal .footer .button-primary {
  1905. color: #3DA9A9;
  1906. background-color: #fff;
  1907. }
  1908. div.control-group .shortcut-recorder input[type=text] {
  1909. border: 1px solid #3DA9A9;
  1910. text-shadow: 0 0 0 #FFFFFF;
  1911. }
  1912. .private-channels .search-bar input:focus {
  1913. border: 2px solid #3DA9A9;
  1914. webkit-animation: input-pulse 1.5s infinite;
  1915. animation: input-pulse 1.5s infinite;
  1916. }
  1917. @-webkit-keyframes input-pulse {
  1918. 0% {
  1919. box-shadow: 0 0 0 0 #3DA9A9;
  1920. }
  1921. 70% {
  1922. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  1923. }
  1924. to {
  1925. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  1926. }
  1927. }
  1928. @keyframes input-pulse {
  1929. 0% {
  1930. box-shadow: 0 0 0 0 #3DA9A9;
  1931. }
  1932. 70% {
  1933. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  1934. }
  1935. to {
  1936. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  1937. }
  1938. }
  1939. .bot-tag {
  1940. background: rgba(255, 255, 255, 0.28);
  1941. color: rgba(255, 255, 255, 0.62);
  1942. }
  1943. .bot-tag.bot-tag-invert {
  1944. font-size: 11px !important;
  1945. color: hsla(0, 0%, 100%, 0.7) !important;
  1946. margin-left: 8px !important;
  1947. border-radius: 5px !important;
  1948. background: rgba(0, 0, 0, 0.19) !important;
  1949. font-weight: bold !important;
  1950. border: 3px solid transparent !important;
  1951. padding: 0px;
  1952. }
  1953. .channel-members .member.member-status-offline .avatar-small {
  1954. -webkit-filter: grayscale(100%) blur(1px);
  1955. position: relative;
  1956. -webkit-transition: all .8s ease;
  1957. -moz-transition: all .8s ease;
  1958. -o-transition: all .8s ease;
  1959. transition: all .8s ease;
  1960. -webkit-transform: translateZ(0px);
  1961. transform: translateZ(0px);
  1962. }
  1963. .channel-members .member.popout-open .avatar-small, .channel-members .member:hover .avatar-small {
  1964. -webkit-filter: none !important;
  1965. filter: none;
  1966. position: relative;
  1967. -webkit-transition: all .8s ease-out;
  1968. -moz-transition: all .8s ease-out;
  1969. -o-transition: all .8s ease-out;
  1970. transition: all .8s ease-out;
  1971. -webkit-transform: translateZ(0px);
  1972. transform: translateZ(0px);
  1973. }
  1974. .offline {
  1975. background-color: #982929;
  1976. }
  1977. .status-offline {
  1978. background-color: #982929;
  1979. }
  1980. @-webkit-keyframes friend-request-pulse {
  1981. 0% {
  1982. box-shadow: 0 0 0 0 #43b581;
  1983. }
  1984. 70% {
  1985. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  1986. }
  1987. to {
  1988. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  1989. }
  1990. }
  1991. @keyframes friend-request-pulse {
  1992. 0% {
  1993. box-shadow: 0 0 0 0 #43b581;
  1994. }
  1995. 70% {
  1996. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  1997. }
  1998. to {
  1999. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  2000. }
  2001. }
  2002. #user-profile-modal footer .btn.add-friend {
  2003. webkit-animation: friend-request-pulse 1.5s infinite;
  2004. animation: friend-request-pulse 1.5s infinite;
  2005. }
  2006. #user-profile-modal .guilds .avatar-large {
  2007. background: #3DA9A9;
  2008. }
  2009. img.image {
  2010. border-radius: 5px;
  2011. }
  2012. #voice-connection .btn {
  2013. background: rgba(0, 0, 0, 0.45);
  2014. box-shadow: none !important;
  2015. border-radius: 40px;
  2016. }
  2017. .account .btn-deafen, .account .btn-mute, .account .btn-settings {
  2018. background: rgba(0, 0, 0, 0.45);
  2019. box-shadow: none !important;
  2020. border-radius: 40px;
  2021. }
  2022. #connecting {
  2023. background: rgba( 0, 0, 0,.80);
  2024. }
  2025. #connecting video.ready {
  2026. visibility: hidden;
  2027. }
  2028. #connecting video {
  2029. visibility: hidden;
  2030. }
  2031. #connecting .quote {
  2032. margin-bottom: 10px;
  2033. color: #fff;
  2034. font-weight: 400;
  2035. font-style: italic;
  2036. font-size: 16px;
  2037. visibility: hidden;
  2038. }
  2039. #connecting img,
  2040. #connecting video {
  2041. visibility: hidden;
  2042. }
  2043. #connecting .attribution {
  2044. visibility: hidden;
  2045. }
  2046. #connecting .attribution, #connecting .connection-status, #connecting .quote {
  2047. margin-bottom: -122px;
  2048. font-size: 30px;
  2049. text-align: center;
  2050. webkit-animation: pulse 1.5s infinite;
  2051. animation: pulse 1.5s infinite;
  2052. }
  2053. @-webkit-keyframes pulse {
  2054. 0% { -webkit-transform: scale(1); }
  2055. 50% { -webkit-transform: scale(1.1); }
  2056. 100% { -webkit-transform: scale(1); }
  2057. }
  2058. @keyframes pulse {
  2059. 0% { transform: scale(1); }
  2060. 50% { transform: scale(1.1); }
  2061. 100% { transform: scale(1); }
  2062. }
  2063. .account .btn-settings:after {
  2064. opacity: .3;
  2065. }
  2066. .guild-header li:hover a {
  2067. background-color: hsla(0, 0%, 0%, 0.78);
  2068. }
  2069. .markdown-modal .markdown-modal-footer {
  2070. background-color: #232729;
  2071. border-top: 1px solid #1A1E1F;
  2072. }
  2073. .markdown-modal .markdown-modal-header {
  2074. border-bottom: 1px solid #1A1E1F;
  2075. }
  2076. #twitchcord-button-container {
  2077. right:30px !important;
  2078. }
  2079. #pubs-header {
  2080. background: #6fd0fc;
  2081. }
  2082. .server-icon {
  2083. border-radius: 30px;
  2084. }
  2085. .server-info span {
  2086. color: #fff;
  2087. }
  2088. .server-row {
  2089. background-color: rgba(12, 12, 12, 0.88);
  2090. }
  2091. .server-row:nth-child(odd) {
  2092. background-color: rgba(21, 21, 21, 0.95)
  2093. }
  2094. .server-info button {
  2095. border-radius: 5px;
  2096. background-color: #6fd0fc;
  2097. }
  2098. .server-info button:hover {
  2099. background-color: #B01834;
  2100. }
  2101. #pubs-footer {
  2102. background: #6fd0fc;
  2103. }
  2104. #pubs-container {
  2105. background: #2D2D2D;
  2106. }
  2107. #bd-customcss-attach-controls {
  2108. border: 1px solid #6fd0fc;
  2109. border-top: 0px solid #6fd0fc;
  2110. }
  2111. #bd-customcss-attach-controls, #bd-customcss-detach-controls {
  2112. background: #2E3136;
  2113. }
  2114. .guild-header ul li:hover a {
  2115. background-color: #045B6B;
  2116. transition: .3s all ease-in-out;
  2117. }
  2118. .guild-header a.red-highlight:hover {
  2119. background-color: #A93D3D !important;
  2120. }
  2121. .guild-header ul a.red-highlight {
  2122. color: #fff;
  2123. background-color: #A93D3D;
  2124. border-radius: 3px;
  2125. }
  2126. .guild-header ul a {
  2127. background-color: #057F95;
  2128. border-radius: 3px;
  2129. opacity: 0.65;
  2130. }
  2131. #clockPluginClock {
  2132. position: absolute;
  2133. color: #8C8F94 !important;
  2134. background: transparent !important;
  2135. padding: 0 2px 0 13px;
  2136. bottom: 6.55px;
  2137. font-size: 10px;
  2138. font-weight: 600;
  2139. text-align: center;
  2140. border-radius: 55px;
  2141. left: 215.6px;
  2142. }
  2143. #clockPluginClock:hover {
  2144. position: absolute;
  2145. color: #dadddf !important;
  2146. }
  2147. .account .account-details .discriminator {
  2148. position: relative;
  2149. background: transparent !important;
  2150. right: 11px;
  2151. font-size: 10px !important;
  2152. font-weight: normal !important;
  2153. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement