LiVeR96

liver bdiscord css

Apr 4th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. nosnow{}
  2. #twitchcord-button {
  3. background-image: url(https://a.pomf.cat/igycpe.png)!important
  4. }
  5.  
  6. #twitchcord-button.twitchcord-button-open {
  7. background-image:
  8. url(https://cdn.frankerfacez.com/emoticon/35694/1)!important
  9. }
  10.  
  11. body {
  12. #@import url(https://fonts.googleapis.com/css?family=Architects+Daughter);
  13. font-family: 'Architects Daughter';
  14. font-size: 16px;
  15. text-transform: capitalize, lowercase;
  16. letter-spacing: 0.1em;
  17. color: #0B5C47;
  18. background: url(https://db.tt/0rmbUcIW) repeat top left fixed, auto !important
  19. cursor: url(https://db.tt/lQNcIbRZ), auto !important;
  20. }
  21.  
  22. .messages-wrapper
  23. {
  24.  
  25. background-image:url("https://a.pomf.cat/idynez.png") !important;
  26. background-position: bottom right !important;
  27. background-repeat:no-repeat !important;
  28. background-size:450px 800px;
  29. z-index:0
  30. }
  31. .CodeMirror {
  32. position:fixed;
  33. top:0;
  34. left:0;
  35. bottom:0;
  36. right:0;
  37. height:80%;
  38. z-index:-1;
  39. }
  40.  
  41. .emote {
  42. width:130%;
  43. height:130%;
  44. }
  45.  
  46. .message-group .emoji {
  47. width:10%;
  48. height:10%;
  49. }
  50.  
  51. .avatar-large:before
  52. {
  53. position: absolute;
  54. top: -125px;
  55. left: -105px;
  56. content: url('https://icons.iconarchive.com/icons/youthedesigner/christmas-graphics/256/santa-hat-icon.png');
  57. transform: scale(0.2);
  58. }
  59.  
  60. background-position: 50px 10px;
  61.  
  62. .guild-channels ul .channel-text.selected
  63. {
  64. background:red;
  65. }
  66.  
  67. .guild-channels ul .channel-text:hover
  68. {
  69. background: linear-gradient(to right, red, transparent);
  70. }
  71.  
  72.  
  73. header span
  74. {
  75. Text-Shadow: #FF4E50 1px 0px 0px, #FF4E50 1px 1px 0px, #FF4E50 1px -1px 0px, #FF4E50 -1px 1px 0px, #FF4E50 -1px 0px 0px, #FF4E50 -1px -1px 0px, #FF4E50 0px 1px 0px, #ff0000 0px -1px 0px;
  76. }
  77.  
  78. .active span.channel-name
  79. {
  80. Text-Shadow: #FF4E50 1px 0px 0px, #FF4E50 1px 1px 0px, #FF4E50 1px -1px 0px, #FF4E50 -1px 1px 0px, #FF4E50 -1px 0px 0px, #FF4E50 -1px -1px 0px, #FF4E50 0px 1px 0px, #FF4E50 0px -1px 0px;
  81. }
  82.  
  83. .active span.channel-name::before
  84. {
  85. text-shadow: none;
  86. }
  87.  
  88. .guilds .guild-inner
  89. {
  90. margin-top:-9px !important;
  91. border-radius:0px !important;
  92. border-top-width:1px !important;
  93. border-style:solid !important;
  94. margin-left:-13px;
  95.  
  96. }
  97. .guilds-wrapper
  98. {
  99. width:65px !important;
  100. border-right:1px !important;
  101. border-style:solid !important;
  102. }
  103. .guilds-separator
  104. {
  105. display:none !important;
  106. margin-bottom:0px !important;
  107. }
  108. .friends-icon
  109. {
  110. border-right:1px !important;
  111. border-style:solid !important;
  112. border-color:#000 !important;
  113. }
  114. .guilds-add
  115. {
  116. display:none !important;
  117. }
  118. .guilds .avatar-small
  119. {
  120. border-right-width:1px !important;
  121. border-style:solid !important;
  122. border-color:#000;
  123. }
  124. #bd-pub-li{
  125. height:10px !important;
  126. }
  127. .guilds{
  128. margin-top:-8px;
  129. }
  130.  
  131. .guilds .guild-inner
  132. {
  133. margin-top:-9px !important;
  134. border-radius:0px !important;
  135. border-top-width:1px !important;
  136. border-style:solid !important;
  137. margin-left:-13px;
  138.  
  139. }
Add Comment
Please, Sign In to add comment