Advertisement
Kimossab

Dildo Better Discord CSS

Feb 16th, 2017
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 20.52 KB | None | 0 0
  1. /*
  2.     BACKGROUND
  3. */
  4. .app,
  5. .app .layers,
  6. .callout-backdrop {
  7.     background:url(https://pbs.twimg.com/media/Cy7QLoKW8AUESsB.jpg:large) !important;
  8.     background-size:cover !important;
  9. }
  10. .notice,
  11. #friends {
  12.     background: rgba(41,0,56,0.8) !important;
  13.     color:rgba(120,156,0,1) !important;
  14. }
  15. .links,
  16. .chat,
  17. .typing,
  18. .content,
  19. .guild-channels,
  20. .private-channels,
  21. .guild-header header,
  22. .divider-red span,
  23. .messages-wrapper,
  24. #voice-connection{
  25.     background: transparent !important;
  26. }
  27. .guilds-wrapper,
  28. .channels-wrap,
  29. .content .flex-spacer,
  30. .channel-members {
  31.     background:rgba(41,0,56,0.8) !important
  32. }
  33. input {
  34.     background: none !important;
  35.     color: rgba(120,156,0,1) !important;
  36. }
  37.  
  38. /*
  39.     SCROLLS
  40. */
  41. .scroller-wrap .scroller::-webkit-scrollbar-thumb {
  42.     border:2px solid transparent !important;
  43.     background-color:rgba(41,0,56,0.8) !important;
  44. }
  45. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  46.     border:2px solid transparent !important;
  47.     background-color:rgba(10,56,0,0.4) !important;
  48. }
  49.  
  50. /*
  51.     SERVER SETTINGS
  52. */
  53. /* REGION SETTINGS */
  54. .region-select-modal {
  55.     background:rgba(41,0,56,0.8);
  56. }
  57.  
  58. .region-select-modal .region-select-modal-header,
  59. .region-select-modal-footer {
  60.     color:rgba(80,116,0,1) !important;
  61. }
  62.  
  63. .region-select-modal .region-select-modal-option {
  64.     background:rgba(10,56,0,0.6);
  65.     border:2px solid rgba(10,56,0,0.8);
  66. }
  67.  
  68. .region-select-modal .region-select-modal-option:hover {
  69.     border-color: rgba(80,116,0,1) ;
  70. }
  71.  
  72. .region-select-modal .region-select-modal-option .region-select-name {
  73.     color:rgba(41,0,56,1);
  74. }
  75.  
  76. /* POPUPS */
  77. /* popup boxes*/
  78. .markdown-modal,
  79. .form .form-inner,
  80. .form .form-header,
  81. .form .form-actions,
  82. .need-help-modal .footer,
  83. .markdown-modal .markdown-modal-footer {
  84.     background:rgba(41,0,56,0.8) !important;
  85. }
  86. /* popup header */
  87. .form header {
  88.     color:rgba(120,156,0,1);
  89. }
  90. /* some popoup titles */
  91. .modal-content .user-name {
  92.     color:rgba(120,156,0,1);
  93. }
  94.  
  95. /*
  96.     CREATE/JOIN SERVER POPUP
  97. */
  98. /* background of the background */
  99. .create-guild-container {
  100.     background:black !important;
  101. }
  102. /* text "or" */
  103. .create-guild-container .create-or-join .actions .or {
  104.     color:rgba(10,56,0,1);
  105.     background: rgba(41,0,56,0.8);
  106.     z-index:1;
  107. }
  108.  /* option box colour */
  109. .create-guild-container .action {
  110.     background:rgba(10,56,0,0.6);
  111.     z-index:2;
  112. }
  113.  
  114. /* icons turn black */
  115. .create-guild-container .action.create .action-icon,
  116. .create-guild-container .action.join .action-icon {
  117.     -webkit-filter:invert() hue-rotate(150deg);
  118.     z-index:2;
  119. }
  120.  
  121. /* option header */
  122. .create-guild-container h5,
  123. .create-guild-container header,
  124. .create-guild-container .action.create .action-header,
  125. .create-guild-container .action.join .action-header,
  126. .create-guild-container .action.create .action-body,
  127. .create-guild-container .action.join .action-body {
  128.     color:rgba(120,156,0,1);
  129.     z-index:2;
  130. }
  131.  
  132. /* button  */
  133. .create-guild-container .action.create .btn-primary,
  134. .create-guild-container .action.join .btn-primary {
  135.     background-color:rgba(10,56,0,1)  !important;
  136.     color:rgba(41,0,56,1) ;
  137.     z-index:2;
  138. }
  139. /* button hover */
  140. .create-guild-container .action.create:hover .btn-primary,
  141. .create-guild-container .action.join:hover .btn-primary {
  142.     background-color:rgba(10,56,0,0.6)  !important;
  143.     z-index:2;
  144. }
  145.  
  146. /*
  147.     CREATE SERVER POPUP
  148. */
  149. /* back button */
  150. .create-guild-container .form-actions .btn-default {
  151.     background: transparent;
  152.     color: rgba(120,156,0,1) !important;
  153.     border:0;
  154. }
  155. .create-guild-container .form-actions  {
  156.     border-top:1px solid rgba(10,56,0,0.6);
  157. }
  158. .create-guild-container .form-actions .btn-primary {
  159.     background:rgba(10,56,0,0.6);
  160.     color: rgba(120,156,0,1) !important;
  161. }
  162. /* sub text */
  163. .create-guild-container .form-inner p {
  164.     color: rgba(120,156,0,1) !important;
  165. }
  166. .create-guild-container .form-inner label {
  167.     color: rgba(120,156,0,1) !important;
  168. }
  169. /* region */
  170. /* full butto */
  171. .create-guild-container .create-guild .guild-form .region-select {
  172.     background: rgba(10,56,0,0.6);
  173. }
  174. /* left button */
  175. .create-guild-container .create-guild .guild-form .region-select-inner {
  176.     border:0;
  177. }
  178. .create-guild-container .create-guild .guild-form .region-select-inner .region-select-name {
  179.     color: rgba(120,156,0,1);
  180. }
  181. /* right button */
  182. .create-guild-container .create-guild .guild-form .region-select button {
  183.     color:rgba(120,156,0,1);
  184.     border:0;
  185. }
  186. /* hover effect */
  187. .create-guild-container .create-guild .guild-form .region-select:hover button,
  188. .create-guild-container .create-guild .guild-form .region-select:hover .region-select-inner {
  189.     background-color:rgba(10,56,0,0.6) ;
  190. }
  191. /* text box */
  192. .create-guild-container .create-guild .guild-form .control-group input {
  193.     border-bottom: 1px solid rgba(120,156,0,1) !important;
  194.     color:rgba(120,156,0,1) !important;
  195. }
  196. .create-guild-container .create-guild .guild-form .control-group input:focus {
  197.     border-bottom: 2px solid rgba(120,156,0,1) !important;
  198.     color:rgba(120,156,0,1) !important;
  199. }
  200.  
  201. /* avatar circle */
  202. .avatar-uploader .avatar-uploader-inner {
  203.     background-color: rgba(10,56,0,0.6) ;
  204.     border-color: rgba(120,156,0,1);
  205. }
  206. .avatar-uploader-hint {
  207.     color: rgba(120,156,0,1) !important;
  208. }
  209. .avatar-uploader small {
  210.     color: rgba(120,156,0,1) !important;
  211. }
  212.  
  213. /*
  214.     SERVER LIST
  215. */
  216. /* button to create server */
  217. .guilds-add {
  218.     opacity:0.5;
  219.     background:rgba(41,0,56,0.8) !important;
  220.     color:rgba(120,156,0,1)!important;
  221.     border-color: rgba(120,156,0,1) !important;
  222.     font-size:22px !important;
  223.     font-size:30px;
  224. }
  225. .guilds-add:hover {
  226.     opacity: 1;
  227.     background:rgba(10,56,0,0.6) !important;
  228. }
  229. /* server icons */
  230. .guilds-wrapper .guilds {
  231.     padding:18px 20px 85px 20px;
  232. }
  233. /* server separator */
  234. .guilds-wrapper .guild-separator {
  235.     margin-top:5px;
  236.     margin-bottom:5px;
  237.     margin-left:-5px;
  238.     display:none;
  239. }
  240. .guilds-wrapper .guild-separator:after {
  241.     background:transparent;
  242. }
  243.  
  244. /* default server colour */
  245. .guilds-wrapper .guilds .guild .guild-inner {
  246.     background:rgba(41,0,56,0.8) !important;
  247. }
  248. .guilds-wrapper .guilds .guild .guild-inner:hover {
  249.     background:rgba(10,56,0,0.6) !important;
  250. }
  251.  
  252. .guilds-wrapper .guilds .guild.active:first-of-type .guild-inner {
  253.     background:rgba(10,56,0,0.6)  !important;
  254. }
  255. .guilds-wrapper .guilds .selected .guild-inner {
  256.     background:rgba(10,56,0,0.6)  !important;
  257. }
  258.  
  259. /* server icon design */
  260. .guilds-wrapper .guilds .guild .guild-inner a,
  261. .guilds-wrapper .guilds .guild,
  262. .guilds-wrapper .guilds .guild .avatar-small {
  263.     width:40px;
  264.     height:40px;
  265. }
  266. .guilds-wrapper .guilds .guild .avatar-small {
  267.     width:40px;
  268.     height:40px;
  269.     background-size: 40px 40px;
  270.     color:rgba(120,156,0,1) !important;
  271. }
  272. .guilds-wrapper .guilds .guild .guild-inner {
  273.     line-height:40px;
  274. }
  275.  
  276. /* icon for friends (top 1) */
  277. .guilds-wrapper .guilds .friends-icon {
  278.     width:40px;
  279.     height:40px;
  280.     background-size:25px 19px;
  281. }
  282. .guilds-wrapper .guilds .friends-icon:after {
  283.     display:block;
  284.     width:40px;
  285.     height:40px;
  286.     content:'';
  287.     background-size:110%;
  288.     background-repeat:no-repeat;
  289.     background-position:top center;
  290. }
  291.  
  292. /* friends online */
  293. .guilds-wrapper .guilds .friends-online {
  294.     color: rgba(120,156,0,1);
  295.     font-size: 9px;
  296.     margin: 15px 0 15px -7px;
  297.     line-height: 20px;
  298.     width: 55px;
  299.     height: 20px;
  300.     border-radius: 25px;
  301.     overflow: hidden;
  302.     background: rgba(41,0,56,0.8);
  303. }
  304.  
  305. /* that thing that says new message */
  306. .guilds-wrapper .guilds .guild.unread:not(.selected):before,
  307. .guild-channels .channel-text.unread:not(.selected):not(.channel-muted):before {
  308.     background:rgba(120,156,0,1) ;
  309. }
  310.  
  311. /* no idea */
  312. .guilds-wrapper .guilds .guild.active .guild-inner:before {
  313.     background-color:black; !important;
  314. }
  315.  
  316. /* no idea */
  317. .guilds-wrapper .guilds-error {
  318.     width:40px;
  319.     height:40px;
  320.     line-height:36px;
  321. }
  322.  
  323. .guilds-wrapper .guilds .guild:before,
  324. .guilds-wrapper .guilds .guild.unread:before,
  325. .guilds-wrapper .guilds .guild.selected:before {
  326.     left:-26px;
  327.     transition:0.2s ease-in-out all;
  328. }
  329.  
  330. /*
  331.     CHANNEL LIST
  332. */
  333. /* SERVER NAME BOX SHIT */
  334. /* no idea */
  335. .guild-header ul {
  336.     background:white !important;
  337.     opacity:0 !important;
  338.     transition: transform .5s cubic-bezier(0.18, 0.89, 0.32, 1.28) !important;
  339.     padding-top:100px;
  340.     top:-56px;
  341. }
  342. /* no idea */
  343. .guild-header-open ul {
  344.     opacity:0 !important;
  345. }
  346. /* server name box */
  347. .guild-header header {
  348.     box-shadow:none !important;
  349.     color:rgba(80,116,0,1) !important;
  350. }
  351. /* server name */
  352. .guild-header header span {
  353.     margin-left:-7px;
  354. }
  355. /* no idea to be honest */
  356. .guild-channels header h2 {
  357.     padding:0 100px;
  358.     color:rgba(120,156,0,1) !important;
  359. }
  360.  
  361. /* "DIRECT MESSAGES" header */
  362. .guild-channels header h2,
  363. .private-channels header {
  364.     opacity:1;
  365.     color: rgba(120,156,0,1);
  366. }
  367.  
  368. /* channel names */
  369. .draggable span,
  370. .channel-name {
  371.     font-size:0.9em;
  372.     color:rgba(120,156,0,1) !important;
  373. }
  374. /*# before channel name */
  375. .guild-channels .channel-text .channel-name:before {
  376.     color:rgba(120,156,0,1) !important;
  377. }
  378.  
  379. .guild-channels .channel-text a {
  380.     padding:8px 6px 10px 18px;
  381.     color:rgba(120,156,0,1)  !important;
  382. }
  383.  
  384. /* headers */
  385. .guild-channels header h2,
  386. .guild-channels header span,
  387. .guild-channels .channel a {
  388.     color:rgba(120,156,0,1) !important;
  389. }
  390. /* channel box hover */
  391. .guild-channels .channel:hover {
  392.     background:rgba(41,0,56,0.3) !important;
  393. }
  394.  
  395. /* PM LIST */
  396. /* search bar background */
  397. .private-channels .search-bar {
  398.     background:transparent; !important;
  399. }
  400.  
  401. /* search bar inside box */
  402. .private-channels .search-bar input {
  403.     background:rgba(41,0,56,0.8)!important;
  404. }
  405.  
  406. /* selected channel */
  407. .guild-channels .channel.selected,
  408. .private-channels .channel.selected,
  409. .private-channels .search-result.selected,
  410. .private-channels .search-result:hover {
  411.     background:rgba(41,0,56,0.8) !important;
  412. }
  413.  
  414. /* channel hover */
  415. .guild-channels ul .channel:not(.selected):hover,
  416. .private-channels .channel:not(.selected):hover {
  417.     background:rgba(41,0,56,0.3) !important;
  418. }
  419.  
  420. /* channel selected left line */
  421. .guild-channels .channel:not(.selected):before,
  422. .guild-channels .channel.selected:before,
  423. .guild-channels .channel.selected:hover:before,
  424. .private-channels .channel:not(.selected):before,
  425. .private-channels .channel.selected:before,
  426. .private-channels .channel.selected:hover:before,
  427. .private-channels .search-result.selected:before,
  428. .private-channels .search-result:hover:before {
  429.     border-left:2px solid rgba(41,0,56,1) !important;
  430. }
  431.  
  432. .private-channels .channel .icon-friends {
  433.     background-color:rgba(10,56,0,0.6) !important;
  434. }
  435.  
  436. /* I guess the not read thing, IDC */
  437. .guild-channels .channel-text.unread:not(.selected):not(.channel-muted):before {
  438.     left:-8px;
  439. }
  440.  
  441. /* bottom left user box */
  442. .account {
  443.     z-index:9;
  444.     border-top:none !important;
  445.     width:320px;
  446.     margin-left:-80px;
  447.     background:transparent;
  448.     padding:0 15px !important;
  449.     height:77px;
  450.     box-sizing:border-box;
  451. }
  452.  
  453. /* border of the circle of status of the user */
  454. .account .status {
  455.     border:2px solid rgba(10,56,0,0.6);
  456. }
  457.  
  458. /* box of the buttons of the user */
  459. .account .btn {
  460.     background:transparent;
  461.     box-shadow:none !important;
  462. }
  463. /* when clicking one of those buttons ^*/
  464. .account .btn:active {
  465.     background:rgba(41,0,56,0.8);
  466. }
  467. .account .btn:hover {
  468.     background:rgba(41,0,56,0.3);
  469. }
  470. /* opacity on the settings button ?  IDC */
  471. .account .btn-settings:after {
  472.     opacity:0.3;
  473. }
  474.  
  475. /* specific stuff for buttons meh */
  476. .account .btn-deafen,
  477. .account .btn-mute {
  478.     border:none;/*1px solid #101010;*/
  479. }
  480. .account .btn-deafen, .account .btn-settings {
  481.     box-shadow:none !important;
  482. }
  483.  
  484. .account .btn-group, #voice-connection .btn-group {
  485.     border:none;
  486. }
  487.  
  488. .account .avatar-small {
  489.     margin:0 0 0 10px;
  490. }
  491.  
  492. /* box with "voice connected" and buttons */
  493. #voice-connection {
  494.     z-index:9;
  495.     border-top:none !important;
  496.     padding:15px 20px 15px 18px !important;
  497. }
  498.  
  499. /* buttons for voice */
  500. #voice-connection .btn {
  501.     background:transparent;
  502.     box-shadow:none !important;
  503.     border: 0;
  504. }
  505. /* buttons for voice */
  506. #voice-connection .btn:hover {
  507.     background:rgba(41,0,56,0.3);
  508. }
  509. .voice-connection-inner a {
  510.     color:rgba(120,156,0,1) !important;
  511. }
  512.  
  513. .message-group .comment {
  514.     background:transparent !important;
  515.     border:none !important;
  516. }
  517. /*
  518.     CHAT
  519. */
  520. /* chatbox */
  521. textarea {
  522.     background:transparent !important;
  523. }
  524. .channel-textarea-upload {
  525.     border-right-color: rgba(120,156,0,0.2) !important;
  526.     color:rgba(120,156,0,1) !important;
  527. }
  528. .channel-textarea-inner {
  529.     border: 0px solid rgba(120,156,0,1) !important;
  530.     background:rgba(41,0,56,0.8) !important;
  531.     color:rgba(120,156,0,1) !important;
  532. }
  533. /* autocomplete for mentions and shit */
  534. .channel-textarea-autocomplete-inner,
  535. .channel-textarea-autocomplete-inner header {
  536.     border:none !important;
  537.     background:rgba(41,0,56,0.8) !important;
  538.     color: rgba(120,156,0,1) !important;
  539. }
  540. .channel-textarea-autocomplete-inner ul li{
  541.     color:rgba(120,156,0,1) !important;
  542. }
  543. .channel-textarea-autocomplete-inner ul li.active {
  544.     background:rgba(10,56,0,0.3) !important;
  545. }
  546. /*no idea */
  547. .channel-textarea-guard button {
  548.     background:black !important;
  549. }
  550. .channel-textarea-guard button {
  551.     background:white !important;
  552. }
  553. .channel-textarea-guard button:hover {
  554.     background:red!important;
  555. }
  556.  
  557. /* # before channel name (top) */
  558. .chat>.title-wrap>.title .channel-name:before {
  559.     color:rgba(120,156,0,1) !important;
  560. }
  561. /* loading cubes */
  562. .spinner-wandering-cubes .spinner-item {
  563.     background-color:rgba(10,56,0,0.6);
  564.     width:15px;
  565.     height:15px;
  566.     border-radius:4px;
  567. }
  568.  
  569. /* button to load more */
  570. .chat .has-more button {
  571.     color:rgba(80,116,0,1) !important;
  572.     background:rgba(10,56,0,0.6) !important;
  573.     border:none !important;
  574.     box-shadow:none !important;
  575. }
  576.  
  577. /* mention highlights */
  578. .highlight {
  579.     color:rgba(120,156,0,1);
  580.     background: black
  581. }
  582. /* underline on mentions */
  583. .markdown-modal .highlight:hover,
  584. .chat .title-wrap .topic .highlight:hover {
  585.     color:rgba(41,0,56,0.8) !important;
  586. }
  587. /* someone mentioned me box */
  588. .messages .markup .highlight {
  589.     background-color:rgba(40,76,0,0.8) !important;
  590.     color:rgba(120,156,0,1) !important;
  591.     border-radius: 0;
  592. }
  593. .messages .markup .highlight:hover {
  594.     background-color:rgba(80,116,0,1) !important;
  595.     color:#fff !important;
  596. }
  597. .mentioned .message-text {
  598.     border-radius: 0 !important;
  599.     background: rgba(10,56,0,0.6) !important;
  600. }
  601. .mentioned .message-text:after {
  602.     border-radius: 0 !important;
  603.     border-color:rgba(10,56,0,0.6) !important;
  604.     background:rgba(10,56,0,0.6) !important;
  605. }
  606. .mentioned .message-text:after {
  607.     border-radius: 0 !important;
  608.     border-color:rgba(10,56,0,0.6) !important;
  609.     background:rgba(10,56,0,0.6) !important;
  610. }
  611.  
  612. /*text size and line height NEEDED */
  613. .messages .markup {
  614.     font-size:0.85em !important;
  615.     line-height:1.4em !important;
  616. }
  617. .messages .markup:not([data-colour="true"]) {
  618.     color:rgba(120,156,0,1) !important;
  619. }
  620.  
  621. /* color of button clicked (top right) */
  622. .header-toolbar button.popout-open {
  623.     background:rgba(41,0,56,0.8);
  624. }
  625. /* member list */
  626. .header-toolbar button.active {
  627.     background-color:rgba(41,0,56,0.8);
  628. }
  629.  
  630. /* emoji picker - mess around */
  631. .emoji-picker {
  632.     background:rgba(41,0,56,0.8) !important;
  633. }
  634. .emoji-picker .search-bar input {
  635.     color:rgba(41,0,56,0.8);
  636.     background:transparent;
  637. }
  638.  
  639. .emoji-picker .search-bar-clear {
  640.     background:rgba(120,156,0,1);
  641. }
  642. .emoji-picker .sticky-header,
  643. .emoji-picker .search-bar {
  644.     background:transparent !important;
  645. }
  646. .emoji-picker .search-bar-inner {
  647.     background:rgba(41,0,56,1)  !important;
  648. }
  649. .emoji-picker .categories .item.selected {
  650.     border-bottom-color:rgba(41,0,56,0.8);
  651. }
  652. .emoji-picker .category {
  653.     background: transparent !important;
  654.     color: rgba(120,156,0,1);
  655. }
  656. .emoji-picker .scrollbar .track {
  657.     background-color:red !important;
  658. }
  659. .emoji-picker .scrollbar .thumb {
  660.     border:3px solid transparent !important;
  661.     background-color:rgba(10,56,0,0.4) !important;
  662. }
  663.  
  664. /* channel name top box */
  665. .topic:before,
  666. .separator {
  667.     color:rgba(120,156,0,1) !important;
  668. }
  669. .title-wrap {
  670.     border-bottom:0px solid rgba(41,0,56,0.8) !important;
  671.     background:rgba(41,0,56,0.8) !important;
  672. }
  673.  
  674. .timestamp {
  675.     color: rgba(120,156,0,1) !important;
  676. }
  677.  
  678. /* top new message bar */
  679. .chat .new-messages-bar {
  680.     background-color:rgba(10,56,0,0.6);
  681. }
  682. .chat .new-messages-bar:hover {
  683.     background-color:rgba(10,56,0,0.8);
  684. }
  685. .chat .new-messages-bar button:last-child {
  686.     color:rgba(120,156,0,1);
  687. }
  688. /* chat name */
  689. .chat>.title-wrap>.title .channel-name {
  690.     color:rgba(120,156,0,1);
  691. }
  692. /* channel topic */
  693. .chat>.title-wrap>.topic {
  694.     font-size:12px;
  695.     margin-top:5px;
  696.     color:rgba(120,156,0,1) !important;
  697. }
  698. /* a divider */
  699. .chat .divider {
  700.     height:25px;
  701.     background:none;
  702. }
  703. .chat .divider>div {
  704.     display:none !important;
  705. }
  706. .chat .divider:not(.divider-red)>div {
  707.     background:yellow !important;
  708. }
  709. /* new day box */
  710. .chat .divider:before {
  711.     background:rgba(10,56,0,0.6) !important;
  712.     height:25px;
  713. }
  714. /* colour of the new messages box */
  715. .chat .divider.divider-red:before {
  716.     background: rgba(10,56,0,0.6) !important;
  717. }
  718. .chat .divider>span {
  719.     background-color:transparent !important;
  720.     font-size:12px;
  721.     text-transform:uppercase;
  722.     margin:10px 0px;
  723.     border-radius: 0px;
  724.     opacity: 1;
  725.     padding: 8px 15px;
  726.     line-height: 1px;
  727.     width: 100%;
  728.     text-align: center;
  729. }
  730. /* new message text colour */
  731. .chat .divider.divider-red>span {
  732.     color:rgba(120,156,0,1) !important ;
  733. }
  734. .chat .divider:not(.divider-red)>span {
  735.     color:rgba(120,156,0,1) !important;
  736. }
  737. .chat .divider>div {
  738.     display:none;
  739. }
  740.  
  741. /* links */
  742. .messages a {
  743.     color:rgba(120,156,0,1) !important;
  744. }
  745. /* message sender name */
  746. .messages h2 .user-name {
  747.     font-size:0.85em;
  748. }
  749.  
  750.  
  751.  
  752. /* bot tag */
  753. .bot-tag,
  754. .need-help-modal .header {
  755.     background:rgba(41,0,56,0.8);
  756.     color:rgba(120,156,0,1) !important;
  757. }
  758.  
  759. /* no idea, doesn't matter */
  760. .alert.form .form-inner .btn {
  761.     padding: 0 !important;
  762.     border: none !important;
  763. }
  764. /* no idea */
  765. .chat-empty {
  766.     background:pink;
  767. }
  768. /* no idea */
  769. .channel-pins-wrap {
  770.     background: yellow !important;
  771. }
  772. /* no idea */
  773. .channel-pins-wrap .header,
  774. .channel-pins-wrap .footer {
  775.     background-color: red !important;
  776.     box-shadow: none !important;
  777. }
  778.  
  779. .channel-pins .message-group {
  780.     background-color: yellow !important;
  781. }
  782.  
  783. .channel-pins .message-group:hover {
  784.     box-shadow: 0 0 4px 5px rgba(37, 172, 232, 0.1);
  785.     border-color: rgba(120,156,0,1) !important;
  786. }
  787.  
  788. .channel-pins .message-group .action-buttons {
  789.     box-shadow: none !important;
  790.     background: none !important;
  791. }
  792.  
  793. .channel-pins .message-group .action-buttons .jump-button {
  794.     background-color: rgba(255,255,255,0.15) !important;
  795. }
  796.  
  797. /* no idea */
  798. .channel-notification-settings .content label,
  799. .notification-settings-modal .mute-server .checkbox .label span {
  800.     color:yellow;
  801. }
  802. .notification-settings-modal .notification-settings-modal-channel-settings-list {
  803.     box-shadow:none !important;
  804. }
  805. .markdown-modal .markdown-modal-header {
  806.     color:yellow;
  807. }
  808. .modal-content .form-inner p {
  809.     color:red;
  810. }
  811.  
  812. /* no idea */
  813. .chat form {
  814.     border-top: none !important;
  815. }
  816.  
  817. /* fuck if I know */
  818. .messages .message-group:not(.has-divider) {
  819.     border-bottom-color:hsla(0,0%,100%,.04) !important;
  820. }
  821. .messages .message-group {
  822.     border-bottom: none !important;
  823. }
  824.  
  825. /* FRIENDS SHIT */
  826. .friends-table {
  827.     background: transparent !important;
  828. }
  829. /* no idea */
  830. .friends-table .messages .message-group .message-send-failed .markup,
  831. .friends-table .messages .message-group .message-send-failed .markup a,
  832. .messages .message-group .message-send-failed .markup,
  833. .messages .message-group .message-send-failed .markup a {
  834.  
  835.     color:rgba(240,71,71,0.5) !important;
  836.     background: brown !important;
  837.     font-style:italic;
  838. }
  839. .markup pre {
  840.     border-radius:0 !important;
  841.     background:transparent !important;
  842.     border-color:rgba(120,156,0,1) !important;
  843. }
  844.  
  845. .markup pre code.hljs {
  846.     background:rgba(41,0,56,1) !important;
  847.     color:rgba(120,156,0,1) !important;
  848.     padding:1em !important;
  849. }
  850.  
  851. .modal-content .markup code.inline,
  852. .markup code.inline {
  853.     background:rgba(41,0,56,1) !important;
  854.     color:rgba(120,156,0,1) !important;
  855.     padding:0.3em 0.6em !important;
  856.     border-radius:0 !important;
  857. }
  858.  
  859. /* no idea let me know */
  860. .messages .invite-button {
  861.     background: beige !important;
  862.     border-color: darkgrey !important;
  863. }
  864.  
  865. /* fuck if I know */
  866. .emotewrapper img {
  867.     position: relative;
  868.     top: 7px;
  869. }
  870.  
  871. /* no idea */
  872. .typing {
  873.     font-size:11px;
  874.     color:  rgba(120,156,0,1) !important;
  875. }
  876.  
  877. /* no idea */
  878. .spoiler span {display:none;}
  879. .spoiler:before {
  880.     min-height:18px;
  881.     padding-top:2px;
  882.     border-radius:5px;
  883.     background:blue;
  884. }
  885.  
  886. .channel-members h2,
  887. .member-activity {
  888.     color: rgba(120,156,0,1) !important;
  889. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement