Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. *{background:none; border:none; margin:0;}
  2. a.external:after {display:none!important;}
  3. span.user-symbol {display:none!important;}
  4. a {font-weight:normal!important;}
  5. .gr-top{display:none;}
  6. .gr-top h2 img{display:none;}
  7. .gr-top h2{display:none;}
  8. .gr-top span{display:none;}
  9. .tri{display:none;}
  10. .gr1{display:none;}
  11. .gr2{display:none;}
  12. .gr3{display:none;}
  13. .commentslink, .prevlink{display:none;}
  14. .hsep{display:none;}
  15. .bottom {display:none;}
  16. .list {display:none;}
  17.  
  18.  
  19. .gr-box{
  20. cursor:default;
  21. z-index:99!important;
  22. line-height:1.2em;
  23. font-family:Lucida Console;
  24. font-size:10px;
  25. }
  26.  
  27. .gr-body, .text{
  28. position:relative;
  29. width:100%;
  30. overflow:hidden;
  31. margin:0px auto;
  32. margin-left:-10px;
  33. text-align:center;
  34. }
  35.  
  36. /*code by CodingTrash*/
  37.  
  38. .link {
  39. position:absolute;
  40. width:25px;
  41. height:25px;
  42. background:yellow;
  43. border-radius:100%;
  44. }
  45.  
  46. .box6 {
  47. position:absolute;
  48. left:50%;
  49. margin-top:-10px;
  50. margin-left:-45px;
  51. width:90px;
  52. height:90px;
  53. border:1px solid transparent;
  54. background:transparent url('https://findicons.com/files/icons/2315/default_icon/128/media_play_pause_resume_inv.png') no-repeat center center;
  55. background-size:15px 15px;
  56. opacity:0;
  57. }
  58.  
  59. /*code by CodingTrash*/
  60.  
  61. .box6:hover {
  62. border:1px solid transparent;
  63. opacity:1;
  64. }
  65.  
  66. .box6 i{
  67. opacity:0.000001;
  68. }
  69.  
  70. .box61 {
  71. position:absolute;
  72. left:50%;
  73. margin-top:-10px;
  74. margin-left:-45px;
  75. width:90px;
  76. height:90px;
  77. border:1px solid white;
  78. background:blue url('https://33.media.tumblr.com/tumblr_m7w2p9qThT1r6o8v2.gif') no-repeat center center;
  79. transition:all .0s;
  80.  
  81. }
  82.  
  83. /*code by CodingTrash*/
  84.  
  85.  
  86. .musicplayer:hover .box61{
  87. background:black;
  88. transform: rotate(90deg);
  89. border:1px solid white;
  90. transition:all .4s;
  91. }
  92.  
  93. .line{
  94. width:100%;
  95. margin-top:50px;
  96. height:1px;
  97. background:white;
  98. position:absolute;
  99. }
  100.  
  101. .transparent1{
  102. width:100%;
  103. height:30px;
  104. background:transparent;
  105. position:absolute;
  106. margin-top:-25px;
  107. }
  108.  
  109. .transparent2{
  110. width:100%;
  111. height:30px;
  112. background:transparent;
  113. position:absolute;
  114. margin-top:55px;
  115. }
  116.  
  117. /*code by CodingTrash*/
  118.  
  119. .transparent3{
  120. width:500px;
  121. left:50%;
  122. height:100px;
  123. background:transparent;
  124. position:absolute;
  125. margin-top:-15px;
  126. margin-left:-530px;
  127. }
  128.  
  129. .transparent4{
  130. width:500px;
  131. height:100px;
  132. background:transparent;
  133. position:absolute;
  134. margin-top:-15px;
  135. left:50%;
  136. margin-left:30px;
  137. }
  138.  
  139. .text1{
  140. position:absolute;
  141. width:500px;
  142. left:50%;
  143. margin-left:-560px;
  144. text-align:right;
  145. margin-top:30px;
  146. color:white;
  147. opacity:0;
  148. transition:all .3s;
  149. }
  150.  
  151.  
  152. .text2{
  153. position:absolute;
  154. width:500px;
  155. left:50%;
  156. margin-left:63px;
  157. text-align:left;
  158. margin-top:35px;
  159. color:white;
  160. opacity:0;
  161. transition:all .3s;
  162. }
  163.  
  164. .musicplayer:hover .text1 {opacity:1; transition:all .4s; margin-top:25px;}
  165. .musicplayer:hover .text2 {opacity:1; transition:all .4s; margin-top:40px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement