Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. <style type="text/css" onload="try {document.title = '𝓑𝓪𝓭 𝓑𝓲𝓽𝓬𝓱' ;} catch (e) { }">
  2. body { background: #000; }
  3.  
  4. @font-face {
  5. font-family: 'Oph';
  6. src: url('https://dl.dropboxusercontent.com/s/wzmcfe21m31stx0/Oph-lia%20Script%20Light.ttf');
  7. }
  8.  
  9.  
  10. ::-webkit-scrollbar {
  11. height: 10px;
  12. width: 5px;
  13. background: rgba(255,255,255,0.1); /*scrolling track color*/
  14. }
  15.  
  16. ::-webkit-scrollbar-thumb:vertical {
  17. background: rgba(255,255,255,0.3); /*scrollbar color*/
  18.  
  19. }
  20.  
  21. #hov {
  22. position: absolute;
  23. bottom: 0px;
  24. left: 0px;
  25. height: 100%;
  26. width: 100%;
  27. }
  28.  
  29. #hov:hover .bar1 {
  30. width: 100%;
  31. transition-duration: 1s;
  32. }
  33.  
  34. #hov:hover .bar2 {
  35. width: 100%;
  36. transition-duration: 1s;
  37. }
  38.  
  39. #hov:hover .bx1 {
  40. bottom: 225px;
  41. left: 470px;
  42. opacity: 1;
  43. transition-duration: 0.8s;
  44. transition-delay: 1s;
  45. }
  46.  
  47. #hov:hover .bx2 {
  48. bottom: 225px;
  49. left: 850px;
  50. opacity: 1;
  51. transition-duration: 0.8s;
  52. transition-delay: 1s;
  53. }
  54.  
  55. #hov:hover #set {
  56. opacity: 1;
  57. transition-duration: 0.8s;
  58. }
  59.  
  60. #set {
  61. position: absolute;
  62. bottom: 0px;
  63. left: 50px;
  64. opacity: 0;
  65. z-index: 5;
  66. transition-duration: 0.8s;
  67. }
  68.  
  69. .bar1 {
  70. position: absolute;
  71. bottom: 200px;
  72. left: 0px;
  73. height: 100px;
  74. width: 0%;
  75. background: rgba(244,62,247,0.2);
  76. transition-duration: 0.8s;
  77. }
  78.  
  79. .bar2 {
  80. position: absolute;
  81. bottom: 280px;
  82. right: 0px;
  83. height: 110px;
  84. width: 0%;
  85. background: rgba(244,62,247,0.2);
  86. transition-duration: 0.8s;
  87. }
  88.  
  89.  
  90. .bx1 {
  91. position: absolute;
  92. bottom: 220px;
  93. left: 465px;
  94. height: 100px;
  95. width: 220px;
  96. font-family: verdana;
  97. font-size: 10px;
  98. color: rgba(255,255,255,0.6);
  99. background: rgba(0,0,0,0.5);
  100. border: 10px solid rgba(0,0,0,0.3);
  101. padding: 10px;
  102. overflow: auto;
  103. opacity: 0;
  104. transition-duration: 0.8s;
  105. }
  106.  
  107. .bx2 {
  108. position: absolute;
  109. bottom: 230px;
  110. left: 855px;
  111. height: 100px;
  112. width: 220px;
  113. font-family: verdana;
  114. font-size: 10px;
  115. color: rgba(255,255,255,0.6);
  116. background: rgba(0,0,0,0.5);
  117. border: 10px solid rgba(0,0,0,0.3);
  118. padding: 10px;
  119. overflow: auto;
  120. opacity: 0;
  121. transition-duration: 0.8s;
  122. }
  123.  
  124.  
  125.  
  126. h1 {
  127. font-family: Oph;
  128. font-size: 50px;
  129. letter-spacing: 3px;
  130. text-shadow: 0px 0px 5px rgba(255,255,255,0.5);
  131. line-height: -50px;
  132. margin-top: -18px;
  133. }
  134.  
  135. .fix {
  136. margin-top: -44px;
  137. }
  138.  
  139. hr {
  140. box-shadow: 0px 0px 5px rgba(255,255,255,0.5);
  141. }
  142.  
  143. #muscont { position:absolute; bottom: 50px; right:55px; z-index:99; overflow: hidden;}
  144.  
  145.  
  146. #music1{ position:fixed; padding:2px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  147.  
  148. #music1:hover #music2{ opacity:0; margin-top:-25px; z-index:-1; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
  149.  
  150. #music1:hover #music3{ opacity:0.6; margin-top:-5px; z-index:99; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  151.  
  152. #music1:hover #musiclist{ opacity:1; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
  153.  
  154. #music2{ margin-left: -1px; opacity:1; height: 15px; width: 15px; background-color:rgba(255,255,255,0.05); border:1px transparent; padding:6px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  155.  
  156. #music3{ opacity:0; position: absolute; background-color:rgba(255,255,255,0.1); background-image: url('http://i.picpar.com/UAcc.png'); background-repeat: no-repeat; background-size: 25px; border:1px transparent; width:25px; height:25px; z-index:99 margin-left:0px; overflow:hidden; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
  157. -o-transition: all 0.5s ease-in-out;}
  158.  
  159.  
  160. .fix1 { margin-top: 2px; }
  161.  
  162.  
  163.  
  164. </style>
  165.  
  166. <div id="hov">
  167.  
  168. <div id="set"><img src="http://i66.tinypic.com/jujmaf.png" width="400"></div>
  169.  
  170. <div class="bar1"></div>
  171. <div class="bar2"></div>
  172.  
  173. <div class="bx1"><h1>About Me</h1><br><div class="fix">
  174. I'm Nimah. I'm 25. I'm tall as fuck. 6'3" Bruh. Love the dick and the pussy. Leo. Colombian and Egyptian. My job? I am a Union plumbing contractor. Yes, I own the company who contracts the workers. I am a total bitch. The artwork is mine.
  175. Don't use it or I will fuck you up. Okay? Okay. <font color="#ff0000" style="text-shadow: 2px 2px #6a0000;"><a class="one" href="https://d.facdn.net/art/nimah/1462297114/1462297114.nimah_my_god__smaller.png" target="_blank" style="color:#ff0000">♥</a>
  176. </div>
  177. </font><br><br><hr><br><h1>Random</h1><div class="fix"><br>
  178. True story, once killed a man by snoo snoo... For real... Also Patrick Star is my nigga. I hate receiving oral sex, I love to give it though... Always IC.
  179. </div>
  180.  
  181.  
  182. </div>
  183.  
  184.  
  185. </font></a><div class="bx2"><h1>Got a Man?</h1><br><div class="fix">
  186. Single. <a class="one" href="http://www.thiscrush.com/~nimahthebitch" target="_blank" style="color:#ff0000">Crushing?</a></font></i>
  187.  
  188.  
  189. </font><br><br><hr><br><h1>Hobbies / Etc</h1><div class="fix"><br>
  190.  
  191. I enjoy Rap. Dancing. Twerking. The Gym. My Car. Competitive Gaming. Smoking. Chinese food. Chocolates. Cars. Coffee. Spongebob. Netflix. Clothes. Jewellery. Football. Basketball Sleeping. Surfing the internet and Dogs... God dogs are. Mmf... Want more art that is mine? Go <a class="one" href="http://www.furaffinity.net/user/nimah/" target="_blank" style="color:#ff0000">here!</a></font></i>
  192. </div></div></div></div>
  193.  
  194. <div id="muscont">
  195. <div id="music1">
  196. <div id="music2">
  197.  
  198. <center><div class="fix1">
  199. <img src="http://66.media.tumblr.com/tumblr_m7vxuuzOHZ1r6o8v2.gif" style="opacity: 0.8;" width="13px"></div></center></div>
  200.  
  201. <div id="music3">
  202. <div style="margin-top:4px;">
  203.  
  204.  
  205. <audio controls style="opacity: 0;"><source src="http://puu.sh/s5MtU.mp3" volume="0.5"></audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement