thisisnotras

End old 11/30/16

Nov 30th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.80 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Denk+One);
  4.  
  5. body {
  6. font-family: "Ubuntu", "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
  7. color: #999999;
  8. background-color: #101010;
  9. }
  10.  
  11. #profile {
  12. border: 1px solid #333333;
  13. width: 600px;
  14. display: table;
  15. padding: .5em;
  16. background: #000000;
  17. }
  18.  
  19. .pfor {display: none;}
  20. #profile {background-color: transparent; border: 0px;}
  21.  
  22. body {
  23. background-color: #020305;
  24. }
  25.  
  26. #whole {position: fixed;
  27. top: 0px;
  28. left: 0px;
  29. right: 0px;
  30. bottom: 0px;
  31. text-align: left;
  32. }
  33.  
  34.  
  35. #wholegif{
  36. position: absolute;
  37. top: 0px;
  38. left: 0px;
  39. right: 0px;
  40. bottom: 0px;
  41. background-image:
  42. url(http://i66.tinypic.com/314xopf.jpg);
  43. background-position: 200px bottom;
  44. background-repeat: no-repeat;
  45. background-size: auto 100%;
  46. text-align: left;
  47. }
  48.  
  49. #wholegif2{
  50. position: absolute;
  51. top: 0px;
  52. left: 0px;
  53. right: 0px;
  54. bottom: 0px;
  55. background-image:
  56. url(http://i.giphy.com/xJOnxUc7cQ276.gif);
  57. background-position: 200px bottom;
  58. background-repeat: no-repeat;
  59. background-size: 35% 100%;
  60. text-align: left;
  61. opacity: 0;
  62. -webkit-transition: all 1s;
  63. transition: all 1s;
  64. }
  65.  
  66. body:hover #wholegif2{
  67. opacity: 1;
  68. -webkit-transition: all 2s ease-in 1s;
  69. transition: all 2s ease-in 1s;}
  70.  
  71.  
  72. #name {position: absolute;
  73. left: 1000px;
  74. top: 389px;
  75. color: #DE3A25;
  76. font-family: 'Denk One', sans serif;
  77. font-size: 25pt;}
  78.  
  79. #scrambledwords {
  80. position: absolute;
  81. height: 400px;
  82. width: 400px;
  83. border: 0px solid white;
  84. left: 870px;
  85. top: 240px;
  86. overflow: hidden;
  87. border-radius: 180px 180px 0px 180px;
  88. -webkit-transition: all 1s;
  89. transition: all 1s;
  90. }
  91.  
  92. #layerone {
  93. position: absolute;
  94. font-family: 'Times New Roman', Times;
  95. font-size: 10pt;
  96. color: grey;
  97. font-style: italic;
  98. letter-spacing: 10px;
  99. text-align: left;
  100. }
  101.  
  102. #layerone1{
  103. box-sizing: border-box;
  104. padding-top: 9px;
  105. height: 50px;
  106. width:125px;
  107. left: 260px;
  108. top: 146px;
  109. border: 0px solid white;
  110. position: absolute;
  111. font-family: 'Times New Roman', Times;
  112. font-size: 10pt;
  113. color: grey;
  114. font-style: italic;
  115. letter-spacing: 10px;}
  116.  
  117. /* GENERAL CONTENT CONTAINER - START */
  118.  
  119.  
  120. ::-webkit-scrollbar {
  121. width: 4px;
  122. background-color: transparent;
  123. }
  124.  
  125.  
  126. ::-webkit-scrollbar-thumb {
  127. border-radius: 0px;
  128. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  129. background-color: gray;
  130. }
  131.  
  132.  
  133. @font-face {
  134. src: url(https://dl.dropboxusercontent.com/u/4556289/somepx.ttf);
  135. font-family: 'musicfont';
  136. }
  137.  
  138.  
  139. #generalcontainer{
  140. position: absolute;
  141. bottom: 20px;
  142. right: 80px;
  143. height: 45px;
  144. width: 100px;
  145. font-family:'musicfont';
  146. border: 0px solid gray;
  147. }
  148.  
  149. #generalcontainer:hover ~ #scrambledwords{
  150. opacity: 0;
  151. }
  152.  
  153. #generalcontainersplit{
  154. position: absolute;
  155. bottom: 0px;
  156. right: 0px;
  157. height: 45px;
  158. width: 100px;
  159. border: 0px solid black;
  160. z-index: 1;
  161. opacity: 0;
  162. -webkit-transition: all 1s;
  163. transition: all 1s;
  164. }
  165.  
  166. #generalcontainer:hover #generalcontainersplit{opacity: 1;
  167. }
  168.  
  169. #splitinfo{
  170. bottom: 0px;
  171. right: 50px;
  172. position: absolute;
  173. height: 45px;
  174. width: 50px;
  175. }
  176.  
  177. #splitmusic{
  178. bottom: 0px;
  179. right: 0px;
  180. position: absolute;
  181. height: 45px;
  182. width: 50px;
  183. }
  184.  
  185. #splitooc{
  186. position: absolute;
  187. right: 100px;
  188. bottom: 5px;
  189. height: 0px;
  190. width: 0px;
  191. opacity: 0;
  192. display: none;
  193. }
  194.  
  195. #splitinfo:hover ~ #splitooc, #splitooc:hover{
  196. right: 100px;
  197. bottom: 0px;
  198. height: 45px;
  199. width: 45px;
  200. opacity: 1;
  201. display: block;
  202. }
  203.  
  204. #splitstats{
  205. position: absolute;
  206. right: 50px;
  207. bottom: 45px;
  208. height: 0px;
  209. width: 0px;
  210. opacity: 1;
  211. display: none;
  212. }
  213.  
  214. #splitinfo:hover ~ #splitstats, #splitstats:hover{
  215. position: absolute;
  216. right: 50px;
  217. bottom: 45px;
  218. height: 45px;
  219. width: 50px;
  220. opacity: 1;
  221. display: block;
  222. }
  223.  
  224. #splitmusic2{
  225. position: absolute;
  226. right: 0px;
  227. bottom: 50px;
  228. height: 45px;
  229. width: 50px;
  230. display: none;
  231. opacity: 0;
  232. }
  233.  
  234. #splitmusic:hover ~ #splitmusic2,
  235. #splitmusic2:hover{
  236. position: absolute;
  237. right: 0px;
  238. bottom: 45px;
  239. height: 45px;
  240. width: 50px;
  241. display: block;
  242. opacity: 1;
  243. }
  244.  
  245. #splitselection{
  246. font-size: 22pt;
  247. letter-spacing: -2px;
  248. text-align: center;
  249. border-bottom: 1px dashed gray;
  250. color: gray;
  251. box-sizing: border-box;
  252. padding-top: 10px;
  253. width: 25px;
  254. margin: auto;
  255. }
  256.  
  257. #splitooccontent{
  258. position: absolute;
  259. right: 45px;
  260. bottom: 0px;
  261. border: 1px solid black;
  262. opacity: 0;
  263. }
  264.  
  265. #splitooc:hover #splitooccontent{
  266. height: 100px;
  267. width: 200px;
  268. opacity: 1;
  269. z-index: 1;
  270. }
  271.  
  272. #splitstatscontent{
  273. position: absolute;
  274. height: 0px;
  275. width: 0px;
  276. right: -80px;
  277. bottom: 45px;
  278. border: 1px solid black;
  279. opacity: 0;
  280. }
  281.  
  282. #splitstats:hover #splitstatscontent{
  283. height: 200px;
  284. width: 200px;
  285. opacity: 1;
  286. }
  287.  
  288. #splitmusiccontent{
  289. position: absolute;
  290. bottom: 45px;
  291. right: -10px;
  292. height: 50px;
  293. width: 50px;
  294. border: 1px solid black;
  295. opacity: 0;
  296. }
  297.  
  298. #splitmusic2:hover #splitmusiccontent{
  299. height: 50px;
  300. width: 50px;
  301. border: 1px solid black;
  302. opacity: 1;
  303. }
  304.  
  305. #splittopcorner{
  306. position: absolute;
  307. top: 2px;
  308. left: 2px;
  309. border-top: 1px solid gray;
  310. border-left: 1px solid gray;
  311. height: 15px;
  312. width: 10px;
  313. }
  314.  
  315. #splitbottomcorner{
  316. position: absolute;
  317. bottom: 2px;
  318. right: 2px;
  319. border-right: 1px solid gray;
  320. border-bottom: 1px solid gray;
  321. height: 10px;
  322. width: 15px;
  323. }
  324.  
  325. #splitooccontent #splitbottomcorner{
  326. right: 20px;
  327. bottom: 5px;
  328. }
  329.  
  330. #splitstatscontent #splitbottomcorner{
  331. right: 10px;
  332. bottom: 20px;
  333. }
  334.  
  335. #splitcontentcontent{
  336. position: absolute;
  337. top: 5px;
  338. left: 5px;
  339. box-sizing: border-box;
  340. border: 1px solid black;
  341. padding-right: 10px;
  342. overflow: auto;
  343. text-align: justify;
  344. font-family: 'Arial';
  345. font-size: 9pt;
  346. letter-spacing: 0px;
  347. font-style: italic;
  348. }
  349.  
  350. #splitcontentcontent a, #splitcontentcontent a:hover{
  351. text-decoration: none;
  352. font-weight: 800;
  353. color: #DE3A25;}
  354.  
  355. #splitooccontent #splitcontentcontent{
  356. height: 187px;
  357. width: 177px;
  358. }
  359.  
  360. #splitstatscontent #splitcontentcontent{
  361. height: 171px;
  362. width: 187px;
  363. }
  364.  
  365. #musiccontent{
  366. position: absolute;
  367. top: 8px;
  368. left: 9px;
  369. height: 30px;
  370. width: 30px;
  371. border: 1px solid gray;
  372. overflow: hidden;
  373. }
  374.  
  375. #generalX{
  376. position: absolute;
  377. right: -54px;
  378. bottom: 00px;
  379. height: 40px;
  380. width: 40px;
  381. z-index: 1;
  382. background-color: gray;
  383. background-repeat: no-repeat;
  384. background-size: auto 90%;
  385. background-position: center center;
  386. background-image:url(http://i68.tinypic.com/2j60ggm.jpg);
  387. border-radius: 90px 90px 90px 90px;
  388. -webkit-animation: spinner 5s infinite linear;
  389. animation: spinner 5s infinite linear;
  390. opacity: .8;
  391. }
  392.  
  393.  
  394. @-webkit-keyframes spinner{
  395. 0%{transform:rotate(0deg);
  396. -webkit-transform:rotate(0deg);}
  397. 100%{transform:rotate(360deg);
  398. -webkit-transform:rotate(360deg);}
  399. }
  400.  
  401. @keyframes spinner{
  402. 0%{transform:rotate(0deg);
  403. -webkit-transform:rotate(0deg);}
  404. 100%{transform:rotate(360deg);
  405. -webkit-transform:rotate(360deg);}
  406. }
  407.  
  408. /* GENERAL CONTENT CONTAINER - END */
  409.  
  410. </style>
  411.  
  412. <center><div id="profile">
  413.  
  414. <div id="wholegif2">
  415. </div>
  416. <div id="wholegif">
  417. </div>
  418. <div id="whole">
  419.  
  420. <div id="name">
  421. The End
  422. </div>
  423.  
  424.  
  425. <div id="generalcontainer">
  426. <div id="generalX">
  427. </div>
  428. <div id="generalcontainersplit">
  429. <div id="splitmusic">
  430. <div id="splitselection">
  431. MUSIC
  432. </div>
  433. </div>
  434. <div id="splitinfo">
  435. <div id="splitselection">
  436. INFO
  437. </div>
  438. </div>
  439. <div id="splitooc">
  440. <div id="splitselection">
  441. OOC
  442. <div id="splitooccontent">
  443. <div id="splittopcorner">
  444. </div>
  445. <div id="splitbottomcorner">
  446. </div>
  447. <div id="splitcontentcontent" style="text-align: center; padding-top: 10px;">
  448. I coded this myself.<br>
  449. Not great on all resolutions.<br>
  450. Art belongs to me.<br>
  451. Artist is <a target="_blank" href="http://furaffinity.net/user/sonatine" target=_blank>sonatine</a>.<br>
  452. Music is <a target="_blank" href="https://www.youtube.com/watch?v=aDp1h_fO5nc" target=_blank>Crywolf - Slow Burn.</a>
  453. </div>
  454. </div>
  455. </div>
  456. </div>
  457. <div id="splitstats">
  458. <div id="splitselection">
  459. STATS
  460. <div id="splitstatscontent">
  461. <div id="splittopcorner">
  462. </div>
  463. <div id="splitbottomcorner">
  464. </div>
  465. <div id="splitcontentcontent">
  466. <a title="This is his name.">End.</a> Average height, a little below average weight. A reserved and fairly quiet canine with rather uncanny eyes that he tends to keep concealed when possible. A lover of music of all sorts and the kind of movies that let him take in the feeling of their characters with long shots and hushed moments. The locations he's most likely to be found? Abandoned places... The places unkept and unkempt, where he can find a distant reflection of others' lives since he can find no memory of his own. The young man wanders from location to location with no clothing but the items on his body nor any devices save for the mp3 player that links to either the earbuds or headphones that he keeps with him. A hooded sweater is near-constant, never one in particular as End wears mostly just those things that have been cast aside. Recently the boy's found a woman who's taken him in, though. <a target="_blank" href="http://roleplay.chat/profile.php?user=Torie" target=_blank>Torie.</a> Of course he's fallen in love with her and it seems she's found something within him worth the same sorts of feelings. She doesn't yet know of the strangeness within him beyond a past that remains elusive to his mind and those uncanny eyes, peekers that act as a spyglass looking at the celestial bodies from some great vantage. Still, he's gained what he reluctantly considers 'control' of that frightful curse and has had no reason to show her or anyone else the queer force that acts through his mind and body. <a>End</a>... hopes that he will never be called upon to use them. Hopes to live a simple life. He is wrong on both accounts.
  467. </div>
  468. </div>
  469. </div>
  470. </div>
  471. <div id="splitmusic2">
  472. <div id="splitselection">
  473. SLBRN
  474. <div id="splitmusiccontent">
  475. <div id="splittopcorner">
  476. </div>
  477. <div id="splitbottomcorner">
  478. </div>
  479. <div id="musiccontent">
  480. <audio controls style="margin-left: -2px;" src="https://dl.dropboxusercontent.com/u/4556289/Crywolf%20-%20Slow%20Burn.mp3" loop=3>
  481. </audio>
  482. </div>
  483. </div>
  484. </div>
  485. </div>
  486. </div>
  487. </div>
  488.  
  489.  
  490. <div id="scrambledwords">
  491. <div id="layerone">
  492. I don't understand.<br>Someone explain this!<br>
  493. WHY WAS IT ME!?<br>
  494. Where is my family, my brother, my parents!?<br>
  495. Who did this!? I know it was you! Will everyting just fade away?
  496. How do I control this?
  497. THIS CAN'T<br><br>
  498. BE HAPP <br>Theres n<br><br>
  499. I KNOW I DIDN'T DO IT!<br>
  500. There just had to bescientists, I wasn't born like this, was I?
  501. GODDAMNIT, JUST DIE!<br>
  502. Are they looking for me now? Am I alone? FUCK IT, LET
  503. IT ALL BURN! They can't just... take things.<br><br>
  504. <div style="text-align: center;">... Is this the end?</font>
  505. </div>
  506. <div id="layerone1">
  507. ENING!<br>
  508. o way...
  509. </div>
  510. </div>
  511. </div>
  512.  
  513.  
  514.  
  515.  
  516. </div>
  517.  
  518.  
  519. </div>
  520. </div>
  521.  
  522.  
  523. </div>
Advertisement
Add Comment
Please, Sign In to add comment