Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.48 KB | None | 0 0
  1. //META{"name":"Theme_Starter","description":"Start Making Your Theme Here","author":"DevilsTheAvenged","version":"1.0"}*//{}
  2.  
  3. .channels-3g2vYe {
  4.     background-color: rgba(0,0,0,0);
  5. }
  6. .container-RYiLUQ {
  7.     background-color:  transparent;
  8. }
  9.  /* fix not having a background image anymore */
  10. .layers-20RVFW, .layer-kosS71, .container-2OU7Cz, .typing-3eiiL_ {
  11.   background: transparent !important;
  12. }
  13. /* optionally adjust background brightness (0: original image, 1: black) */
  14. .layers-20RVFW {
  15.   background: rgba(0,0,0, 0.3) !important;
  16. }
  17. .container-2OU7Cz {
  18.     background-color:  rgba(0,0,0,0);
  19. }
  20. .theme-dark .layer, .theme-dark .layers {
  21.     background: transparent;
  22. }
  23. .guilds-wrapper {
  24.     background-color: transparent;
  25. }
  26. .theme-dark .chat form .typing {
  27.     background-color: transparent;
  28. }
  29. .theme-dark .chat form {
  30.     background-color: transparent;
  31.     box-shadow: none;
  32. }
  33. .theme-dark .chat>.content {
  34.     background-color: transparent;
  35. }
  36. .theme-dark .chat {
  37.     background-color: transparent;
  38. }
  39.  
  40. .theme-dark .friends-table, .theme-dark .messages-wrapper {
  41.     background-color: transparent;
  42. }
  43. .theme-dark .channel-members {
  44.     background-color: transparent;
  45. }
  46. .theme-dark .title-qAcLxz {
  47.     background: transparent;
  48.     box-shadow: none;
  49. }
  50. .theme-dark #friends {
  51.     background-color: transparent;
  52. }
  53. .theme-dark .headerBar-cxbhPD {
  54.     background: transparent;
  55. }
  56. .theme-dark .ui-standard-sidebar-view .content-region {
  57.     background: transparent;
  58. }
  59. .theme-dark .ui-standard-sidebar-view .sidebar-region {
  60.     background: transparent;
  61. }
  62. .theme-dark .ui-standard-sidebar-view {
  63.     background: transparent;
  64. }
  65. .app,
  66. .callout-backdrop,
  67. .bda-backdrop,
  68. #pubs-container:before {
  69.     background-image: url("http://getwallpapers.com/wallpaper/full/9/f/9/539719.jpg");
  70.     background-size: cover !important;
  71.     background-position: center !important;
  72. }
  73.  
  74. #voice-connection,
  75. #friends,
  76. .friends-header,
  77. .friends-table,
  78. .guilds-wrapper,
  79. .guild-header header,
  80. .channels-wrap,
  81. .private-channels .search-bar,
  82. .private-channels,
  83. .guild-channels,
  84. .account,
  85. .friend-table-add-header,
  86. .chat,
  87. .content,
  88. .layers,
  89. .title-wrap:not(.search-bar),
  90. .messages-wrapper,
  91. .messages .divider span,
  92. .messages .divider:before,
  93. .content,
  94. .message-group-blocked,
  95. .is-local-bot-message,
  96. .channel-members-loading,
  97. .channel-members-loading .heading,
  98. .channel-members-loading .member,
  99. .typing {
  100.     background: transparent !important;
  101. }
  102. .guild-inner:hover,
  103. li.active .guild-inner {
  104.     background-color: rgba(115,139,215,0.5) !important;
  105. }
  106. .guilds-wrapper {
  107.     width: 85px;
  108. }
  109. .guilds {
  110.     background: rgba(20,23,27,0.15);
  111. }
  112. .guilds-wrapper .guilds .guild.unread:before {
  113.     background-color: rgba(255,0,0,0.25);
  114. }
  115. .guilds-wrapper .guilds .guild.selected:before {
  116.     background-color: rgba(0,0,0,0.25);
  117. }
  118. .guilds-wrapper .guilds .guild.selected:before,
  119. .guilds-wrapper .guilds .guild.unread:before {
  120.     width: 77.5px;
  121.     height: 55px;
  122.     margin-top: -28px;
  123.     margin-left: 7.5px;
  124.     transition: background-color .25s cubic-bezier(0.4,0,1,1);
  125. }
  126. .channel-notice {
  127.     opacity: .95;
  128. }
  129.  
  130. .channel:not(.selected) {
  131.     transition: background .3s ease-out;
  132. }
  133.  
  134. .channel:not(.selected):hover {
  135.     transition: background .2s ease-in;
  136.     background: rgba(235,232,218,0.05);
  137. }
  138.  
  139. .guild-channels .channel-text.selected:before,
  140. .guild-channels .channel-text.selected:hover:before,
  141. .guild-channels .channel-text:hover.channel-muted:before,
  142. .guild-channels .channel-text:hover:not(.unread):before,
  143. .private-channels .channel.selected:before,
  144. .private-channels .channel:hover:before {
  145.     border-left: 5px solid purple;
  146. }
  147.  
  148. .private-channels .channel:hover:before {
  149.     opacity: .25;
  150. }
  151.  
  152. .search-result,
  153. .tab-bar-item:hover {
  154.     background: rgba(235,232,218,0.05) !important;
  155. }
  156.  
  157. .friends-row:hover,
  158. .search-result:hover,
  159. .btn-friends.selected,
  160. .search-result.selected,
  161. .channel.selected.private,
  162. div.channel.channel-text.selected {
  163.     background: rgba(235,232,218,0.1) !important;
  164. }
  165. /*Voice panel*/
  166. #voice-connection {
  167.     border-top: none;
  168. }
  169.  
  170. /*Buttons*/
  171. #voice-connection .btn,
  172. .account .btn {
  173.     border: none;
  174.     border-bottom: solid 1px rgba(235,232,218,0.05);
  175.     background-color: rgb(42, 42, 42) !important;
  176.     opacity: .65;
  177. }
  178. .account .username {
  179.     font-size: 15px;
  180.     font-weight: bold;
  181.     font-family: sans-serif;
  182.     text-shadow: 1.35px .75px 1px black;
  183. }
  184.  
  185. .account {
  186.     border-top: none;
  187. }
  188.  
  189. .status {
  190.     border-color: rgba(0,0,0,0.33) !important;
  191. }
  192.  
  193. /*Popout menu*/
  194. .popout header,
  195. .slider-bar-fill {
  196.     background-color: #06c;
  197. }
  198.  
  199. .user-popout .user-popout-options .btn {
  200.     background-color: #06c;
  201. }
  202.  
  203. .user-popout .user-popout-options .btn:hover {
  204.     background-color: #0080ff;
  205. }
  206.  
  207. .user-popout .username {
  208.     font-size: 16px;
  209. }
  210. .tooltip {
  211.     background:#06c;
  212.     color: #fff;
  213. }
  214.  
  215. .tooltip.tooltip-right:after {
  216.     border-right-color:#06c;
  217. }
  218.  
  219. .tooltip.tooltip-top:after {
  220.     border-top-color:#06c;
  221. }
  222. .icon-friends {
  223.     background-color: rgba(0,0,0,0.35) !important;
  224. }
  225.  
  226.  
  227. #friends .tab-bar-item {
  228.     transition: background .2s ease-out;
  229. }
  230.  
  231. #friends .tab-bar-item:hover {
  232.     transition: background .2s ease-in;
  233.     background-color: rgba(0,0,0,0.25) !important;
  234. }
  235.  
  236. .friends-header {
  237.     border-bottom-color: rgba(0,0,0,0.25) !important;
  238. }
  239.  
  240. /*Channel bar*/
  241. .flex-spacer .title-wrap {
  242.     border-color: transparent !important;
  243. }
  244.  
  245. /*Chat area*/
  246. .chat .flex-spacer {
  247.     background: rgba(255,255,255,0.05);
  248.     border-top-left-radius: 23px;
  249.     border-bottom-left-radius: 23px;
  250. }
  251.  
  252. .markup {
  253.     backface-visibility: hidden;
  254. }
  255.  
  256. /*Unread messages*/
  257. .chat .new-messages-bar {
  258.     background-color: rgba(204,97,61,0.9);
  259. }
  260.  
  261. .chat .new-messages-bar:hover {
  262.     background-color: rgba(204,97,61,1);
  263. }
  264.  
  265. .chat .new-messages-bar button:last-child {
  266.     color: rgba(255,255,255,0.5);
  267. }
  268. .markup .mention {
  269.     background-color: rgba(255,255,255,.1) !important;
  270.     color: #ddd;
  271.     border-radius: 10%;
  272. }
  273.  
  274. .markup .mention:hover {
  275.     background-color: rgba(255,255,255,.2) !important;
  276.     color: #ddd;
  277.     border-radius: 10%;
  278. }
  279. .message-group a span {
  280.     color: #5af;
  281.     text-shadow: 1px 1px 0 #001a33;
  282. }
  283.  
  284. /*Code blocks*/
  285. .chat .markup code {
  286.     background: rgba(0,0,0,0.3) !important;
  287. }
  288.  
  289. .chat .markup pre {
  290.     background: none !important;
  291.     border: 1px solid rgba(0,0,0,0.5) !important;
  292.     max-width: 75% !important;
  293. }.message-group .embed {
  294.     background-color: rgba(42,42,42,.3);
  295. }
  296.  
  297. .theme-dark .message-group .embed-wrapper .embed-color-pill {
  298.     background-color: rgba(42,42,42,.66)
  299. }
  300. .scroller-wrap .scroller::-webkit-scrollbar-thumb,
  301. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  302.     border: 3px solid rgba(255,255,255,0) !important;
  303.     background-color: rgba(0,0,0,0.3) !important;
  304. }
  305. .settings .settings-header {
  306.     background: #1A1D20;
  307. }
  308.  
  309. .form .btn-primary {
  310.     background-color: #1D6586;
  311. }
  312.  
  313. .form .btn-primary:hover {
  314.     background-color: #25ACE8;
  315. }
  316.  
  317. .user-settings-modal a {
  318.     color: #1D6586;
  319. }
  320.  
  321. .user-settings-modal a:hover {
  322.     color: #25ACE8;
  323. }
  324. .channel-members {
  325.     background: rgba(20,23,27,0.25) !important;
  326. }
  327.  
  328. .channel-members .invite-btn {
  329.     background: #06c;
  330.     transition: background .3s ease-out;
  331. }
  332.  
  333. .channel-members .invite-btn:hover {
  334.     background: #39f;
  335.     transition: background .2s ease-in;
  336. }
  337.  
  338. .channel-members .member:hover,
  339. .channel-members .popout-open {
  340.     background: rgba(255,255,255,0.07) !important;
  341. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement