thisisnotras

Digital old profile 4/17/16

Apr 17th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.75 KB | None | 0 0
  1. <style>
  2.  
  3.  
  4. /* 78A3B8 */
  5. /* A2A7B8 */
  6.  
  7. @font-face {
  8. src: url(https://dl.dropboxusercontent.com/u/4556289/somepx.ttf);
  9. font-family: 'bodyfont';
  10. }
  11.  
  12. body {
  13. font-family: 'bodyfont';
  14. }
  15.  
  16. #whole {
  17. position: absolute;
  18. top: 0px;
  19. left: 0px;
  20. right: 0px;
  21. bottom: 0px;
  22. background-color: #78A3B8;
  23. overflow: hidden;
  24. }
  25.  
  26. #imagebox {
  27. position: absolute;
  28. bottom: 500px;
  29. left: 400px;
  30. height: 200px;
  31. width: 250px;
  32. border-left: 1px solid white;
  33. -webkit-transition: all 1s, width 1s .7s, height 1s .7s, bottom 1s .7s;
  34. transition: all 1s, width 1s .7s, height 1s .7s, bottom 1s .7s;
  35. overflow: hidden;
  36. width: 1px;
  37. height: 0px;
  38. }
  39.  
  40. #imagefiller{
  41. position: absolute;
  42. top: 0px;
  43. left: 0px;
  44. right: 0px;
  45. bottom: 0px;
  46. background-image: url(http://i66.tinypic.com/fo1268.jpg);
  47. background-size: auto 100%;
  48. background-repeat: no-repeat;
  49. background-position: center;
  50. -webkit-transition: all 1s;
  51. transition: all 1s;
  52. opacity: 0;
  53. }
  54.  
  55. #backgroundfiller {
  56. position: absolute;
  57. top: 0px;
  58. left: 0px;
  59. right: 0px;
  60. bottom: 0px;
  61. background: silver;
  62. -webkit-transition: all 1s .5s;
  63. transition: all 1s .5s;
  64. opacity: -1;
  65. }
  66.  
  67. .headerdiv {
  68. position: absolute;
  69. top: 2px;
  70. left: 10px;
  71. font-weight: 600;
  72. text-decoration: underline;
  73. font-size: 20pt;
  74. -webkit-transition: all 1s;
  75. transition: all 1s;
  76. opacity: 0;
  77. z-index: 0;
  78. color: #003147;
  79. text-align: left;
  80. }
  81.  
  82. .bodydiv {
  83. position: absolute;
  84. top: 30px;
  85. left: 13px;
  86. overflow: auto;
  87. font-size: 15pt;
  88. border: 0px solid black;
  89. height: 160px;
  90. width: 230px;
  91. -webkit-transition: all 1s;
  92. transition: all 1s;
  93. opacity: 0;
  94. z-index: 0;
  95. line-height: 12px;
  96. color: #534E5B;
  97. text-align: left;
  98. }
  99.  
  100. .bodydiv a, .bodydiv a:hover, .bodydiv a:visited{
  101. color:#003147;
  102. text-decoration: none;}
  103.  
  104. #linkone:target #head1,
  105. #linkone:target #body1,
  106. #linktwo:target #head2,
  107. #linktwo:target #body2,
  108. #linkthree:target #head3,
  109. #linkthree:target #body3,
  110. #linkfour:target #head4,
  111. #linkfour:target #body4{
  112. -webkit-transition: all 1s .5s;
  113. opacity: 1;
  114. z-index: 1;
  115. }
  116.  
  117. #linkone:target #backgroundfiller,
  118. #linktwo:target #backgroundfiller,
  119. #linkthree:target #backgroundfiller,
  120. #linkfour:target #backgroundfiller{
  121. -webkit-transition: all 1s;
  122. transition: all 1s;
  123. opacity: .7;
  124. }
  125.  
  126. #bgdiv {
  127. position: absolute;
  128. top: 0px;
  129. left: 0px;
  130. right: 0px;
  131. bottom: 0px;
  132. background-image: url(http://i67.tinypic.com/15ogz8m.jpg);
  133. background-repeat: repeat;
  134. opacity: .4;
  135. }
  136.  
  137. #divcontainer {
  138. position: absolute;
  139. left: 400px;
  140. bottom: 150px;
  141. height: 200px;
  142. width: 200px;
  143. border: 0px solid white;
  144. }
  145.  
  146. .selectiondiv {
  147. float: left;
  148. height: 20px;
  149. width: 200px;
  150. border: 0px solid red;
  151. color: white;
  152. overflow: hidden;
  153. -webkit-transition: all 1s;
  154. opacity: 0;
  155. }
  156.  
  157. .sides1 {
  158. float: left;
  159. -webkit-transition: all 1s;
  160. transition: all 1s;
  161. overflow: hidden;
  162. box-sizing: border-box;
  163. padding-top: 4px;
  164. font-size: 12pt;
  165. font-family: 'Times';
  166. color: white;
  167. }
  168.  
  169. .middle1 {
  170. float: left;
  171. -webkit-transition: width 1s, opacity .5s .8s;
  172. transition: width 1s, opacity .5s .8s;
  173. overflow: hidden;
  174. height: 20px;
  175. width: 20px;
  176. text-align: center;
  177. color: rgba(68, 51, 95, 0.95);
  178. font-size: 18pt;
  179. }
  180.  
  181. .middle2 {
  182. float: left;
  183. -webkit-transition: opacity .5s, width 1s;
  184. transition: opacity .5s, width 1s;
  185. overflow: hidden;
  186. height: 20px;
  187. width: 0px;
  188. text-align: center;
  189. opacity: 0;
  190. color: rgba(68, 51, 95, 0.95);
  191. font-size: 16pt;
  192. box-sizing: border-box;
  193. padding-top: 3px;
  194. }
  195.  
  196. .selectiondiv:hover .middle1 {
  197. -webkit-transition: opacity .5s, width .5s .5s;
  198. transition: opacity .5s, width .5s .5s;
  199. opacity: 0;
  200. width: 0px;
  201. }
  202.  
  203. .selectiondiv:hover .middle2 {
  204. -webkit-transition: width 1s, opacity .5s .5s;
  205. transition: width 1s, opacity .5s .5s;
  206. width: 150px;
  207. opacity: 1;
  208. }
  209.  
  210. #imageright {
  211. position: absolute;
  212. bottom: 10px;
  213. right: 0px;
  214. height: 650px;
  215. width: 550px;
  216. background-image: url(http://i66.tinypic.com/27zl0gi.jpg);
  217. background-size: auto 100%;
  218. background-repeat: no-repeat;
  219. border: 0px solid black;
  220. background-position: bottom right;
  221. }
  222.  
  223.  
  224. #whole:hover #imagebox{
  225. height: 200px;
  226. width: 250px;
  227. bottom: 410px;
  228. transition: all 1s;
  229. -webkit-transition: all 1s;
  230. }
  231.  
  232. #whole:hover #imagefiller{
  233. opacity: 1;
  234. -webkit-transition: all .5s 2.2s;
  235. transition: all .5s 2.2s;
  236. }
  237.  
  238. #whole:hover .selectiondiv:nth-child(1){
  239. opacity: 1;
  240. -webkit-transition: all 1s 1s;
  241. transition: all 1s 1s;
  242. }
  243.  
  244. #whole:hover .selectiondiv:nth-child(2){
  245. opacity: 1;
  246. -webkit-transition: all 1s 1.2s;
  247. transition: all 1s 1.2s;
  248. }
  249.  
  250. #whole:hover .selectiondiv:nth-child(3){
  251. opacity: 1;
  252. -webkit-transition: all 1s 1.4s;
  253. transition: all 1s 1.4ss;
  254. }
  255.  
  256. #whole:hover .selectiondiv:nth-child(4){
  257. opacity: 1;
  258. -webkit-transition: all 1s 1.6s;
  259. transition: all 1s 1.6s;
  260. }
  261.  
  262. #whole:hover .selectiondiv:nth-child(5){
  263. opacity: 1;
  264. -webkit-transition: all 1s 1.8s;
  265. transition: all 1s 1.8s;
  266. }
  267.  
  268. #musiccontainer{
  269. position: absolute;
  270. bottom: 70px;
  271. right: 385px;
  272. height: 45px;
  273. width: 100px;
  274. }
  275.  
  276. /* BACKUP MUSIC PLAYER -- START */
  277.  
  278. #backupmusic{
  279. position: absolute;
  280. left: 30px;
  281. top: 0px;
  282. height: 50px;
  283. width: 50px;
  284. border-radius: 10px 10px 10px 10px;
  285. transform:rotate(-45deg);
  286. -webkit-transform:rotate(-45deg);
  287. background-color: #71BBA4;
  288. -webkit-animation: backupchanger 2s infinite;
  289. animation: backupchanger 2s infinite;
  290. }
  291.  
  292. #backupmusic audio{
  293. position: absolute;
  294. transform: rotate(45deg);
  295. -webkit-transform:rotate(45deg);
  296. top: 10px;
  297. left: 5px;
  298. width: 40px;
  299. opacity: 0;
  300. }
  301.  
  302. #backupmusicbackground{
  303. transform:rotate(45deg);
  304. -webkit-transform:rotate(45deg);
  305. height: 40px;
  306. width: 40px;
  307. background-image:url(http://i67.tinypic.com/fp33g7.jpg);
  308. background-size: 100% auto;
  309. background-repeat: no-repeat;
  310. background-position: center;
  311. left: 5px;
  312. top: 5px;
  313. position: absolute;
  314. }
  315.  
  316. @keyframes backupchanger{
  317. 0%{background-color: #71BBA4;}
  318. 50%{background-color: #62BB98;
  319. background-color: #98A1A3;}
  320. 100%{background-color: #71BBA4;}
  321. }
  322.  
  323. @-webkit-keyframes backupchanger{
  324. 0%{background-color: #71BBA4;}
  325. 50%{background-color: #62BB98;
  326. background-color: #98A1A3;}
  327. 100%{background-color: #71BBA4;}
  328. }
  329.  
  330. /* BACKUP MUSIC PLAYER -- END */
  331.  
  332.  
  333. #topframer{
  334. position: absolute;
  335. top: 0px;
  336. height: 20px;
  337. width: 100px;
  338. z-index: 1;
  339. opacity: 1;
  340. border-radius: 10px 10px 10px 10px;
  341. font-size: 15pt;
  342. overflow: hidden;
  343. -webkit-transition: all 1s;
  344. transition: all 1s;
  345. }
  346.  
  347. #bottomframer{
  348. position: absolute;
  349. bottom: 0px;
  350. height: 20px;
  351. width: 100px;
  352. z-index: 1;
  353. opacity: 1;
  354. border-radius: 10px 10px 10px 10px;
  355. font-size: 15pt;
  356. overflow: hidden;
  357. -webkit-transition: all 1s;
  358. transition: all 1s;
  359. }
  360.  
  361. #topframer:hover i,
  362. #bottomframer:hover i{
  363. letter-spacing: 6px;}
  364.  
  365. #topframer:hover,
  366. #bottomframer:hover{
  367. box-shadow: 0px 0px 1px 2px #F4E3B5;}
  368.  
  369. #musiccontainer i{
  370. position: absolute;
  371. margin-bottom: 3px;
  372. left: 0px;
  373. right: 0px;
  374. text-align: center;
  375. margin: auto;
  376. letter-spacing: 2px;
  377. text-shadow: 0px 0px 5px #F4E3B5;
  378. -webkit-transition: all 1s;
  379. transition: all 1s;}
  380.  
  381.  
  382. #topoption{
  383. position: absolute;
  384. top: 0px;
  385. height: 20px;
  386. width: 100px;
  387. background: #64BB9A;
  388. -webkit-transition: all 9999s;
  389. transition: all 9999s;
  390. border-radius: 10px 10px 10px 10px;
  391. opacity: .8;
  392. }
  393.  
  394. #bottomoption{
  395. position: absolute;
  396. bottom: 0px;
  397. height: 20px;
  398. width: 100px;
  399. background: #64BB9A;
  400. -webkit-transition: all 9999s;
  401. transition: all 9999s;
  402. border-radius: 10px 10px 10px 10px;
  403. opacity: .8;
  404. }
  405.  
  406. #topframer:active ~ #topoption{
  407. background: #676A77;
  408. -webkit-transition: all 0s;
  409. transition: all 0s;}
  410.  
  411. #bottomframer:active ~ #bottomoption{
  412. background: #676A77;
  413. -webkit-transition: all 0s;
  414. transition: all 0s;}
  415.  
  416. #topframer:active ~ #bottomoption{
  417. -webkit-transition: all 0s;
  418. transition: all 0s;
  419. background: #64BB9B;
  420. }
  421.  
  422. #bottomframer:active ~ #topoption{
  423. -webkit-transition: all 0s;
  424. transition: 0s;
  425. background: #64BB9B;}
  426.  
  427. </style>
  428.  
  429.  
  430.  
  431.  
  432. <div id="whole">
  433. <div id="bgdiv">
  434. </div>
  435.  
  436. <div id="linkone">
  437. <div id="linktwo">
  438. <div id="linkthree">
  439. <div id="linkfour">
  440. <div id="imagebox">
  441. <div id="imagefiller">
  442. <div id="backgroundfiller">
  443. </div>
  444.  
  445. <div class="headerdiv" id="head1">
  446. basic info
  447. </div>
  448. <div class="bodydiv" id="body1">
  449. alias / DiGiTaL<br>
  450. age / late 20's<br>
  451. eyes / blue<br>
  452. height / 5'9"<br>
  453. gender / male<br>
  454. presence / physical (?)<br>
  455. roommate / <a href="http://roleplay.chat/profile.php?user=Jynx" target="_blank">Jynx</a>
  456.  
  457. </div>
  458.  
  459.  
  460. <div class="headerdiv" id="head2">
  461. personality
  462. </div>
  463. <div class="bodydiv" id="body2">
  464. Strives to be as 'cool' as possible.<br>
  465.  
  466. </div>
  467.  
  468.  
  469. <div class="headerdiv" id="head3">
  470. likes and dislikes
  471. </div>
  472. <div class="bodydiv" id="body3">
  473. Likes ><br>
  474. <a href="https://www.youtube.com/user/MonstercatMedia" target=_blank>Monstercat</a>.<br>
  475. Nice people.<br>
  476. Having a body (sorta).<br>
  477. Technology (obviously).<br>
  478. <br>
  479. Dislikes ><br>
  480. Assholes.<br>
  481. HUAR.
  482. </div>
  483.  
  484. <div class="headerdiv" id="head4">
  485. ooc
  486. </div>
  487. <div class="bodydiv" id="body4">
  488. Character <u>and</u> code are mine.<br>
  489.  
  490. <br>Music is <a href="https://youtu.be/MrtTEkwvdYY" target=_blank>Together</a> by Dean Custom.
  491. </div>
  492.  
  493. </div>
  494. </div>
  495.  
  496.  
  497. </div>
  498. </div>
  499. </div>
  500. </div>
  501.  
  502. <div id="divcontainer">
  503. <a class="selectiondiv" href=#linkone>
  504. <span class="sides1">|</span>
  505. <span class="middle1">1</span>
  506. <span class="middle2">basic info</span>
  507. <span class="sides1">/</span>
  508. </a>
  509.  
  510. <a class="selectiondiv" href="#linktwo">
  511. <span class="sides1">|</span>
  512. <span class="middle1">2</span>
  513. <span class="middle2">personality</span>
  514. <span class="sides1">/</span>
  515. </a>
  516.  
  517.  
  518. <a class="selectiondiv" href="#linkthree">
  519. <span class="sides1">|</span>
  520. <span class="middle1">3</span>
  521. <span class="middle2">likes and dislikes</span>
  522. <span class="sides1">/</span>
  523. </a>
  524.  
  525. <a class="selectiondiv" href="#linkfour">
  526. <span class="sides1">|</span>
  527. <span class="middle1">4</span>
  528. <span class="middle2">ooc</span>
  529. <span class="sides1">/</span>
  530. </a>
  531.  
  532. <a class="selectiondiv" href="#blank">
  533. <span class="sides1">|</span>
  534. <span class="middle1">5</span>
  535. <span class="middle2">reset</span>
  536. <span class="sides1">/</span>
  537. </a>
  538.  
  539. </div>
  540.  
  541. <div id="imageright">
  542. </div>
  543.  
  544. <div id="musiccontainer">
  545.  
  546.  
  547. <div id="REMOVED" style="display: none;">
  548. <div id="topframer" onclick="document.getElementById('digisong').play();"><i>play</i>
  549. </div>
  550. <div id="bottomframer" onclick="document.getElementById('digisong').pause();"><i>pause</i>
  551. </div>
  552. <div id="topoption">
  553. </div>
  554. <div id="bottomoption">
  555. </div>
  556. </div>
  557.  
  558.  
  559. <div id="backupmusic">
  560. <div id="backupmusicbackground">
  561. </div>
  562. <audio controls src="http://puu.sh/ng1l1/c9fd734c67.mp3" id="digisong">
  563. </audio>
  564. </div>
  565.  
  566. </div>
  567.  
  568. </div>
  569. </div>
Add Comment
Please, Sign In to add comment