Tsukari

Untitled

Apr 23rd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. /*Hide channel names, and only show them when hovered upon*/
  2. /*[class*='channels-'] {
  3. width:140px;
  4. overflow:hidden;
  5. transition: width 0.5s;
  6. }
  7. [class*='channels-']:hover {
  8. width:180px;
  9. }
  10. [class*='channels-'].icon {
  11. visibility:collapse;
  12. }
  13. [class*='channels-']:hover .icon{
  14. visibility:visible;
  15. }*/
  16.  
  17. /*Prevent overflowing for the channel headers*/
  18. .guild-channels>header{
  19. overflow:hidden;
  20. }
  21. /*Show the # sign for all the channels*/
  22. .channels-wrap .channel-name{
  23. min-width:25px;
  24. }
  25.  
  26. /*Hide the 'hide muted channels' when channels are collapsed*/
  27. .guild-channels>.toggle-muted-text-channels{
  28. visibility:collapse;
  29. }
  30. .guild-channels:hover>.toggle-muted-text-channels{
  31. visibility:visible;
  32. }
  33.  
  34. /*Minimize the members to their icons*/
  35. /*.channel-members>h2{
  36. visibility:collapse;
  37. }
  38. .channel-members:hover>h2{
  39. visibility:visible;
  40. }
  41. .channel-members-wrap{
  42. width:80px;
  43. min-width:80px;
  44. overflow: hidden;
  45. transition: width 0.5s;
  46. }
  47. .channel-members-wrap:hover{
  48. width:180px;
  49. }/
  50.  
  51. /*Remove text next to picture*/
  52. /*.channel-members-wrap .member-inner{
  53. visibility : collapse;
  54. }
  55. .channel-members-wrap:hover .member-inner{
  56. visibility : visible;
  57. }
  58. .containerDefault-1bbItS, .containerDragAfter-3O-noP, .containerDragBefore-2hcouM, .containerUserOver-3O3u5c {
  59. padding-top: 10px;
  60. }*/
  61.  
  62.  
  63. //META{"name":"Rounded_Square_Avatars","description":"Makes all avatars rounded squares <span style='position: absolute; bottom: 0; right: 14px;'>By <b><a href='https://github.com/Zerthox' target='_blank'>@Zerthox</a></b></span>","author":"Zerthox","version":"1.0"}*//{}
  64.  
  65. .avatar-large,
  66. .avatar-profile,
  67. .avatar-small,
  68. .avatar-xlarge,
  69. .avatar-xsmall,
  70. .avatar-xxlarge,
  71. .avatar-popout,
  72. .avatar-hint,
  73. .avatar-wrapper {
  74. border-radius: 5% !important;
  75. }
  76.  
  77. .emoji.jumboable {
  78. width: 66px!important;
  79. height: 66px!important;
  80. }
  81.  
  82. .emoji {
  83. width: 66px!important;
  84. height: 66px!important;
  85. }
  86.  
  87. //META{"author":"lloti","name":"Beautiful Categories","description":"Adds lines to the left and right of categories by github.com/lloti","version":"1.1"}*//
  88.  
  89. div[class^=container-] div[class*=wrapper] > div[class*=name] {
  90. text-align: center;
  91. display: flex;
  92. justify-content: center;
  93. align-items: center;
  94. overflow: hidden;
  95. color: #fff;
  96. opacity: 0.3;
  97. transition: .2s opacity ease-in-out;
  98. }
  99.  
  100. div[class^=container-] div[class*=wrapper] > div[class*=name]:hover {
  101. opacity: 0.8;
  102. }
  103.  
  104. div[class^=container-] div[class*=wrapper] > div[class*=name]:before, div[class^=container-] div[class*=wrapper] > div[class*=name]:after {
  105. content: "";
  106. width: fit;
  107. vertical-align: middle;
  108. height: 1px;
  109. background: #eee;
  110. display: inline-block;
  111. margin: 0 5px;
  112. color: grey;
  113. }
  114.  
  115. div[class^=container-] div[class*=container]:first-child {
  116. padding: 5px;
  117. }
  118.  
  119. /*.guilds-wrapper {
  120. border-right: none;
  121. position: relative;
  122. margin-top: -10px;
  123. }
  124. .guilds-wrapper .guilds .guild,
  125. .guilds-wrapper .guilds .guild .guild-inner a,
  126. .guilds-wrapper .guilds .guild .avatar-small,
  127. .guilds-wrapper .guilds .friends-icon,
  128. .guilds-wrapper .guilds-error {
  129. width: 35px;
  130. height: 35px;
  131. }
  132. .guilds-wrapper .guilds .guild .guild-inner a {
  133. line-height: 35px;
  134. font-size: 15px !important;
  135. }
  136. .guilds-wrapper .guilds {
  137. margin-left: -2px;
  138. padding: 20px;
  139. }
  140. .guilds-wrapper .guilds .guild .avatar-small {
  141. background-size: 35px 35px;
  142. }
  143. .guilds-wrapper .guilds .guild .guild-inner {
  144. background: rgba(30, 30, 30, 0.9);
  145. }
  146. .guilds-wrapper .guilds .friends-icon {
  147. background-size: 27px 27px;
  148. margin-top: 2px;
  149. }
  150. .guilds-wrapper .guild-inner[style*="rgb"] {
  151. background-color: hsla(223, 5%, 3%, 0.4) !important;
  152. }
  153. .guilds-wrapper .guilds .friends-online {
  154. display: none;
  155. }
  156. .guilds-wrapper .guild-separator {
  157. display: none;
  158. }
  159. .guilds-add {
  160. opacity: 0.5;
  161. line-height: 25px !important;
  162. font-size: 35px !important;
  163. }
  164. .guilds-wrapper .guilds-error {
  165. line-height: 32px;
  166. padding-right: 1px;
  167. }
  168. .guilds-wrapper .guilds .guild.unread::before {
  169. transition: 0.2s ease-in-out all;
  170. left: -23px;
  171. height: 15px;
  172. top: 42%;
  173. background: gray;
  174. }
  175. .guilds-wrapper .guilds .guild.selected::before {
  176. transition: 0.2s ease-in-out all;
  177. left: -23px;
  178. height: 30px;
  179. top: 62%;
  180. background: darkgray;
Advertisement
Add Comment
Please, Sign In to add comment