Advertisement
zimbinskers

Untitled

Dec 29th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.58 KB | None | 0 0
  1. /*Background*/
  2.  
  3. .app {
  4. background-image: url("https://i.imgur.com/r1Ql5oT.jpg");
  5. background-repeat: repeat;
  6. background-position: 0px 0px;
  7. background-size: cover;
  8. }
  9.  
  10. .connecting {
  11. background-image: url("https://i.imgur.com/r1Ql5oT.jpg");
  12. background-blend-mode: soft-light;
  13. background-repeat: repeat;
  14. background-position: 0px 0px;
  15. background-size: cover;
  16. }
  17.  
  18. .connecting video.ready {
  19. display: none;
  20. }
  21.  
  22.  
  23. /*Transparency*/
  24.  
  25. #voice-connection,
  26. #friends,
  27. #friends .btn,
  28. .friends-header,
  29. .friends-table,
  30. .channels-wrap,
  31. .guild-channels,
  32. .links,
  33. .chat,
  34. .messages-wrapper,
  35. .content,
  36. .chat-empty,
  37. .message-group-blocked,
  38. .private-channels,
  39. .guild-header header,
  40. .chat,
  41. .chat form,
  42. .theme-dark .channel-members {
  43. background: rgba(0, 0, 0, 0.5) !important;
  44. }
  45.  
  46. .theme-dark #friends .friends-table .friends-row .friends-column-actions .friends-action {
  47. background-color: rgba(0, 0, 0, 0.5) !important;
  48. }
  49.  
  50. .theme-dark .channel-members .member.popout-open,
  51. .theme-dark .channel-members .member:hover {
  52. background: linear-gradient(to right, rgba(256, 256, 256, 0.05) 45%, transparent);
  53. }
  54.  
  55. .connecting video.ready {
  56. display: none;
  57. }
  58.  
  59. .guilds-wrapper,
  60. .theme-dark .chat .has-more button {
  61. background: rgba(0, 0, 0, 0.8) !important;
  62. }
  63.  
  64. .guild-header header {
  65. box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, .1)
  66. }
  67.  
  68. .search-bar {
  69. background: rgba(0, 0, 0, 0.1) !important;
  70. }
  71.  
  72. #friends .friends-table {
  73. margin-top: 0px !important;
  74. background: rgba(0, 0, 0, 0.745) !important;
  75. }
  76.  
  77. .theme-dark #friends .friends-table .friends-row:hover {
  78. background: rgba(100, 100, 100, 0.3) !important;
  79. }
  80.  
  81. #voice-connection {
  82. background: rgba(0, 0, 0, 0.7) !important;
  83. border-top: 0px;
  84. }
  85.  
  86. .account {
  87. background: rgba(0, 0, 0, 0.7) !important;
  88. border-top: 0px;
  89. }
  90.  
  91. .guild-channels .channel.selected {
  92. background-color: transparent !important;
  93. }
  94.  
  95. .private-channels .channel.selected,
  96. .private-channels .channel:hover,
  97. .private-channels .search-result.selected,
  98. .private-channels .search-result:hover {
  99. background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 15%, transparent);
  100. }
  101.  
  102. .guild-channels .channel:hover {
  103. background-color: transparent !important;
  104. }
  105.  
  106. .guild-channels .channel-text:hover {
  107. background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 15%, transparent);
  108. }
  109.  
  110. .guild-channels .channel-text.selected,
  111. .private-channels .channel-text.selected {
  112. background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 15%, transparent);
  113. }
  114.  
  115. .account .btn,
  116. #voice-connection .btn {
  117. background-color: rgba(0, 0, 0, 0.8);
  118. }
  119.  
  120. .account .btn-group,
  121. #voice-connection .btn-group {
  122. border: none !important;
  123. }
  124.  
  125. .account .btn-mute,
  126. .account .btn-deafen,
  127. .account .btn-settings,
  128. #voice-connection .btn-info,
  129. #voice-connection .btn-disconnect {
  130. border: none;
  131. box-shadow: none;
  132. transition: background-color 0.2s;
  133. }
  134.  
  135. .title-wrap,
  136. .theme-dark .invite-button,
  137. .theme-dark #friends .friends-header {
  138. background: rgba(0, 0, 0, 0.745) !important;
  139. border-color: transparent;
  140. }
  141.  
  142. .guilds-wrapper .guilds-add {
  143. background: rgba(0, 0, 0, 0.745) !important;
  144. }
  145.  
  146. .theme-dark .message-group .embed {
  147. border-color: transparent;
  148. }
  149.  
  150.  
  151. /*Redefault the emoji search*/
  152.  
  153. .emoji-picker .header .search-bar {
  154. background: inherit !important;
  155. }
  156.  
  157.  
  158. /*Scrollbar*/
  159.  
  160. .theme-dark .friends-table .scroller-wrap ::-webkit-scrollbar-thumb,
  161. .theme-dark .messages-wrapper .scroller-wrap ::-webkit-scrollbar-thumb {
  162. background-color: #000!important;
  163. border-color: #111!important;
  164. }
  165.  
  166. .theme-dark .friends-table .scroller-wrap ::-webkit-scrollbar-track-piece,
  167. .theme-dark .messages-wrapper .scroller-wrap ::-webkit-scrollbar-track-piece {
  168. background-color: rgba(0, 0, 0, 0.5) !important;
  169. border-color: rgba(0, 0, 0, 0.5) !important;
  170. }
  171.  
  172.  
  173. /* Codeblocks*/
  174.  
  175. .code,
  176. .theme-dark .message-group .comment .markup pre,
  177. .theme-dark .message-group .comment .markup code.inline,
  178. .theme-dark .message-group .comment .markup pre code {
  179. background: rgba(0, 0, 0, 0.5) !important;
  180. }
  181.  
  182. .guilds-wrapper .guilds .guild .guild-inner,
  183. .guilds-wrapper .guild-separator:after {
  184. background: rgba(0, 0, 0, 0.5) !important;
  185. }
  186.  
  187. .theme-dark .chat .title-wrap {
  188. border-bottom: 0px;
  189. }
  190.  
  191. .theme-dark .friends-table .messages .divider.divider-red>span,
  192. .theme-dark .messages-wrapper .messages .divider.divider-red>span,
  193. .chat .divider>span {
  194. background: #000!important;
  195. }
  196.  
  197. .chat form {
  198. margin: 0px;
  199. }
  200.  
  201. .channel-textarea {
  202. margin: 20px 20px 30px;
  203. }
  204.  
  205. .theme-dark .chat .content form .channel-textarea-inner {
  206. border-color: transparent;
  207. }
  208.  
  209. .theme-dark .message-group.is-local-bot-message {
  210. background-image: none !important;
  211. box-shadow: -20px 0 rgba(0,0,0,0.8), 20px 0 rgba(0,0,0,0.8),-20px -1px 0 0 rgba(0,0,0,0.8),-20px 1px 0 rgba(0,0,0,0.8),20px 1px 0 rgba(0,0,0,0.8),20px -1px 0 rgba(0,0,0,0.8);
  212. background-color: rgba(0,0,0,0.8) !important;
  213. }
  214.  
  215. .theme-dark .chat form {
  216. border-top: 0px;
  217. }
  218.  
  219. .typing {
  220. background-color: transparent !important;
  221. margin: 0 20px;
  222. }
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229. /*
  230. Authored by kanadeko.
  231. This css will hide the servers leaving a 20px gap where notifications
  232. and badges appear. Just hover on the server list for some magic.
  233. And a few more things. Probably.
  234. */
  235.  
  236. /* ============================
  237. GUILD LIST
  238. ============================ */
  239.  
  240. .platform-osx .guilds-wrapper {
  241. padding-top: 10px;
  242. }
  243.  
  244. .osx-buttons {
  245. display: none;
  246. }
  247.  
  248. .guilds-wrapper {
  249. -webkit-transition: 200ms;
  250. -moz-transition: 200ms;
  251. -o-transition: 200ms;
  252. -ms-transition: 200ms;
  253. transition: 200ms;
  254. width: 20px;
  255. }
  256.  
  257. .guilds-wrapper:hover {
  258. -webkit-transition: 200ms;
  259. -moz-transition: 200ms;
  260. -o-transition: 200ms;
  261. -ms-transition: 200ms;
  262. transition: 200ms;
  263. width: 80px;
  264. }
  265.  
  266. .guilds-wrapper .guild-separator:after {
  267. left: 30%;
  268. }
  269.  
  270. .guilds-wrapper .guilds .friends-online, .guilds-wrapper .guilds .friends-icon {
  271. display: none;
  272. }
  273.  
  274. .guilds-wrapper .guilds > .guild:first-child {
  275. height: 25px;
  276. }
  277.  
  278. .guilds-wrapper .guilds > .guild:first-child:after {
  279. content: "DM's";
  280. font-size: 12px;
  281. text-transform: uppercase;
  282. font-weight: 600;
  283. color: rgba(255,255,255,.3);
  284. margin-top: 5px;
  285. word-wrap: normal;
  286. white-space: normal;
  287. width: 100%;
  288. line-height: 130%;
  289. text-align: center;
  290. position: absolute;
  291. top: 0px;
  292. left: 0px;
  293. }
  294.  
  295. .guilds-wrapper .guilds > .guild:first-child .guild-inner {
  296. height: 20px !important;
  297. background-color: transparent !important;
  298. }
  299.  
  300. .guilds-wrapper .guilds > .guild:first-child .guild-inner a {
  301. position: absolute;
  302. top: 0px;
  303. left: 0px;
  304. z-index: 999999;
  305. height: 20px;
  306. }
  307.  
  308. .guilds-wrapper .guilds .guild {
  309. width: 55px;
  310. }
  311.  
  312. .guilds-wrapper .guilds .guild.selected:before {
  313. height: 20px !important;
  314. margin: 0px;
  315. top: 16px !important;
  316. background: white;
  317. left: -7px;
  318. width: 5px;
  319. }
  320.  
  321. .guilds-wrapper .guilds .guild.selected.unread:before {
  322. height: 20px !important;
  323. top: 16px !important;
  324. }
  325.  
  326. .guilds-wrapper .guilds .guild.selected .guild-inner {
  327. -webkit-border-radius: 25px !important;
  328. border-radius: 25px !important;
  329. /*border: 1px solid #333 !important;*/
  330. }
  331.  
  332. .guilds-wrapper .guilds .guild > div:first-child {
  333. margin-left: 5px;
  334. }
  335.  
  336. .guilds-wrapper .guilds button.guild {
  337. width: 50px !important;
  338. margin-left: 5px !important;
  339. }
  340.  
  341. .guilds-wrapper .guilds .guild .badge {
  342. left: -13px;
  343. width: 5px;
  344. background: none;
  345. color: #f04747;
  346. font-weight: 900;
  347. font-style: italic;
  348. border: 0px;
  349. box-shadow: none;
  350. }
  351.  
  352. .guilds-wrapper .guilds span.dms .guild {
  353. height: 50px;
  354. }
  355.  
  356. .guilds-wrapper .guilds .guild.unread:before {
  357. margin: 0px;
  358. background: white;
  359. left: -7px;
  360. height: 5px;
  361. width: 5px;
  362. top: 21px;
  363. }
  364.  
  365. .new-messages-indicator.new-messages-indicator-mention {
  366. color: #f04747;
  367. overflow: hidden;
  368. width: 25px;
  369. height: 10px;
  370. border-radius: 25px;
  371. left: -1px;
  372. top: 5px;
  373.  
  374. -webkit-transition: 200ms;
  375. -moz-transition: 200ms;
  376. -o-transition: 200ms;
  377. -ms-transition: 200ms;
  378. transition: 200ms;
  379. }
  380.  
  381. .new-messages-indicator.new-messages-indicator-mention.bottom {
  382. bottom: 5px;
  383. top: initial;
  384. }
  385.  
  386. .guilds-wrapper:hover .new-messages-indicator.new-messages-indicator-mention {
  387. top: 0;
  388. bottom: initial;
  389. width: 90%;
  390. left: 5%;
  391. color: #fff;
  392. height: 20px;
  393. -webkit-border-radius: 0 0 4px 4px;
  394. border-radius: 0 0 4px 4px;
  395. }
  396.  
  397. .guilds-wrapper:hover .new-messages-indicator.new-messages-indicator-mention.bottom {
  398. -webkit-border-radius: 4px 4px 0 0;
  399. border-radius: 4px 4px 0 0;
  400. top: initial;
  401. bottom: 0;
  402. }
  403.  
  404.  
  405. /* ============================
  406. CHANNEL LIST
  407. ============================ */
  408.  
  409. .guild-channels .channel-text.unread:not(.selected):not(.channel-muted):before {
  410. height: 9px !important;
  411. margin: 0px;
  412. width: 5px;
  413. top: 13px !important;
  414. background: white;
  415. left: 7px;
  416. }
  417.  
  418. .guild-header header {
  419. height: 45px;
  420. padding: 10px;
  421. padding-left: 20px;
  422. -webkit-box-shadow: 0 1px 0 #2d3135,inset 0 -1px 0 rgba(0,0,0,.1);
  423. box-shadow: 0 1px 0 #2d3135,inset 0 -1px 0 rgba(0,0,0,.1);
  424. }
  425.  
  426. #voice-connection {
  427. padding-top: 5px;
  428. padding-bottom: 5px;
  429. }
  430.  
  431. .account {
  432. height: 45px;
  433. }
  434.  
  435. /* ============================
  436. CHAT
  437. ============================ */
  438.  
  439. .chat>.title-wrap {
  440. min-height: 45px;
  441. }
  442.  
  443. .message-group {
  444. padding: 15px 0px;
  445. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement