Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.68 KB | None | 0 0
  1. //META{"name":"Dark_Matter","description":"A cold, dark & frosty theme","author":"Hammock (CosmicSalad)","version":"1.5"}*//{}
  2. @import url(https://fonts.googleapis.com/css?family=Karla);
  3.  
  4. /*
  5. _ _ _
  6. __ _ _ __ _ __ | |__ __ _ ___| | ____ _ _ __ ___ _ _ _ __ __| |
  7. / _` | '_ \| '_ \ | '_ \ / _` |/ __| |/ / _` | '__/ _ \| | | | '_ \ / _` |
  8. | (_| | |_) | |_) | | |_) | (_| | (__| < (_| | | | (_) | |_| | | | | (_| |
  9. \__,_| .__/| .__/ |_.__/ \__,_|\___|_|\_\__, |_| \___/ \__,_|_| |_|\__,_|
  10. |_| |_| |___/
  11. */
  12.  
  13. /* Main background and settings background */
  14. .app,
  15. .callout-backdrop {
  16. background:url(https://cdn.discordapp.com/attachments/216101277929570305/239719977471442945/toybot.jpg) !important;
  17. background-size:cover !important;
  18. }
  19.  
  20. /*
  21. _ _
  22. ___ ___ _ __ ___ ___| | ___ _ __ ___ ___ _ __ | |_ ___
  23. / __/ _ \| '__/ _ \ / _ \ |/ _ \ '_ ` _ \ / _ \ '_ \| __/ __|
  24. | (_| (_) | | | __/ | __/ | __/ | | | | | __/ | | | |_\__ \
  25. \___\___/|_| \___| \___|_|\___|_| |_| |_|\___|_| |_|\__|___/
  26.  
  27. */
  28.  
  29. div>*:not(code) {
  30. font-family: 'Karla',Whitney,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif !important;
  31. }
  32.  
  33. textarea {
  34. background:transparent !important;
  35. }
  36.  
  37. .scroller-wrap .scroller::-webkit-scrollbar-thumb {
  38. border:3px solid rgba(255,255,255,0) !important;
  39. background-color:#1D6586 !important;
  40. }
  41.  
  42. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  43. border:3px solid rgba(255,255,255,0) !important;
  44. background-color:rgba(0,0,0,0.3) !important;
  45. }
  46.  
  47. /*
  48. _ _ _
  49. | |__ (_) __| | ___
  50. | '_ \| |/ _` |/ _ \
  51. | | | | | (_| | __/
  52. |_| |_|_|\__,_|\___|
  53.  
  54. */
  55.  
  56. .links,
  57. .help-container {
  58. display: none;
  59. }
  60.  
  61. /*
  62. _ _ _ _
  63. _ __ ___ __ _(_)_ __ | |__ __ _ ___| | ____ _ _ __ ___ _ _ _ __ __| |___
  64. | '_ ` _ \ / _` | | '_ \ | '_ \ / _` |/ __| |/ / _` | '__/ _ \| | | | '_ \ / _` / __|
  65. | | | | | | (_| | | | | | | |_) | (_| | (__| < (_| | | | (_) | |_| | | | | (_| \__ \
  66. |_| |_| |_|\__,_|_|_| |_| |_.__/ \__,_|\___|_|\_\__, |_| \___/ \__,_|_| |_|\__,_|___/
  67. |___/
  68. */
  69.  
  70. .links,
  71. .chat,
  72. .typing,
  73. .content,
  74. .guild-channels,
  75. .private-channels,
  76. .guild-header header,
  77. .divider-red span,
  78. .messages-wrapper,
  79. #voice-connection {
  80. background: transparent !important;
  81. }
  82.  
  83. /* Server list area */
  84. .guilds-wrapper { background:rgba(0,0,0,0.3) !important }
  85.  
  86. /* Channels list area */
  87. .channels-wrap { background:rgba(0,0,0,0.3) }
  88.  
  89. /* Chat area */
  90. .content .flex-spacer { background:rgba(0,0,0,0.3) }
  91.  
  92. /* User list area */
  93. .channel-members { background:rgba(0,0,0,0.3) !important }
  94.  
  95. /*
  96. _ _ _ _ _
  97. ___ ___ _ ____ _____ _ __ | (_)___| |_ ___ ___ ___| |_(_) ___ _ __
  98. / __|/ _ \ '__\ \ / / _ \ '__| | | / __| __| / __|/ _ \/ __| __| |/ _ \| '_ \
  99. \__ \ __/ | \ V / __/ | | | \__ \ |_ \__ \ __/ (__| |_| | (_) | | | |
  100. |___/\___|_| \_/ \___|_| |_|_|___/\__| |___/\___|\___|\__|_|\___/|_| |_|
  101.  
  102. */
  103.  
  104. .create-guild-container {
  105. background:none !important;
  106. }
  107.  
  108. .create-guild-container .action {
  109. background:rgba(0,0,0,0.7);
  110. }
  111.  
  112. .create-guild-container .create-or-join .actions .or {
  113. -webkit-filter:opacity(0.9) invert();
  114. color:#000;
  115. }
  116.  
  117. .create-guild-container .action.create .action-icon,
  118. .create-guild-container .action.join .action-icon {
  119. -webkit-filter:invert() hue-rotate(150deg);
  120. }
  121.  
  122. .create-guild-container h5,
  123. .create-guild-container .action.create .action-header {
  124. color:#25ACE8;
  125. }
  126.  
  127. .create-guild-container .action.create .btn-primary {
  128. background-color:#25ACE8 !important;
  129. }
  130.  
  131. .create-guild-container .action.create:hover .btn-primary {
  132. background-color:#1D6586 !important;
  133. }
  134.  
  135. .create-guild-container .form-actions .btn-default {
  136. background: rgba(255,255,255,0.1);
  137. border: 0;
  138. }
  139.  
  140. .create-guild-container .create-guild .guild-form .region-select {
  141. background: rgba(255,255,255,0.1);
  142. }
  143.  
  144. .create-guild-container .create-guild .guild-form .region-select button {
  145. color:#000;
  146. }
  147.  
  148. .create-guild-container .create-guild .guild-form .region-select:hover button {
  149. background-color:#25ACE8;
  150. border-color:#25ACE8;
  151. color:#fff;
  152. }
  153.  
  154. .create-guild-container .create-guild .guild-form .region-select:hover .region-select-inner {
  155. border-color:#25ACE8;
  156. }
  157.  
  158. .create-guild-container .create-guild .guild-form .region-select-name {
  159. color:#fff;
  160. }
  161.  
  162. .avatar-uploader .avatar-uploader-inner {
  163. background-color: #25ACE8;
  164. }
  165.  
  166. .region-select-modal {
  167. background:rgba(0,0,0,0.8);
  168. }
  169.  
  170. .region-select-modal .region-select-modal-header {
  171. color:#25ACE8;
  172. }
  173.  
  174. .region-select-modal .region-select-modal-option {
  175. background:rgba(255,255,255,0.1);
  176. border:2px solid rgba(255,255,255,0.1);
  177. }
  178.  
  179. .region-select-modal .region-select-modal-option:hover {
  180. border-color: #25ACE8;
  181. }
  182.  
  183. .region-select-modal .region-select-modal-option .region-select-name {
  184. color:#fff;
  185. }
  186.  
  187. .guild-header ul {
  188. background:#000 !important;
  189. opacity:0 !important;
  190. transition: transform .5s cubic-bezier(0.18, 0.89, 0.32, 1.28) !important;
  191. padding-top:100px;
  192. top:-56px;
  193. }
  194.  
  195. .guild-header-open ul {
  196. opacity:1 !important;
  197. }
  198.  
  199. .guilds-add {
  200. opacity:0.5;
  201. font-size:22px !important;
  202. }
  203.  
  204. .platform-osx .guilds-wrapper {
  205. padding-top:30px;
  206. }
  207.  
  208. .guilds-wrapper {
  209. border-right:1px solid rgba(0,0,0,0.4);
  210. box-shadow:inset -10px 0px 20px -10px rgba(0,0,0,0.2);
  211. }
  212.  
  213. .guilds-wrapper .guild-separator {
  214. margin-top:5px;
  215. margin-bottom:5px;
  216. margin-left:-5px;
  217. display:none;
  218. }
  219.  
  220. .guilds-wrapper .guild-separator:after {
  221. background:transparent;
  222. }
  223.  
  224. .guild-header header span {
  225. margin-left:-7px;
  226. }
  227.  
  228. .guild-header header {
  229. box-shadow:none !important;
  230. color:#ddd;
  231. }
  232.  
  233. .guild-channels header h2 {
  234. padding:0 18px;
  235. }
  236.  
  237. .guild-channels .channel-text .channel-name,
  238. .guild-channels .channel-voice .channel-name {
  239. font-size:0.9em;
  240. }
  241.  
  242. .guild-channels .channel-text a {
  243. padding:8px 6px 10px 18px;
  244. }
  245.  
  246. .guild-channels header h2,
  247. .guild-channels .channel a {
  248. color:#fff;
  249. }
  250.  
  251. .guilds-wrapper .guilds {
  252. padding:18px 20px 85px 20px;
  253. }
  254.  
  255. .guilds-add {
  256. font-size:30px;
  257. background:#000;
  258. }
  259.  
  260. .guilds-wrapper .guilds .friends-online {
  261.  
  262. }
  263.  
  264. .guilds-wrapper .guilds .guild .guild-inner {
  265. background:#151515 !important;
  266. }
  267.  
  268. .guilds-wrapper .guilds .guild.active:first-of-type .guild-inner {
  269. background:#25ACE8 !important;
  270. }
  271.  
  272. .guilds-wrapper .guilds .guild .guild-inner:hover {
  273. background:#1D6586 !important;
  274. }
  275.  
  276. .guilds-wrapper .guilds .guild .guild-inner a,
  277. .guilds-wrapper .guilds .guild,
  278. .guilds-wrapper .guilds .guild .avatar-small {
  279. width:40px;
  280. height:40px;
  281. }
  282.  
  283. .guilds-wrapper .guilds .guild .avatar-small {
  284. width:40px;
  285. height:40px;
  286. background-size: 40px 40px;
  287. }
  288.  
  289. .guilds-wrapper .guilds .guild .guild-inner {
  290. line-height:40px;
  291. }
  292.  
  293. .guilds-wrapper .guilds .friends-icon {
  294. width:40px;
  295. height:40px;
  296. background-size:25px 19px;
  297. }
  298.  
  299. .guilds-wrapper .guilds .friends-icon {
  300. background-color: rgba(0,0,0,0.3) !important;
  301. background-image: none !important;
  302. padding-top:0px;
  303. }
  304.  
  305. .guilds-wrapper .guilds .friends-icon:after {
  306. display:block;
  307. width:40px;
  308. height:40px;
  309. content:'';
  310. background-image: url(https://i.imgur.com/cm6mEXd.gif) !important;
  311. background-size:110%;
  312. background-repeat:no-repeat;
  313. background-position:top center;
  314. }
  315.  
  316. .guilds-wrapper .guilds .guild.audio .guild-inner:after {
  317. background-size:12px;
  318. background-color:rgba(0,0,0,0.8);
  319. }
  320.  
  321. .guilds-wrapper .guilds .guild:before,
  322. .guilds-wrapper .guilds .guild.unread:before,
  323. .guilds-wrapper .guilds .guild.selected:before {
  324. left:-26px;
  325. transition:0.2s ease-in-out all;
  326. }
  327.  
  328. .guilds-wrapper .guilds .guild.unread:not(.selected):before,
  329. .guild-channels .channel-text.unread:not(.selected):not(.channel-muted):before {
  330. background:#25ACE8;
  331. }
  332.  
  333. .guilds-wrapper .guilds .guild.active .guild-inner:before {
  334. background:#fff !important;
  335. }
  336.  
  337. .guilds-wrapper .guilds .friends-online {
  338. color: #ccc;
  339. font-size: 9px;
  340. margin: 15px 0 15px -7px;
  341. line-height: 20px;
  342. width: 55px;
  343. height: 20px;
  344. border-radius: 25px;
  345. overflow: hidden;
  346. background: rgba(0,0,0,0.3);
  347. }
  348.  
  349. .guilds-wrapper .guilds-error {
  350. width:40px;
  351. height:40px;
  352. line-height:36px;
  353. }
  354.  
  355. .guild-channels header h2,
  356. .private-channels header {
  357. opacity:.6;
  358. }
  359.  
  360. .guild-channels .channel:hover {
  361. background:rgba(0,0,0,0.3) !important;
  362. }
  363.  
  364. .private-channels .search-bar {
  365. background:rgba(10,13,16,0) !important;
  366. }
  367.  
  368. .private-channels .search-bar input {
  369. background:rgba(0,0,0,0.8) !important;
  370. }
  371.  
  372. .guild-channels .channel.selected,
  373. .private-channels .channel.selected,
  374. .private-channels .search-result.selected,
  375. .private-channels .search-result:hover {
  376. background:rgba(0,0,0,0.6) !important;
  377. }
  378.  
  379. .guild-channels ul .channel:not(.selected):hover,
  380. .private-channels .channel:not(.selected):hover {
  381. background:rgba(0,0,0,0.3) !important;
  382. }
  383.  
  384. .guild-channels .channel:not(.selected):before,
  385. .guild-channels .channel.selected:before,
  386. .guild-channels .channel.selected:hover:before,
  387. .private-channels .channel:not(.selected):before,
  388. .private-channels .channel.selected:before,
  389. .private-channels .channel.selected:hover:before,
  390. .private-channels .search-result.selected:before,
  391. .private-channels .search-result:hover:before {
  392. border-left:2px solid #1D6586 !important;
  393. }
  394.  
  395. .private-channels .channel .icon-friends {
  396. background-color:#151515 !important;
  397. }
  398.  
  399. .guild-channels .channel-text.unread:not(.selected):not(.channel-muted):before {
  400. left:-8px;
  401. }
  402.  
  403. /*
  404. _ _ _ _
  405. ___| |__ __ _ _ __ _ __ ___| |___ ___ ___ ___| |_(_) ___ _ __
  406. / __| '_ \ / _` | '_ \| '_ \ / _ \ / __| / __|/ _ \/ __| __| |/ _ \| '_ \
  407. | (__| | | | (_| | | | | | | | __/ \__ \ \__ \ __/ (__| |_| | (_) | | | |
  408. \___|_| |_|\__,_|_| |_|_| |_|\___|_|___/ |___/\___|\___|\__|_|\___/|_| |_|
  409.  
  410. */
  411.  
  412. .btn-hamburger {
  413. margin-right:-30px;
  414. }
  415.  
  416. .btn-hamburger span {
  417. background:#fff;
  418. }
  419.  
  420. .account {
  421. z-index:9;
  422. border-top:none !important;
  423. width:320px;
  424. margin-left:-80px;
  425. padding:0 15px !important;
  426. background:rgba(0,0,0,0.95);
  427. height:77px;
  428. box-sizing:border-box;
  429. }
  430.  
  431. .account .status {
  432. border:2px solid rgba(0,0,0,1);
  433. }
  434.  
  435. .account .btn {
  436. background:transparent;/*#000;*/
  437. box-shadow:none !important;
  438. }
  439.  
  440. .account .btn:active {
  441. background:#000;
  442. }
  443.  
  444. .account .btn-settings:after {
  445. opacity:0.3;
  446. }
  447.  
  448. .account .btn-deafen,
  449. .account .btn-mute {
  450. border-right:none;/*1px solid #101010;*/
  451. }
  452.  
  453. #voice-connection {
  454. z-index:9;
  455. border-top:none !important;
  456. /*width:285px;
  457. margin-left:-83px;*/
  458. padding:15px 20px 15px 18px !important;
  459. }
  460.  
  461. #voice-connection .btn {
  462. background:#000;
  463. box-shadow:none !important;
  464. }
  465.  
  466. .account .btn-deafen, .account .btn-settings {
  467. box-shadow:none !important;
  468. }
  469.  
  470. .account .btn-group, #voice-connection .btn-group {
  471. border:none;
  472. }
  473.  
  474. .account .avatar-small {
  475. margin:0 0 0 10px;
  476. }
  477.  
  478. .message-group .comment {
  479. background:transparent !important;
  480. border:none !important;
  481. }
  482.  
  483. /*
  484. _ _ _ _
  485. ___| |__ __ _| |_ ___ ___ ___| |_(_) ___ _ __
  486. / __| '_ \ / _` | __| / __|/ _ \/ __| __| |/ _ \| '_ \
  487. | (__| | | | (_| | |_ \__ \ __/ (__| |_| | (_) | | | |
  488. \___|_| |_|\__,_|\__| |___/\___|\___|\__|_|\___/|_| |_|
  489.  
  490. */
  491.  
  492. .header-toolbar button.popout-open {
  493. background:#25ACE8;
  494. }
  495.  
  496. .channel-pins-wrap {
  497. background: rgba(0,0,0,0.9) !important;
  498. }
  499.  
  500. .channel-pins-wrap .header,
  501. .channel-pins-wrap .footer {
  502. background-color: rgba(0,0,0,0.95) !important;
  503. box-shadow: none !important;
  504. }
  505.  
  506. .channel-pins .message-group {
  507. background-color: rgba(0,0,0,0.7) !important;
  508. }
  509.  
  510. .channel-pins .message-group:hover {
  511. box-shadow: 0 0 4px 5px rgba(37, 172, 232, 0.1);
  512. border-color: rgba(37, 172, 232, 0.47) !important;
  513. }
  514.  
  515. .channel-pins .message-group .action-buttons {
  516. box-shadow: none !important;
  517. background: none !important;
  518. }
  519.  
  520. .channel-pins .message-group .action-buttons .jump-button {
  521. background-color: rgba(255,255,255,0.15) !important;
  522. }
  523.  
  524. .spinner-wandering-cubes .spinner-item {
  525. background-color:#25ACE8;
  526. width:15px;
  527. height:15px;
  528. border-radius:4px;
  529. }
  530.  
  531. .chat .has-more button {
  532. color:#25ACE8 !important;
  533. background:rgba(255,255,255,0.1) !important;
  534. border:none !important;
  535. box-shadow:none !important;
  536. }
  537.  
  538. .highlight {
  539. color:#25ACE8;
  540. }
  541.  
  542. .emoji-picker {
  543. background:rgba(0,0,0,0.85) !important;
  544. }
  545.  
  546. .emoji-picker .search-bar input {
  547. color:rgba(255,255,255,0.7);
  548. background:rgba(255,255,255,0.1);
  549. }
  550.  
  551. .emoji-picker .search-bar-clear {
  552. background:rgba(0,0,0,0.7);
  553. }
  554.  
  555. .emoji-picker .sticky-header,
  556. .emoji-picker .search-bar {
  557. background:rgba(0,0,0,0.95) !important;
  558. }
  559.  
  560. .emoji-picker .categories .item.selected {
  561. border-bottom-color:#25ACE8;
  562. }
  563.  
  564. .title-wrap {
  565. border-bottom:1px solid rgba(0,0,0,0.3) !important;
  566. background:rgba(0,0,0,0.95) !important;
  567. }
  568.  
  569. .header-toolbar button.active {
  570. background-color:rgba(255,255,255,0.1);
  571. }
  572.  
  573. .bot-tag,
  574. .need-help-modal .header {
  575. background:#25ACE8;
  576. }
  577.  
  578. .form header {
  579. color:#25ACE8;
  580. }
  581.  
  582. .markdown-modal,
  583. .form .form-inner,
  584. .form .form-header,
  585. .form .form-actions,
  586. .need-help-modal .footer,
  587. .markdown-modal .markdown-modal-footer {
  588. background:rgba(0,0,0,0.85) !important;
  589. }
  590.  
  591. .channel-notification-settings .content label,
  592. .notification-settings-modal .mute-server .checkbox .label span {
  593. color:#fff;
  594. }
  595.  
  596. .notification-settings-modal .notification-settings-modal-channel-settings-list {
  597. box-shadow:none !important;
  598. }
  599.  
  600. .markdown-modal .markdown-modal-header {
  601. color:#fff;
  602. }
  603.  
  604. .form .form-header,
  605. .form .form-actions,
  606. .need-help-modal .footer,
  607. .channel-notification-settings,
  608. .markdown-modal .markdown-modal-header,
  609. .markdown-modal .markdown-modal-footer {
  610. border-color:rgba(255,255,255,0.2);
  611. }
  612.  
  613. .modal-content .user-name {
  614. color:#fff;
  615. }
  616.  
  617. .modal-content .form-inner p {
  618. color:rgba(255,255,255,0.7);
  619. }
  620.  
  621. .chat .new-messages-bar {
  622. background-color:rgba(29,101,134,.9);
  623. }
  624.  
  625. .chat .new-messages-bar:hover {
  626. background-color:rgba(29,101,134,1);
  627. }
  628.  
  629. .chat .new-messages-bar button:last-child {
  630. color:rgba(255,255,255,0.5);
  631. }
  632.  
  633. .chat-empty {
  634. background:rgba(20,23,27,0.95);
  635. }
  636.  
  637. .chat>.title-wrap>.title .channel-name {
  638. color:rgba(255,255,255,0.8);
  639. }
  640.  
  641. .chat>.title-wrap>.topic {
  642. font-size:12px;
  643. margin-top:5px;
  644. color:#656565 !important;
  645. }
  646.  
  647. .markdown-modal .highlight,
  648. .chat .title-wrap .topic .highlight {
  649. background-color:rgba(255,255,255,.1) !important;
  650. }
  651.  
  652. .markdown-modal .highlight:hover,
  653. .chat .title-wrap .topic .highlight:hover {
  654. background-color:rgba(255,255,255,.2) !important;
  655. color:#25ACE8 !important;
  656. }
  657.  
  658. .chat .divider {
  659. height:25px;
  660. background:none;
  661. }
  662.  
  663. .chat .divider>div {
  664. display:none !important;
  665. }
  666. .chat .divider:not(.divider-red)>div {
  667. background:rgba(255,255,255,0.2) !important;
  668. }
  669.  
  670. .chat .divider:before {
  671. background:rgba(255,255,255,0.1) !important;
  672. height:25px;
  673. }
  674.  
  675. .chat .divider.divider-red:before {
  676. background: rgba(240,71,71,.8) !important;
  677. }
  678.  
  679. .chat .divider>span {
  680. background-color:transparent !important;
  681. font-size:12px;
  682. text-transform:uppercase;
  683. margin:10px 0px;
  684. border-radius: 0px;
  685. opacity: 1;
  686. padding: 8px 15px;
  687. line-height: 1px;
  688. width: 100%;
  689. text-align: center;
  690. }
  691.  
  692. .chat .divider.divider-red>span {
  693. color: rgba(255,255,255,0.9) !important;
  694. }
  695.  
  696. .chat .divider:not(.divider-red)>span {
  697. color:rgba(255,255,255,1) !important;
  698. }
  699.  
  700. .chat .divider>div {
  701. display:none;
  702. }
  703.  
  704. .chat form {
  705. border-top: none !important;
  706. }
  707.  
  708. .messages .message-group:not(.has-divider) {
  709. border-bottom-color:hsla(0,0%,100%,.04) !important;
  710. }
  711.  
  712. .messages .message-group {
  713. border-bottom: none !important;
  714. }
  715.  
  716. .friends-table .messages .message-group .message-send-failed .markup,
  717. .friends-table .messages .message-group .message-send-failed .markup a,
  718. .messages .message-group .message-send-failed .markup,
  719. .messages .message-group .message-send-failed .markup a {
  720. color:rgba(240,71,71,0.5) !important;
  721. font-style:italic;
  722. }
  723.  
  724. .mentioned .message-text {
  725. border-radius: 0 !important;
  726. background: rgba(37,172,232,0.2) !important;
  727. }
  728.  
  729. .mentioned .message-text:after {
  730. border-radius: 0 !important;
  731. border-color:#25ACE8 !important;
  732. background:rgba(37,172,232,0.2) !important;
  733. }
  734.  
  735. .messages a {
  736. color:#25ACE8 !important;
  737. }
  738.  
  739. .messages h2 .user-name {
  740. font-size:0.85em;
  741. color:rgba(255,255,255,0.8);
  742. }
  743.  
  744. .messages h2 span {
  745. color:rgba(255,255,255,0.2) !important;
  746. }
  747.  
  748. .messages h2 .bot-tag {
  749. color:rgba(255,255,255,0.8) !important;
  750. }
  751.  
  752. .messages .markup {
  753. font-size:0.85em !important;
  754. line-height:1.4em !important;
  755. }
  756.  
  757. .messages .markup:not([data-colour="true"]) {
  758. color:rgba(255,255,255,0.5) !important;
  759. }
  760.  
  761. .markup pre {
  762. border-radius:0 !important;
  763. background:transparent !important;
  764. border-color:rgba(255,255,255,0.1) !important;
  765. }
  766.  
  767. .markup pre code.hljs {
  768. background:rgba(255,255,255,0.1) !important;
  769. color:rgba(255,255,255,0.7) !important;
  770. padding:1em !important;
  771. }
  772.  
  773. .modal-content .markup code.inline,
  774. .markup code.inline {
  775. background:rgba(255,255,255,0.1) !important;
  776. color:rgba(255,255,255,0.7) !important;
  777. padding:0.3em 0.6em !important;
  778. border-radius:0 !important;
  779. }
  780.  
  781. .messages .markup .highlight {
  782. background-color:rgba(29,101,134,.5) !important;
  783. color:#ddd !important;
  784. padding: 1px 4px;
  785. border-radius: 0;
  786. }
  787.  
  788. .messages .markup .highlight:hover {
  789. background-color:rgba(29,101,134,1) !important;
  790. color:#fff !important;
  791. }
  792.  
  793. .messages .invite-button {
  794. background: rgba(255,255,255,0.07) !important;
  795. border-color: rgba(255,255,255,0.1) !important;
  796. }
  797.  
  798. .emotewrapper img {
  799. position: relative;
  800. top: 7px;
  801. }
  802.  
  803. .channel-textarea-upload {
  804. border-right-color: hsla(0,0%,100%,.1) !important;
  805. }
  806.  
  807. .channel-textarea-inner {
  808. border: 2px solid rgba(255,255,255,0.1) !important;
  809. background:rgba(0,0,0,0.6) !important;
  810. }
  811.  
  812. .channel-textarea-autocomplete-inner {
  813. border:none !important;
  814. background:rgba(0,0,0,0.95) !important;
  815. }
  816.  
  817. .channel-textarea-autocomplete-inner header {
  818. border:none !important;
  819. background: rgba(37,172,232,0.5) !important;
  820. color: rgba(255,255,255,0.9) !important;
  821. }
  822.  
  823. .channel-textarea-autocomplete-inner ul li.active {
  824. background:rgba(255,255,255,0.1) !important;
  825. }
  826.  
  827. .channel-textarea-guard button {
  828. background:#1D6586 !important;
  829. }
  830.  
  831. .channel-textarea-guard button:hover {
  832. background:#25ACE8 !important;
  833. }
  834.  
  835. .typing {
  836. font-size:11px;
  837. }
  838.  
  839. .spoiler span {display:none;}
  840. .spoiler:before {
  841. min-height:18px;
  842. padding-top:2px;
  843. border-radius:5px;
  844. background:rgba(25,25,25,0.7);
  845. }
  846.  
  847. #twitchcord-button {
  848. background-size: 24px;
  849. background-position: 20px;
  850. background-color: transparent;
  851. opacity:0.4;
  852. }
  853.  
  854. #twitchcord-button:hover,
  855. #twitchcord-button.twitchcord-button-open {
  856. opacity:1;
  857. }
  858.  
  859. #twitchcord-button-container {
  860. right:30px !important;
  861. }
  862.  
  863. /*** COMPACT MODE ***/
  864.  
  865. .message-group.compact {
  866. margin-left:0;
  867. }
  868.  
  869. .message-group.compact .timestamp {
  870. color:rgba(255,255,255,0.3) !important;
  871. position:relative;
  872. top:-1px;
  873. }
  874.  
  875. .message-group.compact .message .markup .user-name {
  876. margin-right:8px;
  877. font-size:14px;
  878. }
  879.  
  880. /*
  881. __ _ _ _ _ _
  882. / _|_ __(_) ___ _ __ __| |___ | (_)___| |_
  883. | |_| '__| |/ _ \ '_ \ / _` / __| | | / __| __|
  884. | _| | | | __/ | | | (_| \__ \ | | \__ \ |_
  885. |_| |_| |_|\___|_| |_|\__,_|___/ |_|_|___/\__|
  886.  
  887. */
  888.  
  889. #friends .btn,
  890. .add-friend-popout .btn,
  891. .private-channels .channel.selected .icon-friends {
  892. background-color:#25ACE8 !important;
  893. }
  894.  
  895. .add-friend-popout .btn:disabled {
  896. background-color:#1D6586 !important;
  897. opacity:0.4;
  898. }
  899.  
  900. .private-channels .channel:hover:not(.selected) .icon-friends {
  901. background-color:#1D6586 !important;
  902. }
  903.  
  904. .private-channels .channel.btn-friends .badge {
  905. margin-right:10px;
  906. }
  907.  
  908. .private-channels .channel .close {
  909. margin-right:5px;
  910. }
  911.  
  912. #friends {
  913. background:transparent !important;
  914. }
  915.  
  916. .friends-header {
  917. background:rgba(0,0,0,0.95) !important;
  918. }
  919.  
  920. .friends-table {
  921. background:rgba(0,0,0,0.85) !important;
  922. margin-top:0 !important;
  923. }
  924.  
  925. .friends-header,
  926. .friends-table .friends-table-header {
  927. border-bottom: 1px solid hsla(0,0%,100%,.1) !important;
  928. }
  929.  
  930. .friends-header .tab-bar .tab-bar-separator,
  931. .friends-table .friends-table-header .friends-column-separator {
  932. background-color:hsla(0,0%,100%,.1) !important;
  933. }
  934.  
  935. .friends-table .friends-table-body {
  936. padding-top:20px !important;
  937. }
  938.  
  939. .friends-table .friends-row:hover {
  940. background: rgba(0,0,0,0.7) !important;
  941. }
  942.  
  943. /*
  944. _ _ _ _ _
  945. _ _ ___ ___ _ __ | (_)___| |_ ___ ___ ___| |_(_) ___ _ __
  946. | | | / __|/ _ \ '__| | | / __| __| / __|/ _ \/ __| __| |/ _ \| '_ \
  947. | |_| \__ \ __/ | | | \__ \ |_ \__ \ __/ (__| |_| | (_) | | | |
  948. \__,_|___/\___|_| |_|_|___/\__| |___/\___|\___|\__|_|\___/|_| |_|
  949.  
  950. */
  951.  
  952. .channel-members .invite-btn {
  953. background:#1D6586;
  954. }
  955.  
  956. .channel-members .invite-btn:hover {
  957. background:#25ACE8;
  958. }
  959.  
  960. .channel-members .member:hover {
  961. background:rgba(255,255,255,0.07) !important;
  962. }
  963.  
  964. .channel-members .member .member-username {
  965. font-size:12px;
  966. }
  967.  
  968. .channel-members .member .member-game {
  969. font-size:10px;
  970. }
  971.  
  972. .channel-members .avatar-small .status {
  973. border-color:rgba(0,0,0,0.7) !important;
  974. }
  975.  
  976. .channel-members h2 {
  977. background: rgba(0,0,0,0);
  978. padding-top: 10px;
  979. padding-bottom: 10px;
  980. }
  981.  
  982. .channel-members .member+h2 {
  983. margin-top:12px;
  984. }
  985.  
  986. .channel-members h2:first-of-type {
  987. margin-top:0px !important;
  988. }
  989.  
  990. /*
  991. _ __ _
  992. _ _ ___ ___ _ __ (_)_ __ / _| ___ _ __ ___ _ __ ___ _ _| |_
  993. | | | / __|/ _ \ '__| | | '_ \| |_ / _ \ | '_ \ / _ \| '_ \ / _ \| | | | __|
  994. | |_| \__ \ __/ | | | | | | _| (_) | | |_) | (_) | |_) | (_) | |_| | |_
  995. \__,_|___/\___|_| |_|_| |_|_| \___/ | .__/ \___/| .__/ \___/ \__,_|\__|
  996. |_| |_|
  997. */
  998.  
  999. .user-popout .header {
  1000. background:#25ACE8 !important;
  1001. }
  1002.  
  1003. .user-popout .avatar-wrapper .avatar-popout {
  1004. border:4px solid rgba(0,0,0,0.9);
  1005. background-color:rgba(0,0,0,0.9);
  1006. }
  1007.  
  1008. .user-popout .body {
  1009. background:rgba(0,0,0,0.8);
  1010. border-left:1px solid rgba(255,255,255,0.2);
  1011. border-right:1px solid rgba(255,255,255,0.2);
  1012. }
  1013.  
  1014. .user-popout .footer {
  1015. background:rgba(0,0,0,0.8);
  1016. border-top:1px solid rgba(255,255,255,0.2);
  1017. border-left:1px solid rgba(255,255,255,0.2);
  1018. border-right:1px solid rgba(255,255,255,0.2);
  1019. border-bottom:1px solid rgba(255,255,255,0.2);
  1020. }
  1021.  
  1022. .user-popout .footer .quick-message-wrapper .input {
  1023. background:rgba(255,255,255,0.1);
  1024. border-color:rgba(255,255,255,0.2);
  1025. color:rgba(255,255,255,0.9);
  1026. }
  1027.  
  1028. .user-popout .username-wrapper .game,
  1029. .user-popout .username-wrapper.hasNickname .discriminator,
  1030. .user-popout .username-wrapper.hasNickname .username {
  1031. color:rgba(0,0,0,0.7);
  1032. }
  1033.  
  1034. .popout header,
  1035. .slider-bar-fill {
  1036. background-color:#25ACE8;
  1037. border:1px solid #25ACE8;
  1038. }
  1039.  
  1040. .user-popout .user-popout-options .btn {
  1041. background-color:#1D6586;
  1042. border:1px solid #1D6586;
  1043. }
  1044.  
  1045. .user-popout .user-popout-options .btn:hover {
  1046. background-color:#25ACE8;
  1047. border:1px solid #25ACE8;
  1048. }
  1049.  
  1050. /* Admin buttons */
  1051. .user-popout .user-popout-options .btn.btn-server {
  1052. color: rgba(255,255,255,0.7);
  1053. background: rgba(240,71,71,0.4);
  1054. border: none !important;
  1055. }
  1056.  
  1057. .user-popout .user-popout-options .btn.btn-server:hover {
  1058. color: rgba(255,255,255,1);
  1059. background: rgba(240,71,71,1);
  1060. border: none !important;
  1061. }
  1062.  
  1063. /*
  1064. _ _ _ _
  1065. | |_ ___ ___ | | |_(_)_ __ ___
  1066. | __/ _ \ / _ \| | __| | '_ \/ __|
  1067. | || (_) | (_) | | |_| | |_) \__ \
  1068. \__\___/ \___/|_|\__|_| .__/|___/
  1069. |_|
  1070. */
  1071.  
  1072. .tooltip {
  1073. background:#1D6586;
  1074. color:#e0e0e0;
  1075. }
  1076.  
  1077. .tooltip.tooltip-right:after {
  1078. border-right-color:#1D6586;
  1079. }
  1080.  
  1081. .tooltip.tooltip-top:after {
  1082. border-top-color:#1D6586;
  1083. }
  1084.  
  1085. .tooltip.tooltip-bottom:after {
  1086. border-bottom-color:#1D6586;
  1087. }
  1088.  
  1089. /*
  1090. _ _ _ _
  1091. _ __ ___ (_)_ __ (_)_ __ ___ __ _| | _ __ ___ ___ __| | ___
  1092. | '_ ` _ \| | '_ \| | '_ ` _ \ / _` | | | '_ ` _ \ / _ \ / _` |/ _ \
  1093. | | | | | | | | | | | | | | | | (_| | | | | | | | | (_) | (_| | __/
  1094. |_| |_| |_|_|_| |_|_|_| |_| |_|\__,_|_| |_| |_| |_|\___/ \__,_|\___|
  1095.  
  1096. */
  1097.  
  1098. /* SERVER LIST */
  1099. .bd-minimal .channel-text a,
  1100. .bd-minimal .guild-channels ul .channel-voice {
  1101. padding:5px 5px 5px 10px !important;
  1102. }
  1103.  
  1104. .bd-minimal .guilds-wrapper .guilds {
  1105. padding-left:10px !important;
  1106. }
  1107.  
  1108. .bd-minimal .guilds-wrapper .guilds .friends-icon {
  1109. background-size:60% !important;
  1110. }
  1111.  
  1112. .bd-minimal .guilds-wrapper .guilds .guild:before {
  1113. width:10px;
  1114. height:25px;
  1115. border-radius:5px;
  1116. margin-top:-13px;
  1117. left:-16px;
  1118. }
  1119.  
  1120. .bd-minimal .guilds-wrapper .guilds .guild.unread:before {
  1121. height:10px;
  1122. margin-top:-5px;
  1123. }
  1124.  
  1125. .bd-minimal .guilds-wrapper .guilds .guild.selected:before {
  1126. border-radius:5px;
  1127. height:25px;
  1128. margin-top:-13px;
  1129. }
  1130.  
  1131. .bd-minimal .guilds-wrapper .guilds .guild,
  1132. .bd-minimal .guilds-wrapper .guilds .guild .guild-inner,
  1133. .bd-minimal .guilds-wrapper .guilds .guild .guild-inner .avatar-small,
  1134. .bd-minimal .guilds-wrapper .guilds .guild .guild-inner .friends-icon {
  1135. width:25px;
  1136. height:25px;
  1137. line-height:25px;
  1138. background-size:25px 25px;
  1139. font-size:10px !important;
  1140. }
  1141.  
  1142. .bd-minimal .guilds-wrapper .guilds .friends-online {
  1143. font-size: 10px;
  1144. word-spacing: 50px;
  1145. line-height: 20px;
  1146. margin-left: 0px;
  1147. width: 25px;
  1148. height: 20px;
  1149. border-radius: 20px;
  1150. overflow: hidden;
  1151. background: rgba(0,0,0,0.5);
  1152. }
  1153.  
  1154. .bd-minimal .guilds-wrapper .guild-separator {
  1155. width:25px;
  1156. margin-left:0;
  1157. }
  1158.  
  1159. /* CHAT */
  1160. .bd-minimal .chat>.title-wrap>.title {
  1161. font-size: 16px;
  1162. }
  1163.  
  1164. .bd-minimal .theme-dark .comment {
  1165. border-left:none !important;
  1166. padding-left:10px;
  1167. }
  1168.  
  1169. .bd-minimal .message-group {
  1170. padding:10px 5px;
  1171. }
  1172.  
  1173. .bd-minimal .avatar-large {
  1174. border-radius:100%;
  1175. }
  1176.  
  1177. .bd-minimal .message-group .edit-message .edit-container-outer {
  1178. margin-left:50px;
  1179. }
  1180.  
  1181. .bd-minimal .message-group .edit-message .edit-container-inner {
  1182. margin-left:10px;
  1183. }
  1184.  
  1185. /* MEMBERS */
  1186. .bd-minimal .channel-members h2 {
  1187. margin-top:10px;
  1188. margin-bottom:3px;
  1189. padding-left:20px;
  1190. }
  1191.  
  1192. .bd-minimal .channel-members h2:first-of-type {
  1193. margin-top:0px;
  1194. margin-bottom:3px;
  1195. }
  1196.  
  1197. .bd-minimal .channel-members .member {
  1198. padding:5px 15px 8px 20px;
  1199. }
  1200.  
  1201. /* CHANNELS */
  1202. .bd-minimal .guild-header header span {
  1203. margin-left:-7px;
  1204. font-size:14px;
  1205. }
  1206.  
  1207. .bd-minimal .guild-channels .channel-text .channel-name {
  1208. padding-left:5px;
  1209. }
  1210.  
  1211. .bd-minimal .guild-channels header:first-of-type {
  1212. margin-top:5px;
  1213. }
  1214.  
  1215. .bd-minimal .guild-channels .channel-text.unread:not(.selected):not(.channel-muted):before {
  1216. top:9px;
  1217. width:10px;
  1218. height:10px;
  1219. }
  1220.  
  1221. .bd-minimal .guild-channels h2 {
  1222. margin-left:15px;
  1223. }
  1224.  
  1225. /* ACCOUNT BAR */
  1226. .bd-minimal #voice-connection {
  1227. width:176px;
  1228. margin-left:-46px;
  1229. }
  1230.  
  1231. .bd-minimal .account {
  1232. width:206px;
  1233. margin-left:-46px;
  1234. }
  1235.  
  1236. .bd-minimal .account .avatar-small {
  1237. display:block !important;
  1238. margin-left:2px;
  1239. }
  1240.  
  1241. .bd-minimal .account .username {
  1242. display:none;
  1243. }
  1244.  
  1245. .bd-minimal .account .btn-group {
  1246. margin-left:10px;
  1247. }
  1248.  
  1249. .bd-minimal .account .btn-group .btn {
  1250. width:30px;
  1251. }
  1252.  
  1253. /*
  1254. _ _ _
  1255. ___ ___| |_| |_(_)_ __ __ _ ___
  1256. / __|/ _ \ __| __| | '_ \ / _` / __|
  1257. \__ \ __/ |_| |_| | | | | (_| \__ \
  1258. |___/\___|\__|\__|_|_| |_|\__, |___/
  1259. |___/
  1260. */
  1261.  
  1262. .context-menu {
  1263. background: rgba(0,0,0,0.95) !important;
  1264. }
  1265.  
  1266. .context-menu .item:hover,
  1267. .context-menu .item-subMenu {
  1268. background-color:rgba(255,255,255,0.05) !important;
  1269. }
  1270.  
  1271. .avatar-uploader a {
  1272. color:#25ACE8;
  1273. }
  1274.  
  1275. .avatar-uploader a:hover {
  1276. color:#1D6586;
  1277. }
  1278.  
  1279. .settings .settings-header {
  1280. background:#1a1d20 !important;
  1281. }
  1282.  
  1283. .form .btn-primary {
  1284. background-color:#1D6586;
  1285. }
  1286.  
  1287. .form .btn-primary:hover {
  1288. background-color:#25ACE8;
  1289. }
  1290.  
  1291. .user-settings-modal a {
  1292. color:#1D6586;
  1293. }
  1294.  
  1295. .user-settings-modal a:hover {
  1296. color:#25ACE8;
  1297. }
  1298.  
  1299. .channel-notification-settings .content .content-inner {
  1300. background:transparent !important;
  1301. }
  1302.  
  1303. .callout-backdrop {
  1304. opacity:0.55;
  1305. }
  1306.  
  1307. .tab-bar.SIDE {
  1308. margin-right: -17px;
  1309. }
  1310.  
  1311. .tab-bar.SIDE .tab-bar-item.selected {
  1312. background: rgba(0,0,0,0.7) !important;
  1313. }
  1314.  
  1315. .tab-bar.SIDE .tab-bar-item.selected:before {
  1316. border-color:#25ACE8;
  1317. }
  1318.  
  1319. .tab-bar.SIDE .tab-bar-item:before {
  1320. border-color:#1D6586;
  1321. }
  1322.  
  1323. .popout header,
  1324. .slider-bar-fill {
  1325. border:none !important;
  1326. }
  1327.  
  1328. .slider-handle,
  1329. .Select-control {
  1330. border:none !important;
  1331. }
  1332.  
  1333. .slider-bar {
  1334. background: rgba(255,255,255,0.5);
  1335. }
  1336.  
  1337. .settings .settings-header {
  1338. background:rgba(0,0,0,0.88) !important;
  1339. }
  1340.  
  1341. .settings .settings-inner,
  1342. .settings .settings-actions {
  1343. background:rgba(0,0,0,0.75);
  1344. }
  1345.  
  1346. .settings .settings-actions {
  1347. border-top:none !important;
  1348. }
  1349.  
  1350. .form .radio-group .radio,
  1351. .form .checkbox-group .checkbox,
  1352. .checkbox .checkbox-inner+span {
  1353. color:rgba(255,255,255,0.7) !important;
  1354. font-size: 0.95em;
  1355. }
  1356.  
  1357. .form .control-group input[type=email],
  1358. .form .control-group input[type=password],
  1359. .form .control-group input[type=text],
  1360. .form .control-group textarea {
  1361. padding:5px 10px 5px 10px;
  1362. border-radius:5px;
  1363. box-sizing:border-box;
  1364. border:1px solid rgba(255,255,255,0.1);
  1365. background:rgba(0,0,0,0.5);
  1366. color:rgba(255,255,255,0.5);
  1367. font-size:14px;
  1368. }
  1369.  
  1370. .form .control-group input[type=email]:focus,
  1371. .form .control-group input[type=password]:focus,
  1372. .form .control-group input[type=text]:focus,
  1373. .form .control-group textarea:focus {
  1374. border-color:rgba(255,255,255,0.3);
  1375. background:rgba(0,0,0,0.7);
  1376. color:rgba(255,255,255,1);
  1377. font-size:14px;
  1378. }
  1379.  
  1380. .form .Select-control,
  1381. .form .Select-option {
  1382. border:1px solid rgba(255,255,255,0.1) !important;
  1383. background:rgba(0,0,0,0.5);
  1384. color:rgba(255,255,255,0.5);
  1385. font-size:14px;
  1386. }
  1387.  
  1388. .form .Select-option {
  1389. border-top:none !important;
  1390. background:rgba(0,0,0,0.7);
  1391. color:rgba(255,255,255,0.4);
  1392. }
  1393.  
  1394. .form .Select-option.is-focused {
  1395. border-top:none !important;
  1396. background:rgba(0,0,0,1);
  1397. color:rgba(255,255,255,1);
  1398. }
  1399.  
  1400. .Select-menu-outer {
  1401. background:rgba(0,0,0,0.5);
  1402. border:none !important;
  1403. }
  1404.  
  1405. .has-value>.Select-control>.Select-placeholder {
  1406. color:rgba(255,255,255,0.8);
  1407. }
  1408.  
  1409. .form .btn-default {
  1410. padding:10px 0 !important;
  1411. width: 75px;
  1412. height: 35.5px;
  1413. border-radius: 3px;
  1414. }
  1415.  
  1416. .form hr,
  1417. .form .control-groups.control-separator,
  1418. .instant-invites .instant-invites-header,
  1419. .guild-settings-modal-integrations .guild-settings-modal-integrations-header,
  1420. .guild-settings-modal-members .guild-settings-modal-members-header,
  1421. .guild-settings-modal-members .guild-settings-modal-list .member+.member,
  1422. .guild-settings-modal-members .guild-settings-modal-members-footer,
  1423. #settings-roles .roles header,
  1424. #user-profile-modal .tab-bar {
  1425. border-color:rgba(255,255,255,0.2);
  1426. box-shadow:none;
  1427. }
  1428.  
  1429. .form .control-group input[type=email]:disabled,
  1430. .form .control-group input[type=password]:disabled,
  1431. .form .control-group input[type=text]:disabled,
  1432. .form .control-group textarea:disabled {
  1433. background:rgba(255,255,255,0.2) !important;
  1434. }
  1435.  
  1436. .guild-settings-modal-members {
  1437. background:none !important;
  1438. }
  1439.  
  1440. #settings-roles .roles {
  1441. border-right:1px solid rgba(255,255,255,0.2);
  1442. }
  1443.  
  1444. #settings-roles .roles li:hover:before {
  1445. background:#1D6586;
  1446. }
  1447.  
  1448. #settings-roles .roles li:hover:not(.selected) {
  1449. background:rgba(0,0,0,0.9) !important;
  1450. }
  1451.  
  1452. #settings-roles .roles li.selected {
  1453. background:rgba(0,0,0,0.5) !important;
  1454. }
  1455.  
  1456. #settings-roles .roles li.selected:before {
  1457. background:#25ACE8;
  1458. }
  1459.  
  1460. .btn-help {
  1461. font-size: 11px;
  1462. background: rgba(255,255,255,0.3);
  1463. }
  1464.  
  1465. .btn-help:hover,
  1466. .radio:hover span:after {
  1467. background:#1D6586;
  1468. }
  1469.  
  1470. .radio .radio-inner span:after {
  1471. background:#25ACE8;
  1472. }
  1473.  
  1474. .user-settings-modal-keybinds .user-settings-modal-keybinds-header {
  1475. border-bottom:1px solid rgba(255,255,255,0.2);
  1476. }
  1477.  
  1478. .user-settings-modal .voice-settings .reset-voice-settings {
  1479. color:#1D6586;
  1480. }
  1481.  
  1482. .user-settings-modal .voice-settings .reset-voice-settings:hover {
  1483. color:#1D6586;
  1484. opacity:0.6;
  1485. }
  1486.  
  1487. .checkbox .checkbox-inner input[type=checkbox]:checked+span {
  1488. background:#25ACE8;
  1489. border-color:#25ACE8;
  1490. }
  1491.  
  1492. .user-settings-modal-connections .user-settings-modal-accounts-list .connect-container .name {
  1493. color:rgba(255,255,255,0.8);
  1494. }
  1495.  
  1496. .user-settings-modal-connections .user-settings-modal-connections-list .connection .connection-integrations.no-integrations {
  1497. color:rgba(255,255,255,0.8);
  1498. }
  1499.  
  1500. .user-settings-modal-connections .user-settings-modal-connections-list .connection .connection-integrations {
  1501. border-color:#643DA7 !important;
  1502. }
  1503.  
  1504. .user-settings-modal-connections .user-settings-modal-connections-list {
  1505. box-shadow: 0 -1px rgba(255,255,255,0.2);
  1506. }
  1507.  
  1508. .tab-bar.TOP {
  1509. border-color:rgba(255,255,255,0.2);
  1510. }
  1511.  
  1512. .tab-bar.TOP .tab-bar-item.selected {
  1513. border-color:#25ACE8;
  1514. color:#25ACE8;
  1515. }
  1516.  
  1517. .user-settings-streamer-mode {
  1518. background:none;
  1519. }
  1520.  
  1521. .user-settings-modal-games {
  1522. background:rgba(255,255,255,0.05) !important;
  1523. border:none !important;
  1524. }
  1525.  
  1526. .user-settings-modal-games .games-table .games-row .item-game,
  1527. .user-settings-modal-games .games-table .games-row .item-overlay {
  1528. border-color:rgba(255,255,255,0.2) !important;
  1529. }
  1530.  
  1531. .user-settings-modal-games .games-table .games-row .item-game .game-input,
  1532. .user-settings-modal-games .games-table .games-row .item-game .game-name {
  1533. color:#fff;
  1534. }
  1535.  
  1536. .user-settings-modal-games .games-table .games-row .item-game .last-played {
  1537. color:rgba(255,255,255,0.5);
  1538. }
  1539.  
  1540. .now-playing {
  1541. background:#25ACE8 !important;
  1542. }
  1543.  
  1544. .now-playing.no-detection {
  1545. background: rgba(0,0,0,0.8);
  1546. }
  1547.  
  1548. .bd-g-table tbody tr,
  1549. .bd-g-table thead th,
  1550. .bd-g-table tbody tr:nth-child(odd) {
  1551. background:transparent !important;
  1552. }
  1553.  
  1554. .bd-g-table textarea {
  1555. color: rgba(255,255,255,0.4) !important;
  1556. background: rgba(255,255,255,0.2) !important;
  1557. padding: 8px 10px !important;
  1558. box-sizing:border-box;
  1559. }
  1560.  
  1561. #bd-pane .scroller-wrap div[style*="background:#2E3136; color:#ADADAD; height:30px; position:absolute; bottom:0; left:0; right:0;"] {
  1562. background:rgba(0,0,0,0.95) !important;
  1563. }
  1564.  
  1565. .CodeMirror {
  1566. background: rgba(255,255,255,0.15) !important;
  1567. border-radius: 0px;
  1568. color: rgba(255,255,255,0.8) !important;
  1569. }
  1570.  
  1571. .CodeMirror-gutters {
  1572. background: rgba(255,255,255,0.25) !important;
  1573. border:none !important;
  1574. }
  1575.  
  1576. .CodeMirror-linenumber {
  1577. color: #fff !important;
  1578. }
  1579.  
  1580. .cm-s-neat span.cm-builtin {
  1581. color:#25ACE8;
  1582. }
  1583.  
  1584. .cm-s-neat span.cm-atom,
  1585. .cm-s-neat span.cm-number {
  1586. color:#25ACE8;
  1587. }
  1588.  
  1589. .member-roles .member-role {
  1590. background-color: rgba(255,255,255,0.1);
  1591. border:none;
  1592. padding: 6px 8px;
  1593. color: #fff;
  1594. }
  1595.  
  1596. .popout section {
  1597. background:rgba(0,0,0,0.95) !important;
  1598. }
  1599.  
  1600. .popout.popout-bottom header:before {
  1601. border-bottom-color:#1D6586;
  1602. }
  1603.  
  1604. #autocomplete-popout .row.selected,
  1605. #autocomplete-popout .row:hover {
  1606. background:rgba(255,255,255,0.2) !important;
  1607. }
  1608.  
  1609. #permissions .permission-actions {
  1610. color:rgba(255,255,255,0.7) !important;
  1611. }
  1612.  
  1613. #autocomplete-popout .empty h4,
  1614. #permissions .permissions-helpdesk,
  1615. .guild-settings-modal-members .guild-settings-modal-members-footer a {
  1616. color:#25ACE8;
  1617. }
  1618.  
  1619. #permissions .permissions-helpdesk:hover,
  1620. .guild-settings-modal-members .guild-settings-modal-members-footer a:hover {
  1621. color:#1D6586;
  1622. }
  1623.  
  1624. #user-profile-modal .header,
  1625. #user-profile-modal .btn {
  1626. background:#25ACE8;
  1627. }
  1628.  
  1629. #user-profile-modal .btn:hover {
  1630. background:#1D6586;
  1631. }
  1632.  
  1633. #user-profile-modal .sub-header,
  1634. #user-profile-modal .tab-bar-container,
  1635. #user-profile-modal .scroller,
  1636. #user-profile-modal .empty,
  1637. #user-profile-modal footer {
  1638. background:rgba(0,0,0,0.85) !important;
  1639. }
  1640.  
  1641. #user-profile-modal .tab-bar-container {
  1642. border-bottom: 1px solid rgba(240, 240, 240, 0.15) !important;
  1643. }
  1644.  
  1645. #user-profile-modal .guilds .section+.section {
  1646. border-top: 1px solid rgba(240, 240, 240, 0.15) !important;
  1647. }
  1648.  
  1649. #user-profile-modal .guilds .guild:hover {
  1650. background:rgba(255,255,255,0.2) !important;
  1651. color:rgba(255,255,255,0.7);
  1652. }
  1653.  
  1654. #user-profile-modal .avatar-profile {
  1655. border-color:rgba(0,0,0,0.7);
  1656. background-color:rgba(0,0,0,0.85);
  1657. }
  1658.  
  1659. #bd-customcss-attach-controls {
  1660. background:rgba(0,0,0,0.85);
  1661. border:none;
  1662. box-shadow:none;
  1663. padding:5px 10px 10px 10px;
  1664. }
  1665.  
  1666. #bd-customcss-attach-controls .checkbox > span {
  1667. font-size:14px;
  1668. margin-right:8px;
  1669. margin-left:5px;
  1670. }
  1671.  
  1672. .bda-slist li {
  1673. background:rgba(0,0,0,0.65) !important;
  1674. border-top:1px solid rgba(255,255,255,0.2) !important;
  1675. border-bottom:none;
  1676. }
  1677.  
  1678. .bda-slist li:nth-child(odd),
  1679. .bda-slist .bda-description {
  1680. border:none;
  1681. }
  1682.  
  1683. .bda-slist li:first-of-type {
  1684. border-top:none !important;
  1685. }
  1686.  
  1687. .bda-slist .bda-name {
  1688. color:rgba(255,255,255,0.8);
  1689. letter-spacing: .3px;
  1690. }
  1691.  
  1692. .bda-slist .bda-left {
  1693. width:380px;
  1694. padding:10px;
  1695. box-sizing:border-box;
  1696. }
  1697.  
  1698. .bda-slist .bda-right .bda-plugin-reload {
  1699. margin-top:25px;
  1700. }
  1701.  
  1702. .bda-slist .bda-right .btn {
  1703. margin-left:-5px;
  1704. }
  1705.  
  1706. .bda-slist .bda-right .btn:disabled {
  1707. opacity:0.3;
  1708. }
  1709.  
  1710. .bda-slist .checkbox {
  1711. margin-left:10px;
  1712. position:relative;
  1713. top:8px;
  1714. }
  1715.  
  1716. .bda-slist {
  1717. margin-bottom:25px;
  1718. }
  1719.  
  1720. .bda-slist-top {
  1721. height: 35px;
  1722. }
  1723.  
  1724. #bd-themes-pane .bda-plugin-reload {
  1725. margin-top:60px;
  1726. }
  1727.  
  1728. #bda-qem-favourite-container,
  1729. #bda-qem-twitch-container,
  1730. .emoji-picker {
  1731. background-color: rgba(0,0,0,0.95) !important;
  1732. border: 0px solid rgba(255,255,255,0.1) !important;
  1733. border-top: none !important;
  1734. }
  1735.  
  1736. .emoji-picker .category {
  1737. background-color: rgba(0,0,0,0.7) !important;
  1738. border: 0px solid rgba(255,255,255,0.2) !important;
  1739. border-top: none !important;
  1740. }
  1741.  
  1742. #bda-qem {
  1743. padding-right: 0px !important;
  1744. border-bottom: 0px solid rgba(0,0,0,0.5) !important;
  1745. background: rgba(0,0,0,0.95) !important;
  1746. }
  1747.  
  1748. #bda-qem button {
  1749. background: rgba(255,255,255,0.1) !important;
  1750. box-shadow: rgba(0,0,0,0.5) 1px 0 0 0 !important;
  1751. }
  1752.  
  1753. #bda-qem button:hover {
  1754. background: rgba(0,0,0,0.6) !important;
  1755. }
  1756.  
  1757. #bda-qem button.active {
  1758. background: rgba(0,0,0,1) !important;
  1759. }
  1760.  
  1761. /* Scrollbar drag bar */
  1762. .emoji-picker .scroller::-webkit-scrollbar-thumb,
  1763. #bda-qem-twitch-container .scroller::-webkit-scrollbar-thumb,
  1764. #bda-qem-favourite-container .scroller::-webkit-scrollbar-thumb {
  1765. background:rgba(255,255,255,0.4) !important;
  1766. border-color:rgba(255,255,255,0) !important;
  1767. }
  1768.  
  1769. /* Scrollbar background */
  1770. .emoji-picker .scroller::-webkit-scrollbar,
  1771. .emoji-picker .scroller::-webkit-scrollbar-track,
  1772. .emoji-picker .scroller::-webkit-scrollbar-track-piece,
  1773. #bda-qem-favourite-container .scroller::-webkit-scrollbar,
  1774. #bda-qem-favourite-container .scroller::-webkit-scrollbar-track,
  1775. #bda-qem-favourite-container .scroller::-webkit-scrollbar-track-piece,
  1776. #bda-qem-twitch-container .scroller::-webkit-scrollbar,
  1777. #bda-qem-twitch-container .scroller::-webkit-scrollbar-track,
  1778. #bda-qem-twitch-container .scroller::-webkit-scrollbar-track-piece {
  1779. background:rgba(255,255,255,0.1) !important;
  1780. border-color:rgba(255,255,255,0) !important;
  1781. }
  1782.  
  1783. /*
  1784. _ _ _ _ _ _
  1785. _ __ _ _| |__ | (_) ___ | | (_)___| |_
  1786. | '_ \| | | | '_ \| | |/ __| | | | / __| __|
  1787. | |_) | |_| | |_) | | | (__ | |___| \__ \ |_
  1788. | .__/ \__,_|_.__/|_|_|\___| |_____|_|___/\__|
  1789. |_|
  1790.  
  1791. */
  1792.  
  1793. #slist,
  1794. #pubs-container {
  1795. background-color:rgba(0,0,0,0.7) !important;
  1796. border-radius:5px 5px 0 0;
  1797. }
  1798.  
  1799. #pubs-header {
  1800. padding:10px;
  1801. background-color:#25ACE8 !important;
  1802. border-radius:5px 5px 0 0;
  1803. }
  1804.  
  1805. #pubs-header input {
  1806. padding-left:10px;
  1807. }
  1808.  
  1809. #pubs-footer {
  1810. padding:10px;
  1811. font-size:12px;
  1812. background:rgba(0,0,0,0.8) !important;
  1813. border-radius:0 0 5px 5px;
  1814. }
  1815.  
  1816. .server-icon {
  1817. width:50px;
  1818. height:50px;
  1819. border-radius:100%;
  1820. }
  1821.  
  1822. .server-row {
  1823. padding:10px 10px 8px 10px;
  1824. }
  1825.  
  1826. .server-info {
  1827. line-height:50px;
  1828. }
  1829.  
  1830. .server-info button {
  1831. background-color:#1D6586 !important;
  1832. width:70px;
  1833. height:40px;
  1834. margin-top:4px;
  1835. margin-right:4px;
  1836. }
  1837.  
  1838. .server-info button:hover {
  1839. background-color:#25ACE8 !important;
  1840. }
  1841.  
  1842. #slist span {
  1843. color:white !important;
  1844. }
  1845.  
  1846. .server-row:nth-child(2n+1) {
  1847. background-color:rgba(255,255,255,0.06) !important;
  1848. }
  1849.  
  1850. .server-row:nth-child(2n+2) {
  1851. background-color:rgba(0,0,0,0) !important;
  1852. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement