thisisnotras

Digital old profile 8/15/16

Aug 15th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.47 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. src: url(https://dl.dropboxusercontent.com/u/4556289/somepx.ttf);
  5. font-family: 'bodyfont';
  6. }
  7.  
  8. /* 9CADBF
  9. A2A7B8 */
  10.  
  11. body {
  12. background: black;
  13. overflow: hidden;
  14. font-family: 'bodyfont';
  15. }
  16.  
  17. ::-webkit-scrollbar {
  18. width: 4px;
  19. background-color: #598081;
  20. }
  21.  
  22.  
  23. ::-webkit-scrollbar-thumb {
  24. border-radius: 0px;
  25. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  26. background-color: #28263B;
  27. }
  28.  
  29.  
  30. #whole{
  31. position: fixed;
  32. top: 0px;
  33. left: 0px;
  34. right: 0px;
  35. bottom: 0px;
  36. background-image:url(http://i.picpar.com/uINb.jpg);
  37. background-size: 300px;
  38. opacity: .6;
  39. }
  40.  
  41. #digimage{
  42. position: absolute;
  43. top: 50px;
  44. left: 0px;
  45. right: 0px;
  46. margin: auto;
  47. height: 800px;
  48. width: 600px;
  49. border: 0px solid black;
  50. background-image:url(http://i64.tinypic.com/292bp0h.jpg);
  51. background-repeat: no-repeat;
  52. background-size: auto 800px;
  53. background-position: center;
  54. }
  55.  
  56. #container, #container2{
  57. position: absolute;
  58. top: 75px;
  59. left: 235px;
  60. height: 120px;
  61. width: 130px;
  62. border: 1px solid transparent;
  63. transition: all 1s;
  64. -webkit-transition: all 1s;
  65. overflow: hidden;
  66. opacity: 0;
  67. }
  68.  
  69. #whole:hover #container{
  70. opacity: .8;
  71. }
  72.  
  73.  
  74.  
  75. #spinner{
  76. position: absolute;
  77. top: 0px;
  78. left: 0px;
  79. height: 100px;
  80. width: 100px;
  81. border: 2px solid transparent;
  82. border-top: 2px solid white;
  83. border-radius: 360px 360px 360px 360px;
  84. -webkit-animation: spinningcircle 3s infinite linear;
  85. transition: all 1s;
  86. -webkit-transition: all 1s;
  87. }
  88.  
  89. #spinner2{
  90. position: absolute;
  91. top: 10px;
  92. left: 10px;
  93. height: 80px;
  94. width: 80px;
  95. border: 2px solid transparent;
  96. border-left: 2px solid white;
  97. border-right: 2px solid white;
  98. border-radius: 90px 90px 90px 90px;
  99. -webkit-animation: spinningcircle 2s infinite linear;
  100. transition: all 1s;
  101. -webkit-transition: all 1s;
  102. }
  103.  
  104. #spinner3{
  105. position: absolute;
  106. top: 20px;
  107. left: 20px;
  108. height: 60px;
  109. width: 60px;
  110. border: 2px solid transparent;
  111. border-left: 2px solid white;
  112. border-top: 2px solid white;
  113. border-bottom: 2px solid white;
  114. border-radius: 90px 90px 90px 90px;
  115. -webkit-animation: spinningcircle 1s infinite linear;
  116. transition: all 1s;
  117. -webkit-transition: all 1s;
  118. }
  119.  
  120. #nonspinner{
  121. position: absolute;
  122. top: 23px;
  123. left: 23px;
  124. height: 158px;
  125. width: 158px;
  126. border-radius: 360px 360px 360px 360px;
  127. background-image:url(http://i66.tinypic.com/ibcqac.jpg);
  128. background-position: center;
  129. background-size: auto 150%;
  130. overflow: hidden;
  131. transition: all 1s;
  132. -webkit-transition: all .3s;
  133. opacity: 0;
  134. }
  135.  
  136. @keyframes spinningcircle{
  137. 0%{transform:rotate(0deg);}
  138. 50%{transform:rotate(180deg);}
  139. 100%{transform:rotate(360deg);}
  140. }
  141.  
  142. @-webkitkeyframes spinningcircle{
  143. 0%{transform:rotate(0deg);}
  144. 50%{transform:rotate(180deg);}
  145. 100%{transform:rotate(360deg);}
  146. }
  147.  
  148. #container:target,
  149. #secone:target #container,
  150. #sectwo:target #container,
  151. #secthree:target #container{
  152. overflow: visible;
  153. left: -200px;
  154. height: 200px;
  155. width: 200px;
  156. opacity: 1;
  157. -webkit-transition: all 2s linear, height 1s 2s, width 1s 2s;
  158. transition: all 2s linear, height 1s 2s, width 1s 2s;
  159. }
  160.  
  161. #container:target #spinner,
  162. #secone:target #container #spinner,
  163. #sectwo:target #container #spinner,
  164. #secthree:target #container #spinner{
  165. height: 200px;
  166. width: 200px;
  167. -webkit-animation: spinningcircle 4s infinite linear;
  168. transition: all 1s 2s;
  169. -webkit-transition: all 1s 2s;
  170. }
  171.  
  172. #container:target #spinner2,
  173. #secone:target #container #spinner2,
  174. #sectwo:target #container #spinner2,
  175. #secthree:target #container #spinner2{
  176. height: 180px;
  177. width: 180px;
  178. -webkit-animation: spinningcircle 3s infinite linear;
  179. transition: all 1s 2s;
  180. -webkit-transition: all 1s 2s;
  181. }
  182.  
  183. #container:target #spinner3,
  184. #secone:target #container #spinner3,
  185. #sectwo:target #container #spinner3,
  186. #secthree:target #container #spinner3{
  187. height: 160px;
  188. width: 160px;
  189. -webkit-animation: spinningcircle 2s infinite linear;
  190. -webkit-transition: all 1s 2s;
  191. }
  192.  
  193. #container:target #nonspinner,
  194. #secone:target #container #nonspinner,
  195. #sectwo:target #container #nonspinner,
  196. #secthree:target #container #nonspinner{
  197. transition: all 1s 3s;
  198. -webkit-transition: all 1s 3s;
  199. opacity: 1;
  200. }
  201.  
  202. #section1{
  203. top: -1px;
  204. left: -1px;
  205. border-radius: 90px 0px 00px 0px;
  206. }
  207.  
  208. #section1 i{
  209. bottom: 20px;
  210. right: 20px;
  211. }
  212.  
  213. #section2{
  214. top: -1px;
  215. right: -1px;
  216. border-radius: 0px 90px 0px 0px;
  217. }
  218. #section2 i{
  219. left: 20px;
  220. bottom: 20px;
  221. }
  222.  
  223. #section3{
  224. bottom: -1px;
  225. left: -1px;
  226. border-radius: 0px 0px 0px 90px;
  227. }
  228. #section3 i{
  229. right: 20px;
  230. top: 10px;
  231. }
  232.  
  233. #section4{
  234. bottom: -1px;
  235. right: -1px;
  236. border-radius: 0px 0px 90px 0px;
  237. }
  238. #section4 i{
  239. left: 20px;
  240. top: 10px;
  241. }
  242.  
  243. .sections{
  244. position: absolute;
  245. background: #9EC0C2;
  246. opacity: 0;
  247. height: 80px;
  248. width: 80px;
  249. box-sizing: border-box;
  250. -webkit-transition: all 1s;
  251. transition: all 1s;
  252. }
  253.  
  254. .sections i{
  255. position: absolute;
  256. text-align: center;
  257. color: white;
  258. text-shadow: 1px 1px 1px black;
  259. overflow: hidden;
  260. font-size: 30pt;
  261. }
  262.  
  263. .sections:hover{
  264. opacity: .8;
  265. }
  266.  
  267. .sections a{
  268. position: absolute;
  269. top: 0px;
  270. left: 0px;
  271. right: 0px;
  272. bottom: 0px;
  273. }
  274.  
  275. .secontainer{
  276. position: absolute;
  277. top: 300px;
  278. left: -770px;
  279. right: 0px;
  280. margin: auto;
  281. height: 130px;
  282. width: 170px;
  283. border: 0px solid black;
  284. overflow: hidden;
  285. -webkit-transition: all 1s;
  286. transition: all 1s;
  287. opacity: 0;
  288. }
  289.  
  290. #sectopleft{
  291. position: absolute;
  292. top: 0px;
  293. left: 0px;
  294. border-top: 2px solid white;
  295. border-left: 2px solid white;
  296. height: 50px;
  297. width: 50px;
  298. border-radius: 30px 0px 0px 0px;
  299. }
  300. #sectopright{
  301. position: absolute;
  302. top: 0px;
  303. right: 0px;
  304. border-top: 2px solid white;
  305. border-right: 2px solid white;
  306. height: 50px;
  307. width: 50px;
  308. border-radius: 0px 30px 0px 0px;
  309. }
  310. #secbotleft{
  311. position: absolute;
  312. bottom: 0px;
  313. left: 0px;
  314. border-bottom: 2px solid white;
  315. border-left: 2px solid white;
  316. height: 50px;
  317. width: 50px;
  318. border-radius: 0px 0px 0px 30px;
  319. }
  320. #secbotright{
  321. position: absolute;
  322. bottom: 0px;
  323. right: 0px;
  324. border-bottom: 2px solid white;
  325. border-right: 2px solid white;
  326. height: 50px;
  327. width: 50px;
  328. border-radius: 00px 0px 30px 0px;
  329. }
  330.  
  331. #secontent{
  332. position: absolute;
  333. top: 18px;
  334. left: 05px;
  335. right: 05px;
  336. bottom: 18px;
  337. text-align: center;
  338. box-sizing: border-box;
  339. padding-top: 5px;
  340. padding-left: 10px;
  341. padding-right: 10px;
  342. padding-bottom: 5px;
  343. font-size: 18pt;
  344. letter-spacing: -1px;
  345. color: white;
  346. text-shadow: 1px 1px 1px black;
  347. opacity: 0;
  348. -webkit-transition: all 1s;
  349. transition: all 1s;
  350. overflow: auto;
  351. z-index: 1;
  352. }
  353.  
  354. #secone:target #onesec,
  355. #sectwo:target #twosec,
  356. #secthree:target #threesec{
  357. opacity: 1;
  358. width: 300px;
  359. height: 170px;
  360. -webkit-transition: all 1s .5s;
  361. transition: all 1s .5s;
  362. }
  363.  
  364. #secone:target #onesec #secontent,
  365. #sectwo:target #twosec #secontent,
  366. #secthree:target #threesec #secontent{
  367. opacity: 1;
  368. -webkit-transition: all 1s 1s;
  369. transition: all 1s 1s;
  370. z-index: 2;
  371. }
  372.  
  373. #backgroundfiller{
  374. background: #6EBEB6;
  375. opacity: 0;
  376. position: absolute;
  377. top: 2px;
  378. left: 2px;
  379. right: 2px;
  380. bottom: 2px;
  381. border-radius: 30px 30px 30px 30px;
  382. -webkit-transition: all 1s;
  383. transition: all 1s;
  384. }
  385.  
  386. #secone:target #onesec #backgroundfiller,
  387. #sectwo:target #twosec #backgroundfiller,
  388. #secthree:target #threesec #backgroundfiller{
  389. opacity: .3;
  390. -webkit-transition: all 1s 1s;
  391. transition: all 1s 1s;
  392. }
  393.  
  394. #titlediv{
  395. position: absolute;
  396. font-size: 80pt;
  397. height: 120px;
  398. width: 400px;
  399. border: 0px solid black;
  400. top: 60px;
  401. left: 400px;
  402. color: white;
  403. font-style: italic;
  404. }
  405.  
  406. #musiccontainer{
  407. position: absolute;
  408. bottom: 70px;
  409. right: 120px;
  410. }
  411.  
  412. #backupmusic{
  413. position: absolute;
  414. left: 30px;
  415. top: 0px;
  416. height: 50px;
  417. width: 50px;
  418. border-radius: 10px 10px 10px 10px;
  419. transform:rotate(-45deg);
  420. -webkit-transform:rotate(-45deg);
  421. background-color: #71BBA4;
  422. -webkit-animation: backupchanger 2s infinite;
  423. animation: backupchanger 2s infinite;
  424. }
  425.  
  426. #backupmusic audio{
  427. position: absolute;
  428. transform: rotate(45deg);
  429. -webkit-transform:rotate(45deg);
  430. top: 10px;
  431. left: 5px;
  432. width: 40px;
  433. opacity: 0;
  434. }
  435.  
  436. #backupmusicbackground{
  437. transform:rotate(45deg);
  438. -webkit-transform:rotate(45deg);
  439. height: 40px;
  440. width: 40px;
  441. background-image:url(http://i67.tinypic.com/fp33g7.jpg);
  442. background-size: 100% auto;
  443. background-repeat: no-repeat;
  444. background-position: center;
  445. left: 5px;
  446. top: 5px;
  447. position: absolute;
  448. }
  449.  
  450. .musicspinners{
  451. position: absolute;
  452. top: -13px;
  453. left: 13px;
  454. height: 80px;
  455. width: 80px;
  456. border-radius: 90px 90px 90px 90px;
  457. opacity: .7;
  458. }
  459.  
  460. #spin1{border-top: 2px solid #28263B;
  461. -webkit-animation: spinningcircle 5s infinite linear;}
  462. #spin2{border-right: 2px solid #28263B;
  463. -webkit-animation: spinningcircle 4s infinite linear;}
  464. #spin3{border-left: 2px solid #28263B;
  465. -webkit-animation: spinningcircle 3s infinite linear;}
  466.  
  467. </style>
  468.  
  469. <div id="whole">
  470. </div>
  471. <div id="whole" style="background: transparent; opacity:1;">
  472.  
  473. <div id="secone">
  474. <div id="sectwo">
  475. <div id="secthree">
  476.  
  477. <div id="digimage">
  478. <div href="#container" id="container">
  479. <div id="spinner">
  480. </div>
  481. <div id="spinner2">
  482. </div>
  483. <div id="spinner3">
  484. </div>
  485. <div id="nonspinner">
  486. <a href="#secone" id="section1" class="sections">
  487. <i>1</i>
  488.  
  489. </a>
  490. <a href="#sectwo" id="section2" class="sections">
  491. <i>2</i>
  492. </a>
  493. <a href="#secthree" id="section3" class="sections">
  494. <i>3</i>
  495. </a>
  496. <a href="#secfour" id="section4" class="sections" href="#blank">
  497. <i>4</i>
  498. </a>
  499. </div>
  500. </div>
  501. <a href="#container" id="container2">
  502. </a>
  503.  
  504.  
  505. <div class="secontainer" id="onesec">
  506. <div id="backgroundfiller">
  507. </div>
  508. <div id="sectopleft">
  509. </div>
  510. <div id="sectopright">
  511. </div>
  512. <div id="secbotleft">
  513. </div>
  514. <div id="secbotright">
  515. </div>
  516. <div id="secontent">
  517. alias / DiGiTaL<br>
  518. eyes / blue<br>
  519. hair and fur / blonde and blue
  520. height / 5'9"<br>
  521. gender / male<br>
  522. age (physical approx) / early 20's<br>
  523. </div>
  524. </div>
  525.  
  526. <div class="secontainer" id="twosec">
  527. <div id="backgroundfiller">
  528. </div>
  529. <div id="sectopleft">
  530. </div>
  531. <div id="sectopright">
  532. </div>
  533. <div id="secbotleft">
  534. </div>
  535. <div id="secbotright">
  536. </div>
  537. <div id="secontent">
  538. <b style="font-weight: 400; letter-spacing: 5px;">connections</b><br>
  539. roommate / <a href="http://roleplay.chat/profile.php?user=Jynx" target="_blank" style="color: white;">Jynx</a><br>
  540. gaming rival / <a href="http://roleplay.chat/profile.php?user=Phenster" target="_blank" style="color: white;">Phenster</a>
  541. </div>
  542. </div>
  543.  
  544.  
  545. <div class="secontainer" id="threesec">
  546. <div id="backgroundfiller">
  547. </div>
  548. <div id="sectopleft">
  549. </div>
  550. <div id="sectopright">
  551. </div>
  552. <div id="secbotleft">
  553. </div>
  554. <div id="secbotright">
  555. </div>
  556. <div id="secontent">
  557. <b style="letter-spacing: 5px;"> Likes</b> <br>
  558. <a href="https://www.youtube.com/user/MonstercatMedia" style="color: white;" target=_blank>Monstercat</a>.<br>
  559. Nice people<br>
  560. Having a body<br>
  561. Technology<br>
  562. <br>
  563. <b style="letter-spacing: 5px;"> Dislikes</b> <br>
  564. Assholes<br>
  565. HUAR
  566. </div>
  567. </div>
  568.  
  569.  
  570. <div id="titlediv">
  571. <u>D</u>i<u>G</u>i<u>TAL</u>
  572. </div>
  573. </div>
  574.  
  575. <div id="musiccontainer">
  576. <div id="spin1" class="musicspinners">
  577. </div>
  578. <div id="spin2" class="musicspinners">
  579. </div>
  580. <div id="spin3" class="musicspinners">
  581. </div>
  582. <div id="backupmusic">
  583. <div id="backupmusicbackground">
  584. </div>
  585. <audio controls src="http://puu.sh/omicb/aaf2c9fda4.mp3" id="digisong">
  586. </audio>
  587. </div>
  588. </div>
  589.  
  590.  
  591.  
  592. </div>
Advertisement
Add Comment
Please, Sign In to add comment