thisisnotras

Solovin

May 16th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.07 KB | None | 0 0
  1. <style>
  2.  
  3.  
  4. @import url(//fonts.googleapis.com/css?family=Poiret+One|Herr+Von+Muellerhoff|Audiowide);
  5.  
  6.  
  7. body{background-image:url(http://www.gainesvilleconnect.com/images/footer-patterns/footer-pattern-03.png);
  8. background-size: auto 100%;
  9. background-color: gray;
  10. overflow: hidden;
  11. }
  12.  
  13. /* ORIGINAL
  14.  
  15. #whole{
  16. position: fixed;
  17. left: 0px;
  18. right: 0px;
  19. top: 0px;
  20. bottom: 0px;
  21. background-image: url(http://i63.tinypic.com/imv0g8.jpg);
  22. background-repeat: no-repeat;
  23. background-size: auto 110%;
  24. background-position: top 5px left 20%;
  25. }
  26. */
  27.  
  28. #whole{
  29. position: fixed;
  30. left: 0px;
  31. right: 0px;
  32. top: 0px;
  33. bottom: 0px;
  34. background-image: url(http://i.imgur.com/FYTYCte.png);
  35. background-repeat: no-repeat;
  36. background-size: auto 100%;
  37. background-position: top 5px left;
  38. }
  39.  
  40. #rightshift{
  41. position: absolute;
  42. top: 0px;
  43. left: 40%;
  44. right: 0px;
  45. bottom: 0px;}
  46.  
  47. ::-webkit-scrollbar
  48. {
  49. width: 4px;
  50. background-color: #D2C0C1;
  51. background-color: black;
  52. }
  53.  
  54. ::-webkit-scrollbar-thumb
  55. {
  56. border-radius: 0px;
  57. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  58. background-color: #FED76E ;
  59.  
  60. }
  61.  
  62.  
  63.  
  64. @font-face{
  65. src:url(https://dl.dropboxusercontent.com/u/4556289/FOY1CND.TTF);
  66. font-family:'titlefont';}
  67.  
  68. @font-face{
  69. src:url(https://dl.dropboxusercontent.com/u/4556289/Saniretro.ttf);
  70. font-family:'bodyfont';}
  71.  
  72. #titlediv{
  73. position: absolute;
  74. top: 20%;
  75. left: 0px;
  76. right: 0px;
  77. margin: auto;
  78. height: 40px;
  79. width: 200px;
  80. font-family:'titlefont', Times, Arial;
  81. text-decoration: none;
  82. letter-spacing: 5px;
  83. font-size: 100pt;
  84. color: black;
  85. text-shadow: 2px 2px 5px #FED76E;}
  86.  
  87. #bodyoftext{
  88. position: relative;
  89. top: 0px;
  90. left: 0px;
  91. height: 200px;
  92. width: 447px;
  93. text-align: justify;
  94. color: #FED76E;
  95. text-shadow: 0px 0px 7px black;
  96. font-size: 12pt;
  97. font-family: 'bodyfont', 'Times';
  98. border-left: 5px solid black;
  99. border-right: 1px solid black;
  100. overflow: auto;
  101. box-sizing: border-box;
  102. padding-left: 5px;
  103. padding-right: 5px;
  104. letter-spacing: 2px;
  105. }
  106.  
  107. /* CONTENT AREA */
  108.  
  109. #linkcontainer{
  110. position: relative;
  111. top: 5px;
  112. left: 6px;
  113. height: 35px;
  114. width: 435px;
  115. box-sizing: border-box;
  116. border-bottom: 1px solid #737373;
  117. border-top: 1px solid #737373;
  118. }
  119.  
  120. #linkcontainer:before{
  121. content:'';
  122. position: absolute;
  123. top: 0px;
  124. left: 0px;
  125. right: 0px;
  126. bottom: 0px;
  127. background: silver;
  128. z-index: -1;
  129. opacity: .6;
  130. }
  131.  
  132. .droplink{
  133. float: left;
  134. margin-right: 0px;
  135. height: 28px;
  136. width: 145px;
  137. text-align: center;
  138. -webkit-transition: all 1s;
  139. transition: all 1s;
  140. color: black;
  141. box-sizing: border-box;
  142. padding-top: 0px;
  143. box-sizing: border-box;
  144. border-bottom: 1px solid transparent;
  145. -webkit-transition: all 1s;
  146. transition: all 1s;
  147. text-decoration: none;
  148. font-family:'titlefont', Times;
  149. overflow: hidden;
  150. letter-spacing: 5px;
  151. color: #FED76E;
  152. text-shadow: 2px 2px 3px black;
  153.  
  154. }
  155.  
  156. .droplink b{
  157. position: relative;
  158. font-size: 18pt;
  159. font-weight: 800;
  160. top: -4px;}
  161.  
  162. .droplink:hover{
  163. background: silver;
  164. }
  165.  
  166. #contentbox{
  167. position: relative;
  168. left: -5px;
  169. top: 0px;
  170. height: 0px;
  171. width: 446px;
  172. border-bottom: 1px solid #737373;
  173. overflow: hidden;
  174. -webkit-transition: all 1s;
  175. transition: all 1s;
  176. }
  177.  
  178. #contentbox:before{
  179. content:'';
  180. position: absolute;
  181. top: 5px;
  182. left: 5px;
  183. right: 5px;
  184. bottom: 5px;
  185. background: silver;
  186. opacity: .6;
  187. }
  188.  
  189. .contentboxed{
  190. position: absolute;
  191. top: 5px;
  192. left: 0px;
  193. right: 0px;
  194. bottom: 5px;
  195. overflow: auto;
  196. z-index: 0;
  197. opacity: 0;
  198. -webkit-transition: all 1s;
  199. transition: all 1s;
  200. box-sizing: border-box;
  201. padding: 5px;
  202. border-left: 5px solid black;
  203. font-size: 12pt;
  204. font-family:'bodyfont';
  205. text-shadow: 0px 0px 0px black;
  206. color: black;
  207. letter-spacing: 1px;
  208. text-align: left;
  209. }
  210.  
  211. .contentboxed a{
  212. text-decoration: none;
  213. color: black;
  214. text-shadow: 0px 0px 8px #FED76E;
  215. font-weight: 600;}
  216.  
  217. #firstlinked{
  218. line-height: 20px;
  219. letter-spacing: 2px;}
  220.  
  221. #secondlinked{
  222. text-align: left;}
  223.  
  224. #statbox{
  225. float: left;
  226. height: 20px;
  227. width: 49%;
  228. text-align: center;}
  229.  
  230. #statboxafter{
  231. float: left;
  232. content:'-';
  233. right: 0px;
  234. height: 20px;
  235. width: 5px;
  236. font-size: 8pt;
  237. font-weight: 800;
  238. }
  239.  
  240. #link1st:target ~ #linkcontainer,
  241. #link2nd:target ~ #linkcontainer,
  242. #link3rd:target ~ #linkcontainer{
  243. border-bottom: 1px solid transparent;
  244. }
  245.  
  246. #link1st:target ~ #linkcontainer .droplink,
  247. #link2nd:target ~ #linkcontainer .droplink,
  248. #link3rd:target ~ #linkcontainer .droplink{
  249. -webkit-transition: all 1s;
  250. transition: all 1s;
  251. border-bottom: 3px solid #7E7E7E;
  252. }
  253.  
  254. #link1st:target ~ #linkcontainer #firstlink,
  255. #link2nd:target ~ #linkcontainer #secondlink,
  256. #link3rd:target ~ #linkcontainer #thirdlink{
  257. border-bottom: 1px solid transparent;
  258. }
  259.  
  260. #link1st:target ~ #linkcontainer #firstlinked,
  261. #link2nd:target ~ #linkcontainer #secondlinked,
  262. #link3rd:target ~ #linkcontainer #thirdlinked{
  263. -webkit-transition: all 1s, opacity 1s .5s;
  264. transition: all 1s, opacity 1s .5s;
  265. z-index: 1;
  266. opacity: 1;
  267. }
  268.  
  269. #link1st:target ~ #linkcontainer #contentbox,
  270. #link2nd:target ~ #linkcontainer #contentbox,
  271. #link3rd:target ~ #linkcontainer #contentbox{
  272. -webkit-transition: all 1s;
  273. transition: all 1s;
  274. height: 105px;
  275. border-bottom: 1px solid silver;
  276. }
  277.  
  278. /* CONTENT AREA -- END */
  279.  
  280. /* MUSIC CONTAINER */
  281.  
  282. #musiccontainer{
  283. position: absolute;
  284. top: 10px;
  285. right: 10px;
  286. height: 24px;
  287. width: 23px;
  288. border: 0px solid black;
  289. background: silver;
  290. -webkit-transition: all 1s;
  291. transition: all 1s;
  292. overflow: hidden;
  293. border-radius: 3px 3px 3px 3px;
  294. opacity: .8;
  295. }
  296.  
  297. #musiccontainer:hover{
  298. -webkit-transition: all 2s ease-out;
  299. transition: all 2s ease-out;
  300. width: 200px;}
  301.  
  302. #playerhold{
  303. position: absolute;
  304. right: 0px;
  305. top: 0px;
  306. height: 24px;
  307. width: 200px;
  308. border: 0px solid black;
  309. overflow: hidden;
  310. }
  311.  
  312. #playerholdzoom{
  313. right: 0px;
  314. position: absolute;
  315. height: 115%;
  316. width: 24px;
  317. border: 0px solid red;
  318. overflow: hidden;
  319. margin-left: -12px;
  320. margin-top: -4px;
  321. }
  322.  
  323. #detailshold{
  324. position: absolute;
  325. right: 24px;
  326. top: 0px;
  327. height: 20px;
  328. width: 180px;
  329. font-family: 'Audiowide';
  330. font-size: 11pt;
  331. letter-spacing: 3px;
  332. color: black;
  333. box-sizing: border-box;
  334. padding-left: 2px;
  335. padding-top: 2px;
  336. color: #21232A;
  337. overflow: hidden;
  338. text-transform: uppercase;
  339. }
  340.  
  341. #detailshold b{
  342. color: black; }
  343.  
  344.  
  345.  
  346. </style>
  347.  
  348. <div id="whole">
  349.  
  350. <div id="rightshift">
  351.  
  352. <div id="titlediv">
  353. <a href="#none" style="text-decoration:none; color:black;">SOLOVIN</a>
  354.  
  355. <div id="bodyoftext">
  356. A Kirin mercenary with a fairly high-minded sense of justice, Solovin finds himself at odds with a job that he's more than a natural fit for as far as his physical capabilities. Rather than allowing this to limit his sense of self, he's decided to continue his profession with a very select set of requirements for his hiring while aiming to outperform anyone else in the field.<br><br>
  357. Due to his these convictions and the flair that he accomplishes any task with, he's gained a nickname as 'THE KIRO (kee-roh)', or Kirin Hero. While laughing it off or openly resisting the moniker in public, Solovin is privately pleased with the title as his inspiration for this actually comes from a mix of respect for his ancestral traits and an admiration for classical Super Heroes in comic books. While the two subjects are actually somewhat juxtaposed to glance at in comparison, the mercenary feels that there's a nicely paired symmetry in the goals of the two that simply comes off differently to most readers.<br><br>
  358. In this fusion he has found his way through life -- to spread hope and affection around him while avoiding giving injury at any time not necessary... and when it is necessary, to be as brutal and direct as possible to ensure the recipient either cannot, or has no interest in, harming anyone again.
  359. </div>
  360.  
  361. <div id="link1st">
  362. </div>
  363. <div id="link2nd">
  364. </div>
  365. <div id="link3rd">
  366. </div>
  367. <div id="linkcontainer">
  368. <a class="droplink" id="firstlink" href="#link1st">
  369. <b> stats</b>
  370. </a>
  371. <a class="droplink" id="secondlink" href="#link2nd">
  372. <b> other</b>
  373. </a>
  374. <a class="droplink" id="thirdlink" href="#link3rd">
  375. <b> ooc</b>
  376. </a>
  377.  
  378. <div id="contentbox">
  379. <div class="contentboxed" id="firstlinked">
  380.  
  381. <div id="statbox">
  382. Species
  383. </div>
  384. <div id="statboxafter">
  385. </div>
  386. <div id="statbox">
  387. Kirin
  388. </div>
  389.  
  390. <div id="statbox">
  391. Gender
  392. </div>
  393. <div id="statboxafter">
  394. </div>
  395. <div id="statbox">
  396. Male
  397. </div>
  398.  
  399. <div id="statbox">
  400. Height
  401. </div>
  402. <div id="statboxafter">
  403. </div>
  404. <div id="statbox">
  405. 9'0"
  406. </div>
  407.  
  408. <div id="statbox">
  409. Build
  410. </div>
  411. <div id="statboxafter">
  412. </div>
  413. <div id="statbox">
  414. Heavy / Muscular
  415. </div>
  416.  
  417. <div id="statbox">
  418. Orientation
  419. </div>
  420. <div id="statboxafter">
  421. </div>
  422. <div id="statbox">
  423. Pansexual
  424. </div>
  425.  
  426. <div id="statbox">
  427. Disposition
  428. </div>
  429. <div id="statboxafter">
  430. </div>
  431. <div id="statbox">
  432. Confident
  433. </div>
  434. <div id="statbox">
  435. </div>
  436. <div id="statbox">
  437. 'Heroic'
  438. </div>
  439. <div id="statbox">
  440. </div>
  441. <div id="statbox">
  442. Affectionate
  443. </div>
  444.  
  445. <div id="statbox">
  446. Profession
  447. </div>
  448. <div id="statboxafter">
  449. </div>
  450. <div id="statbox">
  451. Mercenary
  452. </div>
  453.  
  454. </div>
  455.  
  456. <div class="contentboxed" id="secondlinked">
  457. <ul>
  458. <li>Normally wears clothing.</li>
  459. <li>Story-based play preferred.</li>
  460. </ul>
  461.  
  462. </div>
  463. <div class="contentboxed" id="thirdlinked">
  464. <ul>
  465. <li> Code is <a target="_blank" href="http://roleplay.chat/profile.php?user=Digital" target=_blank>mine</a>. Please don't steal.</li>
  466. <li>Art is owned. Artist is <a target="_blank" href="http://furaffinity.net/user/pooqa" target=_blank>Pooqa.</a></li>
  467. <li>Music is <a target="_blank" href="https://youtu.be/3emzzO9iAco" target=_blank>Pulsar.</a></li>
  468. </ul>
  469. </div>
  470. </div>
  471.  
  472. </div>
  473.  
  474.  
  475. </div>
  476.  
  477. </div>
  478.  
  479.  
  480. <div style="zoom:150%;">
  481. <div id="musiccontainer">
  482. <div id="playerhold">
  483. <div id="playerholdzoom">
  484.  
  485. <audio controls src="http://k003.kiwi6.com/hotlink/xtyijptek1/Celldweller_-_Pulsar_VOL.mp3" style="margin-left:-4px;" loop=3>
  486. </audio>
  487.  
  488. </div>
  489. </div>
  490. <div id="detailshold">
  491. <div id="marqueeholder">
  492. <marquee direction="left" scrollamount="5">
  493. <b>C</b>ELL<b>D</b>WELLER // <b>PULSAR</b>
  494. </marquee>
  495. </div>
  496. </div>
  497. </div>
Advertisement
Add Comment
Please, Sign In to add comment