Advertisement
shiftnumber

Discord CSS

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