thisisnotras

Magi 11/14/15

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