LiVeR96

liver bdiscord css 9.4.16

Apr 9th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 18.38 KB | None | 0 0
  1. nosnow{}
  2. #twitchcord-button {
  3. background-image: url(https://a.pomf.cat/igycpe.png)!important
  4. }
  5.  
  6. #twitchcord-button.twitchcord-button-open {
  7. background-image:
  8. url(https://cdn.frankerfacez.com/emoticon/35694/1)!important
  9.     }
  10.  
  11. .channel-textarea-emoji>.sprite-item,
  12. .channel-textarea-emoji.popout-open .sprite-item
  13. {
  14.   background-image:url(https://cdn.frankerfacez.com/emoticon/72266/1)!important;
  15.   width:40px;
  16.   height:40px;
  17.   opacity:1;
  18.   filter:none;
  19.   transform:scale(1);
  20.   transition:none;
  21.   background-size:32px 32px!important;
  22.   background-position:4px 4px!important;
  23. }
  24.  
  25. .channel-textarea-emoji.hovered>.sprite-item
  26. {
  27.   background-image:url(https://cdn.betterttv.net/emote/55ec05672538a92d53dca5f1/1x)!important;
  28.   width:40px;
  29.   height:40px;
  30.   transform:scale(1);
  31.   background-size:32px 32px!important;
  32.   background-position:4px 4px!important;
  33. }
  34.  
  35.  
  36. body {
  37.     #@import url(https://fonts.googleapis.com/css?family=Architects+Daughter);
  38.     font-family: 'Architects Daughter';
  39.     font-size: 16px;
  40.     text-transform: capitalize, lowercase;
  41.     letter-spacing: 0.1em;
  42.     color: #0B5C47;
  43.     background: url(https://db.tt/0rmbUcIW) repeat top left fixed, auto !important
  44.     cursor: url(https://db.tt/lQNcIbRZ), auto !important;
  45. }
  46.  
  47. .emote:hover {-webkit-animation-play-state:paused!important;}
  48.  
  49. /*Semen Demon background Image*/
  50. .messages-wrapper  
  51. {
  52.    
  53. background-image:url("https://a.pomf.cat/idynez.png") !important;
  54.     background-position: bottom right !important;
  55.     background-repeat:no-repeat !important;
  56.     background-size:450px 800px;
  57.     z-index:0
  58. }
  59.  
  60. [.CodeMirror
  61. {
  62.     position:fixed;
  63.     top:0;
  64.     left:0;
  65.     bottom:0;
  66.     right:0;
  67.     height:75%;
  68.     z-index:0;
  69. }]
  70.  
  71. .CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar
  72. {
  73.     background:#181818;
  74. }
  75.  
  76. .CodeMirror-cursor
  77. {
  78.     border-left: 2px solid #fff;
  79.     border-right: none;
  80.     width: 0;
  81. }
  82.  
  83. .CodeMirror-linenumber
  84. {
  85.     background:#181818;
  86.     border:1px solid #fff;
  87. }
  88.  
  89. .CodeMirror-scroll
  90. {
  91.     background:#181818;
  92.     color:#fff;
  93. }
  94.  
  95.  
  96. /*Emotes*/
  97. .emote {
  98.    width:130%;
  99.    height:130%;
  100. }
  101.  
  102. .message-group .emoji {
  103.    width:10%;
  104.    height:10%;
  105. }
  106.  
  107. .avatar-large:before
  108. {
  109.     position: absolute;
  110.     top: -125px;
  111.     left: -105px;
  112.     content: url('https://icons.iconarchive.com/icons/youthedesigner/christmas-graphics/256/santa-hat-icon.png');
  113.     transform: scale(0.3);
  114. }
  115.  
  116. background-position: 50px 10px;
  117.  
  118. /*Guilds and shits, channel name etc*/
  119. .active .guild-inner:before
  120. {
  121.     background:#00FFFF!important;
  122. }
  123.  
  124. .guilds li.audio .guild-inner:after
  125. {
  126.     background:url(//s17.postimg.org/4cpj1ok4v/notification_sound_icon.gif)center no-repeat;
  127.     background-size:16px;
  128. }
  129.  
  130. .guilds li.active .guild-inner {
  131.     background: transparent!important;
  132. }
  133.  
  134. .guilds li:hover .guild-inner {
  135.     background: transparent!important;
  136. }
  137.  
  138. .unread .guild-inner:before
  139. {
  140.     background:#ff3333!important;
  141. }
  142.  
  143. .guild-channels ul .channel-text.selected:before
  144. {
  145.     border-left:4px solid #DC54E8;
  146.     right:10px;
  147.     border-radius:8px 0 0 10px;
  148. }
  149.  
  150. .guild-channels ul .channel-text.selected:hover:before
  151. {
  152.     border-left:4px solid;
  153.     border-radius:6px;
  154.     animation-name: hovercolors;
  155.     animation-duration: 2s;
  156.     animation-iteration-count: infinite;
  157.     background:transparent;
  158. }
  159. @keyframes hovercolors
  160. {
  161.     0%      {color: cyan;}
  162.     25%     {color: transparent;}
  163.     50%     {color: cyan;}
  164.     75%     {color: transparent;}
  165.     100%    {color: cyan;}
  166. }
  167.  
  168. .guild-channels ul .channel-text:hover a
  169. {
  170.     background-color:#181818;
  171.     border-left:4px solid;
  172.     border-radius:6px;
  173.     animation-name: colors;
  174.     animation-duration: 2s;
  175.     animation-iteration-count: infinite;
  176. }
  177. @keyframes colors
  178. {
  179.     0%      {color: cyan;}
  180.     25%     {color: transparent;}
  181.     50%     {color: cyan;}
  182.     75%     {color: transparent;}
  183.     100%    {color: cyan;}
  184. }
  185.  
  186. .guild-channels ul .channel-text:hover
  187. {
  188.     background:#181818!important;
  189.     border-left-radius:6px;
  190. }
  191.  
  192. .guild-channels ul .channel-text:hover:not(.unread):before
  193. {
  194.     border-left:4px solid;
  195. }
  196.  
  197. .guild-header ul
  198. {
  199.     background-color:#181818;
  200. }
  201.  
  202. .guild-channels header h2
  203. {
  204.     color:#DC54E8;
  205.     padding-left:50px;
  206. }
  207.        
  208. .guilds, .guilds-wrapper, .help-container, .help-container:after
  209. {
  210.     background:#181818!important;
  211. }
  212.  
  213. .guilds .friends-icon
  214. {
  215.     background-color:#181818
  216. }
  217.  
  218. .guild-channels ul .channel-text.channel-muted:not(.selected) a:hover
  219. {
  220.     border-left:4px solid;
  221.     opacity:1;
  222.     background:#181818;
  223.     border-radius:7px;
  224.    
  225.     animation-name: mutedcolors;
  226.     animation-duration: 2s;
  227.     animation-iteration-count: infinite;
  228. }
  229. @keyframes mutedcolors
  230. {
  231.     0%      {color: red;}
  232.     25%     {color: transparent;}
  233.     50%     {color: red;}
  234.     75%     {color: transparent;}
  235.     100%    {color: red;}
  236. }
  237.  
  238. .guild-channels ul .channel-text:hover:not(.unread):before
  239. {
  240.     border-left: 4px solid transparent;
  241.    
  242. }
  243.  
  244. .guild-channels ul .channel-text.channel-muted:not(.selected) a:hover
  245. {
  246.     border-right:4px solid;
  247.     opacity:1;
  248.     background:#181818;
  249.     border-radius:7px;
  250.    
  251.     animation-name: mutedcolors;
  252.     animation-duration: 2s;
  253.     animation-iteration-count: infinite;
  254. }
  255. @keyframes mutedcolors
  256. {
  257.     0%      {color: red;}
  258.     25%     {color: transparent;}
  259.     50%     {color: red;}
  260.     75%     {color: transparent;}
  261.     100%    {color: red;}
  262. }
  263.  
  264. .guild-channels ul .channel-text:hover:not(.unread):not(.channel-muted)
  265. {
  266.     border-right:4px solid;
  267.     opacity:.7;
  268.     background:#181818!important;
  269.     border-radius:6px;
  270.    
  271.     animation-name: rightblinkycolors;
  272.     animation-duration: 2s;
  273.     animation-iteration-count: infinite;
  274. }
  275. @keyframes rightblinkycolors
  276. {
  277.     0%      {color: cyan;}
  278.     25%     {color: transparent;}
  279.     50%     {color: cyan;}
  280.     75%     {color: transparent;}
  281.     100%    {color: cyan;}
  282. }
  283.  
  284. .guild-channels ul .channel-text.channel-muted:not(.selected) a
  285. {
  286.     border-radius:6px;
  287. }
  288.  
  289. .channel-muted
  290. {
  291.     border-radius:7px;
  292. }
  293.  
  294. .guild-channels ul .channel-text:hover
  295. {
  296.     background: transparent;
  297. }
  298.  
  299. .guild-channels ul .channel-text.unread:not(.selected):not(.channel-muted):before
  300. {
  301.     border-left:4px solid;
  302.     border-radius:6px;
  303.     height:35px;
  304.     width:4px;
  305.     left:0px;
  306.     top:0px;
  307.     border-radius: 95px 0 0 95px;
  308.     background:transparent;
  309.    
  310.    animation-name: unread;
  311.     animation-duration: 2s;
  312.     animation-iteration-count: infinite;
  313. }
  314. @keyframes unread
  315. {
  316.     0%      {color: cyan;}
  317.     25%     {color: transparent;}
  318.     50%     {color: cyan;}
  319.     75%     {color: transparent;}
  320.     100%    {color: cyan;}
  321. }
  322.  
  323. .guild-channels ul .channel-text.unread:not(.selected):not(.channel-muted):hover:before
  324. {
  325.     border-right:4px solid;
  326.     border-radius:6px;
  327.     height:35px;
  328.     width:2px;
  329.     left:230px;
  330.    top:0px;
  331.     border-radius: 0 95px 95px 0;
  332.     background:transparent;
  333.    
  334.    animation-name: unreadright;
  335.     animation-duration: 2s;
  336.     animation-iteration-count: infinite;
  337. }
  338. @keyframes unreadright
  339. {
  340.     0%      {color: cyan;}
  341.     25%     {color: transparent;}
  342.     50%     {color: cyan;}
  343.     75%     {color: transparent;}
  344.     100%    {color: cyan;}
  345. }
  346.  
  347. .guild-channels ul .channel-text.unread:not(.selected):not(.channel-muted):hover:before
  348. {
  349.     border-left: 4px solid transparent;
  350. }
  351.  
  352. .guild-channels ul .channel-text.unread:not(.selected):not(.channel-muted):hover
  353. {
  354.     border-radius:6px;
  355. }
  356.  
  357.  
  358. .username
  359. {
  360.     letter-spacing:2px;
  361.     font-size: 14px;
  362.     padding: 8px;
  363. }
  364.  
  365. /*Bottom-Left-Area(Account-Name/Mute_and_Deafen)*/
  366.  
  367. .account .btn-group
  368. {
  369.     border:none;
  370. }
  371.  
  372. .account .btn-deafen
  373. {
  374.     border-radius:50px;
  375. }
  376.  
  377. .account .btn
  378.  
  379. {
  380.     border-radius:50px;
  381.     border:1px solid #D667E0;
  382. }
  383.  
  384. .account .btn
  385. {
  386.     background:#181818;
  387. }
  388.  
  389. /*Private-Message*/
  390.  
  391. .private-channels, .guild-channels,
  392. .guild-header header, .account, .links,
  393. .channel-members, .title-wrap
  394. {
  395.     background:#181818!important;
  396.     background-color:#181818!important;
  397. }
  398.  
  399. .private-channels .search-bar
  400. {
  401.     background-color:#181818
  402. }
  403.  
  404. .private-channels .channel.selected
  405. {
  406.     background:linear-gradient(90deg,#191919 85%,#181818);
  407.     border-radius:6px;
  408. }
  409.  
  410. .private-channels .channel:hover
  411. {
  412.     background:#111111!important;
  413.     border-left:4px solid;
  414.     border-radius:6px;
  415.  
  416.     animation-name: colors;
  417.     animation-duration: 2s;
  418.     animation-iteration-count: infinite;
  419. }
  420. @keyframes colors
  421. {
  422.     0%      {color: cyan;}
  423.     25%     {color: transparent;}
  424.     50%     {color: cyan;}
  425.     75%     {color: transparent;}
  426.     100%    {color: cyan;}
  427. }
  428.  
  429. .private-channels .channel.selected:before
  430. {
  431.     border-left:4px solid #00FFFF;
  432.     right:10px;
  433.     border-radius:8px 0 0 8px;
  434. }
  435.  
  436. .private-channels .channel:hover:before
  437. {
  438. height:0%;
  439. }
  440.  
  441. /*Settings Menu*/
  442. .settings .settings-header
  443. {
  444.     letter-spacing:1px;
  445.     border-radius:50px 0 0 50px;
  446. }
  447.  
  448. .user-settings-modal.settings
  449. {
  450.     border-radius: 50px;
  451.     border:2px solid #181818;
  452.     padding-right:40px;
  453. }
  454.  
  455. .form .btn-primary:hover
  456. {
  457.     background-color:#111111!important;
  458.     color:cyan;
  459.     font-style:inherit;
  460.     font-weight:800;
  461. }
  462.  
  463. .form .btn-primary
  464. {
  465.     background-color:#181818;
  466. }
  467.  
  468. .settings .settings-actions
  469. {
  470.     background-color:transparent;
  471. }
  472.  
  473. .user-settings-modal .settings-wrapper
  474. {
  475.     background-color:#181818;  
  476. }
  477.  
  478. .form .control-group input[type=email],
  479. .form .control-group input[type=password],
  480. .form .control-group input[type=text],
  481. .form .control-group textarea
  482. {
  483.     background-color:#494949;
  484.     color:#ffffff;
  485.     padding-left:10px;
  486.     border-radius:50px;
  487. }
  488.  
  489. .form .control-group input[type=email]:focus,
  490. .form .control-group input[type=password]:focus,
  491. .form .control-group input[type=text]:focus,
  492. .form .control-group textarea:focus
  493. {
  494.     border-bottom: 2px solid #00FFFF;
  495. }
  496.  
  497. .form .control-group label
  498. {
  499.     color:#00FFFF;
  500.     font-weight:600;
  501.     letter-spacing: 2px;
  502. }
  503.  
  504. .user-settings-modal a
  505. {
  506.     color:cyan;
  507. }
  508.  
  509. .user-settings-modal a:hover
  510. {
  511.     color:cyan;
  512.     opacity:.5;
  513. }
  514.  
  515. .checkbox .checkbox-inner input[type=checkbox]:checked+span:after
  516. {
  517.     position: absolute;
  518.     top:0;
  519.     left:4px;
  520.     display:table;
  521.     width:4px;
  522.     height:10px;
  523.     border:2px solid cyan;
  524.     border-top-width:0;
  525.     border-left-width:0;
  526.     -webkit-transform:rotate(45deg);
  527.     transform:rotate(45deg);
  528. }
  529.  
  530. .user-settings-text-chat .help-text
  531. {
  532.     font-size:15px!important;
  533. }
  534.  
  535. .tab-bar.TOP .tab-bar-item.selected
  536. {
  537.     color:cyan;
  538.     border-color:cyan;
  539. }
  540.  
  541. .tab-bar.TOP .tab-bar-item:hover
  542. {
  543.     color:#fff;
  544.     border-color:#00FFFF;
  545. }
  546.  
  547. .tab-bar.SIDE .tab-bar-header
  548. {
  549.     color:#00FFFF;
  550.     padding-left: 25px;
  551. }
  552.  
  553. .tab-bar.SIDE .tab-bar-item:hover:before
  554. {
  555.     border-left:0px solid transparent;
  556. }
  557.  
  558. .tab-bar.SIDE .tab-bar-item:hover
  559. {
  560.     border-radius: 25px;
  561.     border: 5px solid;
  562.     padding: 15px;
  563.     padding-bottom:15px;
  564.     padding-left:55px;
  565.     padding-top:5px;
  566.     width: 95px;
  567.     height: 5px;
  568.  
  569.     animation-name: colors;
  570.     animation-duration: 4s;
  571.     animation-iteration-count: infinite;
  572. }
  573. @keyframes colors {
  574.     0%      {color: cyan;}
  575.     25%     {color: transparent;}
  576.     50%     {color: cyan;}
  577.     75%     {color: transparent;}
  578.     100%    {color: cyan;}
  579. }
  580.  
  581. .tab-bar.SIDE .tab-bar-item.selected:before
  582. {
  583.     border-radius: 25px;
  584.     border: 5px solid;
  585.     padding: 10px;
  586.     width: 145px;
  587.     height: 5px;
  588.  
  589.     animation-name: selectedcolors;
  590.     animation-duration: 4s;
  591.     animation-iteration-count: infinite;
  592. }
  593.    @keyframes selectedcolors {
  594.     0%      {color: cyan;}
  595.     25%     {color: transparent;}
  596.     50%     {color: cyan;}
  597.     75%     {color: transparent;}
  598.     100%    {color: cyan;}
  599. }
  600.  
  601. .tab-bar.SIDE
  602. {
  603.     padding-left:10px;
  604.     background:#111111;
  605. }
  606.  
  607. .language-select .Select-menu::-webkit-scrollbar
  608. {
  609.     background-color: transparent;
  610.     background-clip: padding-box;
  611. }
  612.  
  613. .language-select .Select-menu::-webkit-scrollbar-thumb
  614. {
  615.     background-color: #00FFFF;
  616.     background-clip: padding-box;
  617.     border: none;
  618.     border-radius: 8px;
  619. }
  620.  
  621. .language-select .Select-menu::-webkit-scrollbar-track-piece
  622. {
  623.     border: 1px solid #00FFFF;
  624.     background: #181818;
  625.     border-radius: 10px;
  626. }
  627.  
  628. .guild-settings-modal-members h6
  629. {
  630.     color:#fff;
  631. }
  632.  
  633. .guild-settings-modal-members .guild-settings-modal-members-footer .help-text strong
  634. {
  635.     color:#fff;
  636. }
  637.  
  638. #settings-roles-pro-tip .pro-tip
  639. {
  640.     color:#00FFFF;
  641. }
  642.  
  643. #settings-roles-pro-tip
  644. {
  645.     color:#fff;
  646. }
  647.  
  648. .Select-menu::-webkit-scrollbar
  649. {
  650.     background-color: #transparent;
  651.     background-clip: padding-box;
  652.     width:8px;
  653. }
  654.  
  655. .Select-menu::-webkit-scrollbar-thumb
  656. {
  657.     background-color: #00FFFF;
  658.     background-clip: padding-box;
  659.     border: none;
  660.     border-radius: 8px;
  661. }
  662.  
  663. .Select-menu::-webkit-scrollbar-track-piece
  664. {
  665.     border: 1px solid #00FFFF;
  666.     background: #181818;
  667.     border-radius: 10px;
  668. }
  669.  
  670. .Select-menu-outer
  671. {
  672.     border-bottom-right-radius: 10px;
  673.     border-bottom-left-radius: 10px;
  674. }
  675.  
  676. /*Alertform*/
  677. .alert.form.has-icon:before
  678. {
  679.     background-image: url(//s16.postimg.org/fu798wxmt/server_kick_icon.png);
  680.     background-size: 100px;
  681.     background-position-y: 32px;
  682.     background-repeat: no-repeat;
  683.     background-color: transparent;
  684.     padding-top: 20px;
  685.     padding-bottom: 10px;
  686.     border-radius:0px;
  687. }
  688.  
  689. .alert.form .form-inner .cancel
  690. {
  691.     background:transparent;
  692. }
  693.  
  694. .alert.form .form-inner .cancel:hover
  695. {
  696.     background-color: #00FFFF;
  697.     color:#000;
  698.     font-weight:700;
  699. }
  700.  
  701. .form .btn.red
  702. {
  703.     background:transparent!important;
  704. }
  705.  
  706. .form .btn.red:hover
  707. {
  708.     background-color:#FF0000!important;
  709.     font-weight:800;
  710. }
  711.  
  712. .form
  713. {
  714.     width: 520px;
  715.     position: relative;
  716.     border-radius: 50px;
  717. }
  718.  
  719. .form .form-actions
  720. {
  721.     background: #181818!important;
  722.     border-radius: 0 0 50px 50px;
  723. }
  724.  
  725. .form.modal-content.form.delete-message-modal
  726. {
  727.     background:transparent!important;
  728. }
  729.  
  730. .form .btn.red
  731. {
  732.     background:transparent!important;
  733. }
  734.  
  735. .form .btn.red:hover
  736. {
  737.     background-color:#FF0000!important;
  738.     font-weight:800;
  739. }
  740.  
  741. .alert.form .form-inner .btn
  742. {
  743.     border-color:#00FFFF;
  744.     border-radius: 50px;
  745. }
  746.  
  747. .alert.form .form-inner
  748. {
  749.     background:#181818;
  750.     padding-top: 60px!important;
  751. }
  752.  
  753. .form.delete-message-modal
  754. {
  755.     border:2px solid #FF0000;
  756. }
  757.  
  758. .form .form-inner
  759. {
  760.     background-color: #181818;
  761.     color: #fff;
  762.    
  763. }
  764.  
  765. .alert.form
  766. {
  767.     border: 7px solid #FF0000;
  768.     min-height: 0px;
  769.     border-radius: 10px;
  770. }
  771.  
  772. .alert.form .form-inner h4
  773. {
  774.     color:#ff0000;
  775. }
  776.  
  777. a, a:visited
  778. {
  779.     color:#ffffff;
  780. }
  781.  
  782. .channel-text.has-results .channel-textarea-inner
  783. {
  784.     border-color:#181818;
  785. }
  786.  
  787. .spoiler span
  788. {
  789.     display:none;
  790. }
  791.  
  792. .spoiler::before
  793. {
  794.     min-height:18px;
  795.     padding-top:2px;
  796.     border-radius:5px;
  797.     background:rgba(25,25,25,0.7);
  798.     border:2px dotted red;
  799.     text-decoration:underline;
  800. }
  801.  
  802. .small-popout-box
  803. {
  804.     background:#000;
  805.     border:#000;
  806. }
  807.  
  808. .option-popout .btn-item
  809. {
  810.     color:#00FFFF;
  811. }
  812.  
  813. .form header
  814. {
  815.     color:#ff0000;
  816.     padding-left:160px;
  817. }
  818.  
  819. .form .form-header
  820. {
  821.     background:#181818;
  822.     color:#ff0000;
  823.     border-radius:50px 50px 0 0!important;
  824. }
  825.  
  826. .delete-message-modal
  827. {
  828. border-radius:50px!important;
  829. }
  830.  
  831. .form .form-actions
  832. {
  833.     background-color:#181818;
  834. }
  835.  
  836. .form .btn-default
  837. {
  838.     color:#fff;
  839.     background-color:#181818;
  840. }
  841.  
  842. .form .form-inner
  843. {
  844.     background-color:#181818;
  845.     color:#fff;
  846. }
  847.  
  848. .modal-content .form-inner p
  849. {
  850.     color:#ff0000;
  851.     padding-left:90px
  852. }
  853.  
  854. .message-group h2 .timestamp
  855. {
  856.     color:#fff;
  857. }
  858.  
  859. .message-group .comment .markup
  860. {
  861.     color:#fff;
  862. }
  863.  
  864. .chat .welcome-message h1
  865. {
  866.     color:#fff;
  867. }
  868.  
  869. .theme-dark .chat .welcome-message a
  870. {
  871.     color:#00FFFF;
  872. }
  873.  
  874. .alert.form .form-inner p
  875. {
  876.     color:#ff0000;
  877.     padding-left:0px;
  878. }
  879.  
  880. .channel-textarea-autocomplete-inner
  881. {
  882.     background-color:#181818!important;
  883. }
  884.  
  885. .theme-dark .channel-members .member:hover
  886. {
  887.     background:-webkit-linear-gradient(left,#181818 85%,#181818);
  888.     background:linear-gradient(90deg,#181818 85%,#181818)
  889. }
  890.  
  891. .channel-textarea-inner .channel-textarea-upload:hover
  892. {
  893.     background-color:#00FFFF!important
  894. }
  895.  
  896. .progress .progress-bar
  897. {
  898.     height:10px;
  899.     border-radius:5px;
  900.     background-clip:padding-box;
  901.     background-color:#00FFFF;
  902.     -webkit-transition:width .2s ease-in;
  903.     transition:width .2s ease-in;
  904. }
  905.  
  906. .progress
  907. {
  908.     width:150px;
  909.     background-color:#000000;
  910.     box-shadow:inset 0 1px 1px rgba(0,0,0,.06);
  911. }
  912.  
  913. .channel-textarea-autocomplete-inner li:hover
  914. {
  915.     border:1px solid #00ffff !important;
  916.     background-color:#181818!important;
  917. }
  918.  
  919.  
  920. /*Notification-Settings*/
  921. .notification-settings-modal .settings-section
  922. {
  923.     background-color:cyan;
  924. }
  925.  
  926. .radio .radio-inner
  927. {
  928.     background:cyan;
  929.     border:1px cyan;
  930. }
  931.  
  932. .radio .radio-inner span:after
  933. {
  934.     background:cyan;
  935. }
  936.  
  937. .checkbox .checkbox-inner span
  938. {
  939.     background:#000;
  940.     border-color:#181818;
  941. }
  942.  
  943. .form .control-group .help-text
  944. {
  945.     color:#FF0000;
  946.     font-size:11px;
  947. }
  948.  
  949. .notification-settings-modal .notification-settings-modal-channel-settings-header label
  950. {
  951.     color:#00FFFF;
  952. }
  953.  
  954. .channel-notification-settings .content label
  955. {
  956.     color:#fff;
  957. }
  958.  
  959. .scroller-wrap .scroller::-webkit-scrollbar-track-piece
  960. {
  961.     background:#181818;
  962. }
  963.  
  964. .scroller-wrap .scroller::-webkit-scrollbar-thumb,
  965. .chat>.content :first-child
  966. .scroller-wrap .scroller::-webkit-scrollbar-thumb
  967. {
  968.     background-color: #00FFFF;
  969.     background-clip: padding-box;
  970.     border: none;
  971.     border-radius: 8px;
  972. }
  973.  
  974. .chat>.content :first-child .scroller-wrap
  975. .scroller::-webkit-scrollbar-track-piece,
  976. .scroller-wrap .scroller::-webkit-scrollbar-track-piece ::-webkit-scrollbar-track
  977. {
  978.     -webkit-box-shadow: inset 0 0 1px #00FFFF;
  979.     border: 1px solid #00FFFF;
  980.     background: #181818;
  981.     border-radius: 10px;
  982. }
  983.  
  984. .chat>.content :first-child
  985. .scroller-wrap .scroller::-webkit-scrollbar-track-piece,
  986. .scroller-wrap .scroller::-webkit-scrollbar-track-piece :hover
  987. {
  988.     background-color: #181818;
  989.     background-clip: padding-box;
  990.    
  991. }
  992.  
  993. .settings .settings-inner .settings-panel
  994. {
  995.     padding: 28px 40px;
  996.     background-color: #111111;
  997. }
  998.  
  999. .avatar-uploader .avatar-uploader-inner
  1000. {
  1001.     border:5px dotted #00FFFF;
  1002.     background-color:#181818;
  1003. }
  1004.  
  1005. .online
  1006. {
  1007.     background-color:cyan;
  1008. }
  1009.  
  1010. .offline
  1011. {
  1012.     background-color:#000;
  1013. }
  1014.  
  1015. .idle
  1016. {
  1017.     background-color:#F0FF00;
  1018. }
  1019.  
  1020. .embed .image {
  1021.     border-radius: 25px;
  1022.     overflow: hidden;
  1023. }
  1024.  
  1025. .delete-message-modal
  1026. {
  1027.     border:2px solid red;
  1028. }
  1029.  
  1030.  
  1031. .delete-message-modal .form-header
  1032. {
  1033.     border:none;
  1034. }
  1035.  
  1036. .settings .settings-actions
  1037. {
  1038.     background-color: #181818;;
  1039. }
  1040.  
  1041. .settings .settings-inner:first-child
  1042. {
  1043.     border-top-right-radius: 50px;
  1044. }
  1045.  
  1046. .need-help-modal .header
  1047. {
  1048.     background:#181818;
  1049. }
  1050.  
  1051.  
  1052. .need-help-modal .footer
  1053. {
  1054.     background:#181818;
  1055. }
  1056.  
  1057.  
  1058. .need-help-modal a
  1059. {
  1060.     color:#fff!important;
  1061. }
  1062.  
  1063.  
  1064. .need-help-modal .form-inner .failed, .need-help-modal .form-inner.loading
  1065. {
  1066.     text-align:center;
  1067. }
  1068.  
  1069.  
  1070. .need-help-button:hover
  1071. {
  1072.     color:#00FFFF;
  1073.     border-color:#00FFFF;
  1074. }
  1075.  
  1076.  
  1077. .change-log
  1078. {
  1079.     background:#181818;
  1080. }
  1081.  
  1082.  
  1083. .change-log .footer
  1084. {
  1085.     background:#181818;
  1086. }
Add Comment
Please, Sign In to add comment