Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.39 KB | None | 0 0
  1. /* Bottom Bar Fix */
  2.  
  3. .theme-dark .channel-members::after {
  4.     border-top: 2px solid var(--main-color) !important;
  5.     opacity: 1;
  6. }
  7.  
  8. .theme-dark .inner-3if5cm {
  9.     border-top: px solid var(--main-color) !important;
  10.     opacity: 1;
  11. }  
  12.  
  13. .theme-dark .container-iksrDt {
  14.     border-top: 2px solid var(--main-color) !important;
  15.     opacity: 1;
  16. }
  17.  
  18. .theme-dark .container-RYiLUQ, .theme-dark .layer, .theme-dark .layers, .theme-dark .content, .theme-dark .messages-wrapper .message-group, .theme-dark #friends, .theme-dark .popout.popout-bottom:not(.no-arrow)[style*="z-index: 1000; overflow: hidden; visibility: visible;"] {
  19.     background: transparent !important;
  20. }
  21.  
  22. .chat.private .theme-dark .inner-3if5cm {
  23.     margin-left: -15px !important;
  24. }
  25.  
  26. .theme-dark .chat form {
  27.     border-top: 2px solid var(--main-color) !important;
  28.     height: 93px;
  29. }
  30.  
  31. .textArea-20yzAH {
  32.     max-height: 35px;
  33. }
  34.  
  35.  
  36. /* Top Left Notification Transparent - Pout */
  37.  
  38. .app .guilds>div.guild:first-child .badge {
  39.     background-color: transparent;
  40. }
  41.  
  42. .app .guilds>div.guild:first-child .badge {
  43.     color: #fff;
  44.     margin: 0px 5px 9px 0px !important;
  45.     padding: 20px 38px 16px 35px;
  46.     border-radius: 0px !important;
  47.     background-color: transparent;
  48.     border-bottom: 2px transparent;
  49.     transition: .2s background-color linear;
  50. }
  51.  
  52. .app .guilds>div.guild:first-child:hover .badge {
  53.     background-color: transparent !important;
  54. }
  55.  
  56. /* Hide Friends Tab Chat Bar */
  57.  
  58. .theme-dark #friends .friends-table .friends-table-body::after {
  59.     content: "";
  60.     background: rgba(0, 0, 0, 0.4);
  61.     visibility: hidden;
  62. }
  63.  
  64. .wordmark-2L03Wr {
  65.     font-size: 0;
  66.     left: 0;
  67.     opacity: .6;
  68.     padding: 4px 8px 3px;
  69.     pointer-events: none;
  70.     position: absolute;
  71.     top: 0;
  72. }
  73.  
  74. /* Seamelss Chat Bar */
  75.  
  76. #app-mount .theme-dark .container-iksrDt {
  77.     background: transparent!important;
  78. }
  79.  
  80. .theme-dark .channel-members::after {
  81.     background: rgba(0, 0, 0, 0.7)!important;
  82. }
  83.  
  84. .theme-dark .chat form {
  85.     background-color: transparent!important;
  86. }
  87.  
  88. [class*="scroller-"].channel-members {
  89.     height: calc(100% - 70px)!important;
  90. }
  91.  
  92. /* Spoiler Block  */
  93.  
  94.  
  95. pointer-events: none; to .chat .content .message-group .comment .markup.spoiler:before
  96. .chat .content .message-group .comment .markup.spoiler,
  97. .chat .content .message-group .comment .markup.spoiler .mention{
  98.     color: transparent!important;
  99.     transition: color 200ms;
  100. }
  101.  
  102. .chat .content .message-group .comment .markup.spoiler{
  103.     min-width: 28px;
  104.     position: relative;
  105. }
  106.  
  107. .chat .content .message-group .comment .markup.spoiler:before{
  108.     user-select: none !important;
  109.     content: "SPOILER" !important;
  110.     width: calc(100% - 10px);
  111.     height: calc(100% - 10px);
  112.     min-height: initial;
  113.     font-size: 12px;
  114.     text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  115.     background-color: rgba(0, 0, 0, 0.2);
  116.     border-radius: 3px;
  117.     line-height: normal;
  118.     padding: 0;
  119.     position: absolute;
  120.     top: 5px;
  121.     left: 5px;
  122.     display: flex;
  123.     align-items: center;
  124.     justify-content: center;
  125.     opacity: 1;
  126.     transition: opacity 200ms;
  127.     user-select: none;
  128.     box-sizing: border-box;
  129. }
  130.  
  131. .chat .content .message-group .comment .markup.spoiler:hover,
  132. .chat .content .message-group .comment .markup.spoiler:hover .mention{color: #e2e2e2!important;}
  133.  
  134. /* Activity Feed Chat Bar */
  135.  
  136. .theme-dark .activityFeed-HeiGwL::after {
  137.     background: rgba(0, 0, 0, 0.2)!important;
  138.     border-top: 2px solid rgba(0,0,0,0.3) !important;
  139.     visibility: hidden;
  140. }
  141.  
  142. #app-mount .theme-dark .container-iksrDt {
  143.     background: transparent!important;
  144.     visibility:
  145. }
  146.  
  147.  
  148. /* Fixed Reactions - Pout */
  149.  
  150. .theme-dark .reaction.reaction-me, .theme-light .reaction.reaction-me {
  151.     background:var(--main-color) !important;
  152. }
  153.  
  154. .message-group .reaction::before, .message-group .reaction::after {
  155.     border-radius: 30%;
  156.     visibility: hidden;
  157. }
  158.  
  159. .message-group .reaction, .message-group .reaction .emoji {
  160.     border-radius: 30%;
  161. }
  162.  
  163. /* Status Picker Fix */
  164.  
  165. .status-picker.popout-menu {
  166.     background: rgba(0,0,0,0.3) !important;
  167.      z-index: 10000 !important;
  168. }
  169.  
  170. /* User Settings Changes */
  171.  
  172. .side-2nYO0F .item-3879bf {
  173.     margin-top: 2px;
  174. }
  175.  
  176. .marginBottom8-1mABJ4 {
  177.     margin-bottom: 2px;
  178. }
  179.  
  180. .marginTop8-2gOa2N {
  181.     margin-top: 2px;
  182. }
  183.  
  184. .sidebar-region .sidebar .side-2nYO0F .separator-3z7STW {
  185.     background-color: var(--main-color);
  186. }
  187.  
  188. .side-2nYO0F .separator-3z7STW {
  189.     visibility: hidden;
  190.     height: 0px;
  191.     margin-left: 0px;
  192.     margin-right: 0px;
  193. }
  194.  
  195. .ui-standard-sidebar-view .sidebar-region .sidebar {
  196.     padding: 30px 30px 0px 0px;
  197.     width: 218px;
  198.     text-shadow: rgba(0, 0, 0, 0.901961) 2px 2px;
  199. }
  200.  
  201. .side-2nYO0F .itemSelected-3XxAMf {
  202.     background-color: hsla(216,4%,74%,.1) !important;
  203.     color: #fff;
  204. }
  205.  
  206. #bd-settings-sidebar .ui-tab-bar-header {
  207.     color: #72767d;
  208.     text-shadow: rgba(0, 0, 0, 0.901961) 2px 2px;
  209.     font-family: inherit;
  210.     padding: 4px 0px;
  211.     font-size: 15px;
  212.     line-height: 16px;
  213.     text-transform: uppercase;
  214.     white-space: nowrap;
  215.     text-overflow: ellipsis;
  216.     overflow: hidden;
  217.     flex-shrink: 0;
  218.     font-weight: 700;
  219. }
  220.  
  221. #bd-settings-sidebar .ui-tab-bar-separator {
  222.     background-color: var(--main-color);
  223.    
  224. }
  225.  
  226. #bd-settings-sidebar .ui-tab-bar-item.selected {
  227.     background-color: hsla(216,4%,74%,.1) !important;
  228. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement