thisisnotras

profile for Phenchar 2/13/16

Feb 13th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.59 KB | None | 0 0
  1. <style>
  2.  
  3. body{overflow: hidden;}
  4.  
  5. body, a, a:hover, a:active, a:visited {
  6. cursor:url(http://puu.sh/n6Nr5/93416114dc.png), auto !important;}
  7.  
  8. .pfor {display: none;}
  9. #profile{background: transparent; border: 0px;}
  10.  
  11. #whole{
  12. position: absolute;
  13. top: 0px;
  14. left: 0px;
  15. right: 0px;
  16. bottom: 0px;
  17. background-image: url(http://i68.tinypic.com/29ku91h.jpg);
  18. background-repeat: repeat;
  19. overflow: hidden;
  20. }
  21.  
  22. #imageframe{
  23. position: absolute;
  24. top: 0px;
  25. left: -200px;
  26. right: 0px;
  27. bottom: 0px;
  28. margin: auto;
  29. height: 300px;
  30. width: 300px;
  31. background-image:url(http://pre02.deviantart.net/00fb/th/pre/i/2015/332/2/e/det_var_han_by_caicyo-d9fep9m.png);
  32. background-repeat: no-repeat;
  33. background-position: top right -100px;
  34. background-size: auto 300%;
  35. overflow: hidden;
  36. z-index: 1;
  37. opacity: .9;
  38. box-shadow: 1px 1px 3px 2px black;
  39. z-index: 5;
  40. -webkit-transition: all 1s;
  41. transition: all 1s;
  42. }
  43.  
  44. #whole:hover #imageframe{
  45. left: -500px;}
  46.  
  47. #firstdiv{
  48. position: absolute;
  49. }
  50.  
  51. .blurring{
  52. filter:blur(10px);
  53. -webkit-filter:blur(10px);
  54. opacity: 1;
  55. background: black;
  56. }
  57.  
  58. #topside{
  59. position: absolute;
  60. left: 0px;
  61. top: -10px;
  62. right: 0px;
  63. height: 20px;
  64. }
  65.  
  66. #leftside{
  67. position: absolute;
  68. top: 0px;
  69. left: -10px;
  70. bottom: 0px;
  71. width: 20px;
  72. }
  73.  
  74. #rightside{
  75. position: absolute;
  76. right: -10px;
  77. top: 0px;
  78. bottom: 0px;
  79. width: 20px;
  80. }
  81.  
  82. #bottomside{
  83. position: absolute;
  84. bottom: -10px;
  85. left: 0px;
  86. right: 0px;
  87. height: 20px;
  88. }
  89.  
  90. #doubleframe{
  91. position: absolute;
  92. top: 8px;
  93. left: 8px;
  94. right: 8px;
  95. bottom: 8px;
  96. background-image:url(http://pre02.deviantart.net/00fb/th/pre/i/2015/332/2/e/det_var_han_by_caicyo-d9fep9m.png);
  97. background-repeat: no-repeat;
  98. background-position: top right -100px;
  99. background-size: auto 300%;
  100. opacity: .5;
  101. -webkit-transition: all 1s;
  102. transition: all 1s;
  103. }
  104.  
  105. #whole:hover #doubleframe{
  106. opacity: 1;}
  107.  
  108. #backgroundstuff{
  109. position: absolute;
  110. top: 0px;
  111. left: 0px;
  112. right: 0px;
  113. bottom: 0px;
  114. z-index: 0;
  115. opacity: .7;
  116. background-color: #191F2F;
  117. }
  118.  
  119. @font-face{ src:url(https://dl.dropboxusercontent.com/u/4556289/Heartbeat%20Synchronicity.ttf);
  120. font-family:'titlefont';
  121. }
  122.  
  123. #titlearea{
  124. position: absolute;
  125. font-family: 'titlefont';
  126. font-size: 23pt;
  127. text-align: center;
  128. top: 0px;
  129. bottom: 330px;
  130. left: -200px;
  131. right: 0px;
  132. margin: auto;
  133. height: 50px;
  134. width: 300px;
  135. color: black;
  136. text-shadow: 1px 1px 5px #191F2F;
  137. text-transform:uppercase;
  138. letter-spacing: 6px;
  139. opacity: .8;
  140. -webkit-transition: all 1s;
  141. transition: all 1s;
  142. }
  143.  
  144. #whole:hover #titlearea{
  145. left: -500px;}
  146.  
  147. #titlearea b{
  148. color: #B15419;
  149. font-weight: 400;
  150. }
  151.  
  152.  
  153. /* --------------
  154.  
  155. SWITCH DIV START
  156.  
  157. -----------------*/
  158.  
  159. #contentswitch{
  160. position: absolute;
  161. top: 75px;
  162. bottom: 0px;
  163. left: 0px;
  164. right: 0px;
  165. margin: auto;
  166. width: 800px;
  167. height: 400px;
  168. border: 0px solid black;
  169. overflow: hidden;
  170. -webkit-transition: all 1s;
  171. transition: all 1s;
  172. filter:blur(2px);
  173. -webkit-filter:blur(2px);
  174. opacity: 0;
  175. -webkit-transition: all 1s;
  176. transition: all 1s;
  177. }
  178.  
  179. #whole:hover #contentswitch{
  180. -webkit-transition: all 1s .5s, right 1s, opacity 1s 0s;
  181. transition: all 1s .5s, right 1s, opacity 1s 0s;
  182. right: -300px;
  183. opacity: 1;
  184. filter:blur(0px);
  185. -webkit-filter:blur(0px);
  186. }
  187.  
  188. .contentbox{
  189. position: absolute;
  190. height: 294px;
  191. width: 300px;
  192. border: 0px solid black;
  193. left: -300px;
  194. top: 2px;
  195. opacity: 0;
  196. -webkit-transition: all 1s, opacity .4s;
  197. transition: all 1s, opacity .4s;
  198. -webkit-transition-timing-function: linear;
  199. transition-timing-function: linear;
  200. }
  201.  
  202. /* LINK DETAILS */
  203.  
  204. .thelink{position: absolute;
  205. bottom: 100px;
  206. left: 0px;
  207. right: 0px;
  208. margin: auto;
  209. height: 10px;
  210. width: 200px;
  211. border: 0px solid black;
  212. background: white;
  213. -webkit-transition: all 1s;
  214. transition: all 1s;
  215. z-index: 0;
  216. background: #080913;
  217. overflow: hidden;
  218. border-radius: 7px 7px 7px 7px;
  219. opacity: .3;
  220. }
  221.  
  222. #thebar{
  223. position: absolute;
  224. top: 2px;
  225. bottom: 2px;
  226. left: 30px;
  227. right: 30px;
  228. background: orange;
  229. -webkit-transition: all 1s;
  230. transition: all 1s;
  231. background: #B15419;
  232. border-radius: 7px 7px 7px 7px;
  233. -webkit-animation: barpulse 2s infinite;
  234. animation: barpulse 2s infinite;
  235. }
  236.  
  237. .thelink:hover #thebar{
  238. left: 10px;
  239. right: 10px;
  240. }
  241.  
  242. @-webkit-keyframes barpulse{
  243. 0%{background: #B15419;}
  244. 50%{ background: orange;}
  245. 100%{background: #B15419;}
  246. }
  247.  
  248. @keyframes barpulse{
  249. 0%{background: #B15419;}
  250. 50%{ background: orange;}
  251. 100%{background: #B15419;}
  252. }
  253.  
  254. /* CONTENT DETAILS */
  255.  
  256.  
  257. ::-webkit-scrollbar {
  258. width: 4px;
  259. background-color: transparent;
  260. }
  261.  
  262.  
  263. ::-webkit-scrollbar-thumb {
  264. border-radius: 0px;
  265. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  266. background-color: #111111;
  267. }
  268.  
  269.  
  270. .contentbox *{
  271. box-sizing: border-box;
  272. text-align: left;
  273. border: 0px solid #171823;
  274. }
  275.  
  276. #basics{
  277. position: absolute;
  278. left: 0px;
  279. right: 0px;
  280. top: 30px;
  281. margin: auto;
  282. height: 28px;
  283. width: 270px;
  284. opacity: .9;
  285. }
  286.  
  287. #personality{
  288. position: absolute;
  289. left: 0px;
  290. right: 0px;
  291. bottom: 20px;
  292. margin: auto;
  293. height: 200px;
  294. width: 230px;
  295. opacity: .9;
  296. }
  297.  
  298.  
  299. #history{
  300. position: absolute;
  301. left: 0px;
  302. right: 0px;
  303. top: 0px;
  304. bottom: 0px;
  305. margin: auto;
  306. height: 250px;
  307. width: 230px;
  308. opacity: .9;
  309. }
  310.  
  311. #likes{
  312. position: absolute;
  313. left: 0px;
  314. right: 150px;
  315. top: 0px;
  316. bottom: 0px;
  317. margin: auto;
  318. height: 230px;
  319. width: 130px;
  320. opacity: .9;
  321. }
  322.  
  323. #dislikes{
  324. position: absolute;
  325. left: 150px;
  326. right: 0px;
  327. top: 0px;
  328. bottom: 0px;
  329. margin: auto;
  330. height: 230px;
  331. width: 130px;
  332. opacity: .9;
  333. }
  334.  
  335. #ooc{
  336. position: absolute;
  337. left: 0px;
  338. right: 0px;
  339. top: 0px;
  340. bottom: 0px;
  341. margin: auto;
  342. height: 170px;
  343. width: 230px;
  344. opacity: .9;
  345. }
  346.  
  347. #backgroundfiller{
  348. position: absolute;
  349. top: 0px;
  350. left: 0px;
  351. right: 0px;
  352. bottom: 0px;
  353. background: #171823;
  354. opacity: .5;
  355. border: 0px;
  356. }
  357.  
  358. #innercontent{
  359. position: absolute;
  360. top: 2px;
  361. left: 2px;
  362. right: 2px;
  363. bottom: 2px;
  364. border: 3px solid #171823;
  365. text-align: left;
  366. color: black;
  367. font-family: 'titlefont';
  368. font-size: 11pt;
  369. overflow: hidden;
  370. letter-spacing: 2px;
  371. padding-left: 2px;
  372. }
  373.  
  374. #innercontent b{
  375. letter-spacing: 1.5px;
  376. color: #995127;
  377. text-shadow: 1px 1px 5px black;
  378. font-style: italic;
  379. text-transform: uppercase;
  380. }
  381.  
  382. @font-face{
  383. src:url(https://dl.dropboxusercontent.com/u/4556289/TreeFTR.ttf);
  384. font-family:'textfont';
  385. }
  386.  
  387. #innercontent2{
  388. position: absolute;
  389. top: 20px;
  390. bottom: 0px;
  391. left: 0px;
  392. right: 0px;
  393. overflow: auto;
  394. padding-left: 2px;
  395. padding-right: 2px;
  396. padding-bottom: 5px;
  397. font-size: 11pt;
  398. font-family:'textfont';
  399. font-weight: 600;
  400. letter-spacing: 1px;
  401. }
  402.  
  403. /* NEUTRAL */
  404.  
  405. #firstbox{
  406. left: 250px;
  407. opacity: 1;
  408. }
  409.  
  410. #firstlink{
  411. z-index: 1;
  412. }
  413.  
  414.  
  415. /* condition 1 */
  416. #condition1:target #secondlink{
  417. z-index: 2;
  418. }
  419.  
  420. #condition1:target #secondbox{
  421. left: 250px;
  422. opacity: 1;
  423. }
  424.  
  425. #condition1:target #firstbox{
  426. left: 1000px;
  427. opacity: 0;
  428. }
  429.  
  430. /* condition 2 */
  431.  
  432. #condition2:target #thirdlink{
  433. z-index: 2;
  434. }
  435.  
  436. #condition2:target #thirdbox{
  437. left: 250px;
  438. opacity: 1;
  439. }
  440.  
  441. #condition2:target #secondbox{
  442. left: 1000px;
  443. }
  444.  
  445. #condition2:target #firstbox{
  446. left: 1000px;
  447. opacity: 0;
  448. }
  449.  
  450.  
  451. /* condition 3 */
  452.  
  453. #condition3:target #fourthlink{
  454. z-index: 2;
  455. }
  456.  
  457. #condition3:target #fourthbox{
  458. left: 250px;
  459. opacity: 1;
  460. }
  461.  
  462. #condition3:target #thirdbox{
  463. left: 1000px;
  464. }
  465.  
  466. #condition3:target #firstbox{
  467. left: -300px;
  468. opacity: 0;
  469. }
  470.  
  471. /* condition 4 */
  472.  
  473. #condition4:target #fourthbox{
  474. left: 1000px;
  475. }
  476.  
  477. #condition4:target #firstbox{
  478. left: 250px;
  479. opacity: 1;
  480. }
  481.  
  482. /* all conditions */
  483.  
  484. #condition1:target #secondbox,
  485. #condition2:target #thirdbox,
  486. #condition3:target #fourthbox,
  487. #condition4:target #firstbox{
  488. -webkit-transition: all 1s, opacity .4s .35s;
  489. }
  490.  
  491. /* --------------
  492.  
  493. SWITCH DIV END
  494.  
  495. -----------------*/
  496.  
  497. /* MUSIC PLAYER */
  498.  
  499. #musiccontainer{
  500. position: absolute;
  501. bottom: 10px;
  502. left: 10px;
  503. height: 20px;
  504. width: 21px;
  505. border: 0px solid black;
  506. background: #11101A;
  507. -webkit-transition: all 1s;
  508. transition: all 1s;
  509. overflow: hidden;
  510. }
  511.  
  512. #musiccontainer:hover{
  513. width: 200px;}
  514.  
  515. #playerhold{
  516. position: absolute;
  517. left: 0px;
  518. top: 0px;
  519. height: 20px;
  520. width: 200px;
  521. border: 0px solid black;
  522. overflow: hidden;
  523. }
  524.  
  525. #playerholdzoom{
  526. position: absolute;
  527. height: 100%;
  528. width: 35px;
  529. border: 0px solid red;
  530. overflow: hidden;
  531. margin-left: -25px;
  532. margin-top: 0px;
  533. zoom: 200%;
  534. }
  535.  
  536. #detailshold{
  537. position: absolute;
  538. left: 22px;
  539. top: 0px;
  540. height: 20px;
  541. width: 180px;
  542. font-family: 'titlefont';
  543. font-size: 11pt;
  544. letter-spacing: 3px;
  545. color: black;
  546. box-sizing: border-box;
  547. padding-left: 2px;
  548. padding-top: 1px;
  549. color: #545863;
  550. overflow: hidden;
  551. text-transform: uppercase;
  552. }
  553.  
  554. #detailshold b{
  555. color: #B15419; }
  556.  
  557. </style>
  558.  
  559. <div id="whole">
  560. <div id="imageframe">
  561. <div id="topside" class="blurring">
  562. </div>
  563. <div id="leftside" class="blurring">
  564. </div>
  565. <div id="rightside" class="blurring">
  566. </div>
  567. <div id="bottomside" class="blurring">
  568. </div>
  569. <div id="doubleframe">
  570. </div>
  571. </div>
  572.  
  573. <div id="backgroundstuff">
  574. </div>
  575.  
  576. <div id="titlearea">
  577. <b>C</b>haracter <b>N</b>ame
  578. </div>
  579.  
  580.  
  581.  
  582. <div id="condition1">
  583. <div id="condition2">
  584. <div id="condition3">
  585. <div id="condition4">
  586.  
  587.  
  588. <div id="contentswitch">
  589.  
  590. <div id="firstbox" class="contentbox">
  591. <div id="basics">
  592. <div id="backgroundfiller">
  593. </div>
  594. <div id="innercontent" style="text-align: center;">
  595. <b>name</b> / age / <b>species</b> / M/F</b>
  596. </div>
  597. </div>
  598.  
  599. <div id="personality">
  600. <div id="backgroundfiller">
  601. </div>
  602. <div id="innercontent">
  603. <b>personality</b>
  604. <div id="innercontent2">
  605. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  606. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  607. </div>
  608.  
  609.  
  610. </div>
  611. </div>
  612. </div>
  613.  
  614. <div id="secondbox" class="contentbox">
  615. <div id="history">
  616. <div id="backgroundfiller">
  617. </div>
  618. <div id="innercontent">
  619. <b>history</b>
  620. <div id="innercontent2">
  621. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  622. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  623. </div>
  624. </div>
  625. </div>
  626. </div>
  627. <div id="thirdbox" class="contentbox">
  628.  
  629. <div id="likes">
  630. <div id="backgroundfiller">
  631. </div>
  632. <div id="innercontent"><b>likes</b>
  633. <div id="innercontent2">
  634. likes<br>
  635. likes<br>
  636. likes<br>
  637. likes<br>
  638. likes<br>
  639. </div>
  640. </div>
  641. </div>
  642.  
  643. <div id="dislikes">
  644. <div id="backgroundfiller">
  645. </div>
  646. <div id="innercontent">
  647. <b>dislikes</b>
  648. <div id="innercontent2">
  649. dislikes<br>
  650. dislikes<br>
  651. dislikes<br>
  652. dislikes<br>
  653. dislikes<br>
  654. </div>
  655. </div>
  656. </div>
  657.  
  658. </div>
  659. <div id="fourthbox" class="contentbox">
  660. <div id="ooc">
  661. <div id="backgroundfiller">
  662. </div>
  663. <div id="innercontent">
  664. <b>ooc</b>
  665. <div id="innercontent2">
  666. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  667. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  668. </div>
  669. </div>
  670. </div>
  671. </div>
  672.  
  673. <a href="#condition1" id="firstlink" class="thelink">
  674. <div id="thebar">
  675. </div>
  676. </a>
  677. <a href="#condition2" id="secondlink" class="thelink">
  678. <div id="thebar">
  679. </div>
  680. </a>
  681. <a href="#condition3" id="thirdlink" class="thelink">
  682. <div id="thebar">
  683. </div>
  684. </a>
  685. <a href="#condition4" id="fourthlink" class="thelink">
  686. <div id="thebar">
  687. </div>
  688. </a>
  689.  
  690. </div>
  691.  
  692. </div>
  693. </div>
  694. </div>
  695. </div>
  696.  
  697.  
  698. <div id="musiccontainer">
  699. <div id="playerhold">
  700. <div id="playerholdzoom">
  701. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://puu.sh/n6LvG/c9fb36c577.mp3&t0=&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  702. </div>
  703. </div>
  704. <div id="detailshold">
  705. <div id="marqueeholder">
  706. <marquee direction="left" scrollamount="5">
  707. <b>H</b>AYWYRE / <b>I AM YOU</b> / <b>T</b>WO FOLD, PT. 2
  708. </marquee>
  709.  
  710. </div>
  711. </div>
  712.  
  713. </div>
Advertisement
Add Comment
Please, Sign In to add comment