Advertisement
Hclegend

Background.JPG

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