Guest User

Untitled

a guest
Jul 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 KB | None | 0 0
  1. //META{"name":"New Potato","description":"Slight modification to the sizing of elements. Some change of colors. Very simple.","author":"SquareHimself","version":"0.0.2"}*//
  2.  
  3. * {
  4. font-family: "Candara" !important;
  5. }
  6. .channels-Ie2l6A /* Direct Messages Side Bar */ {
  7. width: 9em !important;
  8. }
  9. .guilds-wrapper {
  10. width: 2.2em !important;
  11. }
  12.  
  13. .guild-inner {
  14. border-radius: 9px !important;
  15. }
  16.  
  17. .friends-online { display: none !important; }
  18.  
  19. .chat form { /* Chat Box */
  20. margin: 0px !important;
  21. padding-left: 20px;
  22. padding-right: 20px;
  23. /*background-color: #1a1a1a !important;*/
  24. /* height: 106px; */
  25. padding: 6.5px 20px;
  26. display: flex !important;
  27. flex-shrink: 0 !important;
  28. margin: 0 20px;
  29. position: relative;
  30. }
  31. .channel-members h2 {
  32. width: 50%;
  33. text-align: center;
  34. border-radius: 0px;
  35. border-left: 15px;
  36. border-right: 15px;
  37. padding-top: 2.5px;
  38. padding-bottom: 2.5px;
  39. margin: 29px auto 9px;
  40. }
  41.  
  42. .membersWrap-2h-GB4 {
  43. min-width: 1px !important;
  44. max-width: 10em !important;
  45. }
  46.  
  47. .usernameOnline-jN8ojx {
  48. font-size: 12px !important;
  49. }
  50. .channel-members-wrap{
  51. min-width: 1px !important;
  52. max-width: 10em !important;
  53. }
  54.  
  55. .member {
  56. padding-left: 5px !important;
  57. }
  58.  
  59. /**************
  60. * Chat messages *
  61. * ************/
  62.  
  63.  
  64. .message-group .comment .markup pre code,
  65. .message-group .comment .markup code.inline {
  66. font-family: "Inconsolata" !important;
  67. }
  68.  
  69. .markup {
  70. font-size: 16px !important;
  71. line-height: 1.2 !important;
  72. }
  73.  
  74. .system-message-content {
  75. font-family: "Inconsolata" !important;
  76. font-size: 12px !important;
  77. }
  78.  
  79. .message-group {
  80. margin-top: 5px !important;
  81. margin-bottom: 5px !important;
  82. margin-left: auto !important;
  83. margin-right: auto !important;
  84. /*max-width: 32em !important;*/
  85. padding-left: 10px !important;
  86. }
  87.  
  88. .guild.selected::before { display: none !important; }
  89.  
  90. .guild.unread::before { display: none !important; }
  91.  
  92. .guild-separator::after {
  93. display: none !important;
  94. }
  95.  
  96. /* Message input box */
  97. .chat textarea {
  98. font-size: 16px !important;
  99. padding-left: 30px !important;
  100. border-radius: 10px !important;
  101. }
  102.  
  103. .attachButtonDivider-3Glu60 { display: none !important; }
  104.  
  105. div#bd-pub-li.guild {
  106. height: 15px !important;
  107. border-radius: 10px !important;
  108. }
  109.  
  110. div#bd-pub-li.guild div.guild-inner {
  111. border-radius: 0px !important;
  112. position:relative !important;
  113. top: -2px !important;
  114. left: 1px !important;
  115. height: 15px !important;
  116. }
  117.  
  118. div#bd-pub-button {
  119. font-size: 10px !important;
  120. }
  121.  
  122. .search-bar-inner {
  123. max-width: 7em !important;
  124. }
  125.  
  126. a.guilds-error {
  127. position: relative !important;
  128. left: 1px !important;
  129. top: -7px !important;
  130. border: none !important;
  131. height: 0px !important;
  132. }
  133.  
  134. .overflowEllipsis-jeThUf,
  135. .username-1cB_5E {
  136. font-size: 14px !important;
  137. }
  138.  
  139. .guild.selected, .guild.selected.unread {
  140. width: 25px !important;
  141. height: 25px !important;
  142. position: relative !important;
  143. left: -8px !important;
  144. border-radius: 10px !important;
  145. /*box-shadow: 0px 0px 15px #fff !important;*/
  146. border: 3px solid #00bcd4 !important;
  147. }
  148.  
  149. .guild.unread {
  150. width: 25px !important;
  151. height: 25px !important;
  152. border-radius: 10px !important;
  153. position: relative !important;
  154. box-shadow: 0px 0px 15px #ffff00 !important;
  155. }
  156.  
  157. .guild {
  158. width: 25px !important;
  159. height: 25px !important;
  160. border-radius: 10px !important;
  161. position: relative !important;
  162. left: -6px !important;
  163. }
  164. .guilds-error {
  165. width: 25px !important;
  166. height: 25px !important;
  167. border-radius: 20px !important;
  168. position: relative !important;
  169. }
  170.  
  171. .inner-3if5cm {
  172. /*max-width: 38em !important;*/
  173. margin-left: auto !important;
  174. margin-right: auto !important;
  175. font-size: 14px !important;
  176. }
  177.  
  178. .guilds-add-inner {
  179. position: relative !important;
  180. top: -13px !important;
  181. left: 0px !important;
  182. font-family: impact !important;
  183. font-size: 60%;
  184. }
  185.  
  186. button.guild.guilds-add {
  187. position: relative !important;
  188. top: 0px !important;
  189. left: -6px !important;
  190. }
  191.  
  192. .nameUnreadText-1pxldj {
  193. font-style: italic !important;
  194. }
  195.  
  196. .guild-inner {
  197. height: 25px !important;
  198. width: 25px !important;
  199. }
  200.  
  201. .home-icon,
  202. .guild-icon {
  203. width: 25px !important;
  204. height: 25px !important;
  205. }
  206.  
  207. .home-icon {
  208. position: relative !important;
  209. left: -12px !important;
  210. top: -5px !important;
  211. }
  212.  
  213. /**********/
  214. /**COLORS**/
  215. /**********/
  216.  
  217. .selected-rZcOL-,
  218. .da-searchFilter,
  219. .da-hit,
  220. .da-channelName,
  221. .da-contentSelectedText,
  222. .da-searchAnswer,
  223. .chat form,
  224. .messages.scroller {
  225. background: #292d3e !important;
  226. }
  227.  
  228. .da-searchResult::before,
  229. .da-searchResult::after { display: none; }
  230.  
  231. .da-hit { box-shadow: none !important; }
  232.  
  233. .mentioned .message-text,
  234. .da-searchHeader,
  235. .da-resultsGroup,
  236. .da-searchBar,
  237. .da-headerBar,
  238. .da-scroller,
  239. .da-title,
  240. .da-members,
  241. .da-container,
  242. .da-header {
  243. background: #212432 !important;
  244. }
  245.  
  246. .da-guilds { background: #191c29 !important; }
  247. .typing-2GQL18 { background: transparent !important; }
  248.  
  249. .user-name.da-userName::before { content: "<" !important; }
  250. .user-name.da-userName::after { content: ">" !important; }
  251.  
  252. .scroller-wrap .scroller::-webkit-scrollbar {
  253. width: 7px !important;
  254. }
  255.  
  256. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  257. background: #212432 !important;
  258. border: none !important;
  259. }
  260.  
  261. .scroller-wrap .scroller::-webkit-scrollbar-thumb {
  262. border: none !important;
  263. background: #00bcd4 !important;
  264. }
Add Comment
Please, Sign In to add comment