thisisnotras

Magi 9/5/2015

Sep 5th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.98 KB | None | 0 0
  1. <style>
  2. .pfor {display: none;}
  3. #profile {background: transparent; border: 0px;}
  4.  
  5. body{background:#313F66;}
  6.  
  7. #blurbarrier{
  8. position: absolute;
  9. top: 0px;
  10. bottom: 0px;
  11. width: 30px;
  12. left: 0px;
  13. border: 1px solid black;
  14. }
  15.  
  16. #blurbarrier2{
  17. position: absolute;
  18. top: 0px;
  19. bottom: 0px;
  20. width: 30px;
  21. right: 0px;
  22. border: 1px solid black;
  23. }
  24.  
  25. #blurbarrier3{
  26. position: absolute;
  27. left: 0px;
  28. right: 0px;
  29. top: 0px;
  30. height: 30px;
  31. border: 1px solid black;
  32. }
  33.  
  34. #blurbarrier4{
  35. position: absolute;
  36. left: 0px;
  37. right: 0px;
  38. bottom: 0px;
  39. height: 30px;
  40. border: 1px solid black;
  41. }
  42.  
  43. #blurbarrier,
  44. #blurbarrier2,
  45. #blurbarrier3,
  46. #blurbarrier4{
  47. background: #313F66;
  48. -webkit-filter:blur(6px);
  49. border: 0px solid black;
  50. z-index: 2;
  51. }
  52.  
  53. #thebackground{position: absolute;
  54. top: 10px;
  55. left: 10px;
  56. right: 10px;
  57. bottom: 10px;
  58. z-index: -1;
  59. background-image:
  60. url(http://oi58.tinypic.com/anhbp.jpg);
  61. background-size: 100% auto;
  62. background-position: center;
  63. background-repeat: no-repeat;}
  64.  
  65. #framer{position: absolute;
  66. border: 13px solid #324066;
  67. top: 0px;
  68. right: 0px;
  69. bottom: 0px;
  70. left: 0px;
  71. background: transparent;
  72. z-index: 1;}
  73.  
  74. /* CREDITS START */
  75.  
  76. @font-face{
  77. font-family: 'chosen'; src:url(https://dl.dropboxusercontent.com/u/4556289/teamaaw.ttf);
  78. }
  79.  
  80. #containerX{position:absolute;
  81. left: 50px;
  82. top: 50px;
  83. height: 50px;
  84. width: 100px;
  85. border: 0px solid black;
  86. -webkit-filter: blur(4px);
  87. -webkit-transition: all 1s;
  88. transition: all 1s;
  89. z-index: 4;
  90. }
  91.  
  92. #containerX:hover{
  93. -webkit-filter:blur(0px);
  94. }
  95.  
  96.  
  97. #firstdiv{position:absolute;
  98. height: 45px;
  99. width: 30px;
  100. left: 0px;
  101. top: 0px;
  102. border: 0px solid red;
  103. background: #3A273A;
  104. z-index: 2;}
  105.  
  106. #seconddiv{position: absolute;
  107. height: 50px;
  108. width: 110px;
  109. left: 30px;
  110. top: 0px;
  111. border: 0px solid blue;
  112. opacity: 0;
  113. -webkit-transition: all 1s;
  114. transition: all 1s;}
  115.  
  116. #containerX:hover #seconddiv{
  117. -webkit-transition: all 2s;
  118. transition: all 2s;
  119. opacity: 1;
  120. }
  121.  
  122.  
  123.  
  124. #selectme{float:left;
  125. margin-left: -20px;
  126. margin-top: 30px;
  127. height: 15px;
  128. width: 15px;
  129. -webkit-transition: all 1s;
  130. transition: all 1s;
  131. background: #3A273A;
  132. box-sizing: border-box;
  133. border: 1px solid gray;}
  134.  
  135. #selectme:hover{background: #7C929F;}
  136.  
  137. #containerX:hover #selectme{
  138. margin-left: 10px;}
  139.  
  140. #readit{position: absolute;
  141. top: 5px;
  142. right: 100px;
  143. left: -20px;
  144. background: #3A273A;
  145. height: 15px;
  146. width: 20px;
  147. -webkit-transition: all 1s, width .5s;
  148. transition: all 1s, width .5s;
  149. overflow: hidden;}
  150.  
  151. #containerX:hover #readit{
  152. -webkit-transition: left 1s, right 1s, width 1s .5s;
  153. transition: left 1s, right 1s, width 1s .5s;
  154. left: 0px;
  155. right: 0px;
  156. margin: auto;
  157. width: 90px;
  158. }
  159.  
  160. .readings{
  161. height: 100%;
  162. width: 100%;
  163. opacity: 0;
  164. font-family: Arial;
  165. font-size: 8pt;
  166. font-weight: 600;
  167. letter-spacing: 2px;
  168. color: grey;
  169. z-index: 0;
  170. text-align: center;
  171. box-sizing: border-box;
  172. line-height: -7px;
  173. line-spacing: -8px;
  174. padding-top: 2px;
  175. -webkit-transition: all 1s;
  176. transition: all 1s;
  177. }
  178.  
  179. .readings:target {opacity: 1;
  180. z-index: 1;}
  181.  
  182. .screenout1,
  183. .screenout2,
  184. .screenout3,
  185. .screenout4{position: fixed;
  186. left: 52px;
  187. top: 52px;
  188. height: 45px;
  189. width: 30px;
  190. border: 0px solid green;
  191. background: white;
  192. -webkit-transition: all 1s;
  193. transition: all 1s;
  194. opacity: 0;
  195. box-sizing: border-box;
  196. text-align: center;
  197. padding-left: 2px;
  198. line-height: 10px;
  199. padding-top: 10px;
  200. font-size: 16pt;
  201. font-weight: 800;
  202. font-family: 'chosen', Arial;
  203. color: black;
  204. background: grey;
  205. z-index: 0;
  206. }
  207.  
  208. .pushh1:hover ~ .screenout1,
  209. .pushh2:hover ~ .screenout2,
  210. .pushh3:hover ~ .screenout3,
  211. .pushh4:hover ~ .screenout4{
  212. -webkit-transition: all .5s;
  213. transition: all .5s;
  214. opacity: 1;
  215. z-index: 10;
  216. }
  217.  
  218. #musician{
  219. position: absolute;
  220. width: 13px;
  221. height: 30px;
  222. opacity: 1;
  223. z-index: 100;
  224. overflow: hidden;
  225. top: 12px;
  226. left: 7px;
  227. }
  228.  
  229. /* CREDITS END */
  230.  
  231. </style>
  232.  
  233. <div id="blurbarrier">
  234. </div>
  235.  
  236. <div id="blurbarrier2">
  237. </div>
  238.  
  239. <div id="blurbarrier3">
  240. </div>
  241.  
  242. <div id="blurbarrier4">
  243. </div>
  244.  
  245. <div id="thebackground">
  246. </div>
  247.  
  248. <div id="framer">
  249. </div>
  250.  
  251.  
  252.  
  253. <div id="containerX">
  254. <div id="firstdiv">
  255. <div id="musician">
  256. <div style="zoom: 200%; margin-left: -4px; margin-top: -5px;">
  257. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="129" height="20">
  258. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  259. <param name="wmode" value="transparent" />
  260. <param name="FlashVars" value="mp3=https://www.dropbox.com/s/33g5ets2no34esk/03%20Zomboy%20-%20Organ%20Donor-%20www.wolfculture.blogspot.com.mp3?dl=1&autoplay=1&loop=1&volume=10&bgcolor1=3A273A&bgcolor2=3A273A&slidercolor1=000000&slidercolor2=000000&buttoncolor=646065" />
  261. </object>
  262. </div>
  263.  
  264. </div>
  265. </div>
  266. <div id="seconddiv">
  267. <a href=#first1 class="pushh1"><div id="selectme">
  268. </div></a>
  269. <a href=#first2 class="pushh2"><div id="selectme" class="pushh2">
  270. </div></a>
  271. <a href=#first3 class="pushh3"><div id="selectme">
  272. </div></a>
  273. <a href=#first4 class="pushh4"><div id="selectme">
  274. </div></a>
  275. <div id="readit">
  276. <div id="first1" class="readings">
  277. <marquee direction="left" scrollamount="3">
  278. aliases [the magi, Mystery J] // age [unknown] // height [6'4"] // build [slender] abilities [concept realization]</marquee>
  279. </div>
  280. <div id="first2" class="readings">artist is N/A
  281. </div>
  282. <div id="first3" class="readings" style="letter-spacing: 0.5px;">code is <a href="http://roleplay.chat/profile.php?user=Digital" target="_blank" style="color: gray;">mine</a>
  283. </div>
  284. <div id="first4" class="readings"><a href="https://youtu.be/5CVxC0j1wK0" target="_blank" style="color: gray;">ZOMBOY</a>
  285. </div>
  286. </div>
  287. <div class="screenout1">
  288. C
  289. </div>
  290. <div class="screenout2">
  291. A
  292. </div>
  293. <div class="screenout3">
  294. O
  295. </div>
  296. <div class="screenout4">
  297. </div>
  298. </div>
  299. </div>
Advertisement
Add Comment
Please, Sign In to add comment