Advertisement
Nexsus_350

discordThemes

Mar 31st, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 25.58 KB | None | 0 0
  1. /*---------------------------------------------------------------------------------------------------------------------------------------------
  2. ============== CUSTOMIZABLE COLORS ===============
  3. */
  4. :root {
  5.     --main-color: #00eaff;
  6.     --hover-color: #af11a78e;
  7.     --hover-color-2: #af11a78e;
  8.     --background-blur: 0px;
  9.     --background-brightness: 100%;
  10. }
  11. /*
  12. --------------------------------------------------------------------------------------------------------------------------------------------
  13. */
  14.  
  15. div>*:not(code) {
  16.     font-family: 'Karla',Whitney,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif !important;
  17. }
  18.  
  19. /*
  20. ---------------------------------------------------------------------------------------------------------------------------------------------
  21. ========= CUSTOMIZABLE BACKGROUND IMAGE ==========
  22. */
  23. body::after,
  24. .callout-backdrop,
  25. .user-popout::before,
  26. #user-profile-modal .header::before,
  27. #pubs-container::before,
  28. .auth-background,
  29. .auth-tiling-bg,
  30. .invite-modal .invite-splash,
  31. .radio-theme.light label,
  32. .radio-theme.dark label{
  33.     height: 720px !important;
  34. /* IMPORTANT: Link must be HTTPS! */
  35. }
  36. /*
  37. --------------------------------------------------------------------------------------------------------------------------------------------
  38. Server List
  39. */
  40. .name-2SL4ev {
  41.     font-size: 14px;
  42. }
  43.  
  44. .icon-3tVJnl {
  45.     width: 14px;
  46.     height: 14px;
  47. }
  48.  
  49. .unread-23Kvxk {
  50.     background-color: var(--hover-color);
  51. }
  52.  
  53. .container-iksrDt {
  54.     height: 75px;
  55.     background: rgba(0,0,0,0.8);
  56.     padding: 0 10px 0 15px;
  57. }
  58.  
  59. .contentSelectedText-3j5CXt {
  60.     background: rgba(0,0,0,0.8);
  61. }
  62.  
  63. .contentSelectedText-3j5CXt:hover {
  64.     background: rgba(0,0,0,0.3);
  65. }
  66.  
  67. .contentHoveredText-2HYGIY,
  68. .contentHoveredVoice-3qGNKh:active,
  69. .contentSelectedVoice-gTtYM9:active {
  70.     background: rgba(0,0,0,0.5);
  71. }
  72.  
  73. .create-guild-container {
  74.     background: none !important;
  75. }
  76.  
  77. .create-guild-container .action {
  78.     background: rgba(0,0,0,0.7);
  79. }
  80.  
  81. .create-guild-container .create-or-join .actions .or {
  82.     -webkit-filter: opacity(0.9) invert();
  83.     color: #000;
  84. }
  85.  
  86. .create-guild-container .action.create .action-icon,
  87. .create-guild-container .action.join .action-icon {
  88.     -webkit-filter:invert() hue-rotate(150deg);
  89. }
  90.  
  91. .create-guild-container h5,
  92. .create-guild-container .action.create .action-header {
  93.     color:var(--main-color);
  94. }
  95.  
  96. .create-guild-container .action.create .btn-primary {
  97.     background-color:var(--main-color) !important;
  98. }
  99.  
  100. .create-guild-container .action.create:hover .btn-primary {
  101.     background-color:var(--accent-color) !important;
  102. }
  103.  
  104. .create-guild-container .form-actions .btn-default {
  105.     background: rgba(255,255,255,0.1);
  106.     border: 0;
  107. }
  108.  
  109. .create-guild-container .create-guild .guild-form .region-select {
  110.     background: rgba(255,255,255,0.1);
  111. }
  112.  
  113. .create-guild-container .create-guild .guild-form .region-select button {
  114.     color:#000;
  115. }
  116.  
  117. .create-guild-container .create-guild .guild-form .region-select:hover button {
  118.     background-color:var(--main-color);
  119.     border-color:var(--main-color);
  120.     color:#fff;
  121. }
  122.  
  123. .create-guild-container .create-guild .guild-form .region-select:hover .region-select-inner {
  124.     border-color:var(--main-color);
  125. }
  126.  
  127. .create-guild-container .create-guild .guild-form .region-select-name {
  128.     color:#fff;
  129. }
  130.  
  131. .avatar-uploader .avatar-uploader-inner {
  132.     background-color: var(--main-color);
  133. }
  134.  
  135. .region-select-modal {
  136.     background:rgba(0,0,0,0.8);
  137. }
  138.  
  139. .region-select-modal .region-select-modal-header {
  140.     color:var(--main-color);
  141. }
  142.  
  143. .region-select-modal .region-select-modal-option {
  144.     background:rgba(255,255,255,0.1);
  145.     border:2px solid rgba(255,255,255,0.1);
  146. }
  147.  
  148. .region-select-modal .region-select-modal-option:hover {
  149.     border-color: var(--main-color);
  150. }
  151.  
  152. .region-select-modal .region-select-modal-option .region-select-name {
  153.     color:#fff;
  154. }
  155.  
  156. .guild-header {
  157.     background: rgba(0,0,0,0.1);
  158.     border-bottom: 1px solid rgba(0,0,0,0);
  159.     padding-left: 82px;
  160.     margin-left: -80px;
  161. }
  162.  
  163. .guilds-wrapper .guilds .guild:first-of-type {
  164.     /*transform: scale(0.85);*/
  165.     margin-top: 1px;
  166.     margin-left: -5px;
  167.     border: 5px solid rgba(0,0,0,0);
  168.     border-radius: 100% !important;
  169.     transition: 200ms all ease-in-out;
  170. }
  171.  
  172. .guilds-wrapper .guilds .guild:first-of-type:hover {
  173.     border-radius: 100% !important;
  174. }
  175.  
  176. .guilds-wrapper .guilds .guild.active {
  177.     border-radius: 100% !important;
  178. }
  179.  
  180. .guild-header-open ul {
  181.     opacity:1 !important;
  182. }
  183.  
  184. .guilds-add {
  185.     opacity:0.5;
  186.     font-size:22px !important;
  187.     border: 1px dashed rgba(255,255,255,0.3) !important;
  188.     margin-left: 0 !important;
  189.     margin-top: 10px !important;
  190. }
  191.  
  192. .platform-osx .guilds-wrapper {
  193.     padding-top:30px;
  194. }
  195.  
  196. .guilds-wrapper {
  197.     border-right:1px solid rgba(0,0,0,0.2);
  198.     box-shadow:inset -10px 0px 20px -10px rgba(0,0,0,0.3);
  199. }
  200.  
  201. .guilds-wrapper .guild-separator {
  202.     margin-top:5px;
  203.     margin-bottom:5px;
  204.     margin-left:-5px;
  205.     display:none;
  206. }
  207.  
  208. .guilds-wrapper .guild-separator:after {
  209.     background:transparent;
  210. }
  211.  
  212. .guild-header header span {
  213.     margin-left:-7px;
  214. }
  215.  
  216. .guild-header header {
  217.     box-shadow:none !important;
  218.     color:#ddd;
  219. }
  220.  
  221. .guild-channels header h2 {
  222.     padding:0 18px;
  223. }
  224.  
  225. .guild-channels .channel-text .channel-name,
  226. .guild-channels .channel-voice .channel-name {
  227.     font-size:0.9em;
  228. }
  229.  
  230. .guild-channels .channel-text a {
  231.     padding:8px 6px 10px 18px;
  232. }
  233.  
  234. .guild-channels header h2,
  235. .guild-channels .channel a {
  236.     color: #fff;
  237. }
  238.  
  239. .guilds-wrapper .guilds {
  240.     padding: 18px 20px 85px 15px;
  241. }
  242.  
  243. .guilds-add {
  244.     font-size: 30px;
  245.     background: #000;
  246. }
  247.  
  248. .guilds-wrapper .guilds .friends-online {
  249.     margin-top: 10px !important;
  250. }
  251.  
  252. .guilds-wrapper .guilds .guild .guild-inner {
  253.     background: #151515 !important;
  254. }
  255.  
  256. .guilds-wrapper .guilds .guild.active:first-of-type .guild-inner {
  257.     background: var(--main-color) !important;
  258. }
  259.  
  260. .guilds-wrapper .guilds .guild .guild-inner a,
  261. .guilds-wrapper .guilds .guild,
  262. .guilds-wrapper .guilds .guild .avatar-small {
  263.     width:40px;
  264.     height:40px;
  265. }
  266.  
  267. .guilds-wrapper .guilds .guild .avatar-small {
  268.     width:40px;
  269.     height:40px;
  270.     background-size: 40px 40px;
  271. }
  272.  
  273. .guilds-wrapper .guilds .guild .guild-inner {
  274.     line-height:40px;
  275. }
  276.  
  277. .guilds-wrapper .guilds .friends-icon {
  278.     width:40px;
  279.     height:40px;
  280.     background-size:25px 19px;
  281. }
  282.  
  283. .guilds-wrapper .guilds .friends-icon {
  284.     background-color: rgba(0,0,0,0.3) !important;
  285.     background-image: none !important;
  286.     padding-top:0px;
  287. }
  288.  
  289. .guilds-wrapper .guilds .friends-icon:after {
  290.     display:block;
  291.     width:40px;
  292.     height:40px;
  293.     content:'';
  294.     background-size:110%;
  295.     background-repeat:no-repeat;
  296.     background-position:top center;
  297. }
  298.  
  299. .guilds-wrapper .guilds .guild.audio .guild-inner:after {
  300.     background-size:12px;
  301.     background-color:rgba(0,0,0,0.8);
  302. }
  303.  
  304. .guilds-wrapper .guilds .guild:before,
  305. .guilds-wrapper .guilds .guild.unread:before,
  306. .guilds-wrapper .guilds .guild.selected:before {
  307.     left:-19px;
  308.     transition:0.2s ease-in-out all;
  309. }
  310.  
  311. .guilds-wrapper .guilds .guild.unread:not(.selected):before,
  312. .guild-channels .channel-text.unread:not(.selected):not(.channel-muted):before {
  313.     background:var(--main-color);
  314. }
  315.  
  316. .guilds-wrapper .guilds .guild.active .guild-inner:before {
  317.     background:#fff !important;
  318. }
  319.  
  320. .guilds-wrapper .guilds .friends-online {
  321.     color: #ccc;
  322.     font-size: 9px;
  323.     margin: 15px 0 15px -7px;
  324.     line-height: 20px;
  325.     width: 55px;
  326.     height: 20px;
  327.     border-radius: 25px;
  328.     overflow: hidden;
  329.     background: rgba(0,0,0,0.3);
  330. }
  331.  
  332. .guilds-wrapper .guilds-error {
  333.     width:40px;
  334.     height:40px;
  335.     line-height:36px;
  336. }
  337.  
  338. .guild-channels header h2,
  339. .private-channels header {
  340.     opacity:.6;
  341. }
  342.  
  343. .guild-channels .channel:hover {
  344.     background:rgba(0,0,0,0.3) !important;
  345. }
  346.  
  347. .private-channels {
  348.     overflow: visible !important;
  349. }
  350.  
  351. .private-channels .search-bar {
  352.     background: rgba(0,0,0,0) !important;
  353.     box-shadow: none !important;
  354.     border-radius: 0 !important;
  355.     border-bottom: 1px solid rgba(0,0,0,.1);
  356. }
  357.  
  358. .private-channels .search-bar .search-bar-inner {
  359.     background: rgba(0,0,0,1) !important;
  360. }
  361.  
  362. .private-channels .search-bar input {
  363.     background: rgba(0,0,0,0.8) !important;
  364. }
  365.  
  366. .guild-channels .channel.selected,
  367. .private-channels .channel.selected a,
  368. .private-channels .search-result.selected,
  369. .private-channels .search-result:hover {
  370.     background: rgba(0,0,0,0.6) !important;
  371. }
  372.  
  373. .guild-channels ul .channel:not(.selected):hover,
  374. .private-channels .channel:not(.selected) a:hover,
  375. .private-channels .channel:not(.selected):hover a {
  376.     background: rgba(0,0,0,0.3) !important;
  377. }
  378.  
  379. .guild-channels .channel:not(.selected):before,
  380. .guild-channels .channel.selected:before,
  381. .guild-channels .channel.selected:hover:before,
  382. .private-channels .channel:not(.selected):before,
  383. .private-channels .channel.selected:before,
  384. .private-channels .channel.selected:hover:before,
  385. .private-channels .search-result.selected:before,
  386. .private-channels .search-result:hover:before {
  387.     border-left: 2px solid var(--accent-color) !important;
  388. }
  389.  
  390. .guild-channels .channel-text.unread:not(.selected):not(.channel-muted):before {
  391.     left:-8px;
  392. }
  393.  
  394. /*
  395. --------------------------------------------------------------------------------------------------------------------------------------------
  396. Channel List
  397. */
  398.  
  399. .channel-notices .channel-notice.quickswitcher-notice {
  400.     background-color: rgba(0,0,0,0.7);
  401. }
  402.  
  403. .channel-notices .channel-notice .message .btn {
  404.     border: none;
  405.     background-color: var(--accent-color);
  406.     transition: all 100ms ease-in-out;
  407. }
  408.  
  409. .channel-notices .channel-notice .message .btn:hover {
  410.     color: #000;
  411.     font-weight: bold;
  412.     background-color: var(--main-color);
  413. }
  414.  
  415. .btn-hamburger {
  416.     margin-right:-30px;
  417. }
  418.  
  419. .btn-hamburger span {
  420.     background:#fff;
  421. }
  422.  
  423. .account {
  424.     z-index:9;
  425.     border-top:none !important;
  426.     width:320px;
  427.     margin-left:-80px;
  428.     padding:0 15px !important;
  429.     background:rgba(0,0,0,0.95);
  430.     height:77px;
  431.     box-sizing:border-box;
  432. }
  433.  
  434. .account .status {
  435.     border:2px solid rgba(0,0,0,1);
  436. }
  437.  
  438. .account .btn {
  439.     background:transparent;/*#000;*/
  440.     box-shadow:none !important;
  441. }
  442.  
  443. .account .btn:active {
  444.     background:#000;
  445. }
  446.  
  447. .account .btn-settings:after {
  448.     opacity:0.3;
  449. }
  450.  
  451. .account .btn-deafen,
  452. .account .btn-mute {
  453.     border-right:none;/*1px solid #101010;*/
  454. }
  455.  
  456. #rtc-connection,
  457. #voice-connection {
  458.     z-index:9;
  459.     border-top:none !important;
  460.     /*width:285px;
  461.     margin-left:-83px;*/
  462.     padding:15px 20px 15px 18px !important;
  463. }
  464.  
  465. #rtc-connection .btn,
  466. #voice-connection .btn {
  467.     background:#000;
  468.     box-shadow:none !important;
  469. }
  470.  
  471. .account .btn-deafen, .account .btn-settings {
  472.     box-shadow:none !important;
  473. }
  474.  
  475. .account .btn-group,
  476. #rtc-connection .btn-group,
  477. #voice-connection .btn-group {
  478.     border:none;
  479. }
  480.  
  481. .account .avatar-small {
  482.     margin:0 0 0 10px;
  483. }
  484.  
  485. .message-group .comment {
  486.     background:transparent !important;
  487.     border:none !important;
  488. }
  489.  
  490. /*
  491. --------------------------------------------------------------------------------------------------------------------------------------------
  492. Chat
  493. */
  494.  
  495. .search .search-bar {
  496.     background-color: rgba(0, 0, 0, 0.55) !important;
  497. }
  498.  
  499. .search-answer,
  500. .search-filter {
  501.     background-color: var(--accent-color) !important;
  502. }
  503.  
  504. .search-popout {
  505.     background-color: rgba(12, 13, 14, 0.9);
  506.     /*position: absolute !important;
  507.     top: 55px !important;
  508.     right: 162px !important;
  509.     left: auto !important;*/
  510. }
  511.  
  512. .search-popout .option:after {
  513.     background: transparent;
  514. }
  515.  
  516. .search-popout .option.selected {
  517.     background-color: rgba(5, 5, 6, 0.9) !important;
  518.     box-shadow: 0 0 5px rgba(0,0,0,0.8);
  519. }
  520.  
  521. .search-popout .option.selected:after {
  522.     background: transparent !important;
  523. }
  524.  
  525. .search-results-wrap {
  526.     background-color: rgba(0, 0, 0, 0.9) !important;
  527. }
  528.  
  529. .search-results-wrap .search-header {
  530.     background: transparent !important;
  531. }
  532.  
  533. .search-results-wrap .channel-separator:before {
  534.     border: none;
  535. }
  536.  
  537. .search-results-wrap .channel-separator .channel-name {
  538.     background-color: transparent !important;
  539. }
  540.  
  541. .search-results-wrap .search-result:before {
  542.     background: transparent !important;
  543.     border-top: 1px solid rgba(0,0,0,0.3);
  544. }
  545.  
  546. .search-results-wrap .search-result:after {
  547.     background: transparent !important;
  548. }
  549.  
  550. .search-results-wrap .search-result:not(.expanded) .search-result-message.hit,
  551. .search-results-wrap .search-result.expanded {
  552.     border: 2px solid rgba(17, 21, 25, 0.6) !important;
  553. }
  554.  
  555. .search-results-wrap .search-result .hit {
  556.     background-color: rgba(0, 0, 0, 0.9) !important;
  557.     box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.45) !important;
  558. }
  559.  
  560. .theme-dark .search-results-wrap .action-buttons .jump-button {
  561.     background-color: rgba(240, 240, 240, 0.07);
  562. }
  563.  
  564. .search-popout .date-picker .date-picker-hint .hint-value {
  565.     background: var(--main-color) !important;
  566. }
  567.  
  568. .search-popout .date-picker .date-picker-hint {
  569.     border-top: none !important;
  570. }
  571.  
  572. .theme-dark .search-results-wrap .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  573.     border:3px solid rgba(255,255,255,0) !important;
  574.     background-color:rgba(0,0,0,0.3) !important;
  575. }
  576.  
  577. .theme-dark .search-results-wrap .scroller-wrap .scroller::-webkit-scrollbar-thumb {
  578.     border:3px solid rgba(255,255,255,0) !important;
  579.     background-color:var(--accent-color) !important;
  580. }
  581.  
  582. .search-popout .date-picker {
  583.     border-top: none !important;
  584. }
  585.  
  586. .react-datepicker {
  587.     background-color: rgba(0,0,0,0.6) !important;
  588.     color: rgba(255, 255, 255, 0.6) !important;
  589. }
  590.  
  591. .react-datepicker .react-datepicker__header {
  592.     background-color: transparent !important;
  593. }
  594.  
  595. .react-datepicker .react-datepicker__day--disabled,
  596. .react-datepicker .react-datepicker__day--outside-month {
  597.     background-color: rgba(255, 255, 255, 0.07) !important;
  598.     color: rgba(167, 167, 167, 0.6) !important;
  599. }
  600.  
  601. .react-datepicker .react-datepicker__day {
  602.     color: #fff;
  603.     border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
  604.     border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
  605. }
  606.  
  607. .react-datepicker .react-datepicker__month>.react-datepicker__week:last-of-type .react-datepicker__day {
  608.     border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  609. }
  610.  
  611. .react-datepicker .react-datepicker__month .react-datepicker__week>.react-datepicker__day:last-of-type {
  612.     border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
  613. }
  614.  
  615. .react-datepicker .react-datepicker__day.react-datepicker__day--today:after {
  616.     background-color: var(--main-color) !important;
  617. }
  618.  
  619. .react-datepicker .react-datepicker__day.react-datepicker__day--selected:hover, .react-datepicker .react-datepicker__day:hover {
  620.     background-color: var(--main-color) !important;
  621. }
  622.  
  623. .header-toolbar button span {
  624.     background-size: 22px;
  625. }
  626.  
  627. .header-toolbar button.popout-open {
  628.     background:var(--main-color);
  629. }
  630.  
  631. .channel-pins-wrap {
  632.     background: rgba(0,0,0,0.9) !important;
  633. }
  634.  
  635. .channel-pins-wrap .header,
  636. .channel-pins-wrap .footer {
  637.     background-color: rgba(0,0,0,0.95) !important;
  638.     box-shadow: none !important;
  639. }
  640.  
  641. .channel-pins .message-group {
  642.     background-color: rgba(0,0,0,0.7) !important;
  643. }
  644.  
  645. .channel-pins .message-group:hover {
  646.     box-shadow: 0 0 4px 5px rgba(37, 172, 232, 0.1);
  647.     border-color: rgba(37, 172, 232, 0.47) !important;
  648. }
  649.  
  650. .channel-pins .message-group .action-buttons {
  651.     box-shadow: none !important;
  652.     background: none !important;
  653. }
  654.  
  655. .channel-pins .message-group .action-buttons .jump-button {
  656.     background-color: rgba(255,255,255,0.15) !important;
  657. }
  658.  
  659. .spinner-wandering-cubes .spinner-item {
  660.     background-color:var(--main-color);
  661.     width:15px;
  662.     height:15px;
  663.     border-radius:4px;
  664. }
  665.  
  666. .chat .has-more button {
  667.     color:var(--main-color) !important;
  668.     background:rgba(255,255,255,0.1) !important;
  669.     border:none !important;
  670.     box-shadow:none !important;
  671. }
  672.  
  673. .highlight {
  674.     color:var(--main-color);
  675. }
  676.  
  677. .emoji-picker {
  678.     background:rgba(0,0,0,0.85) !important;
  679. }
  680.  
  681. .emoji-picker .search-bar input {
  682.     color:rgba(255,255,255,0.7);
  683.     background:rgba(255,255,255,0.1);
  684. }
  685.  
  686. .emoji-picker .search-bar-clear {
  687.     background:rgba(0,0,0,0.7);
  688. }
  689.  
  690. .emoji-picker .sticky-header,
  691. .emoji-picker .search-bar {
  692.     background:rgba(0,0,0,0.95) !important;
  693. }
  694.  
  695. .emoji-picker .categories .item.selected {
  696.     border-bottom-color:var(--main-color);
  697. }
  698.  
  699. .chat>.title-wrap {
  700.     border-bottom: 1px solid rgba(0,0,0,0.3) !important;
  701.     background: rgba(0,0,0,0.95) !important;
  702. }
  703.  
  704. .header-toolbar button.active {
  705.     background-color:rgba(255,255,255,0.1);
  706. }
  707.  
  708. .bot-tag,
  709. .need-help-modal .header {
  710.     background:var(--main-color);
  711.     padding: 2px 3px;
  712.     font-size: 9px;
  713. }
  714.  
  715. .form header {
  716.     color:var(--main-color);
  717. }
  718.  
  719. .markdown-modal,
  720. .form .form-inner,
  721. .form .form-header,
  722. .form .form-actions,
  723. .need-help-modal .footer,
  724. .markdown-modal .markdown-modal-footer {
  725.     background:rgba(0,0,0,0.85) !important;
  726.     color: #fff;
  727. }
  728.  
  729. .alert.form .form-inner .btn {
  730.     padding: 0 !important;
  731.     border: none !important;
  732. }
  733.  
  734. .channel-notification-settings .content label,
  735. .notification-settings-modal .mute-server .checkbox .label span {
  736.     color:#fff;
  737. }
  738.  
  739. .notification-settings-modal .notification-settings-modal-channel-settings-list {
  740.     box-shadow:none !important;
  741. }
  742.  
  743. .markdown-modal .markdown-modal-header {
  744.     color:#fff;
  745. }
  746.  
  747. .form .form-header,
  748. .form .form-actions,
  749. .need-help-modal .footer,
  750. .channel-notification-settings,
  751. .markdown-modal .markdown-modal-header,
  752. .markdown-modal .markdown-modal-footer {
  753.     border-color:rgba(255,255,255,0.2);
  754. }
  755.  
  756. .modal-content {
  757.     background: transparent !important;
  758. }
  759.  
  760. .modal-content .user-name {
  761.     color:#fff;
  762. }
  763.  
  764. .modal-content .form-inner p {
  765.     color:rgba(255,255,255,0.7);
  766. }
  767.  
  768. .chat .empty-message {
  769.     border: 0 !important;
  770.     background: transparent !important;
  771.     height: 40px;
  772. }
  773.  
  774. .chat-empty {
  775.     background:rgba(20,23,27,0.95);
  776. }
  777.  
  778. .chat>.title-wrap>.title .channel-name {
  779.     color:rgba(255,255,255,0.8);
  780. }
  781.  
  782. .chat>.title-wrap>.topic {
  783.     font-size:12px;
  784.     margin-top:5px;
  785.     color:#656565 !important;
  786. }
  787.  
  788. .markdown-modal .highlight,
  789. .chat .title-wrap .topic .highlight {
  790.     background-color:rgba(255,255,255,.1) !important;
  791. }
  792.  
  793. .markdown-modal .highlight:hover,
  794. .chat .title-wrap .topic .highlight:hover {
  795.     background-color:rgba(255,255,255,.2) !important;
  796.     color:var(--main-color) !important;
  797. }
  798.  
  799. .chat .divider {
  800.     height:25px;
  801.     background:none;
  802. }
  803.  
  804. .chat .divider>div {
  805.     display:none !important;
  806. }
  807. .chat .divider:not(.divider-red)>div {
  808.     background:rgba(255,255,255,0.2) !important;
  809. }
  810.  
  811. .chat .divider:before {
  812.     background:rgba(255,255,255,0.06) !important;
  813.     height:25px;
  814.     border-radius: 3px;
  815. }
  816.  
  817. .chat .divider.divider-red:before {
  818.     background: rgba(240,71,71,.8) !important;
  819. }
  820.  
  821. .chat .divider>span {
  822.     background-color:transparent !important;
  823.     font-size:12px;
  824.     text-transform:uppercase;
  825.     margin:10px 0px;
  826.     border-radius: 0px;
  827.     opacity: 1;
  828.     padding: 8px 15px;
  829.     line-height: 1px;
  830.     width: 100%;
  831.     text-align: center;
  832. }
  833.  
  834. .chat .divider.divider-red>span {
  835.     color: rgba(255,255,255,0.9) !important;
  836. }
  837.  
  838. .chat .divider:not(.divider-red)>span {
  839.     color:rgba(255,255,255,1) !important;
  840. }
  841.  
  842. .chat .divider>div {
  843.     display:none;
  844. }
  845.  
  846. .chat form {
  847.     border-top: none !important;
  848. }
  849.  
  850. .messages .message-group:not(.has-divider) {
  851.     border-bottom-color:hsla(0,0%,100%,.04) !important;
  852. }
  853.  
  854. .messages .message-group {
  855.     border-bottom: none !important;
  856. }
  857.  
  858. .friends-table .messages .message-group .message-send-failed .markup,
  859. .friends-table .messages .message-group .message-send-failed .markup a,
  860. .messages .message-group .message-send-failed .markup,
  861. .messages .message-group .message-send-failed .markup a {
  862.     color:rgba(240,71,71,0.5) !important;
  863.     font-style:italic;
  864. }
  865.  
  866. .mentioned .message-text {
  867.     border-radius: 0 !important;
  868.     background: rgba(37,172,232,0.2) !important;
  869. }
  870.  
  871. .mentioned .message-text:after {
  872.     border-radius: 0 !important;
  873.     border-color:var(--main-color) !important;
  874.     background:rgba(37,172,232,0.2) !important;
  875. }
  876.  
  877. .mention {
  878.     color: var(--main-color) !important;
  879.     background-color: var(--main-color-faded) !important;
  880.     padding: 3px 5px;
  881.     border-radius: 5px;
  882. }
  883.  
  884. .messages a {
  885.     color:var(--main-color) !important;
  886. }
  887.  
  888. .messages h2 .user-name {
  889.     font-size:0.85em;
  890.     color:rgba(255,255,255,0.8);
  891. }
  892.  
  893. .messages h2 span {
  894.     color:rgba(255,255,255,0.2) !important;
  895. }
  896.  
  897. .messages h2 .bot-tag {
  898.     color:rgba(255,255,255,0.8) !important;
  899. }
  900.  
  901. .messages .markup {
  902.     font-size:0.85em !important;
  903.     line-height:1.4em !important;
  904. }
  905.  
  906. .messages .markup:not([data-colour="true"]) {
  907.     color:rgba(255,255,255,0.5) !important;
  908. }
  909.  
  910. .markup pre {
  911.     border-radius:0 !important;
  912.     background:transparent !important;
  913.     border-color:rgba(255,255,255,0.1) !important;
  914. }
  915.  
  916. .markup pre code.hljs {
  917.     background:rgba(255,255,255,0.1) !important;
  918.     color:rgba(255,255,255,0.7) !important;
  919.     padding:1em !important;
  920. }
  921.  
  922. .modal-content .markup code.inline,
  923. .markup code.inline {
  924.     background:rgba(255,255,255,0.1) !important;
  925.     color:rgba(255,255,255,0.7) !important;
  926.     padding:0.3em 0.6em !important;
  927.     border-radius:3px !important;
  928. }
  929.  
  930. .messages .markup .highlight {
  931.     background-color:rgba(29,101,134,.5) !important;
  932.     color:#ddd !important;
  933.     padding: 1px 4px;
  934.     border-radius: 0;
  935. }
  936.  
  937. .messages .markup .highlight:hover {
  938.     background-color:rgba(29,101,134,1) !important;
  939.     color:#fff !important;
  940. }
  941.  
  942. .messages .invite-button {
  943.     background: rgba(255,255,255,0.07) !important;
  944.     border-color: rgba(255,255,255,0.1) !important;
  945. }
  946.  
  947. .emotewrapper img {
  948.     position: relative;
  949.     top: 7px;
  950. }
  951.  
  952. .channel-textarea-upload {
  953.     border-right-color: hsla(0,0%,100%,.1) !important;
  954. }
  955.  
  956. .channel-textarea-inner {
  957.     border: 2px solid rgba(255,255,255,0.1) !important;
  958. }
  959.  
  960. .channel-textarea-autocomplete-inner {
  961.     border:none !important;
  962.     background:rgba(0,0,0,0.95) !important;
  963. }
  964.  
  965. .channel-textarea-autocomplete-inner header {
  966.     border:none !important;
  967.     background: rgba(37,172,232,0.5) !important;
  968.     color: rgba(255,255,255,0.9) !important;
  969. }
  970.  
  971. .channel-textarea-autocomplete-inner ul li.active {
  972.     background:rgba(255,255,255,0.1) !important;
  973. }
  974.  
  975. .channel-textarea-guard button {
  976.     background:var(--accent-color) !important;
  977. }
  978.  
  979. .channel-textarea-guard button:hover {
  980.     background:var(--main-color) !important;
  981. }
  982.  
  983. .typing {
  984.     font-size:11px;
  985. }
  986.  
  987. .spoiler span {display:none;}
  988. .spoiler:before {
  989.     min-height:18px;
  990.     padding-top:2px;
  991.     border-radius:5px;
  992.     background:rgba(25,25,25,0.7);
  993. }
  994.  
  995. #twitchcord-button {
  996.     background-size: 24px;
  997.     background-position: 20px;
  998.     background-color: transparent;
  999.     opacity:0.4;
  1000. }
  1001.  
  1002. #twitchcord-button:hover,
  1003. #twitchcord-button.twitchcord-button-open {
  1004.     opacity:1;
  1005. }
  1006.  
  1007. #twitchcord-button-container {
  1008.     right:30px !important;
  1009. }
  1010.  
  1011. /*** COMPACT MODE ***/
  1012.  
  1013. .message-group.compact {
  1014.     margin-left:0;
  1015. }
  1016.  
  1017. .message-group.compact .timestamp {
  1018.     color:rgba(255,255,255,0.3) !important;
  1019.     position:relative;
  1020.     top:-1px;
  1021. }
  1022.  
  1023. .message-group.compact .message .markup .user-name {
  1024.     margin-right:8px;
  1025.     font-size:14px;
  1026. }
  1027.  
  1028. /*
  1029. User List
  1030. */
  1031.  
  1032. .channel-members .invite-btn {
  1033.     background:var(--accent-color);
  1034. }
  1035.  
  1036. .channel-members .invite-btn:hover {
  1037.     background:var(--main-color);
  1038. }
  1039.  
  1040. .channel-members .bot-tag {
  1041.     padding: 0px 3px;
  1042. }
  1043.  
  1044. .channel-members .member:hover {
  1045.     background:rgba(255,255,255,0.07) !important;
  1046. }
  1047.  
  1048. .channel-members .member .member-username {
  1049.     font-size:12px;
  1050. }
  1051.  
  1052. .channel-members .member .member-game {
  1053.     font-size:10px;
  1054. }
  1055.  
  1056. .channel-members .avatar-small .status {
  1057.     border-color:rgba(0,0,0,0.7) !important;
  1058. }
  1059.  
  1060. .channel-members h2 {
  1061.     background: rgba(0,0,0,0);
  1062.     padding-top: 10px;
  1063.     padding-bottom: 10px;
  1064. }
  1065.  
  1066. .channel-members .member+h2 {
  1067.     margin-top:12px;
  1068. }
  1069.  
  1070. .channel-members h2:first-of-type {
  1071.     margin-top:0px !important;
  1072. }
  1073.  
  1074. /*
  1075. Settings
  1076. */
  1077.  
  1078. .layer {
  1079.     background: rgba(0,0,0,0.4) !important;
  1080. }
  1081.  
  1082. .ui-text-input .input.editable:focus:focus,
  1083. .ui-text-input .input.editable:hover:focus,
  1084. .ui-text-input .input:focus {
  1085.     border-color: var(--main-color) !important;
  1086. }
  1087.  
  1088. .description-3MVziF,
  1089. .labelDescriptor-1BebCl {
  1090.     color: rgba(255,255,255,0.35);
  1091. }
  1092.  
  1093. .buttonBrandFilled-3Mv0Ra {
  1094.     background: var(--accent-color);
  1095.     box-shadow: 0 10px 30px -8px rgba(0,0,0,0);
  1096.     transition: all 100ms ease-in-out;
  1097.     transform: translate3d(0,0,0);
  1098. }
  1099.  
  1100. .buttonBrandFilledDefault-2Rs6u5:hover {
  1101.     color: rgba(0,0,0,0.8);
  1102.     font-weight: bold;
  1103.     background: var(--main-color);
  1104.     box-shadow: 0 10px 30px -8px rgba(0,0,0,0.8);
  1105.     transform: translate3d(0,-3px,0);
  1106. }
  1107.  
  1108. .ui-slider .slider-bar-fill {
  1109.     background: var(--main-color);
  1110. }
  1111.  
  1112. .ui-standard-sidebar-view {
  1113.     background: transparent !important;
  1114. }
  1115.  
  1116. .ui-standard-sidebar-view .sidebar-region,
  1117. .ui-standard-sidebar-view .sidebar-region .scrollbar {
  1118.     background: rgba(0,0,0,0.5) !important;
  1119. }
  1120.  
  1121. .ui-standard-sidebar-view .content-region,
  1122. .ui-standard-sidebar-view .content-region .scrollbar {
  1123.     background: rgba(0,0,0,0.65) !important;
  1124. }
  1125.  
  1126. .ui-tab-bar.SIDE .ui-tab-bar-item {
  1127.     font-size: 14px;
  1128.     line-height: 17px;
  1129. }
  1130.  
  1131. .ui-tab-bar.SIDE .ui-tab-bar-item.selected {
  1132.     color: rgba(255,255,255,1) !important;
  1133.     background: var(--short-gradient) !important;
  1134. }
  1135.  
  1136. .ui-tab-bar-item:hover {
  1137.     background: var(--short-gradient-faded) !important;
  1138. }
  1139.  
  1140. .ui-radiogroup .checked {
  1141.     border-color: rgba(0,0,0,1) !important;
  1142.     background: var(--short-gradient) !important;
  1143. }
  1144.  
  1145. .ui-tab-bar-item,
  1146. .ui-tab-bar.SIDE .ui-tab-bar-item.brand {
  1147.     color: rgba(255,255,255,0.6) !important;
  1148. }
  1149.  
  1150. .ui-button.brand.filled {
  1151.     color: rgba(255,255,255,0.6);
  1152.     box-shadow: 0 0px 20px 0px rgba(0,0,0,0);
  1153.     transform: translate3d(0,0,0);
  1154.     background: var(--short-gradient) !important;
  1155.     -webkit-transition: 200ms all cubic-bezier(0.13, 0.28, 0.19, 0.89);
  1156. }
  1157.  
  1158. .ui-button.brand.filled:hover {
  1159.     color: rgba(255,255,255,1);
  1160.     box-shadow: 0 10px 20px 0px rgba(0,0,0,0.5);
  1161.     transform: translate3d(0,-3px,0);
  1162.     background: var(--short-gradient) !important;
  1163. }
  1164.  
  1165. .ui-radiogroup .checked svg g polyline {
  1166.     stroke: #fff !important;
  1167. }
  1168.  
  1169. .ui-switch-checkbox:checked+.ui-switch {
  1170.     background: var(--short-gradient) !important;
  1171. }
  1172.  
  1173. .avatar-xxlarge {
  1174.     box-shadow: 0 10px 20px 2px rgba(0,0,0,0.5);
  1175. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement