Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.38 KB | None | 0 0
  1. /************ Background Image ***********/
  2.  
  3. .flex-horizontal.flex-spacer {
  4. background-color: rgba(25, 25, 25, 0.75);
  5. }
  6. .app {
  7. background-image: url(https://i.imgur.com/CXuLJuM.jpg);
  8. background-size: cover;
  9. background-position: right;
  10. }
  11.  
  12. /************ Members List ***********/
  13.  
  14. .channel-members {
  15. /*idk why i need this extra one here to make it work */
  16. }
  17. .channel-members {
  18. background: rgba(255, 255, 255, 0.05)!important;
  19. }
  20. /* Role Headers */
  21.  
  22. .scroller-wrap .channel-members h2 {
  23. color: #E38BB2;
  24. text-transform: uppercase;
  25. font-size: 11px;
  26. font-weight: bold;
  27. background: rgba(0, 0, 0, .2);
  28. border: 1px solid transparent;
  29. border-radius: 3px;
  30. text-align: center;
  31. padding: 4px 0;
  32. width: 125px;
  33. margin-left: 50px;
  34. }
  35. /* Member List Avatar */
  36.  
  37. .avatar-small {
  38. border-radius: 5px;
  39. }
  40. /* User Colors */
  41. /*.channel-members .member-username {
  42. color:#A6CBF0!important;
  43. }*/
  44. /* "Playing" Text */
  45.  
  46. .channel-members .member .member-activity {
  47. color: transparent;
  48. margin-left: -35px;
  49. }
  50. /* Game Text */
  51.  
  52. .channel-members .member-activity strong {
  53. color: #fff;
  54. }
  55. /* Hovering Over Member List Uesrnames */
  56.  
  57. .scroller.channel-members .member.popout-open,
  58. .scroller.channel-members .member:hover {
  59. background: rgba(255, 255, 255, 0.07);
  60. }
  61. /* User Popout when you click on User */
  62.  
  63. .user-popout .header {
  64. background-image: none;
  65. background: #CF669C;
  66. font: #F1C7CF;
  67. }
  68. .user-popout .avatar-wrapper .avatar-popout {
  69. border: 4px solid #fff;
  70. }
  71. .avatar-popout {
  72. border-radius: 15px;
  73. }
  74. .user-popout .avatar-wrapper .avatar-hint {
  75. border-radius: 15px;
  76. }
  77. /* User Profile Header Color */
  78.  
  79. #user-profile-modal .header {
  80. background-image: none;
  81. background: #cf669c;
  82. }
  83. #user-profile-modal .sub-header {
  84. background: #cf669c;
  85. }
  86. #user-profile-modal .avatar-profile .status {
  87. bottom: -10px;
  88. right: -10px;
  89. }
  90. .avatar-profile {
  91. border-radius: 15px;
  92. }
  93. /* User Profile Message Button */
  94.  
  95. #user-profile-modal .btn {
  96. background: #EC9ECB;
  97. }
  98. #user-profile-modal .btn:hover {
  99. background-color: #F4CAE2;
  100. }
  101. /* User Profile Add Friend Button */
  102.  
  103. #user-profile-modal footer .btn.add-friend {
  104. background: #697ec4;
  105. }
  106. #user-profile-modal footer .btn.add-friend:hover {
  107. background: #a6cbf0;
  108. }
  109. /************ Chat Area *************/
  110. /* Date and New Messages Divider */
  111.  
  112. .chat .divider > span {
  113. background: #5A98CD!important;
  114. font-size: 12px;
  115. color: #fff;
  116. text-transform: uppercase;
  117. border-radius: 5px;
  118. padding: 5px 15px;
  119. width: 100%;
  120. text-align: center;
  121. opacity: 1!important;
  122. }
  123. .chat .divider.divider-red>span {
  124. color: #fff!important;
  125. }
  126. /* Chat Avatar */
  127.  
  128. .avatar-large {
  129. border-radius: 5px;
  130. }
  131. /* Chat Username */
  132. /*hat .user-name {
  133. color:#5A98CD!important;
  134. }*/
  135. /* Background of Chat Area */
  136.  
  137. .content,
  138. .messages-wrapper,
  139. .chat.flex-vertical.flex-spacer {
  140. background: transparent!important;
  141. }
  142. /* Message Background */
  143. /*.message-group .comment {
  144. background:rgba(255,255,255,.05);
  145. border-radius:7px;
  146. border:5px solid transparent;
  147. }*/
  148. /* Message Text */
  149.  
  150. .message-group .comment .message .body .message-text .markup {
  151. color: #D2E4EE;
  152. }
  153. .highlight {
  154. color: #EF17F1;
  155. }
  156. /* Message Timestamps */
  157.  
  158. .message-group h2 .timestamp {
  159. color: #fff!important;
  160. text-transform: lowercase;
  161. font-size: 10px;
  162. font-style: italic;
  163. }
  164. /* Border in between Messages */
  165.  
  166. .message-group {
  167. border-bottom: none;
  168. }
  169. /* Chat Box */
  170.  
  171. .channel-textarea > div.channel-textarea-inner {
  172. background: rgba(255, 255, 255, 0.1);
  173. border-radius: 10px;
  174. padding: 7px;
  175. border: 2px solid transparent;
  176. }
  177. .typing {
  178. background: transparent!important;
  179. }
  180. /* Upload Button */
  181.  
  182. .channel-textarea-inner > div.channel-textarea-upload {
  183. background-size: 15px 20px;
  184. border-right: none;
  185. width: 40px;
  186. margin: -5px 10px -5px -5px;
  187. }
  188. .channel-textarea-inner > div.channel-textarea-upload:hover {
  189. background-size: 15px 20px;
  190. border: 5px solid transparent;
  191. margin: -10px 5px -10px -10px;
  192. border-radius: 10px;
  193. }
  194. /* Upload Popup */
  195.  
  196. .modal > .modal-inner > .upload-modal {
  197. background: #C7799C;
  198. }
  199. .modal > .modal-inner > .upload-modal > .footer {
  200. background: #00B0F4;
  201. }
  202. /* Chat Scroll Bar */
  203.  
  204. .scroller-wrap .scroller::-webkit-scrollbar-thumb {
  205. border: 3px solid rgba(0, 0, 0, 0.2)!important;
  206. background: rgba(255, 255, 255, 0.1)!important;
  207. }
  208. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  209. border: solid transparent !important;
  210. background-color: transparent !important;
  211. }
  212. /* Spoiler Tags */
  213.  
  214. .spoiler:hover {
  215. color: #fff!important;
  216. }
  217. /********* Channel List and Title Bar*********/
  218. /* Server Title */
  219.  
  220. .guild-header > header {
  221. box-shadow: none;
  222. color: #e38bb2;
  223. padding: 0px 10px;
  224. font-size: 25px;
  225. background: rgba(0, 0, 0, .3);
  226. }
  227. .btn.btn-hamburger span {
  228. background: #A6CBF0;
  229. }
  230. .guild-header ul {
  231. opacity: 0;
  232. }
  233. .guild-header-open ul {
  234. opacity: 1;
  235. }
  236. /* New Messages Indicator next to Channel */
  237.  
  238. .guild-channels .channel-text.unread:not(.selected):not(.channel-muted):before {
  239. background-color: #5A98CD;
  240. }
  241. /* Channel Titlebar */
  242.  
  243. .chat.flex-vertical.flex-spacer > .title-wrap {
  244. border: none;
  245. background: rgba(0, 0, 0, .3);
  246. box-shadow: none;
  247. }
  248. /* Channel Topic/Description */
  249.  
  250. .chat.flex-vertical.flex-spacer > .title-wrap > .topic.topic-expandable {
  251. font-size: 12px;
  252. margin-top: 5px;
  253. color: #656565;
  254. }
  255. /* Text/Voice Channel Header */
  256.  
  257. .guild-channels header {
  258. opacity: 1;
  259. color: #8bdae3;
  260. text-transform: uppercase;
  261. font-size: 11px;
  262. font-weight: bold;
  263. background-color: rgba(0, 0, 0, 0.2);
  264. border: none;
  265. border-color: transparent;
  266. border-radius: 3px;
  267. text-align: center;
  268. padding: 0;
  269. width: 365px;
  270. margin-right: 2px;
  271. margin-bottom: 13px;
  272. /* margin-left: 60px; */
  273. }
  274. /* Channel List Area */
  275.  
  276. .guild-channels {
  277. padding: 7px 0;
  278. background: rgba(255, 255, 255, 0.05);
  279. }
  280. .channels-wrap {
  281. background: transparent;
  282. }
  283. /* Channel Selected */
  284.  
  285. .guild-channels .channel-text.selected {
  286. background: rgba(255, 255, 255, 0.1);
  287. border-radius: 0 5px 5px 0;
  288. }
  289. /* Channel Hover */
  290.  
  291. .guild-channels .channel-text:hover {
  292. background: rgba(255, 255, 255, .07);
  293. }
  294. /* Active Voice Chat Usernames */
  295.  
  296. .guild-channels .channel-voice.audio li {
  297. color: #a8cbf2;
  298. }
  299. /* Account Area */
  300.  
  301. .flex-vertical.channels-wrap > .account {
  302. padding: 0 15px;
  303. background: rgba(255, 255, 255, .05);
  304. border: solid transparent;
  305. height: 50px;
  306. color: #a6cbf0;
  307. }
  308. /* Buttons */
  309.  
  310. .flex-vertical.channels-wrap > .account > .btn-group {
  311. border: solid transparent;
  312. }
  313. /* Mute Button */
  314.  
  315. .flex-vertical.channels-wrap > .account > .btn-group > button.btn.btn-mute {
  316. background: #e38bb2;
  317. border: solid transparent;
  318. border-radius: 15px;
  319. box-shadow: none;
  320. }
  321. .flex-vertical.channels-wrap > .account > .btn-group > button.btn.btn-mute:active {
  322. background: #5A98CD;
  323. }
  324. /* Deafen Button */
  325.  
  326. .flex-vertical.channels-wrap > .account > .btn-group > button.btn.btn-deafen {
  327. background: #e38bb2;
  328. border: solid transparent;
  329. border-radius: 15px;
  330. box-shadow: none;
  331. }
  332. .flex-vertical.channels-wrap > .account > .btn-group > button.btn.btn-deafen:active {
  333. background: #5A98CD;
  334. }
  335. /* Settings Button */
  336.  
  337. .flex-vertical.channels-wrap > .account > .btn-group > button.btn.btn-settings {
  338. background: #e38bb2;
  339. border: solid transparent;
  340. border-radius: 15px;
  341. box-shadow: none;
  342. }
  343. .flex-vertical.channels-wrap > .account > .btn-group > button.btn.btn-settings:active {
  344. background: #5A98CD;
  345. }
  346. .account .btn-settings:after {
  347. opacity: 1;
  348. }
  349. /* Voice Connection Area */
  350.  
  351. #voice-connection {
  352. border: none;
  353. background: rgba(255, 255, 255, .05);
  354. }
  355. /* Voice Connected Text */
  356.  
  357. #voice-connection .voice-connection-status-connected {
  358. color: #e38bb2;
  359. }
  360. /* Voice Buttons */
  361.  
  362. #voice-connection .btn-group {
  363. border: solid transparent;
  364. }
  365. #voice-connection .btn {
  366. border-radius: 15px;
  367. box-shadow: none;
  368. }
  369. #voice-connection .btn:after {
  370. opacity: 1;
  371. }
  372. /* Connection Info Button */
  373.  
  374. #voice-connection .btn-info {
  375. background: #e38bb2;
  376. border-right: none;
  377. }
  378. #voice-connection .btn-info:active {
  379. background: #5A98CD;
  380. }
  381. /* Disconnect Button */
  382.  
  383. #voice-connection .btn-disconnect {
  384. background: #e38bb2;
  385. border-right: none;
  386. }
  387. #voice-connection .btn-disconnect:active {
  388. background: #5A98CD;
  389. }
  390. /* Mute/Deafen Icon Indicators */
  391.  
  392. .guild-channels .icon {
  393. background-color: #5a98cd;
  394. background-size: 16px 15px;
  395. background-position: center;
  396. border-radius: 3px;
  397. }
  398. /* Links under Account */
  399.  
  400. .links {
  401. font-size: 9px;
  402. border: none;
  403. background: rgba(255, 255, 255, .05);
  404. }
  405. .links li a {
  406. color: #A6CBF0;
  407. }
  408. .links li a:hover {
  409. color: #e38bb2;
  410. }
  411. /********** Server List **************/
  412.  
  413. .guilds-wrapper {
  414. background: rgba(0, 0, 0, .3);
  415. width: 70px;
  416. }
  417. .guilds-wrapper .guilds {
  418. padding: 10px 15px;
  419. }
  420. /* Add Server Button */
  421.  
  422. .guilds-wrapper .guilds-add {
  423. font-size: 30px;
  424. color: #A6CBF0;
  425. background: #e38bb2;
  426. border: 3px solid #A6CBF0;
  427. }
  428. .guilds-wrapper .guilds-add:hover {
  429. font-size: 30px;
  430. color: #e38bb2;
  431. background: #A6CBF0;
  432. border: 5px solid #e38bb2;
  433. }
  434. /* Friends and Public Server Buttons */
  435.  
  436. .guilds-wrapper > .guilds > .guild > .guild-inner {
  437. background: #e38bb2!important;
  438. text-transform: uppercase;
  439. font-weight: 600;
  440. }
  441. .guilds-wrapper > .guilds > .guild > .guild-inner:hover {
  442. background: #A6CBF0!important;
  443. }
  444. /* Friends Online */
  445.  
  446. .guilds-wrapper .guilds .friends-online {
  447. background: #e38bb2;
  448. color: #fff;
  449. line-height: 20px;
  450. border-radius: 4px;
  451. }
  452. /* New Message Indicators */
  453.  
  454. .guilds-wrapper .guilds .guild.selected:before {
  455. background: #e38bb2;
  456. }
  457. .guilds-wrapper .guilds .guild.unread:before {
  458. background: #A6CBF0;
  459. }
  460. /******** Friends List *********/
  461. /* Buttons */
  462.  
  463. .friends-header {
  464. background: rgba(0, 0, 0, .3)!important;
  465. border: none!important;
  466. }
  467. #friends .btn,
  468. .add-friend-popout .btn,
  469. .private-channels .channel.selected .icon-friends,
  470. #friends .friends-header .tab-bar .tab-bar-item.selected {
  471. background-color: #CA418A!important;
  472. }
  473. #friends .friends-header .tab-bar .tab-bar-item.selected {
  474. color: #fff!important;
  475. }
  476. /* Search Bar */
  477.  
  478. .search-bar {
  479. background: rgba(0, 0, 0, .35)!important;
  480. }
  481. .search-bar input {
  482. border-radius: 10px!important;
  483. background: rgba(255, 255, 255, .2);
  484. }
  485. /* Direct Messages List */
  486.  
  487. .private-channels {
  488. background: rgba(255, 255, 255, .05);
  489. }
  490. /* Friends */
  491.  
  492. #friends,
  493. .friends-table {
  494. background: transparent!important;
  495. }
  496.  
  497. .channel.btn-friends.selected, .channel.private:hover {
  498. background:rgba(255,255,255,.07);
  499. }
  500.  
  501. .friends-row {
  502. border: none!important;
  503. }
  504. .friends-row:hover {
  505. background: rgba(255, 255, 255, .1)!important;
  506. }
  507. .username {
  508. color: #a6cbf0;
  509. }
  510. .status-text {
  511. color: #fff!important;
  512. }
  513. .private-channels .channel:hover .channel-activity,
  514. .private-channels .channel:hover a {
  515. color: #a6cbf0;
  516. }
  517.  
  518. /***** Pins & Mentions Popout *******/
  519.  
  520. .messages-popout-wrap.recent-mentions-popout,
  521. .messages-popout-wrap.themed-popout.undefined {
  522. background:rgba(90, 152, 205,.8);
  523. }
  524. .messages-popout-wrap.recent-mentions-popout .header,
  525. .messages-popout-wrap.themed-popout.undefined .header {
  526. background:#E38BB2;
  527. }
  528.  
  529. .messages-popout-wrap.recent-mentions-popout .message-group.hide-overflow,
  530. .messages-popout-wrap.themed-popout.undefined .message-group.hide-overflow {
  531.  
  532. background:#E38BB2;
  533. border-color:#fff;
  534. }
  535.  
  536. .messages-popout-wrap.recent-mentions-popout .message-group.hide-overflow:hover,
  537. .messages-popout-wrap.themed-popout.undefined .message-group.hide-overflow:hover {
  538.  
  539. border-color:#C220CC;
  540. }
  541.  
  542. .messages-popout .message-group:hover .action-buttons {
  543. box-shadow:none;
  544. background:transparent;
  545. }
  546.  
  547. .messages-popout-wrap .messages-popout .message-group:hover .action-buttons .jump-button {
  548. background:#5A98CD;
  549. }
  550. .messages-popout-wrap .messages-popout .message-group:hover .action-buttons .jump-button:hover {
  551. background:#C220CC;
  552. }
  553.  
  554. .messages-popout-wrap .messages-popout .message-group:hover .action-buttons .jump-button .text {
  555. color:#fff;
  556. }
  557.  
  558.  
  559. /******** Settings **********/
  560.  
  561. .settings .settings-header {
  562. background: url(https://i.imgur.com/KIMuDXP.jpg) !important;
  563. background-size: cover!important;
  564. background-color: rgba(25, 25, 25, 0.75)!important;
  565. background-position: center!important;
  566. }
  567. .tab-bar.SIDE {
  568. background: rgba(25, 25, 25, 0.75)!important;
  569. }
  570. .message-group .comment .message .body .message-text .markup {
  571. color: #ffffff;
  572. }
  573. .message-group {
  574. border-bottom: 1px solid rgba(255,255,255,0.3);
  575. }
  576. .theme-dark .message-group:not(.has-divider) {
  577. border-bottom-color: hsla(194, 71%, 72%, 0.15);
  578. }
  579. .chat .avatar-large {
  580. cursor: pointer;
  581. opacity: 1;
  582. box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
  583. border: 1px solid #43d7ef;
  584. -ms-filter: none;
  585. filter: none;
  586. -webkit-transition: opacity .2s ease;
  587. transition: opacity .2s ease;
  588. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement