thisisnotras

Chancel

May 16th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.70 KB | None | 0 0
  1. <style>
  2.  
  3. body {text-align: left;
  4. color: black;}
  5.  
  6. .pfor {display: none;}
  7. #profile {background: transparent; border: 0px;}
  8.  
  9. /*
  10. first song - https://dl.dropboxusercontent.com/u/4556289/Crywolf%20-%20Wake%20%5BE-bow%5D.mp3
  11. (https://youtu.be/d9opPttzDyk ----- Wake [E-bow] by Crywolf)
  12.  
  13. COLOR -- CDBED4
  14. */
  15.  
  16. @font-face{
  17. font-family:'gogogo';
  18. src:url(https://dl.dropboxusercontent.com/u/4556289/narrow_rectangle-7.ttf);
  19. }
  20.  
  21. @font-face{
  22. font-family:'titlefont'; src:url(https://dl.dropboxusercontent.com/u/4556289/ventilla-stone.ttf);
  23. }
  24.  
  25. @font-face {
  26. font-family:'otherfont';
  27. src:url(https://dl.dropboxusercontent.com/u/4556289/Crazy%2BThoughts.ttf);
  28. src:url(https://dl.dropboxusercontent.com/u/4556289/Saniretro.ttf);
  29. }
  30.  
  31. a, a:hover{ color: black;}
  32.  
  33. #whole {position: fixed;
  34. top: 0px;
  35. left: 0px;
  36. right: 0px;
  37. bottom: 0px;
  38. background-image: url(http://i57.tinypic.com/34tao9k.jpg);
  39. background-repeat: repeat;}
  40.  
  41. #pictureholder
  42. { position: absolute;
  43. top: 300px;
  44. left: 0px;
  45. right: 0px;
  46. height: 60px;
  47. background: white;
  48. background-image: url(http://i.imgur.com/LYxSAyy.png);
  49. background-repeat: no-repeat;
  50. background-size: auto 1600px;
  51. background-position: top -280px right;
  52. -webkit-transition: all 1s;
  53. transition: all 1s;
  54. overflow: hidden;}
  55.  
  56. #linkholder {
  57. position: absolute;
  58. left: 0px;
  59. right: 0px;
  60. top: 275px;
  61. height: 20px;
  62. background: white;
  63. -webkit-transition: all 1s;
  64. transition: all 1s;
  65. box-shadow: 0px 0px 4px silver;
  66. }
  67.  
  68. #linkholder:hover{
  69. z-index: 11;
  70. }
  71.  
  72. #textstretch{
  73. position: absolute;
  74. top: 0px;
  75. bottom: 0px;
  76. right: 250px;
  77. width: 100px;
  78. height: 20px;
  79. overflow: hidden;
  80. -webkit-transition: all 1s;
  81. transition: all 1s;}
  82.  
  83. #linker {
  84. float: left;
  85. height: 20px;
  86. font-size: 13pt;
  87. width: 10px;
  88. overflow: hidden;
  89. border: 0px solid black;
  90. letter-spacing: 200px;
  91. font-weight: 400;
  92. font-family:'gogogo';
  93. margin-right: 3px;
  94. -webkit-transition: all 1s;
  95. transition: all 1s;
  96. text-shadow: 2px 2px 3px white;
  97. }
  98.  
  99. #linker:hover {
  100. text-shadow: 2px 2px 3px blue;}
  101.  
  102. .spelet{
  103. color: black;
  104. -webkit-transition: all 1s;
  105. transition: all 1s;
  106. }
  107.  
  108. #nameparts{
  109. position: absolute;
  110. top: 310px;
  111. left: 100px;
  112. height: 200px;
  113. width: 400px;
  114. border: 0px solid black;
  115. font-family:'titlefont';
  116. text-align: left;
  117. }
  118.  
  119. #nameC{position: absolute;
  120. font-size: 120pt;
  121. top: 0px;
  122. left: 10px;
  123. height: 200px;
  124. width: 140px;
  125. overflow: hidden;
  126. -webkit-transition: all 1s, text-shadow 1s;
  127. transition: all 1s, text-shadow 1s;
  128. opacity: 0;
  129. text-shadow: -2px 0px 5px silver;}
  130.  
  131. #nametop{
  132. position: absolute;
  133. font-size: 20pt;
  134. top: 60px;
  135. left: 70px;
  136. height: 30px;
  137. width: 0px;
  138. overflow: hidden;
  139. -webkit-transition: all 1s, text-shadow 1s;
  140. transition: all 1s, text-shadow 1s;}
  141.  
  142. #namebottom{
  143. position: absolute;
  144. font-size: 20pt;
  145. top: 90px;
  146. left: 83px;
  147. height: 30px;
  148. width: 0px;
  149. overflow: hidden;
  150. -webkit-transition: all 1s, text-shadow 1s;
  151. transition: all 1s, text-shadow 1s;}
  152.  
  153. #whole:hover #pictureholder{
  154. height: 200px;
  155. background-position: top -280px right 100px;
  156. -webkit-transition: all 4s;
  157. transition: all 4s;
  158.  
  159. }
  160.  
  161. #whole:hover #textstretch{
  162. right: -100px;
  163. width: 100%;
  164. -webkit-transition: all 2s;
  165. transition: all 2s;}
  166.  
  167. #whole:hover #linker{
  168. width: 100px;
  169. margin-right: 70px;
  170. letter-spacing: 3px;
  171. -webkit-transition: margin 1s 1s, letter-spacing 2s 0s, width 2s 1s;
  172. transition: margin 1s 1s, letter-spacing 2s 0s, width 2s 1s;
  173. }
  174.  
  175. #whole:hover .spelet{
  176. color: blue;
  177. -webkit-transition: all 1s 1s;
  178. transition: all 1s 1s;
  179. }
  180.  
  181. #whole:hover #nametop{
  182. width: 80px;
  183. -webkit-transition: 1s 3s, text-shadow 1s;
  184. transition: 1s 3s, text-shadow 1s;
  185. }
  186. #whole:hover #namebottom{width: 120px;
  187. -webkit-transition: 1s 4s, text-shadow 1s;
  188. transition: 1s 4s, text-shadow 1s;}
  189. #whole:hover #nameC{opacity: 1;
  190. -webkit-transition: 0s 5s, text-shadow 1s;
  191. transition: 0s 5s, text-shadow 1s;}
  192.  
  193. #nameparts:hover {
  194. text-shadow: 0px -1px 3px blue;}
  195.  
  196. .middlebox{position: absolute;
  197. left: 360px;
  198. top: 0px;
  199. bottom: 0px;
  200. margin: auto;
  201. height: 150px;
  202. width: 300px;
  203. overflow: hidden;
  204. border: 0px solid black;
  205. border-radius: 10px 10px 10px 10px;
  206. z-index: 0;
  207. opacity: 0;
  208. -webkit-transition: all 1s;
  209. transition: all 1s;}
  210.  
  211. .middlebox:target{z-index: 1;}
  212.  
  213. .slideleft1{
  214. position: absolute;
  215. left: -500px;
  216. height: 30px;
  217. width: 300px;
  218. background: black;
  219. -webkit-transition: all 1s .5s;
  220. transition: all 1s .5s;}
  221.  
  222. .slideright1{
  223. top: 30px;
  224. left: 800px;
  225. position: absolute;
  226. height: 30px;
  227. width: 300px;
  228. background: black;
  229. -webkit-transition: all 1s .5s;
  230. transition: all 1s .5s;
  231. }
  232. .slideleft2{
  233. top: 60px;
  234. left: -500px;
  235. position: absolute;
  236. height: 30px;
  237. width: 300px;
  238. background: black;
  239. -webkit-transition: all 1s .5s;
  240. transition: all 1s .5s;
  241. }
  242. .slideright2{
  243. top: 90px;
  244. left: 800px;
  245. position: absolute;
  246. height: 30px;
  247. width: 300px;
  248. background: black;
  249. -webkit-transition: all 1s .5s;
  250. transition: all 1s .5s;
  251. }
  252. .slideleft3{
  253. top: 120px;
  254. left: -500px;
  255. position: absolute;
  256. height: 30px;
  257. width: 300px;
  258. background: black;
  259. -webkit-transition: all 1s .5s;
  260. transition: all 1s .5s;
  261. }
  262. .contenthold{
  263. top: 0px;
  264. left: 0px;
  265. right: 0px;
  266. bottom: 0px;
  267. position: absolute;
  268. z-index: 1;
  269. opacity: 0;
  270. -webkit-transition: all 1s;
  271. transition: all 1s;
  272. border: 0px solid red;
  273. overflow: hidden;
  274. text-align: left;}
  275.  
  276. #topleft{ font-family: 'otherfont', Arial;
  277. font-size: 9pt;
  278. position: absolute;
  279. top: 6px;
  280. left: 8px;
  281. color: #21a1c4;
  282. }
  283. #thecontent{
  284. font-family:'gogogo';
  285. font-size: 10pt;
  286. position: absolute;
  287. box-sizing: border-box;
  288. padding-right: 3px;
  289. top: 25px;
  290. left: 7px;
  291. height: 120px;
  292. width: 287px;
  293. border: 0px solid white;
  294. overflow: auto;
  295. overflow-x: hidden;
  296. color: gray;
  297. text-align: left;
  298. word-spacing: 2px;
  299.  
  300. }
  301.  
  302.  
  303. ::-webkit-scrollbar
  304. {
  305. width: 4px;
  306. background-color: black;
  307. }
  308.  
  309. ::-webkit-scrollbar-thumb
  310. {
  311. border-radius: 10px;
  312. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  313. background-color: white ;
  314.  
  315. }
  316.  
  317.  
  318. .middlebox:target .slideleft1, .middlebox:target .slideright1, .middlebox:target .slideleft2, .middlebox:target .slideright2, .middlebox:target .slideleft3 {left:0px;
  319. -webkit-transition: all 1s 1s;
  320. transition: all 1s 1s;}
  321.  
  322. .middlebox:target .contenthold {opacity: 1;
  323. -webkit-transition: all 1s 1.6s;
  324. transition: all 1s 1.6s;}
  325.  
  326. #whole:hover .middlebox{opacity:1;}
  327.  
  328.  
  329. #musicselection {position: absolute;
  330. bottom: 0px;
  331. left: 0px;
  332. right: 0px;
  333. box-sizing: border-box;
  334. height: 200px;
  335. border: 0px solid black;
  336. }
  337.  
  338. #musicselection a{
  339. float: left;
  340. height: 100%;
  341. width: 200px;
  342. background-size: auto 100%;
  343. background-repeat: no-repeat;
  344. border: 0px solid black;
  345. background-position: center;
  346. }
  347.  
  348. #musicselection a:nth-child(2){
  349. float: right;}
  350.  
  351. .musiclink {position: absolute;
  352. right: -155px;
  353. height: 20px;
  354. bottom: 190px;
  355. width: 140px;
  356. border: 0px solid black;
  357. -webkit-transition: all 1s;
  358. transition: all 1s;}
  359.  
  360. .musiclink:target{
  361. right: 0px;
  362. }
  363.  
  364. #musicholder{
  365. position: absolute;
  366. height: 160px;
  367. width: 200px;
  368. overflow: hidden;
  369. border: 1px solid black;
  370. z-index: 10;
  371. opacity: 0;}
  372.  
  373. #musicholder audio{
  374. zoom: 700%;}
  375.  
  376. #musicholder:active ~ #nameC{
  377. text-shadow: -2px 0px 5px blue;
  378. -webkit-transition: text-shadow .1s !important;
  379. transsition: text-shadow .1s !important;}
  380.  
  381. #secondbackground{
  382. position: absolute;
  383. top: 0px;
  384. left: 0px;
  385. right: 0px;
  386. bottom: 0px;
  387. background-image:url(http://i.imgur.com/LYxSAyy.png);
  388. background-size: auto 1600px;
  389. background-position: top 20px right 100px;
  390. background-repeat: no-repeat;
  391. z-index: -1;
  392. -webkit-transition: all .5s;
  393. transition: all .5s;
  394. opacity: 0;
  395. }
  396.  
  397. #whole:hover #secondbackground{
  398. opacity: 1;
  399. -webkit-transition: all 1s 5s;
  400. transition: all 1s 5s;}
  401.  
  402.  
  403.  
  404. </style>
  405.  
  406. <div id="whole">
  407.  
  408. <div id="linkholder">
  409.  
  410. <div id="textstretch">
  411.  
  412. <a href=#link1><div id="linker">
  413. <font class="spelet">c</font>ash</div></a>
  414. <a href=#link2><div id="linker">
  415. <font class="spelet">r</font>ules</div></a>
  416. <a href=#link3><div id="linker">
  417. <font class="spelet">e</font>verYthinG</div></a>
  418. <a href=#link4><div id="linker">
  419. <font class="spelet">a</font>round</div></a>
  420. <a href=#link5><div id="linker">
  421. <font class="spelet">m</font>e
  422. </div></a>
  423.  
  424. </div>
  425.  
  426. </div>
  427.  
  428. <div id="pictureholder">
  429.  
  430.  
  431.  
  432. <div class="middlebox" id="link1">
  433. <div class="slideleft1">
  434. </div>
  435. <div class="slideright1">
  436. </div>
  437. <div class="slideleft2">
  438. </div>
  439. <div class="slideright2">
  440. </div>
  441. <div class="slideleft3">
  442. </div>
  443. <div class="contenthold">
  444. <div id="topleft">
  445. THE HEDGEWORTHS
  446. </div>
  447. <div id="thecontent">
  448. Ever felt inadequate? Small? Infintesimally unimportant?
  449. You are. Only coin has value.<br>
  450. "<i>All that matters is power and the unassailable might of money.</i>"<br><br>
  451. This is the idea that has driven the Hedgeworth family to become an empire and amass a fortune that generates not only fame but political control.<br><br> Its coffers are filled from the pockets of normal citizens and other companies alike, its transformation from a small company transporting lumber to an international corporation with IPs in every associated modern technology from cell phones to military applications came on the backs of anyone attempting to interrupt an ambition that refused to have its momentum slowed. <br><br>While the family head is a single individual whose identity is unknown and is commonly referred to simply as 'The King', their numbers are listed in the thousands with every adult or child fighting for power and position within the ranks.
  452. </div>
  453. </div>
  454. </div>
  455.  
  456. <div class="middlebox" id="link2">
  457. <div class="slideleft1">
  458. </div>
  459. <div class="slideright1">
  460. </div>
  461. <div class="slideleft2">
  462. </div>
  463. <div class="slideright2">
  464. </div>
  465. <div class="slideleft3">
  466. </div>
  467. <div class="contenthold">
  468. <div id="topleft">
  469. basics
  470. </div>
  471. <div id="thecontent">
  472. <ul style="line-height: 20px;">
  473. <li> Chancellor Devon Hedgeworth.</li>
  474. <li>Twenty-six years old.</li>
  475. <li>Six-foot, two inches tall.</li>
  476. <li>Slender/Average build, lightly muscled.</li>
  477. <li>Personality traits -
  478. <ul style="line-height: 12px;"><li>
  479. Has high self-control but is occasionally belligerent when his sensitive spots are pushed.</li>
  480. <li>Being used to having his way at all times with matters outside of his family have made him grossly indelicate with the feelings of "peasants", leading to moderately antagonistic or politically incorrect statements.</li>
  481. <li>His belief that money can fix all issues leads to a certain amount of carelessness with possessions and things without a high value. His belief that money <i>is</i> all things lead to a high valuation of things <i>with</i> a high value.</li>
  482. <li>Has a general disdain for any authority or position of power outside of his family.</li></ul> </li>
  483.  
  484. <li>Likes
  485. <ul style="line-height: 12px;">
  486. <li>The color white.</li>
  487. <li>Things of high value.</li>
  488. <li>Control.</li>
  489. </ul>
  490. </li>
  491.  
  492. <li>Dislikes
  493. <ul style="line-height: 12px;">
  494. <li>Peasants.</li>
  495. <li>Ambiguity.</li>
  496. <li>Filth.</li>
  497. </ul>
  498. </li>
  499.  
  500. </ul>
  501. </div>
  502. </div>
  503. </div>
  504.  
  505. <div class="middlebox" id="link3">
  506. <div class="slideleft1">
  507. </div>
  508. <div class="slideright1">
  509. </div>
  510. <div class="slideleft2">
  511. </div>
  512. <div class="slideright2">
  513. </div>
  514. <div class="slideleft3">
  515. </div>
  516. <div class="contenthold">
  517. <div id="topleft">
  518. background
  519. </div>
  520. <div id="thecontent" style="line-height: 16px;">
  521. Chancellor's lineage is of a high pedigree even within the Hedgeworth family, though his exact family ties are known only to a select few - especially due to his being added to the family roster relatively late. The details are scarce, but amassed rumors seem to hint that one of his parents are of 'lesser' stock. <br><br>Especially rare is any information at his earlier life, the documentation of his raising only including his years from the 4th grade onwards when he was first enrolled in a 'Hedgeworth'-approved academy.
  522. </div>
  523. </div>
  524. </div>
  525.  
  526. <div class="middlebox" id="link4">
  527. <div class="slideleft1">
  528. </div>
  529. <div class="slideright1">
  530. </div>
  531. <div class="slideleft2">
  532. </div>
  533. <div class="slideright2">
  534. </div>
  535. <div class="slideleft3">
  536. </div>
  537. <div class="contenthold">
  538. <div id="topleft">
  539. Account Transactions
  540. </div>
  541. <div id="thecontent">
  542. None thus far.
  543. </div>
  544. </div>
  545. </div>
  546.  
  547. <div class="middlebox" id="link5">
  548. <div class="slideleft1">
  549. </div>
  550. <div class="slideright1">
  551. </div>
  552. <div class="slideleft2">
  553. </div>
  554. <div class="slideright2">
  555. </div>
  556. <div class="slideleft3">
  557. </div>
  558. <div class="contenthold">
  559. <div id="topleft">
  560. ooc
  561. </div>
  562. <div id="thecontent">
  563. Code is <a target="_blank" href="http://roleplay.chat/profile.php?user=Digital" target="_blank" style="color:white; text-decoration: none;">mine</a> (Digital), 100%.<br>
  564. Art is owned.<br>
  565. Feel free to PM anytime.<br>
  566. Rooms are generally OOC except when obviously not.<br><br>
  567. Quote is from <i>Speed Racer</i> (2009), Mr. Royalton.<br>
  568. Music is playable in-profile, click the 'C' in 'Chancellor.'
  569. </div>
  570. </div>
  571. </div>
  572.  
  573.  
  574. </div>
  575.  
  576. <div id="nameparts">
  577. <div id="musicholder">
  578. <audio controls src="http://k003.kiwi6.com/hotlink/1bt9qgji69/02._Cassie_VOL.mp3" loop=3>
  579. </audio>
  580. </div>
  581. <div id="nameC">
  582. C
  583. </div>
  584. <div id="nametop">hancellor
  585. </div>
  586. <div id="namebottom">D.Hedgeworth
  587. </div>
  588. </div>
  589.  
  590. <div id="musicselection">
  591. <a target="_blank" href="http://i.imgur.com/yBHQUWi.png" target=_blank style="background-image:url(http://i.imgur.com/Z66dAQR.png);" title="Jojo-esque.">
  592. </a>
  593. <a target="_blank" href="http://i.imgur.com/p23E9A5.png" style="background-image:url(http://i.imgur.com/1Grgy7q.png);" title="Nude." target=_blank>
  594. </a>
  595. </div>
  596.  
  597. <div id="secondbackground">
  598. </div>
  599.  
  600. </div>
Advertisement
Add Comment
Please, Sign In to add comment