thisisnotras

Magi 1/10/16

Jan 10th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.42 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor {display: none;}
  4. #profile {background: transparent; border: 0px;}
  5.  
  6. /*
  7. color - A18A99
  8. */
  9.  
  10. #whole {
  11. position: absolute;
  12. top: 0px;
  13. left: 0px;
  14. right: 0px;
  15. bottom: 0px;
  16. background-image:url(http://i64.tinypic.com/k2ml2a.jpg);
  17. background-repeat: repeat;
  18. color: black;
  19. text-align: left;
  20. }
  21.  
  22. @font-face {
  23. src: url(https://dl.dropboxusercontent.com/u/4556289/nine0.ttf);
  24. font-family: 'bodyfont';
  25. }
  26.  
  27. ::-webkit-scrollbar {
  28. width: 4px;
  29. background-color: #D2C0C1;
  30. }
  31.  
  32. ::-webkit-scrollbar-thumb {
  33. border-radius: 0px;
  34. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  35. background-color: grey;
  36. }
  37.  
  38. #holder {
  39. position: absolute;
  40. left: 300px;
  41. width: 400px;
  42. height: 200px;
  43. border: 0px solid black;
  44. background: transparent;
  45. box-sizing: border-box;
  46. padding-left: 10px;
  47. padding-top: 10px;
  48. top: 0px;
  49. bottom: 0px;
  50. margin: auto;
  51. z-index: 4;
  52. opacity: 0;
  53. transition: all 1s;
  54. -webkit-transition: all 1s;
  55. }
  56.  
  57. #whole:hover #holder{
  58. transition: all 1s 1.5s;
  59. -webkit-transition: all 1s 1.5s;
  60. opacity: 1;
  61. }
  62.  
  63. .linextend,
  64. .linextend2,
  65. .linextend3,
  66. .linextend4,
  67. .linextend5 {
  68. float: left;
  69. width: 2px;
  70. height: 20px;
  71. transition: all 1s;
  72. -webkit-transition: all 1s;
  73. background: black;
  74. }
  75.  
  76. #whole:hover .linextend {
  77. height: 150px;
  78. }
  79.  
  80. #whole:hover .linextend2 {
  81. height: 120px;
  82. }
  83.  
  84. #whole:hover .linextend3 {
  85. height: 90px;
  86. }
  87.  
  88. #whole:hover .linextend4 {
  89. height: 60px;
  90. }
  91.  
  92. #whole:hover .linextend5 {
  93. height: 40px;
  94. }
  95.  
  96. #whole:hover .linextend,
  97. #whole:hover .linextend2,
  98. #whole:hover .linextend3,
  99. #whole:hover .linextend4,
  100. #whole:hover .linextend5{
  101. transition: all 2s 2s;
  102. -webkit-transition: all 2s 2s;
  103. }
  104.  
  105. .selectionthing {
  106. float: left;
  107. height: 90px;
  108. width: 1px;
  109. border: 0px solid black;
  110. transition: width 1s, opacity .5s, margin 1s;
  111. -webkit-transition: width 1s, opacity .5s, margin 1s;
  112. margin-right: 15px;
  113. opacity: 0;
  114. overflow: hidden;
  115. }
  116.  
  117. .textthing {
  118. position: relative;
  119. height: 10px;
  120. width: 80px;
  121. transform: rotate(90deg);
  122. border: 0px solid red;
  123. margin-left: -30px;
  124. margin-top: 42px;
  125. color: black;
  126. font-family: Arial;
  127. font-size: 8pt;
  128. font-weight: 600;
  129. }
  130.  
  131. .laneselector:hover + .selectionthing,
  132. .laneselector2:hover + .selectionthing,
  133. .laneselector3:hover + .selectionthing,
  134. .laneselector4:hover + .selectionthing,
  135. .laneselector5:hover + .selectionthing {
  136. transition: width 1s, opacity 1s .5s, margin 1s;
  137. -webkit-transition: width 1s, opacity 1s .5s, margin 1s;
  138. width: 20px;
  139. opacity: 1;
  140. margin-right: 5px;
  141. }
  142.  
  143. .laneselector,
  144. .laneselector2,
  145. .laneselector3,
  146. .laneselector4,
  147. .laneselector5 {
  148. position: absolute;
  149. height: 160px;
  150. width: 10px;
  151. border: 0px solid black;
  152. transition: all 1s;
  153. -webkit-transition: all 1s;
  154. z-index: 1;
  155. }
  156.  
  157. .laneselector {
  158. left: 5px;
  159. }
  160.  
  161. .laneselector2 {
  162. left: 23px;
  163. }
  164.  
  165. .laneselector3 {
  166. left: 41px;
  167. }
  168.  
  169. .laneselector4 {
  170. left: 59px;
  171. }
  172.  
  173. .laneselector5 {
  174. left: 77px;
  175. }
  176.  
  177. .laneselector:hover,
  178. .laneselector2:hover,
  179. .laneselector3:hover,
  180. .laneselector4:hover,
  181. .laneselector5:hover {
  182. width: 23px;
  183. }
  184.  
  185. .laneselector:hover ~ .laneselector2,
  186. .laneselector2:hover ~ .laneselector3,
  187. .laneselector3:hover ~ .laneselector4,
  188. .laneselector4:hover ~ .laneselector5 {
  189. margin-left: 10px;
  190. z-index: 2;
  191. }
  192.  
  193. #titleholder {
  194. position: absolute;
  195. top: -210px;
  196. bottom: 0px;
  197. margin: auto;
  198. left: 294px;
  199. height: 40px;
  200. width: 120px;
  201. border: 0px solid black;
  202. box-sizing: border-box;
  203. padding-top: 5px;
  204. font-weight: 400;
  205. font-family: Tahoma;
  206. font-size: 10pt;
  207. text-align: center;
  208. }
  209.  
  210. .alettertop,
  211. .blettertop,
  212. .clettertop,
  213. .dlettertop {
  214. position: absolute;
  215. top: -60px;
  216. left: 0px;
  217. height: 20px;
  218. width: 20px;
  219. border: 0px solid black;
  220. transition: all 1s;
  221. -webkit-transition: all 1s;
  222. opacity: 0;
  223. }
  224.  
  225. .aletterleft,
  226. .bletterleft,
  227. .cletterleft,
  228. .dletterleft {
  229. position: absolute;
  230. left: -60px;
  231. top: 0px;
  232. height: 20px;
  233. width: 20px;
  234. border: 0px solid black;
  235. transition: all 1s;
  236. -webkit-transition: all 1s;
  237. opacity: 0;
  238. }
  239.  
  240. .aletterright,
  241. .bletterright,
  242. .cletterright,
  243. .dletterright {
  244. position: absolute;
  245. left: 60px;
  246. top: 0px;
  247. height: 20px;
  248. width: 20px;
  249. border: 0px solid black;
  250. transition: all 1s;
  251. -webkit-transition: all 1s;
  252. opacity: 0;
  253. }
  254.  
  255. .aletterbottom,
  256. .bletterbottom,
  257. .cletterbottom,
  258. .dletterbottom {
  259. position: absolute;
  260. left: 0px;
  261. top: 60px;
  262. height: 20px;
  263. width: 20px;
  264. border: 0px solid black;
  265. transition: all 1s;
  266. -webkit-transition: all 1s;
  267. opacity: 0;
  268. }
  269.  
  270. .lettercenter {
  271. position: absolute;
  272. top: 0px;
  273. left: 0px;
  274. height: 20px;
  275. width: 20px;
  276. border: 0px solid black;
  277. transition: all 1s;
  278. -webkit-transition: all 1s;
  279. font-weight: 800;
  280. text-decoration: underline;
  281. opacity: 0;
  282. }
  283.  
  284. #letterholder {
  285. position: absolute;
  286. margin-left: 3px;
  287. height: 20px;
  288. width: 20px;
  289. border: 0px solid black;
  290. transition: all 1s;
  291. -webkit-transition: all 1s;
  292. z-index: 1;
  293. }
  294.  
  295. #whole:hover .alettertop,
  296. #whole:hover .aletterleft,
  297. #whole:hover .aletterright,
  298. #whole:hover .aletterbottom {
  299. transition: all 1s .75s;
  300. -webkit-transition: all 1s .75s;
  301. top: 0px;
  302. left: 0px;
  303. opacity: 1;
  304. }
  305.  
  306. #whole:hover .blettertop,
  307. #whole:hover .bletterleft,
  308. #whole:hover .bletterright,
  309. #whole:hover .bletterbottom {
  310. transition: all 1s .5s;
  311. -webkit-transition: all 1s .5s;
  312. top: 0px;
  313. left: 0px;
  314. opacity: 1;
  315. }
  316.  
  317. #whole:hover .clettertop,
  318. #whole:hover .cletterleft,
  319. #whole:hover .cletterright,
  320. #whole:hover .cletterbottom {
  321. transition: all 1s .25s;
  322. -webkit-transition: all 1s .25s;
  323. top: 0px;
  324. left: 0px;
  325. opacity: 1;
  326. }
  327.  
  328. #whole:hover .dlettertop,
  329. #whole:hover .dletterleft,
  330. #whole:hover .dletterright,
  331. #whole:hover .dletterbottom {
  332. transition: all 1s;
  333. -webkit-transition: all 1s;
  334. top: 0px;
  335. left: 0px;
  336. opacity: 1;
  337. }
  338.  
  339. #whole:hover .lettercenter {
  340. opacity: 1;
  341. transition: all 1s 2s;
  342. -webkit-transition: all 1s 2s;
  343. }
  344.  
  345. #imageholder{
  346. position: absolute;
  347. top: -20px;
  348. bottom: 0px;
  349. margin: auto;
  350. left: 450px;
  351. height: 250px;
  352. width: 300px;
  353. border: 0px solid black;
  354. background-image:url(http://oi58.tinypic.com/anhbp.jpg);
  355. background-repeat: no-repeat;
  356. background-size: 100% auto;
  357. background-position: center;
  358. filter:grayscale(100%);
  359. -webkit-filter:grayscale(100%);
  360. border-radius: 10px;
  361. overflow: hidden;
  362. transition: all 1s;
  363. -webkit-transition: all 1s;
  364. }
  365.  
  366. #whole:hover #imageholder{
  367. transition: all 2s 3s;
  368. -webkit-transition: all 2s 3s;
  369. filter:grayscale(60%);
  370. -webkit-filter:grayscale(60%);
  371. }
  372.  
  373. #borderblurtop{
  374. top: -5px;
  375. left: -5px;
  376. right: -5px;
  377. height: 20px;}
  378.  
  379. #borderblurleft{
  380. top: -5px;
  381. left: -5px;
  382. bottom: -5px;
  383. width: 20px;}
  384.  
  385. #borderblurright{
  386. top: -5px;
  387. right: -5px;
  388. bottom: -5px;
  389. width: 20px;}
  390.  
  391. #borderblurbottom{
  392. bottom: -5px;
  393. left: -5px;
  394. right: -5px;
  395. height: 20px;
  396. }
  397.  
  398. #borderblurtop, #borderblurleft,
  399. #borderblurright, #borderblurbottom{
  400. position: absolute;
  401. filter:blur(10px);
  402. -webkit-filter:blur(5px);
  403. background: white;
  404. }
  405.  
  406. #musicloader{position: absolute;
  407. top: 260px;
  408. bottom: 0px;
  409. left: 544px;
  410. margin: auto;
  411. height: 20px;
  412. width: 200px;
  413. border: 0px solid black;
  414. }
  415.  
  416.  
  417.  
  418. #contentbox {
  419. position: absolute;
  420. top: -23px;
  421. bottom: 0px;
  422. left: 463px;
  423. margin: auto;
  424. height: 233px;
  425. width: 275px;
  426. border: 0px solid black;
  427. z-index: 5;
  428. box-shadow: 2px 2px 10px black;
  429. opacity: 0;
  430. transition: all 1s;
  431. -webkit-transition: all 1s;
  432. z-index: 4;
  433. border-radius: 3px 3px 3px 3px;
  434. }
  435.  
  436. #backgroundfiller {
  437. position: absolute;
  438. background: white;
  439. height: 100%;
  440. width: 100%;
  441. opacity: .8;
  442. transition: all 1s;
  443. -webkit-transition: all 1s;
  444. }
  445.  
  446. .boxheader {
  447. position: absolute;
  448. top: 8px;
  449. left: 5px;
  450. height: 20px;
  451. width: 150px;
  452. font-family: Calibri;
  453. font-size: 9pt;
  454. border: 0px solid black;
  455. letter-spacing: 3px;
  456. font-weight: 600;
  457. opacity: 0;
  458. transition: all 1s;
  459. -webkit-transition: all 1s;
  460. }
  461.  
  462. .textstuff {
  463. position: absolute;
  464. left: 5px;
  465. right: 5px;
  466. bottom: 5px;
  467. height: 185px;
  468. overflow: auto;
  469. border: 0px solid black;
  470. font-family: 'bodyfont';
  471. font-size: 10pt;
  472. font-weight: 400;
  473. letter-spacing: 2px;
  474. text-align: left;
  475. text-indent: 20px;
  476. color: black;
  477. opacity: 0;
  478. transition: all 1s;
  479. -webkit-transition: all 1s;
  480. }
  481.  
  482. .statstuff {
  483. position: absolute;
  484. left: 5px;
  485. right: 5px;
  486. bottom: 5px;
  487. height: 185px;
  488. overflow: auto;
  489. border: 0px solid black;
  490. font-family: 'bodyfont';
  491. font-size: 10pt;
  492. font-weight: 400;
  493. letter-spacing: 2px;
  494. text-align: left;
  495. color: black;
  496. list-style: square;
  497. box-sizing: border-box;
  498. line-height: 18px;
  499. opacity: 0;
  500. transition: all 1s;
  501. -webkit-transition: all 1s;
  502. }
  503.  
  504. #selectcontentbox1,
  505. #selectcontentbox2,
  506. #selectcontentbox3,
  507. #selectcontentbox4{
  508. position: absolute;
  509. top: 0px;
  510. left: 0px;
  511. right: 0px;
  512. bottom: 0px;}
  513.  
  514.  
  515. #selectcontentbox1:target #contentbox,
  516. #selectcontentbox1:target #headerintro,
  517. #selectcontentbox1:target #contentintro,
  518.  
  519. #selectcontentbox2:target #contentbox,
  520. #selectcontentbox2:target #headerstats,
  521. #selectcontentbox2:target #contentstats,
  522.  
  523. #selectcontentbox3:target #contentbox,
  524. #selectcontentbox3:target #headerhistory,
  525. #selectcontentbox3:target #contenthistory,
  526.  
  527. #selectcontentbox4:target #contentbox,
  528. #selectcontentbox4:target #headerooc,
  529. #selectcontentbox4:target #contentooc
  530. {
  531. opacity: 1;
  532. z-index: 5;
  533. }
  534.  
  535. </style>
  536.  
  537. <div id="whole">
  538. <div id="selectcontentbox1">
  539. <div id="selectcontentbox2">
  540. <div id="selectcontentbox3">
  541. <div id="selectcontentbox4">
  542.  
  543.  
  544. <div id="titleholder">
  545.  
  546. <div id="letterholder">
  547. <div class="alettertop">m
  548. </div>
  549. <div class="aletterleft">m
  550. </div>
  551. <div class="aletterright">m
  552. </div>
  553. <div class="aletterbottom">m
  554. </div>
  555. <div class="lettercenter">m
  556. </div>
  557. </div>
  558.  
  559. <div id="letterholder" style="margin-left: 30px;">
  560. <div class="blettertop">a
  561. </div>
  562. <div class="bletterleft">a
  563. </div>
  564. <div class="bletterright">a
  565. </div>
  566. <div class="bletterbottom">a
  567. </div>
  568. </div>
  569.  
  570. <div id="letterholder" style="left: 54px;">
  571. <div class="clettertop">g
  572. </div>
  573. <div class="cletterleft">g
  574. </div>
  575. <div class="cletterright">g
  576. </div>
  577. <div class="cletterbottom">g
  578. </div>
  579. </div>
  580.  
  581. <div id="letterholder" style="left: 82px;">
  582. <div class="dlettertop">i
  583. </div>
  584. <div class="dletterleft">i
  585. </div>
  586. <div class="dletterright">i
  587. </div>
  588. <div class="dletterbottom">i
  589. </div>
  590. </div>
  591.  
  592. </div>
  593.  
  594. <div id="holder">
  595.  
  596. <div class="linextend">
  597. </div>
  598. <a href="#selectcontentbox1" class="laneselector">
  599. </a>
  600. <div class="selectionthing">
  601. <div class="textthing">
  602. intro
  603. </div>
  604. </div>
  605. <div class="linextend2">
  606. </div>
  607. <a href="#selectcontentbox2" class="laneselector2">
  608. </a>
  609. <div class="selectionthing">
  610. <div class="textthing">
  611. stats.
  612. </div>
  613. </div>
  614. <div class="linextend3">
  615. </div>
  616. <a href="#selectcontentbox3" class="laneselector3">
  617. </a>
  618. <div class="selectionthing">
  619. <div class="textthing">
  620. history.
  621. </div>
  622. </div>
  623. <div class="linextend4">
  624. </div>
  625. <a href="#selectcontentbox4" class="laneselector4">
  626. </a>
  627. <div class="selectionthing">
  628. <div class="textthing">
  629. ooc.
  630. </div>
  631. </div>
  632. <div class="linextend5">
  633. </div>
  634. <a href="#selectcontentbox5" class="laneselector5">
  635. </a>
  636. <div class="selectionthing">
  637. <div class="textthing">
  638. rs
  639. </div>
  640. </div>
  641. </div>
  642.  
  643.  
  644. <div id="imageholder">
  645.  
  646. <div id="borderblurtop">
  647. </div>
  648. <div id="borderblurleft">
  649. </div>
  650. <div id="borderblurright">
  651. </div>
  652. <div id="borderblurbottom">
  653. </div>
  654. </div>
  655.  
  656. <div id="musicloader">
  657. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="129" height="20">
  658. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  659. <param name="wmode" value="transparent" />
  660. <param name="FlashVars" value="mp3=https://dl.dropboxusercontent.com/u/4556289/C2C%20-%20Down%20The%20Road%20%28Cherokee%20Remix%29.mp3&autoplay=1&loop=1&volume=10&bgcolor1=ffffff&bgcolor2=ffffff&slidercolor1=000000&slidercolor2=000000&buttoncolor=646065&buttonovercolor=ffffff" />
  661. </object>
  662. </div>
  663.  
  664. <div style="position: absolute;
  665. right: 20px;
  666. bottom: 20px;">
  667. wip.</div>
  668.  
  669.  
  670. <div id="contentbox">
  671. <div id="backgroundfiller">
  672. </div>
  673. <div id="headerintro" class="boxheader">// intro
  674. </div>
  675.  
  676. <div id="headerstats" class="boxheader">// stats
  677. </div>
  678.  
  679. <div id="headerhistory" class="boxheader">// history
  680. </div>
  681.  
  682. <div id="headerooc" class="boxheader">// ooc
  683. </div>
  684.  
  685. <div id="contenthistory" class="textstuff">
  686. 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
  687. 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
  688. desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  689. <br>
  690. <br> 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
  691. 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
  692. recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  693. </div>
  694.  
  695. <div id="contentintro" class="textstuff">
  696. 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
  697. 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
  698. desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  699. <br>
  700. <br> 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
  701. 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
  702. recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  703. </div>
  704.  
  705. <div id="contentooc" class="textstuff">
  706. 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
  707. 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
  708. desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  709. <br>
  710. <br> 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
  711. 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
  712. recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  713. </div>
  714.  
  715.  
  716. <div id="contentstats" class="statstuff">
  717. <ul>
  718. <li>BOO.</li>
  719. <li>BOO.</li>
  720. <li>BOO.</li>
  721. <li>BOO.</li>
  722. <li>BOO.</li>
  723. <li>BOO.</li>
  724. <li>BOO.</li>
  725. </ul>
  726. </div>
  727. </div>
  728.  
  729.  
  730.  
  731.  
  732. </div>
  733. </div>
  734. </div>
  735. </div>
  736. </div>
Advertisement
Add Comment
Please, Sign In to add comment