Advertisement
thisisnotras

Alter

May 16th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.39 KB | None | 0 0
  1. <style>
  2.  
  3. ::-webkit-scrollbar {
  4. width: 4px;
  5. background-color: transparent;
  6. }
  7.  
  8.  
  9. ::-webkit-scrollbar-thumb {
  10. border-radius: 0px;
  11. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  12. background-color: #000000;
  13. }
  14.  
  15.  
  16.  
  17. #whole{
  18. position: fixed;
  19. left: 0px;
  20. right: 0px;
  21. top: 0px;
  22. bottom: 0px;
  23. background: gray;
  24. background-image:url(https://puu.sh/s733s/587a541594.jpg);
  25. background-repeat: no-repeat;
  26. background-position: center bottom;
  27. background-size: 100% auto;
  28. }
  29.  
  30. #whole2{
  31. position: fixed;
  32. left: 0px;
  33. right: 0px;
  34. top: 0px;
  35. bottom: 0px;
  36. margin: auto;
  37. width: 100%;
  38. height: 50%;
  39.  
  40. }
  41.  
  42. #whole2back{
  43. position: absolute;
  44. top: 0px;
  45. left: 0px;
  46. right: 0px;
  47. bottom: 0px;
  48. z-index: -1;
  49. background-color: #3c3232;
  50. opacity: .7;
  51. border-top: 3px solid #da1e16;
  52. border-bottom: 3px solid #da1e16;
  53. }
  54.  
  55. #alterimage{
  56. position: fixed;
  57. top: 0px;
  58. left: 0px;
  59. right: 0px;
  60. bottom: 0px;
  61. margin: auto;
  62. background-image:url(http://i66.tinypic.com/alm5nk.jpg);
  63. background-image:url(https://puu.sh/s6qDj/f171f4bcc8.png);
  64. background-size: auto 100%;
  65. background-position: bottom right 40%;
  66. background-repeat: no-repeat;}
  67.  
  68. @font-face{
  69. src:url(https://dl.dropboxusercontent.com/u/4556289/direwolfcondital.ttf);
  70. font-family:'direwolf';
  71. }
  72.  
  73. #titlepiece{
  74. position: absolute;
  75. top: -100px;
  76. left: -50%;
  77. right: 0px;
  78. margin: auto;
  79. height: 200px;
  80. width: 200px;
  81. font-family: 'direwolf';
  82. font-size: 120px;
  83. letter-spacing: 20px;
  84. color: black;
  85. text-shadow: 2px 2px 2px #1c222c;}
  86.  
  87. #contentarea{
  88. position: absolute;
  89. top: 0px;
  90. left: -45%;
  91. right: 0px;
  92. bottom: 0px;
  93. margin: auto;
  94. border: 0px solid black;
  95. height: 300px;
  96. width: 300px;
  97. z-index: 1;
  98. }
  99.  
  100. #backgroundfill{
  101. position: absolute;
  102. height: 100%;
  103. width: 100%;
  104. background: gray;
  105. -webkit-filter:blur(100px);
  106. border-radius: 30px 30px 30px 30px;
  107. opacity: .7;
  108. }
  109.  
  110. .diamonddiv{
  111. position: absolute;
  112. opacity: .9;
  113. -webkit-transition: all 2s;
  114. transition: all 2s;
  115. z-index: 1;
  116. }
  117.  
  118. .diamonddiv *{
  119. zoom: 60%;
  120. }
  121.  
  122. .diamonddiv:nth-child(3){
  123. top: 100px; left: 70px;
  124. }
  125. .diamonddiv:nth-child(5){
  126. top: 170px; left: 120px;
  127. z-index: 2;
  128. }
  129. .diamonddiv:nth-child(4){
  130. top: 100px; left: 170px;
  131. }
  132. .diamonddiv:nth-child(2){
  133. top: 30px; left: 120px;
  134. }
  135.  
  136. #diamond-narrow {
  137. width: 0;
  138. height: 0;
  139. border: 50px solid transparent;
  140. border-bottom: 70px solid black;
  141. position: relative;
  142. top: -50px;
  143. -webkit-transition: all 1s;
  144. transition: all 1s;
  145. }
  146. #diamond-narrow:after {
  147. content: '';
  148. position: absolute;
  149. margin: -50px; margin-top: 70px;
  150. width: 0;
  151. height: 0;
  152. border: 50px solid transparent;
  153. border-top: 70px solid black;
  154. -webkit-transition: all 1s;
  155. transition: all 1s;
  156. }
  157.  
  158. .diamonddiv:hover #diamond-narrow:after{
  159. border-top: 70px solid #8B323E;
  160. }
  161.  
  162. .diamonddiv:hover #diamond-narrow{border-bottom: 70px solid #8B323E;}
  163.  
  164. @font-face {
  165. src: url(https://dl.dropboxusercontent.com/u/4556289/somepx.ttf);
  166. font-family: 'bodyfont';
  167. }
  168.  
  169.  
  170. #diamondlabel{
  171. position: fixed;
  172. height: 50px;
  173. width: 100px;
  174. border: 0px solid black;
  175. background: black;
  176. z-index: 1;
  177. opacity: .8;
  178. display: none;
  179. color: gray;
  180. border-radius: 5px 5px 5px 5px;
  181. box-sizing: border-box;
  182. text-align: center;
  183. font-size: 40pt;
  184. font-family: 'bodyfont';
  185. }
  186.  
  187. .diamonddiv:nth-child(2):hover #diamondlabel,
  188. .diamonddiv:nth-child(3):hover #diamondlabel,
  189. .diamonddiv:nth-child(4):hover #diamondlabel{
  190. display: block;
  191. }
  192.  
  193. .diamonddiv:nth-child(2) #diamondlabel{
  194. margin-left: 0px;
  195. margin-top: -180px;
  196. }
  197. .diamonddiv:nth-child(3) #diamondlabel{
  198. margin-left: -130px;
  199. margin-top: -75px;
  200. }
  201. .diamonddiv:nth-child(4) #diamondlabel{
  202. margin-left: 130px;
  203. margin-top: -75px;
  204. }
  205. .diamonddiv:nth-child(5) #diamondlabel{
  206. margin-top: -110px;
  207. margin-left: 110px;
  208. }
  209.  
  210. #decisions1:target .diamonddiv,
  211. #decisions2:target .diamonddiv,
  212. #decisions3:target .diamonddiv{
  213. top: 0px;
  214. left: 0px;
  215. }
  216.  
  217. .contentbox{
  218. position: absolute;
  219. left: 30px;
  220. top: 42px;
  221. height: 240px;
  222. width: 240px;
  223. border: 1px solid black;
  224. border-radius: 0px 10px 10px 10px;
  225. -webkit-transition: all 1s;
  226. transition: all 1s;
  227. opacity: 0;
  228. z-index: 0;
  229. overflow: hidden;
  230. }
  231.  
  232. #decisions1:target #content1,
  233. #decisions2:target #content2,
  234. #decisions3:target #content3{
  235. opacity: 1;
  236. -webkit-transition: all 1s 2s;
  237. transition: all 1s 2s;
  238. z-index: 3;
  239. }
  240.  
  241. .contentbox h1{
  242. position: absolute;
  243. left: 23px;
  244. top: -7px;
  245. text-align: right;
  246. font-size: 20pt;
  247. font-family:'direwolf';
  248. color: black;
  249. letter-spacing: 3px;
  250. }
  251.  
  252. #contentcontent{
  253. position: absolute;
  254. top: 40px;
  255. bottom: 2px;
  256. left: 10px;
  257. box-sizing: border-box;
  258. padding-right: 10px;
  259. overflow: auto;
  260. color: black;
  261. font-family: Arial;
  262. font-style: italic;
  263. font-size: 9pt;
  264. text-align: justify;
  265. text-justify: inter-word;
  266. }
  267.  
  268. #decisions1:target .diamonddiv:nth-child(5):hover,
  269. #decisions2:target .diamonddiv:nth-child(5):hover,
  270. #decisions3:target .diamonddiv:nth-child(5):hover{
  271. webkit-transition: all .5s, left 2s, top 2s;
  272. transition: all .5s, left 2s, top 2s;
  273. z-index: 5;}
  274.  
  275.  
  276. #decisions1:target #diamondlabel,
  277. #decisions2:target #diamondlabel,
  278. #decisions3:target #diamondlabel{
  279. opacity: 1;
  280. }
  281.  
  282. #decisions1:target .diamonddiv:nth-child(5):hover #diamondlabel,
  283. #decisions2:target .diamonddiv:nth-child(5):hover #diamondlabel,
  284. #decisions3:target .diamonddiv:nth-child(5):hover #diamondlabel{
  285. display: block;
  286. }
  287.  
  288.  
  289. #musicslice{
  290. position: fixed;
  291. top: 20px;
  292. right: 20px;
  293. height: 50px;
  294. width: 50px;
  295. border: 1px solid black;
  296. overflow: hidden;
  297. -webkit-transition: all 1s;
  298. transition: all 0s;
  299. box-shadow: 1px 1px 3px black;}
  300.  
  301. #musicslice:active{
  302. -webkit-transition: all 0s;
  303. transition: all 0s;
  304. box-shadow: 0px 0px 0px black;}
  305.  
  306. #musiccover{
  307. position: absolute;
  308. left: 0px;
  309. top: 0px;
  310. height: 50px;
  311. width: 50px;
  312. background-image:url(https://puu.sh/s6UGn/19d49db94c.png);
  313. background-size: auto 90%;
  314. background-repeat: no-repeat;
  315. background-position: center;
  316. }
  317.  
  318. #musichidden{
  319. position: absolute;
  320. left: -10px;
  321. top: 0px;
  322. height: 50px;
  323. width: 50px;
  324. zoom: 180%;
  325. opacity: 0;
  326. z-index: 1;
  327. overflow: hidden;}
  328.  
  329. #contentcontent a{
  330. text-decoration: none;
  331. font-weight: 600;
  332. color: black;}
  333.  
  334. /* STAT SECTION THING */
  335.  
  336. @font-face{
  337. src:url(https://dl.dropboxusercontent.com/u/4556289/Heartbeat%20Synchronicity.ttf);
  338. font-family:'contentfont';
  339. }
  340.  
  341.  
  342. @font-face{
  343. font-family: 'free agent';
  344. src:url('https://dl.dropboxusercontent.com/u/4556289/freeagentboldsemital.ttf');
  345. }
  346.  
  347.  
  348.  
  349. #statholder{
  350. height: 14px;
  351. width: 200px;
  352. border: 1px solid black;
  353. background: #737373;
  354. overflow: hidden;
  355. margin-bottom: 1px;
  356. position: relative;
  357. margin-top: 3px;
  358. margin-left: 15px;
  359. border-radius: 3px 3px 3px 3px;
  360. }
  361.  
  362. #statholder:nth-child(2){
  363. margin-top: 50px;}
  364.  
  365. #statfirst{position: absolute;
  366. height: 14px;
  367. width: 100%;
  368. margin-left: 0%;
  369. text-align: center;
  370. font-family:'free agent', arial;
  371. font-size: 10pt; color: black;
  372. font-style: normal; text-decoration: none;
  373. box-sizing: border-box;
  374. padding-top: 0px;
  375. -webkit-transition: all 1s;
  376. transition: all 1s;}
  377.  
  378. #statsecond{position: absolute;
  379. height: 14px;
  380. width: 100%;
  381. margin-left: 100%;
  382. text-align: center;
  383. font-family: 'contentfont', arial;
  384. font-size: 10pt; font-style: normal;
  385. text-decoration: none; color: black;
  386. font-style: italic;
  387. box-sizing: border-box;
  388. padding-top: 0px;
  389. -webkit-transition: all 1s;
  390. -webkit-transition: all 1s;
  391. z-index: 1;
  392. }
  393.  
  394. #statholder:hover #statsecond{
  395. margin-left: 0%;
  396. }
  397.  
  398. #statholder:hover #statfirst{
  399. opacity: 0;
  400. }
  401.  
  402. #statsecond.linker {
  403. color: white;}
  404.  
  405.  
  406. /* STAT SECTION THING -- END */
  407.  
  408. </style>
  409.  
  410. <div id="decisions1">
  411. <div id="decisions2">
  412. <div id="decisions3">
  413.  
  414. <div id="whole">
  415. <div id="whole2">
  416. <div id="alterimage">
  417. </div>
  418. <div id="titlepiece">
  419. ALTER
  420. </div>
  421. <div id="contentarea">
  422. <div id="backgroundfill">
  423. </div>
  424.  
  425. <a href="#decisions1" class="diamonddiv">
  426. <div id="diamond-narrow">
  427. </div>
  428. <div id="diamondlabel">stats
  429. </div>
  430. </a>
  431.  
  432. <a href="#decisions2" class="diamonddiv">
  433. <div id="diamond-narrow">
  434. </div>
  435. <div id="diamondlabel">
  436. info
  437. </div>
  438. </a>
  439.  
  440. <a href="#decisions3" class="diamonddiv">
  441. <div id="diamond-narrow">
  442. </div>
  443. <div id="diamondlabel">
  444. ooc
  445. </div>
  446. </a>
  447.  
  448. <a href="#none" class="diamonddiv">
  449. <div id="diamond-narrow">
  450. </div>
  451. <div id="diamondlabel">
  452. reset
  453. </div>
  454. </a>
  455.  
  456. <div class="contentbox" id="content1"> <h1>Stats and Abilities.</h1>
  457.  
  458. <div id="statholder">
  459. <div id="statfirst">
  460. ALIAS
  461. </div>
  462. <div id="statsecond">
  463. Alter, Altered, Alternate.
  464. </div>
  465. </div>
  466.  
  467. <div id="statholder">
  468. <div id="statfirst">
  469. AGE
  470. </div>
  471. <div id="statsecond">
  472. N/A.
  473. </div>
  474. </div>
  475.  
  476. <div id="statholder">
  477. <div id="statfirst">
  478. HEIGHT
  479. </div>
  480. <div id="statsecond">
  481. 6'1".
  482. </div>
  483. </div>
  484.  
  485. <div id="statholder">
  486. <div id="statfirst">
  487. BUILD
  488. </div>
  489. <div id="statsecond">
  490. Average/Athletic.
  491. </div>
  492. </div>
  493.  
  494. <div id="statholder">
  495. <div id="statfirst">
  496. SEX/GENDER
  497. </div>
  498. <div id="statsecond">
  499. Male / Male pronouns.
  500. </div>
  501. </div>
  502.  
  503. <div id="statholder">
  504. <div id="statfirst">
  505. ORIENTATION
  506. </div>
  507. <div id="statsecond">
  508. Pansexual.
  509. </div>
  510. </div>
  511.  
  512. <div id="statholder">
  513. <div id="statfirst">
  514. SPECIES
  515. </div>
  516. <div id="statsecond">
  517. Snekku (demon-hybrid).
  518. </div>
  519. </div>
  520.  
  521. <div id="statholder">
  522. <div id="statfirst">
  523. ORIGIN
  524. </div>
  525. <div id="statsecond">
  526. Alternate-timeline variant.
  527. </div>
  528. </div>
  529.  
  530. <div id="statholder">
  531. <div id="statfirst">
  532. OCCUPATION
  533. </div>
  534. <div id="statsecond">
  535. Assassin. / 'Exorcist.'
  536. </div>
  537. </div>
  538.  
  539. </div>
  540.  
  541. <div class="contentbox" id="content2"> <h1>Information.</h1>
  542. <div id="contentcontent">
  543. <b>Alter</b>, just short for <i>Alternate</i>, is a multiverse quantum-calculated variation on the known demonologist and devil catcher that goes by the name of <a target="_blank" href="http://roleplay.chat/profile.php?user=Arc" target=_blank>Arc Arsenal</a>. For all intents and purposes, his existence is something like a fluke. Arc, in the midst of his experimentation on himself using the souls of slave-driven devil abilities, has often experimented with the laws of causality -- the very foundations of 'cause & effect'. In the midst of this and unbeknownst to the scientist, the subjects of his experiment looked into Arc's own multitudinous variants that extended through the multiverse in its infinite probabilities and latched to a thread in which the scientist came through the same transformations but through a very different process. While in that world, the results would quickly lead the 'Alternate Arc' to die shortly after his fusion into a demon, these powers were capable of connecting that meager thread farther into theoretical realms... the result of which was pulling enough data from <i>potential</i> outcomes that the resulting corporealization of the '<b>Alter</b>' came complete with memories forged from various different bodies and persons.<br><br>
  544. An interdimensional homunculus incredibly unaware of his origin, <b>Alter</b>'s existence in this world is a seamless one from his own perspective. The differences in his life have led to a style of living closer to that of 'Dante' from Devil May Cry, as he devours demons and devils to sustain himself and increase his abilities. Due to the more practical uses for his own prerogatives, <b>Alter</b> offers his services to the highest bidder as an assassin of hell-crafted creatures. In the meantime, he simply <i>lives</i> without any concerns about where this will take him or what the eventual end of the road may look like.
  545. </div>
  546. </div>
  547.  
  548. <div class="contentbox" id="content3"> <h1>OOC.</h1>
  549. <div id="contentcontent">
  550.  
  551. Character and art are owned by me.<br>
  552. Artist is <a target="_blank" href="http://furaffinity.net/user=MagicalZombie" target=_blank>MagicalZombie</a>.<br>
  553. Design is <a target="_blank" href="http://furaffinity.net/user=NitricAcid" target=_blank>NitricAcid</a>'s.<br>
  554. Snekku race is owned by <a target="_blank" href="http://furaffinity.net/user=Teil" target=_blank>Teil</a>.<br>
  555. Code is <a target="_blank" href="http://roleplay.chat/profile.php?user=Digital" target=_blank>mine</a>.<br>
  556. Music track is <a target="_blank" href="https://youtu.be/Ujvz6NIWExw" target=_blank>三浦大知 / (RE)PLAY</a>.
  557. </div>
  558. </div>
  559.  
  560.  
  561. </div>
  562. <div id="whole2back">
  563. </div>
  564.  
  565. </div>
  566. </div>
  567.  
  568.  
  569. <div id="musicslice" title="daichi miura / (RE)PLAY">
  570. <div id="musiccover">
  571. </div>
  572. <div id="musichidden">
  573. <audio controls src="https://puu.sh/s6UnQ/5ab089bbf9.mp3" loop=3></audio>
  574. </div>
  575. </div>
  576.  
  577.  
  578. </div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement