Advertisement
Guest User

Untitled

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