Advertisement
thisisnotras

Taker old 11/28/16

Nov 28th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(//fonts.googleapis.com/css?family=Permanent+Marker|Gloria+Hallelujah|Amatic+SC|Chewy|Bangers|Kaushan+Script);
  4.  
  5. body {background-color: #5f3e38;
  6. background-image:url(http://www.transparenttextures.com/patterns/dark-denim-3.png);
  7. overflow: hidden;}
  8.  
  9. #whole{
  10. position: fixed;
  11. top: 0px;
  12. left: 0px;
  13. right: 0px;
  14. bottom: 0px;
  15. overflow: hidden;}
  16.  
  17. #middlething{
  18. position: absolute;
  19. top: 0px;
  20. bottom: 0px;
  21. left: 0px;
  22. right: 0px;
  23. margin: auto;
  24. height: 481px;
  25. background-color: #716965;
  26. box-shadow: 1px 1px 11px black;}
  27.  
  28. #middleimage{
  29. position: absolute;
  30. top: 0px;
  31. left: 0px;
  32. right: 0px;
  33. bottom: 0px;
  34. background-image: url(http://i65.tinypic.com/2yyt7c4.jpg);
  35. background-repeat: no-repeat;
  36. background-size: auto 111%;
  37. background-position: center bottom;
  38. -webkit-transition: all 1s 2.5s;
  39. transition: all 1s 2.5s;
  40. opacity: 1;}
  41.  
  42. #middleimage.b{
  43. background-image: url(http://i63.tinypic.com/szdiwx.jpg);
  44. background-position: top center;
  45. background-size: auto 150%;
  46. -webkit-transition: all 1s 2s;
  47. transition: all 1s 2s;
  48. opacity: 0;
  49. }
  50.  
  51. #whole:hover #middleimage{
  52. -webkit-transition: all 1s .2s;
  53. transition: all 1s .2s;
  54. opacity: 0;}
  55.  
  56. #whole:hover #middleimage.b{
  57. -webkit-transition: all 1s 1.3s;
  58. transition: all 1s 1.3s;
  59. opacity: 1;}
  60.  
  61. #popsfromtheleft{
  62. position: absolute;
  63. height: 520px;
  64. background-image:url(http://www.transparenttextures.com/patterns/dark-denim-3.png);
  65. background-color: #5f3e38;
  66. width: 250px;
  67. left: -5000px;
  68. right: 0px;
  69. top: 0px;
  70. bottom: 0px;
  71. margin: auto;
  72. -webkit-transition: all 2s 2s;
  73. transition: all 2s 2s;
  74. opacity: 1;
  75. overflow: hidden;}
  76.  
  77. #insidecontent{
  78. position: absolute;
  79. top: 0px;
  80. left: 0px;
  81. right: 0px;
  82. bottom: 0px;
  83. margin: auto;
  84. height: 80%;
  85. width: 200px;
  86. background: #7d6c69;
  87. opacity: .6;
  88. box-shadow: 2px 2px 11px black;}
  89.  
  90. #insidecontent2{
  91. position: absolute;
  92. top: 0px;
  93. left: 0px;
  94. right: 0px;
  95. bottom: 0px;
  96. margin: auto;
  97. height: 80%;
  98. width: 200px;
  99. background: transparent;
  100. color: black;
  101. font-size: 10pt;
  102. font-family: Times;
  103. font-weight: 400;
  104. font-style:italic;
  105. box-sizing: border-box;
  106. padding: 10px;
  107. text-align: justify;
  108. text-justify: inter-word;}
  109.  
  110. #insidecontent2 u{
  111. text-decoration: none;
  112. font-weight: 600;
  113. font-family: 'Amatic SC', cursive;
  114. font-size: 25pt;
  115. letter-spacing: 15px;
  116. text-shadow: 2px 2px 5px #312c2c;}
  117.  
  118. #insidecontent2 b{
  119. font-weight: 400;
  120. color: black;
  121. font-size: 15pt;
  122. font-style: italic;
  123. margin-top: -20px;
  124. font-family: 'Amatic SC', cursive;
  125. line-height: 16px;}
  126.  
  127. #insidecontent2 i{
  128. font-weight: 400;
  129. color: black;
  130. font-family: 'Permanent Marker', cursive;
  131. font-style: normal;
  132. letter-spacing: 1px;
  133. text-align: justify;
  134. font-size: 9pt;
  135. opacity: .8;}
  136.  
  137. #whole:hover #popsfromtheleft{
  138. left: -700px;
  139. opacity: 1;
  140. -webkit-transition: all 1.2s ease-out, opacity 2s;
  141. transition: all 1.2s ease-out, opacity 2s;}
  142.  
  143. #musicslice{
  144. position: fixed;
  145. top: 20px;
  146. right: 20px;
  147. height: 50px;
  148. width: 50px;
  149. border: 1px solid black;
  150. overflow: hidden;
  151. -webkit-transition: all 1s;
  152. transition: all 0s;
  153. box-shadow: 1px 1px 3px black;}
  154.  
  155. #musicslice:active{
  156. -webkit-transition: all 0s;
  157. transition: all 0s;
  158. box-shadow: 0px 0px 0px black;}
  159.  
  160. #musiccover{
  161. position: absolute;
  162. left: 0px;
  163. top: 0px;
  164. height: 50px;
  165. width: 50px;
  166. background-image:url(http://i67.tinypic.com/2hs28ia.jpg);
  167. background-size: auto 100%;
  168. background-repeat: no-repeat;
  169. background-position: bottom right;
  170. }
  171.  
  172. #musichidden{
  173. position: absolute;
  174. left: -10px;
  175. top: 0px;
  176. height: 50px;
  177. width: 50px;
  178. zoom: 180%;
  179. opacity: 0;
  180. z-index: 1;
  181. overflow: hidden;}
  182.  
  183.  
  184. </style>
  185.  
  186. <div id="whole">
  187. <div id="middlething">
  188. <div id="middleimage">
  189. </div>
  190. <div id="middleimage" class="b">
  191. </div>
  192. </div>
  193. <div id="popsfromtheleft">
  194. <div id="insidecontent">
  195. </div>
  196. <div id="insidecontent2">
  197. <br>
  198. <u>Taker</u><br>
  199. <b>"you may say I'm a dreamer,<br>but I'm not the only one"</b><br><br>
  200. <i>A devil in the literal sense, come to guide the poor souls of the unknowing and unseeing. Where? To their salvation. How? Through music and general kickassery.
  201. Why? Because he was exiled and there isn't a whole lot better to do. When? Whenever he gets off his ass.</i><br><br><br>
  202. w.i.p / art is owned / code is <a target="_blank" href="http://roleplay.chat/profile.php?user=Digital" target=_blank style="color:black;">mine</a>
  203.  
  204. </div>
  205. </div>
  206.  
  207.  
  208.  
  209. <div id="musicslice" title="ratatat - loud pipes">
  210. <div id="musiccover">
  211. </div>
  212. <div id="musichidden">
  213. <audio controls src="http://puu.sh/qIBIb/8106b125ff.mp3" loop=3></audio>
  214. </div>
  215. </div>
  216.  
  217.  
  218. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement