Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.26 KB | None | 0 0
  1. /* Copyright (c) 2016 DinosParkour
  2. * Please do not redistribute without permission.
  3. * Thank you, and enjoy!
  4. *
  5. * VERSION: 7.15
  6. *
  7. */
  8.  
  9. .avatar-large {
  10. width: 75px;
  11. height: 75px;
  12. background-size: 75px 75px;
  13. border-radius: 1px;
  14. }
  15.  
  16. /* Background */
  17. .app {
  18. background-image: url(https://i.imgur.com/DgNKFWy.jpg);
  19. background-size: cover;
  20. }
  21.  
  22. /*Transparency*/
  23. #voice-connection,
  24. #friends,
  25. #friends .btn,
  26. .friends-header,
  27. .friends-table,
  28. .search-bar,
  29. .guilds-wrapper,
  30. .channels-wrap,
  31. .guild-channels,
  32. .account,
  33. .links,
  34. .chat,
  35. .messages-wrapper,
  36. .title-wrap,
  37. .content,
  38. .chat-empty,
  39. .message-group-blocked,
  40. .private-channels,
  41. .guild-header header,
  42. .typing,
  43. .divider-red span {
  44. background: transparent !important;
  45. }
  46.  
  47. /*Guild area*/
  48. .guild-inner:hover,
  49. li.active .guild-inner {
  50. background-color: rgba(115,139,215,0.5) !important;
  51. }
  52.  
  53. .guilds-wrapper {
  54. width: 85px;
  55. }
  56.  
  57. .guilds {
  58. background: rgba(20,23,27,0.15);
  59. }
  60.  
  61. .guilds li {
  62. margin-left: 1px;
  63. }
  64.  
  65. /*Selected guild & unread messages*/
  66. .guilds-wrapper .guilds .guild.unread:before {
  67. background-color: rgba(36,198,227,0.55);
  68. }
  69.  
  70. .guilds-wrapper .guilds .guild.selected:before {
  71. background-color: rgba(128,0,128,1);
  72. }
  73.  
  74. /*.guilds-wrapper .guilds .guild.selected:before,
  75. .guilds-wrapper .guilds .guild.unread:before {
  76. width: 77.5px;
  77. height: 55px;
  78. margin-top: -28px;
  79. margin-left: -65px;
  80. transition: background-color .25s cubic-bezier(0.4,0,1,1);
  81. }*/
  82.  
  83. /*Create new guild button*/
  84. .guilds-add {
  85. opacity: .15;
  86. }
  87.  
  88. /*Guild name*/
  89. .guild-header span {
  90. text-shadow: 1px 1.35px 1.5px #808;
  91. }
  92.  
  93. /*Guild settings*/
  94. .guild-header ul {
  95. opacity: 0;
  96. transition: transform .5s cubic-bezier(0.18,0.89,0.32,1.28);
  97. }
  98.  
  99. .guild-header-open ul {
  100. opacity: 1;
  101. }
  102.  
  103. .btn-hamburger span {
  104. background: #fff;
  105. }
  106.  
  107. .guild-header header {
  108. box-shadow: none;
  109. }
  110.  
  111. /*Channel area*/
  112. .channel:not(.selected) {
  113. transition: background .3s ease-out;
  114. }
  115.  
  116. .channel:not(.selected):hover {
  117. transition: background .2s ease-in;
  118. background: rgba(235,232,218,0.05);
  119. }
  120.  
  121. .guild-channels .channel-text.selected:before,
  122. .guild-channels .channel-text.selected:hover:before,
  123. .guild-channels .channel-text:hover.channel-muted:before,
  124. .guild-channels .channel-text:hover:not(.unread):before,
  125. .private-channels .channel.selected:before,
  126. .private-channels .channel:hover:before {
  127. border-left: 5px solid purple;
  128. }
  129.  
  130. .private-channels .channel:hover:before {
  131. opacity: .25;
  132. }
  133.  
  134. .guild-channels ul .channel-text.unread:not(.selected):not(.channel-muted):before {
  135. left: -11px;
  136. }
  137.  
  138. .search-result,
  139. .tab-bar-item:hover {
  140. background: rgba(235,232,218,0.05) !important;
  141. }
  142.  
  143. .friends-row:hover,
  144. .search-result:hover,
  145. .btn-friends.selected,
  146. .search-result.selected,
  147. .channel.selected.private,
  148. div.channel.channel-text.selected {
  149. background: rgba(235,232,218,0.1) !important;
  150. }
  151.  
  152. /*Voice panel*/
  153. #voice-connection {
  154. border-top: none;
  155. }
  156.  
  157. /*Buttons*/
  158. #voice-connection .btn,
  159. .account .btn {
  160. border: none;
  161. border-bottom: solid 1px rgba(235,232,218,0.05);
  162. opacity: .65;
  163. }
  164.  
  165. #voice-connection .btn-group,
  166. .account .btn-group {
  167. box-shadow: .75px 1.5px 1px #14171b;
  168. border: none;
  169. }
  170.  
  171. /*Friends*/
  172. .icon-friends {
  173. background-color: rgba(0,0,0,0.35) !important;
  174. }
  175.  
  176. #friends .btn:hover {
  177. background-color: rgba(0,0,0,0.25) !important;
  178. }
  179.  
  180. .friends-header {
  181. border-bottom-color: rgba(0,0,0,0.25) !important;
  182. }
  183.  
  184. /*User settings*/
  185. .account .username {
  186. font-size: 15px;
  187. font-weight: bold;
  188. font-family: sans-serif;
  189. text-shadow: 1.35px .75px 1px black;
  190. }
  191.  
  192. .account {
  193. border-top: none;
  194. }
  195.  
  196. .status {
  197. border-color: rgba(0,0,0,0.33) !important;
  198. }
  199.  
  200. /*Popout menu*/
  201. .popout header,
  202. .slider-bar-fill {
  203. background-color: #06c;
  204. }
  205.  
  206. .user-popout .user-popout-options .btn {
  207. background-color: #06c;
  208. }
  209.  
  210. .user-popout .user-popout-options .btn:hover {
  211. background-color: #0080ff;
  212. }
  213.  
  214. .user-popout .username {
  215. font-size: 16px;
  216. }
  217.  
  218. /*Tooltips*/
  219. .tooltip {
  220. background:#06c;
  221. color: #fff;
  222. }
  223.  
  224. .tooltip.tooltip-right:after {
  225. border-right-color:#06c;
  226. }
  227.  
  228. .tooltip.tooltip-top:after {
  229. border-top-color:#06c;
  230. }
  231.  
  232. /*Info links*/
  233. .links {
  234. display: none;
  235. }
  236.  
  237. /*Channel info*/
  238. .flex-spacer .title-wrap {
  239. -webkit-box-shadow: none;
  240. -moz-box-shadow: none;
  241. box-shadow: none;
  242. border-top: none;
  243. border-style: solid;
  244. border-color: transparent !important;
  245. }
  246.  
  247. /*Channel title*/
  248. .topic {
  249. color: #cdcdcd;
  250. }
  251.  
  252. /*Chat area*/
  253. .chat .flex-spacer {
  254. background: rgba(255,255,255,0.05);
  255. border-top-left-radius: 0px;
  256. border-bottom-left-radius: 0px;
  257. }
  258.  
  259. /*Unread messages*/
  260. .chat .new-messages-bar {
  261. background-color: rgba(204,97,61,0.9);
  262. }
  263.  
  264. .chat .new-messages-bar:hover {
  265. background-color: rgba(204,97,61,1);
  266. }
  267.  
  268. .chat .new-messages-bar button:last-child {
  269. color: rgba(255,255,255,0.5);
  270. }
  271.  
  272. /*Mention*/
  273. .markup .highlight {
  274. background-color: rgba(255,255,255,.1) !important;
  275. color: #ddd;
  276. border-radius: 0%;
  277. }
  278.  
  279. .markup .highlight:hover {
  280. background-color: rgba(255,255,255,.2) !important;
  281. color: #ddd;
  282. border-radius: 0%;
  283. }
  284.  
  285. /*URLs*/
  286. .message-group a span {
  287. color: #5af;
  288. text-shadow: 1px 1px 0 #001a33;
  289. }
  290.  
  291. /*Code blocks*/
  292. .chat .markup code {
  293. background: rgba(0,0,0,0.3) !important;
  294. }
  295.  
  296. .chat .markup pre {
  297. background: none !important;
  298. border: 1px solid rgba(0,0,0,0.5) !important;
  299. }
  300.  
  301. /*Spoiler tags*/
  302. .chat .has-more button,
  303. .message-group-blocked-btn,
  304. .message-group-blocked.revealed {
  305. background-color: rgba(0,0,0,0.3) !important;
  306. }
  307.  
  308. .message-group-blocked,
  309. .message-group-blocked.revealed {
  310. border: none !important;
  311. }
  312.  
  313. /*Scrolling bar*/
  314. .scroller-wrap .scroller::-webkit-scrollbar-thumb {
  315. border: 3px solid rgba(0,0,0,0.25) !important;
  316. }
  317.  
  318. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  319. border: 3px solid rgba(255,255,255,0) !important;
  320. background-color: rgba(0,0,0,0.3) !important;
  321. }
  322.  
  323. /*Message area*/
  324. .channel-textarea .channel-textarea-inner {
  325. background: rgba(10,13,16,0.1);
  326. }
  327.  
  328. /*Twitch emotes button*/
  329. #twitchcord-button {
  330. background-size: 24px;
  331. background-position: 20px;
  332. background-color: transparent;
  333. }
  334.  
  335. /*Typing status*/
  336. .typing {
  337. font-size: 13px;
  338. }
  339.  
  340. /*Settings panel*/
  341. .settings .settings-header {
  342. background: #1A1D20;
  343. }
  344.  
  345. .form .btn-primary {
  346. background-color: #1D6586;
  347. }
  348.  
  349. .form .btn-primary:hover {
  350. background-color: #25ACE8;
  351. }
  352.  
  353. .user-settings-modal a {
  354. color: #1D6586;
  355. }
  356.  
  357. .user-settings-modal a:hover {
  358. color: #25ACE8;
  359. }
  360.  
  361. /*Channel members*/
  362. .channel-members {
  363. background: rgba(20,23,27,0.25) !important;
  364. }
  365.  
  366. .member-username {
  367. text-shadow: 0 0 0 rgba(255,255,255,0.255);
  368. }
  369.  
  370. .channel-members-wrap .member-inner div {
  371. -webkit-filter: none !important;
  372. }
  373.  
  374. .channel-members .invite-btn {
  375. background: #06c;
  376. transition: background .3s ease-out;
  377. }
  378.  
  379. .channel-members .invite-btn:hover {
  380. background: #39f;
  381. transition: background .2s ease-in;
  382. }
  383.  
  384. .channel-members .member:hover,
  385. .channel-members .popout-open {
  386. background: rgba(255,255,255,0.07) !important;
  387. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement