thisisnotras

Solovin 9/28/16

Sep 28th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.66 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. }
  11.  
  12. #whole{
  13. position: fixed;
  14. left: 0px;
  15. right: 0px;
  16. top: 0px;
  17. bottom: 0px;
  18. background-image:url(http://i64.tinypic.com/fyd09g.jpg);
  19. background-repeat: no-repeat;
  20. background-size: auto 100%;
  21. background-position: bottom -15px left 10%;}
  22.  
  23. ::-webkit-scrollbar
  24. {
  25. width: 4px;
  26. background-color: #D2C0C1;
  27. background-color: black;
  28. }
  29.  
  30. ::-webkit-scrollbar-thumb
  31. {
  32. border-radius: 0px;
  33. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  34. background-color: #FED76E ;
  35.  
  36. }
  37.  
  38.  
  39.  
  40. @font-face{
  41. src:url(https://dl.dropboxusercontent.com/u/4556289/FOY1CND.TTF);
  42. font-family:'titlefont';}
  43.  
  44. @font-face{
  45. src:url(https://dl.dropboxusercontent.com/u/4556289/Saniretro.ttf);
  46. font-family:'bodyfont';}
  47.  
  48. #titlediv{
  49. position: absolute;
  50. top: 20%;
  51. left: 0px;
  52. right: 0px;
  53. margin: auto;
  54. height: 40px;
  55. width: 200px;
  56. font-family:'titlefont', Times, Arial;
  57. text-decoration: none;
  58. letter-spacing: 5px;
  59. font-size: 100pt;
  60. color: black;
  61. text-shadow: 2px 2px 5px #FED76E;}
  62.  
  63. #bodyoftext{
  64. position: relative;
  65. top: 0px;
  66. left: 0px;
  67. height: 200px;
  68. width: 447px;
  69. text-align: justify;
  70. color: #FED76E;
  71. text-shadow: 0px 0px 7px black;
  72. font-size: 12pt;
  73. font-family: 'bodyfont', 'Times';
  74. border-left: 5px solid black;
  75. border-right: 1px solid black;
  76. overflow: auto;
  77. box-sizing: border-box;
  78. padding-left: 5px;
  79. padding-right: 5px;
  80. letter-spacing: 2px;
  81. }
  82.  
  83. /* CONTENT AREA */
  84.  
  85. #linkcontainer{
  86. position: relative;
  87. top: 5px;
  88. left: 6px;
  89. height: 35px;
  90. width: 435px;
  91. box-sizing: border-box;
  92. border-bottom: 1px solid #737373;
  93. border-top: 1px solid #737373;
  94. }
  95.  
  96. #linkcontainer:before{
  97. content:'';
  98. position: absolute;
  99. top: 0px;
  100. left: 0px;
  101. right: 0px;
  102. bottom: 0px;
  103. background: silver;
  104. z-index: -1;
  105. opacity: .6;
  106. }
  107.  
  108. .droplink{
  109. float: left;
  110. margin-right: 0px;
  111. height: 28px;
  112. width: 145px;
  113. text-align: center;
  114. -webkit-transition: all 1s;
  115. transition: all 1s;
  116. color: black;
  117. box-sizing: border-box;
  118. padding-top: 0px;
  119. box-sizing: border-box;
  120. border-bottom: 1px solid transparent;
  121. -webkit-transition: all 1s;
  122. transition: all 1s;
  123. text-decoration: none;
  124. font-family:'titlefont', Times;
  125. overflow: hidden;
  126. letter-spacing: 5px;
  127. color: #FED76E;
  128. text-shadow: 2px 2px 3px black;
  129.  
  130. }
  131.  
  132. .droplink b{
  133. position: relative;
  134. font-size: 18pt;
  135. font-weight: 800;
  136. top: -4px;}
  137.  
  138. .droplink:hover{
  139. background: silver;
  140. }
  141.  
  142. #contentbox{
  143. position: relative;
  144. left: -5px;
  145. top: 0px;
  146. height: 0px;
  147. width: 446px;
  148. border-bottom: 1px solid #737373;
  149. overflow: hidden;
  150. -webkit-transition: all 1s;
  151. transition: all 1s;
  152. }
  153.  
  154. #contentbox:before{
  155. content:'';
  156. position: absolute;
  157. top: 5px;
  158. left: 5px;
  159. right: 5px;
  160. bottom: 5px;
  161. background: silver;
  162. opacity: .6;
  163. }
  164.  
  165. .contentboxed{
  166. position: absolute;
  167. top: 5px;
  168. left: 0px;
  169. right: 0px;
  170. bottom: 5px;
  171. overflow: auto;
  172. z-index: 0;
  173. opacity: 0;
  174. -webkit-transition: all 1s;
  175. transition: all 1s;
  176. box-sizing: border-box;
  177. padding: 5px;
  178. border-left: 5px solid black;
  179. font-size: 12pt;
  180. font-family:'bodyfont';
  181. text-shadow: 0px 0px 0px black;
  182. color: black;
  183. letter-spacing: 1px;
  184. text-align: left;
  185. }
  186.  
  187. .contentboxed a{
  188. text-decoration: none;
  189. color: black;
  190. text-shadow: 0px 0px 8px #FED76E;
  191. font-weight: 600;}
  192.  
  193. #firstlinked{
  194. line-height: 20px;
  195. letter-spacing: 2px;}
  196.  
  197. #secondlinked{
  198. text-align: left;}
  199.  
  200. #statbox{
  201. float: left;
  202. height: 20px;
  203. width: 49%;
  204. text-align: center;}
  205.  
  206. #statboxafter{
  207. float: left;
  208. content:'-';
  209. right: 0px;
  210. height: 20px;
  211. width: 5px;
  212. font-size: 8pt;
  213. font-weight: 800;
  214. }
  215.  
  216. #link1st:target ~ #linkcontainer,
  217. #link2nd:target ~ #linkcontainer,
  218. #link3rd:target ~ #linkcontainer{
  219. border-bottom: 1px solid transparent;
  220. }
  221.  
  222. #link1st:target ~ #linkcontainer .droplink,
  223. #link2nd:target ~ #linkcontainer .droplink,
  224. #link3rd:target ~ #linkcontainer .droplink{
  225. -webkit-transition: all 1s;
  226. transition: all 1s;
  227. border-bottom: 3px solid #7E7E7E;
  228. }
  229.  
  230. #link1st:target ~ #linkcontainer #firstlink,
  231. #link2nd:target ~ #linkcontainer #secondlink,
  232. #link3rd:target ~ #linkcontainer #thirdlink{
  233. border-bottom: 1px solid transparent;
  234. }
  235.  
  236. #link1st:target ~ #linkcontainer #firstlinked,
  237. #link2nd:target ~ #linkcontainer #secondlinked,
  238. #link3rd:target ~ #linkcontainer #thirdlinked{
  239. -webkit-transition: all 1s, opacity 1s .5s;
  240. transition: all 1s, opacity 1s .5s;
  241. z-index: 1;
  242. opacity: 1;
  243. }
  244.  
  245. #link1st:target ~ #linkcontainer #contentbox,
  246. #link2nd:target ~ #linkcontainer #contentbox,
  247. #link3rd:target ~ #linkcontainer #contentbox{
  248. -webkit-transition: all 1s;
  249. transition: all 1s;
  250. height: 105px;
  251. border-bottom: 1px solid silver;
  252. }
  253.  
  254. /* CONTENT AREA -- END */
  255.  
  256. /* MUSIC CONTAINER */
  257.  
  258. #musiccontainer{
  259. position: absolute;
  260. top: 10px;
  261. right: 10px;
  262. height: 24px;
  263. width: 23px;
  264. border: 0px solid black;
  265. background: silver;
  266. -webkit-transition: all 1s;
  267. transition: all 1s;
  268. overflow: hidden;
  269. border-radius: 3px 3px 3px 3px;
  270. opacity: .8;
  271. }
  272.  
  273. #musiccontainer:hover{
  274. -webkit-transition: all 2s ease-out;
  275. transition: all 2s ease-out;
  276. width: 200px;}
  277.  
  278. #playerhold{
  279. position: absolute;
  280. right: 0px;
  281. top: 0px;
  282. height: 24px;
  283. width: 200px;
  284. border: 0px solid black;
  285. overflow: hidden;
  286. }
  287.  
  288. #playerholdzoom{
  289. right: 0px;
  290. position: absolute;
  291. height: 115%;
  292. width: 24px;
  293. border: 0px solid red;
  294. overflow: hidden;
  295. margin-left: -12px;
  296. margin-top: -4px;
  297. }
  298.  
  299. #detailshold{
  300. position: absolute;
  301. right: 24px;
  302. top: 0px;
  303. height: 20px;
  304. width: 180px;
  305. font-family: 'Audiowide';
  306. font-size: 11pt;
  307. letter-spacing: 3px;
  308. color: black;
  309. box-sizing: border-box;
  310. padding-left: 2px;
  311. padding-top: 2px;
  312. color: #21232A;
  313. overflow: hidden;
  314. text-transform: uppercase;
  315. }
  316.  
  317. #detailshold b{
  318. color: black; }
  319.  
  320.  
  321.  
  322. </style>
  323.  
  324. <div id="whole">
  325.  
  326. <div id="titlediv">
  327. <a href="#none" style="text-decoration:none; color:black;">SOLOVIN</a>
  328.  
  329. <div id="bodyoftext">
  330. 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>
  331. 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>
  332. 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.
  333. </div>
  334.  
  335. <div id="link1st">
  336. </div>
  337. <div id="link2nd">
  338. </div>
  339. <div id="link3rd">
  340. </div>
  341. <div id="linkcontainer">
  342. <a class="droplink" id="firstlink" href="#link1st">
  343. <b> stats</b>
  344. </a>
  345. <a class="droplink" id="secondlink" href="#link2nd">
  346. <b> rules</b>
  347. </a>
  348. <a class="droplink" id="thirdlink" href="#link3rd">
  349. <b> ooc</b>
  350. </a>
  351.  
  352. <div id="contentbox">
  353. <div class="contentboxed" id="firstlinked">
  354.  
  355. <div id="statbox">
  356. Species
  357. </div>
  358. <div id="statboxafter">
  359. </div>
  360. <div id="statbox">
  361. Kirin
  362. </div>
  363.  
  364. <div id="statbox">
  365. Gender
  366. </div>
  367. <div id="statboxafter">
  368. </div>
  369. <div id="statbox">
  370. Male
  371. </div>
  372.  
  373. <div id="statbox">
  374. Height
  375. </div>
  376. <div id="statboxafter">
  377. </div>
  378. <div id="statbox">
  379. 9'0"
  380. </div>
  381.  
  382. <div id="statbox">
  383. Build
  384. </div>
  385. <div id="statboxafter">
  386. </div>
  387. <div id="statbox">
  388. Heavy / Muscular
  389. </div>
  390.  
  391. <div id="statbox">
  392. Orientation
  393. </div>
  394. <div id="statboxafter">
  395. </div>
  396. <div id="statbox">
  397. Pansexual
  398. </div>
  399.  
  400. <div id="statbox">
  401. Disposition
  402. </div>
  403. <div id="statboxafter">
  404. </div>
  405. <div id="statbox">
  406. Confident
  407. </div>
  408. <div id="statbox">
  409. </div>
  410. <div id="statbox">
  411. 'Heroic'
  412. </div>
  413. <div id="statbox">
  414. </div>
  415. <div id="statbox">
  416. Affectionate
  417. </div>
  418.  
  419. <div id="statbox">
  420. Profession
  421. </div>
  422. <div id="statboxafter">
  423. </div>
  424. <div id="statbox">
  425. Mercenary
  426. </div>
  427.  
  428. </div>
  429.  
  430. <div class="contentboxed" id="secondlinked">
  431. <ul>
  432. <li>Sex isn't going to happen.</li>
  433. <li>I prefer story-based play.</li>
  434. </ul>
  435.  
  436. </div>
  437. <div class="contentboxed" id="thirdlinked">
  438. <ul>
  439. <li> Code is <a target="_blank" href="http://roleplay.chat/profile.php?user=Digital" target=_blank>mine</a>. Please don't steal.</li>
  440. <li>Art is owned. Artist is <a target="_blank" href="http://furaffinity.net/user/joojoo" target=_blank>JooJoo.</a></li>
  441. <li>Music is <a target="_blank" href="https://youtu.be/X70VMrH3yBg" target=_blank>Boom Boom.</a></li>.
  442. </ul>
  443. </div>
  444. </div>
  445.  
  446. </div>
  447.  
  448.  
  449. </div>
  450.  
  451. </div>
  452.  
  453.  
  454. <div style="zoom:150%;">
  455. <div id="musiccontainer">
  456. <div id="playerhold">
  457. <div id="playerholdzoom">
  458.  
  459. <audio controls src=" https://puu.sh/rqMLs/10738413f8.mp3" style="margin-left:-4px;">
  460. </audio>
  461.  
  462. </div>
  463. </div>
  464. <div id="detailshold">
  465. <div id="marqueeholder">
  466. <marquee direction="left" scrollamount="5">
  467. <b>J</b>OHN <b>L</B>EE <b>H</b>OOKER // <b>BOOM BOOM</b>
  468. </marquee>
  469. </div>
  470. </div>
  471. </div>
Advertisement
Add Comment
Please, Sign In to add comment