Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.33 KB | None | 0 0
  1.  
  2. .app a {
  3. color: #5294E2
  4. }
  5. .titlebar {
  6. height: 5px
  7. }
  8. .guilds-wrapper {
  9. background: #2a2f38
  10. }
  11. .guilds-wrapper .guilds .guild+.guild {
  12. margin-top: -5px
  13. }
  14. .guilds-wrapper .guilds-add {
  15. background: #2a2f38
  16. }
  17. .channels-wrap .guild-header header {
  18. background-color: #333842;
  19. border-bottom: 1px solid #2a2f38;
  20. height: 47px;
  21. font-size: 15px;
  22. padding: 0 18px;
  23. box-shadow: none
  24. }
  25. .channels-wrap .guild-header header span {
  26. line-height: 46px
  27. }
  28. .channels-wrap .guild-header header button {
  29. margin-top: -2px
  30. }
  31. .channels-wrap .guild-header header:hover {
  32. background-color: #2a2f38
  33. }
  34. .channels-wrap .guild-header.guild-header-open header {
  35. background-color: #2a2f38
  36. }
  37. .channels-wrap .guild-channels {
  38. background-color: #333842;
  39. margin-top: 0;
  40. padding-left: 0
  41. }
  42. .channels-wrap .guild-channels header {
  43. color: #D6D6D6;
  44. opacity: .5;
  45. padding: 0;
  46. margin-top: 10px
  47. }
  48. .channels-wrap .guild-channels header:hover {
  49. opacity: .8
  50. }
  51. .channels-wrap .guild-channels header span {
  52. font-size: 14px;
  53. opacity: 1;
  54. text-align: center;
  55. padding: 0;
  56. padding-right: 10px
  57. }
  58. .channels-wrap .guild-channels .channel {
  59. line-height: 1rem;
  60. color: #9C9C9C
  61. }
  62. .channels-wrap .guild-channels .channel-voice {
  63. padding: 4px 6px 8px 17px;
  64. color: #9C9C9C
  65. }
  66. .channels-wrap .guild-channels .channel-voice-states {
  67. margin-top: 5px;
  68. padding-left: 10px
  69. }
  70. .channels-wrap .guild-channels .channel-voice-states li .avatar-small {
  71. border-radius: 30%
  72. }
  73. .channels-wrap .guild-channels .channel-text.unread:not(.selected):not(.channel-muted):before {
  74. top: 10px
  75. }
  76. .channels-wrap .guild-channels .channel-text.selected,
  77. .channels-wrap .guild-channels .channel-text.channel-text:hover {
  78. background: -webkit-linear-gradient(90deg, #2a2f38, #333842 95%);
  79. background: linear-gradient(90deg, #2a2f38, #333842 95%)
  80. }
  81. .channels-wrap .guild-channels .channel-text a {
  82. padding: 7px 6px 9px 20px
  83. }
  84. .channels-wrap .guild-channels .channel-text.unread:not(.selected):not(.channel-muted):before {
  85. border-left: 0
  86. }
  87. .channels-wrap .guild-channels .channel-text:hover.channel-muted:before,
  88. .channels-wrap .guild-channels .channel-text:hover:not(.unread):before {
  89. border-left: 0
  90. }
  91. .channels-wrap .guild-channels .toggle-muted-text-channels {
  92. padding-left: 20px
  93. }
  94. .channels-wrap .guild-channels .channel-user-limit {
  95. margin-top: 0
  96. }
  97. .account {
  98. height: 50px;
  99. background: #333842;
  100. border-top: none
  101. }
  102. .account .account-details {
  103. padding: 0 7px
  104. }
  105. .account .account-details .username {
  106. max-width: 85px
  107. }
  108. .account .btn {
  109. width: 28px;
  110. background: #333842
  111. }
  112. .account .btn-group {
  113. border: none
  114. }
  115. .account .btn-deafen,
  116. .account .btn-mute {
  117. border-right: none
  118. }
  119. .account .btn-deafen,
  120. .account .btn-settings {
  121. box-shadow: none
  122. }
  123. .links {
  124. text-align: center;
  125. background: #333842;
  126. border-top: none
  127. }
  128. .links li a {
  129. color: #5294E2
  130. }
  131. .links li+li:before {
  132. color: #333842
  133. }
  134. .highlight {
  135. color: #5294E2
  136. }
  137. .highlight:hover {
  138. background-color: rgba(51, 107, 191, 0.7)
  139. }
  140. .win-buttons {
  141. top: -6px;
  142. right: 18px
  143. }
  144. .app.theme-dark .chat>.title-wrap {
  145. background: #333842;
  146. border-bottom: 1px solid #2a2f38;
  147. padding: 4px 20px;
  148. min-height: 47px
  149. }
  150. .app.theme-dark .chat>.title-wrap .topic {
  151. color: #979C9E
  152. }
  153. .app.theme-dark .chat>.title-wrap .topic a {
  154. color: #5294E2
  155. }
  156. .app.theme-dark .chat>.title-wrap .topic .highlight {
  157. background-color: rgba(68, 136, 220, 0.1)
  158. }
  159. .app.theme-dark .chat .content {
  160. background: #333842
  161. }
  162. .app.theme-dark .chat .content .channel-members-wrap .channel-members {
  163. background-color: #333842;
  164. padding: 10px 0
  165. }
  166. .app.theme-dark .chat .content .channel-members-wrap .channel-members h2 {
  167. font-size: 14px;
  168. text-align: center;
  169. color: #9C9C9C
  170. }
  171. .app.theme-dark .chat .content .channel-members-wrap .channel-members .member {
  172. padding: 5px 20px;
  173. font-weight: 600;
  174. padding-right: 5px
  175. }
  176. .app.theme-dark .chat .content .channel-members-wrap .channel-members .member+h2 {
  177. margin: 15px 0
  178. }
  179. .app.theme-dark .chat .content .channel-members-wrap .channel-members .member .member-inner {
  180. width: 155px
  181. }
  182. .app.theme-dark .chat .content .channel-members-wrap .channel-members .member:hover {
  183. background: #2a2f38;
  184. border-radius: 3px
  185. }
  186. .app.theme-dark .chat .content .messages-wrapper {
  187. background: #333842
  188. }
  189. .app.theme-dark .chat .content .messages-wrapper .messages .markup pre {
  190. border-color: #232933
  191. }
  192. .app.theme-dark .chat .content .messages-wrapper .messages .markup pre .code {
  193. background: #2a2f38
  194. }
  195. .app.theme-dark .chat .content .messages-wrapper .messages .embed {
  196. border-left-color: #2a2f38
  197. }
  198. .app.theme-dark .chat .content .messages-wrapper .messages .mentioned .message-text {
  199. background: rgba(53, 163, 216, 0.1)
  200. }
  201. .app.theme-dark .chat .content .messages-wrapper .messages .mentioned .message-text:after {
  202. background: rgba(53, 163, 216, 0.1);
  203. border-left: 4px solid #3487CE
  204. }
  205. .app.theme-dark .chat .content .messages-wrapper .messages .divider.divider-red>div {
  206. background: #6B97F9
  207. }
  208. .app.theme-dark .chat .content .messages-wrapper .messages .divider.divider-red>span {
  209. color: #6B97F9
  210. }
  211. .app.theme-dark .chat .content .messages-wrapper .messages .divider span {
  212. background-color: #333842
  213. }
  214. .app.theme-dark .chat .content .messages-wrapper .messages .message-group {
  215. padding: 15px 0
  216. }
  217. .app.theme-dark .chat .content .messages-wrapper .messages .message-group h2 strong {
  218. font-weight: 600
  219. }
  220. .app.theme-dark .chat .content .messages-wrapper .messages .message-group h2 .timestamp {
  221. font-size: 14px
  222. }
  223. .app.theme-dark .chat .content .messages-wrapper .messages .message-group .comment .markup code.inline,
  224. .app.theme-dark .chat .content .messages-wrapper .messages .message-group .comment .markup pre code {
  225. background: #2a2f38
  226. }
  227. .app.theme-dark .chat .content .messages-wrapper .messages .message-group .comment .markup pre {
  228. border-color: #232933
  229. }
  230. .app.theme-dark .chat .content .messages-wrapper .messages .message-group .comment .markup .highlight {
  231. background-color: rgba(68, 136, 220, 0.1)
  232. }
  233. .app.theme-dark .chat .content .messages-wrapper .messages .message-group .comment .markup .highlight:hover {
  234. background-color: rgba(51, 107, 191, 0.7)
  235. }
  236. .app.theme-dark .chat .content .messages-wrapper .messages .message-group.is-local-bot-message {
  237. background: transparent;
  238. box-shadow: none;
  239. border-bottom-color: rgba(255, 255, 255, 0.04)
  240. }
  241. .app.theme-dark .chat .content .messages-wrapper .messages .message-group-blocked .message-group-blocked-btn {
  242. background: #2a2f38
  243. }
  244. .app.theme-dark .chat .content .messages-wrapper .messages .message-group-blocked .message-group-blocked-btn:hover {
  245. background: #21262f
  246. }
  247. .app.theme-dark .chat .content .messages-wrapper .messages .message-group-blocked.revealed {
  248. background: #2a2f38
  249. }
  250. .app.theme-dark .chat .content .messages-wrapper .messages .invite-button {
  251. background-color: #2a2f38
  252. }
  253. .app.theme-dark .chat .content form {
  254. border-top: none;
  255. box-shadow: none
  256. }
  257. .app.theme-dark .chat .content form .typing {
  258. background-color: transparent
  259. }
  260. .app.theme-dark .chat .content form .channel-textarea-inner {
  261. border-color: #333842;
  262. background: #333842;
  263. box-shadow: 0 5px 20px #21262f
  264. }
  265. .app.theme-dark .chat .content form .channel-textarea-inner .channel-textarea-upload {
  266. background-color: #333842;
  267. border-right: 2px solid #333842
  268. }
  269. .app.theme-dark .chat .content form .channel-textarea-inner .channel-textarea-upload:hover {
  270. background-color: #333842
  271. }
  272. .message-group a {
  273. color: #5294E2 !important
  274. }
  275. .app.theme-dark #friends .friends-header {
  276. background-color: #333842;
  277. height: 46px
  278. }
  279. .app.theme-dark #friends .friends-table {
  280. background-color: #333842;
  281. margin-top: 0
  282. }
  283. .app.theme-dark #friends .friends-table .friends-row {
  284. height: 55px !important
  285. }
  286. .app.theme-dark #friends .friends-table .friends-row:hover {
  287. background: #2a2f38
  288. }
  289. .theme-dark .popout .popout-menu {
  290. background: #2a2f38;
  291. top: 47px;
  292. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1)
  293. }
  294. .theme-dark .popout .popout-menu .popout-menu-item div {
  295. opacity: .8
  296. }
  297. .theme-dark .popout .popout-menu .popout-menu-item.leave a {
  298. opacity: .9
  299. }
  300. .theme-dark .popout .popout-menu .popout-menu-item:hover {
  301. background: #333842
  302. }
  303. .theme-dark .popout .popout-menu .popout-menu-item:hover a {
  304. background: #333842
  305. }
  306. .theme-dark .popout .popout-menu .popout-menu-separator {
  307. border-bottom: 1px solid rgba(216, 216, 216, 0.1)
  308. }
  309. .private-channels {
  310. background-color: #333842
  311. }
  312. .private-channels .channel.btn-friends {
  313. margin-bottom: 10px
  314. }
  315. .private-channels .channel .channel-name {
  316. opacity: .5
  317. }
  318. .private-channels .channel a {
  319. height: 40px
  320. }
  321. .private-channels .channel:hover,
  322. .private-channels .channel.selected {
  323. background: -webkit-linear-gradient(90deg, #2a2f38, #333842 95%);
  324. background: linear-gradient(90deg, #2a2f38, #333842 95%)
  325. }
  326. .private-channels .channel:hover:before,
  327. .private-channels .channel.selected:before {
  328. border-left: 0
  329. }
  330. .private-channels .channel .icon-friends {
  331. border-radius: 25%
  332. }
  333. .private-channels header {
  334. opacity: .7;
  335. font-size: 14px;
  336. font-weight: 600;
  337. text-align: center
  338. }
  339. .private-channels .search-bar {
  340. background-color: #333842;
  341. height: 47px
  342. }
  343. .private-channels .search-bar input {
  344. background: #2a2f38;
  345. border: 1px solid #21262f
  346. }
  347. .modal .settings .settings-inner .settings-panel-header {
  348. padding-bottom: 20px;
  349. padding-top: 20px
  350. }
  351. .modal .settings .settings-actions {
  352. padding: 12px 40px
  353. }
  354. .modal .user-settings-modal .settings-right .settings-inner .user-settings-modal-keybinds-header {
  355. padding-top: 20px !important;
  356. padding-bottom: 10px !important
  357. }
  358. .modal .user-settings-modal .settings-right .settings-inner .user-settings-modal-keybinds-list {
  359. padding: 10px 20px 10px 20px !important
  360. }
  361. .modal .user-settings-modal .settings-right .settings-inner .user-settings-modal-keybinds-list .keybind+.keybind {
  362. padding: 15px 0 0
  363. }
  364. .modal .form .control-groups.control-seperator {
  365. margin-top: 20px;
  366. padding-top: 20px
  367. }
  368. .modal .guild-settings-modal-members .guild-settings-modal-list .member .avatar-small {
  369. margin: 10px 20px 10px 0
  370. }
  371. .modal .instant-invites .instant-invites-list .instant-invite {
  372. height: 50px
  373. }
  374. .modal #settings-roles .roles li {
  375. line-height: 29px;
  376. min-height: 29px;
  377. padding: 0 29px
  378. }
  379. .modal #settings-roles .selected-role .control-group {
  380. margin-bottom: 0
  381. }
  382. .modal #settings-roles .selected-role .tabular .checkbox {
  383. height: 20px
  384. }
  385. #user-profile-modal {
  386. width: 480px;
  387. height: 640px;
  388. border-radius: 5px
  389. }
  390. #user-profile-modal .header .discord-tag .username {
  391. max-width: 200px
  392. }
  393. #user-profile-modal .header .discord-tag .discriminator {
  394. font-size: 18px;
  395. color: #D6D6D6
  396. }
  397. #user-profile-modal .header .game {
  398. color: #D6D6D6
  399. }
  400. #user-profile-modal .avatar-profile {
  401. left: 16px;
  402. top: 30px;
  403. border-radius: 25%
  404. }
  405. #user-profile-modal .avatar-profile .status {
  406. bottom: -6px;
  407. right: -8px
  408. }
  409. #user-profile-modal .sub-header {
  410. height: 80px;
  411. padding: 10px 25px 0 168px
  412. }
  413. #user-profile-modal .sub-header .btn {
  414. width: 295px
  415. }
  416. #user-profile-modal .guilds .guild {
  417. padding: 3px 20px
  418. }
  419. #user-profile-modal .guilds .guild .discriminator {
  420. padding-left: 5px;
  421. font-size: 14px
  422. }
  423. #user-profile-modal .guilds .guild .guild-nick {
  424. padding-left: 5px;
  425. font-size: 13px
  426. }
  427. #voice-connection {
  428. background: #333842;
  429. border-top: none
  430. }
  431. #voice-connection .voice-connection-channel {
  432. opacity: .4
  433. }
  434. #voice-connection .btn {
  435. width: 28px;
  436. background: #333842
  437. }
  438. #voice-connection .btn-group {
  439. border: none
  440. }
  441. #voice-connection .btn-info {
  442. border-right: none
  443. }
  444. #voice-connection .btn-disconnect {
  445. box-shadow: none
  446. }
  447. .context-menu {
  448. margin-left: 20px
  449. }
  450. .app.theme-dark .friends-table .messages .message-group .comment .edited,
  451. .theme-dark .messages-wrapper .messages .message-group .comment .edited {
  452. color: rgba(255, 255, 255, 0.3)
  453. }
  454. .avatar-small,
  455. .avatar-large {
  456. border-radius: 10px
  457. }
  458. .avatar-uploader .avatar-uploader-inner {
  459. border-radius: 25%
  460. }
  461. .channel-notification-settings .content {
  462. height: 45px
  463. }
  464. .bot-tag {
  465. background: #202227;
  466. font-size: 11px
  467. }
  468. .user-popout .avatar-wrapper .avatar-hint,
  469. .user-popout .avatar-wrapper .avatar-popout {
  470. border-radius: 25% !important
  471. }
  472. .user-popout .avatar-wrapper .avatar-hint .status,
  473. .user-popout .avatar-wrapper .avatar-popout .status {
  474. bottom: -2px;
  475. right: -3px
  476. }
  477. .scroller-wrap .scroller::-webkit-scrollbar {
  478. width: 8px
  479. }
  480. .scroller-wrap .scroller.messages::-webkit-scrollbar {
  481. width: 10px !important
  482. }
  483. .scroller-wrap::-webkit-scrollbar-thumb {
  484. background-color: #222529 !important;
  485. border: none !important;
  486. border-radius: 4px !important
  487. }
  488. .scroller-wrap::-webkit-scrollbar-track-piece {
  489. background-color: transparent !important;
  490. border-color: transparent !important;
  491. border: none !important
  492. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement