Advertisement
Carneficine

For you my dear

May 25th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.01 KB | None | 0 0
  1. <style>@import url('https://fonts.googleapis.com/css?family=Questrial');@import url('https://fonts.googleapis.com/css?family=Questrial');
  2. body {
  3. background: #FFF4E0;
  4. overflow-y:hidden;
  5. overflow-x:hidden;}
  6.  
  7. /*coded by [punpun]. do not steal the character. do not remove the credit. do not remove this.*/
  8.  
  9. ::-webkit-scrollbar-thumb {
  10. width: 3px;
  11. background-color: #9E988B;}
  12. ::-webkit-scrollbar {
  13. width: 3px;
  14. background-color: transparent;}
  15.  
  16. h1{
  17. font-family: Questrial;
  18. font-size: 22px;
  19. text-align: center;
  20. color: #888888;
  21. padding-right: 5px;
  22. margin-bottom: 5px;
  23. margin-top: 1px;
  24. line-height: 31px;
  25. border-bottom: 3px double #000000;
  26. }
  27.  
  28.  
  29. #main {
  30. position: fixed; margin: auto; right: 0px; left:400px; top: 0; bottom: 0; width: 300px; height: 490px; background: #trans; border: 2px solid #9E988B; border-radius: 17px 0px 17px 0px; box-shadow: #9E988B 0px 0px 5px 0px; overflow: hidden; text-align: left;}
  31.  
  32. #pic {position: absolute;right: 0px;top: -7; z-index:0; opacity: 1;}
  33. #pic img {width: 300; height: 500;}
  34.  
  35. #pic2 {position: absolute;right: -75px;top: -7; z-index:0; opacity: 1;}
  36. #pic2 img {width: ; height: 230;}
  37.  
  38. #pic3 {position: absolute;right: -130;top: 0; z-index:0; opacity: 1;}
  39. #pic3 img {width: ; height: 220;}
  40.  
  41. #pic4 {position: absolute;right: -300;top: 0; z-index:0; opacity: 1;}
  42. #pic4 img {width: ; height: 280;}
  43. #botline {
  44. width: 0px;height: 5px;
  45. background: #823321;
  46. position: absolute;
  47. bottom: 100;left: 160;z-index:30;
  48. display:block;
  49. -webkit-transition: all 1.2s ease-out;
  50. -moz-transition: all 1.2s ease-out;
  51. -ms-transition: all 1.2s ease-out;
  52. -o-transition: all 1.2s ease-out;
  53. transition: all 1.2s ease-out;}
  54. body:hover #botline{ position: absolute;
  55. width: 220px; left: 40; opactiy:1;
  56. }
  57. #main2 {
  58. position: fixed; margin: auto;
  59. right: 0px; left:400px; top: 0; bottom: 0;
  60. width: 300px; height: 490px;
  61. background: #trans;
  62. border: 2px solid #9E988B; z-index:20;
  63. border-radius: 17px 0px 17px 0px;
  64. box-shadow: #9E988B 0px 0px 5px 0px;
  65. overflow: hidden;
  66. text-align: left;opacity:1;
  67. -webkit-transition: all 0.6s ease-out;
  68. -moz-transition: all 0.6s ease-out;
  69. -ms-transition: all 0.6s ease-out;
  70. -o-transition: all 0.6s ease-out;
  71. transition: all 0.6s ease-out;
  72. }
  73.  
  74. #submain {
  75. position: fixed; margin: auto;
  76. right: 0px; left:400px; top: 0; bottom: 0;
  77. width: 300px; height: 490px;
  78. background: #888888;
  79. border: 2px solid #9E988B; z-index:20;
  80. border-radius: 17px 0px 17px 0px;
  81. box-shadow: #9E988B 0px 0px 5px 0px;
  82. overflow: hidden;
  83. text-align: left;opacity:0.35;
  84. -webkit-transition: all 1.6s ease-out;
  85. -moz-transition: all 1.6s ease-out;
  86. -ms-transition: all 1.6s ease-out;
  87. -o-transition: all 1.6s ease-out;
  88. transition: all 1.6s ease-out;}
  89. body:hover #submain{
  90. opacity: 0.60;
  91. filter:alpha(opacity=100);
  92. }
  93.  
  94. .head {
  95. position: absolute;
  96. left: 45;
  97. bottom: 130;
  98. color: #E6CACA;
  99. font-family: Playfair Display SC;
  100. font-size: 40px; opacity: 0;
  101. -webkit-transition: all 0.6s ease-out;
  102. -moz-transition: all 0.6s ease-out;
  103. -ms-transition: all 0.6s ease-out;
  104. -o-transition: all 0.6s ease-out;
  105. transition: all 0.6s ease-out;}
  106. body:hover .head{opacity: 1; bottom: 100;
  107. -webkit-transition-delay: 1.6s ;
  108. -moz-transition-delay: 1.6s ;
  109. -ms-transition-delay: 1.6s ;
  110. -o-transition-delay: 1.6s ;
  111. transition-delay: 1.6s ;
  112. }
  113.  
  114. .head2 {
  115. position: absolute;
  116. left: 67;
  117. bottom: 90;
  118. color: #E6CACA;
  119. font-family: Questrial;opacity: 0;
  120. font-size: 20px;
  121. -webkit-transition: all 0.6s ease-out;
  122. -moz-transition: all 0.6s ease-out;
  123. -ms-transition: all 0.6s ease-out;
  124. -o-transition: all 0.6s ease-out;
  125. transition: all 0.6s ease-out;}
  126. body:hover .head2{
  127. bottom: 77;;opacity: 1;
  128. -webkit-transition-delay: 2.4s ;
  129. -moz-transition-delay: 2.4s;
  130. -ms-transition-delay: 2.4s ;
  131. -o-transition-delay: 2.4s ;
  132. transition-delay: 2.4s ;
  133. }
  134.  
  135.  
  136. .head3 {
  137. position: absolute; margin: auto;
  138. left:18; top: 100;
  139. color: #823321;
  140. font-family: Questrial;opacity: 1;
  141. font-size: 20px;z-index:100;
  142. font-shadow: #cccc 1px 1px 1px 1px;
  143. -webkit-transition: all 0.6s ease-out;
  144. -moz-transition: all 0.6s ease-out;
  145. -ms-transition: all 0.6s ease-out;
  146. -o-transition: all 0.6s ease-out;
  147. transition: all 0.6s ease-out;}
  148.  
  149.  
  150. .head4 {
  151. position: absolute; margin: auto;
  152. left:13; top: 100;
  153. color: #823321;
  154. font-family: Questrial;opacity: 1;
  155. font-size: 20px;z-index:100;
  156. -webkit-transition: all 0.6s ease-out;
  157. -moz-transition: all 0.6s ease-out;
  158. -ms-transition: all 0.6s ease-out;
  159. -o-transition: all 0.6s ease-out;
  160. transition: all 0.6s ease-out;}
  161.  
  162. #line {opacity:1;/*change later pls*/
  163. width: 0%;height: 22px;
  164. background: #B8B0A1; border-radius: 4px;
  165. position: fixed; margin: auto;
  166. right: 0px; left:90px; top: 5; bottom: 0;
  167. display:block;
  168. -webkit-transition: all 2.6s ease-out;
  169. -moz-transition: all 2.6s ease-out;
  170. -ms-transition: all 2.6s ease-out;
  171. -o-transition: all 2.6s ease-out;
  172. transition: all 2.6s ease-out;}
  173. body:hover #line{ position: fixed;
  174. width: 815px; left:220;
  175. }
  176.  
  177. #icon {
  178. position: fixed; margin: auto;
  179. right: 40px; left:00px; top: 0; bottom: 260;
  180. width: 100px; height: 220px;
  181. background: #trans;
  182. border: 2px solid #9E988B; z-index:20;
  183. box-shadow: #9E988B 0px 0px 5px 0px;
  184. overflow: hidden;
  185. text-align: left;opacity:0;
  186. -webkit-transition: all 0.6s ease-out;
  187. -moz-transition: all 0.6s ease-out;
  188. -ms-transition: all 0.6s ease-out;
  189. -o-transition: all 0.6s ease-out;
  190. transition: all 0.6s ease-out;
  191. }body:hover #icon {opacity:1}
  192. body:hover #icon {-webkit-transition-delay: 2.4s ;
  193. -moz-transition-delay: 2.4s;
  194. -ms-transition-delay: 2.4s ;
  195. -o-transition-delay: 2.4s ;
  196. transition-delay: 2.4s ;opacity:0.65}
  197. #subicon {
  198. position: absolute; margin: auto;
  199. right: 0px; left:00px; top: 0; bottom:0;
  200. width: 100px; height: 220px;
  201. background: #888888;
  202. border: 2px solid #9E988B; z-index:99;
  203. box-shadow: #9E988B 0px 0px 5px 0px;
  204. overflow: hidden;
  205. text-align: left;opacity:0.55;
  206. -webkit-transition: all 0.6s ease-out;
  207. -moz-transition: all 0.6s ease-out;
  208. -ms-transition: all 0.6s ease-out;
  209. -o-transition: all 0.6s ease-out;
  210. transition: all 0.6s ease-out;
  211. }
  212. #subicon:hover{opacity:0}
  213.  
  214. #icon2 {
  215. position: fixed; margin: auto;
  216. right: 260px; left:00px; top: 0; bottom: 260;
  217. width: 100px; height: 220px;
  218. background: #trans;
  219. border: 2px solid #9E988B; z-index:20;
  220. box-shadow: #9E988B 0px 0px 5px 0px;
  221. overflow: hidden;
  222. text-align: left;opacity:0;
  223. -webkit-transition: all 0.6s ease-out;
  224. -moz-transition: all 0.6s ease-out;
  225. -ms-transition: all 0.6s ease-out;
  226. -o-transition: all 0.6s ease-out;
  227. transition: all 0.6s ease-out;
  228. }body:hover #icon2 {-webkit-transition-delay: 2.4s ;
  229. -moz-transition-delay: 2.4s;
  230. -ms-transition-delay: 2.4s ;
  231. -o-transition-delay: 2.4s ;
  232. transition-delay: 2.4s ;opacity:1}
  233.  
  234. #icon3 {
  235. position: fixed; margin: auto;
  236. right: 480px; left:00px; top: 0; bottom: 260;
  237. width: 100px; height: 220px;
  238. background: #trans;
  239. border: 2px solid #9E988B; z-index:20;
  240. box-shadow: #9E988B 0px 0px 5px 0px;
  241. overflow: hidden;
  242. text-align: left;opacity:0;
  243. -webkit-transition: all 0.6s ease-out;
  244. -moz-transition: all 0.6s ease-out;
  245. -ms-transition: all 0.6s ease-out;
  246. -o-transition: all 0.6s ease-out;
  247. transition: all 0.6s ease-out;
  248. }body:hover #icon3 {-webkit-transition-delay: 2.4s ;
  249. -moz-transition-delay: 2.4s;
  250. -ms-transition-delay: 2.4s ;
  251. -o-transition-delay: 2.4s ;
  252. transition-delay: 2.4s ;opacity:1}
  253.  
  254. .darts {
  255. position: fixed; margin: auto;
  256. right: 260px; left:0px; top: 365; bottom: -200;
  257. height: 220;
  258. width: 325px;
  259. opacity: 0; z-index: 5;
  260. text-align: left;
  261. -webkit-transition: all 0.6s ease-out;
  262. -moz-transition: all 0.6s ease-out;
  263. -ms-transition: all 0.6s ease-out;
  264. -o-transition: all 0.6s ease-out;
  265. transition: all 0.6s ease-out;
  266. }
  267.  
  268. .darts:target {
  269. position: absolute; bottom: 0;top: 265;
  270. -webkit-transition: all 0.6s ease-out;
  271. -moz-transition: all 0.6s ease-out;
  272. -ms-transition: all 0.6s ease-out;
  273. -o-transition: all 0.6s ease-out;
  274. transition: all 0.6s ease-out;
  275. opacity: 1;
  276. }
  277.  
  278. .box {
  279. position: absolute;
  280. right: 0px;
  281. bottom: 5px;
  282. height: 200;
  283. width: 311px;
  284. background-color: #E8DECC;
  285. border: 2px solid #9E988B; z-index:21;
  286. box-shadow: #9E988B 0px 0px 5px 0px;
  287. z-index: 5;
  288. color: #9E988B;
  289. font-family: Questrial;
  290. font-style: normal;
  291. font-variant: ;
  292. font-weight: 400;
  293. text-align: justify;
  294. overflow-x: hidden;
  295. overflow-y: auto;
  296. font-size: 15px;
  297. padding: 5px;
  298. -webkit-transition: all 0.6s ease-out;
  299. -moz-transition: all 0.6s ease-out;
  300. -ms-transition: all 0.6s ease-out;
  301. -o-transition: all 0.6s ease-out;
  302. transition: all 0.6s ease-out;
  303. opacity: 0;
  304. filter:alpha(opacity=75);
  305. }
  306. body:hover .box {
  307. opacity: 1;
  308. transition: all 1.2s ease-out;
  309. -o-transition: all 1.2s ease-out;
  310. -webkit-transition: all 1.2s ease-out;
  311. -moz-transition: all 1.2s ease-out;
  312. -webkit-transition-delay: 2.4s ;
  313. -moz-transition-delay: 2.4s;
  314. -ms-transition-delay: 2.4s ;
  315. -o-transition-delay: 2.4s ;
  316. transition-delay: 2.4s ;}
  317.  
  318.  
  319. #boxb {
  320. position: fixed; margin: auto;
  321. right: 260px; left:0px; top: 260; bottom: 00;
  322. height: 200;
  323. width: 311px;
  324. background-color: #E8DECC;
  325. border: 2px solid #9E988B; z-index:21;
  326. box-shadow: #9E988B 0px 0px 5px 0px;
  327. z-index: 1;
  328. color: #9E988B;
  329. font-family: Questrial;
  330. font-style: normal;
  331. font-variant: ;
  332. font-weight: 400;
  333. text-align: justify;
  334. overflow-x: hidden;
  335. overflow-y: auto;
  336. font-size: 15px;
  337. padding: 5px;
  338. -webkit-transition: all 0.6s ease-out;
  339. -moz-transition: all 0.6s ease-out;
  340. -ms-transition: all 0.6s ease-out;
  341. -o-transition: all 0.6s ease-out;
  342. transition: all 0.6s ease-out;
  343. opacity: 0;
  344. filter:alpha(opacity=75);
  345. }
  346. body:hover #boxb {
  347. opacity: 1;
  348. transition: all 1.2s ease-out;
  349. -o-transition: all 1.2s ease-out;
  350. -webkit-transition: all 1.2s ease-out;
  351. -moz-transition: all 1.2s ease-out;
  352. -webkit-transition-delay: 2.4s ;
  353. -moz-transition-delay: 2.4s;
  354. -ms-transition-delay: 2.4s ;
  355. -o-transition-delay: 2.4s ;
  356. transition-delay: 2.4s ;}
  357. #maindick {
  358. position: fixed; margin: auto; right: 0px; left:990px; top: 0; bottom: 10; width: 300px; height: 490px; background: #trans; border: 0px solid #9E988B; border-radius: 17px 0px 17px 0px; box-shadow: #9E988B 0px 0px 0px 0px; overflow: hidden; text-align: left; opacity: 0;}
  359. body:hover #maindick {
  360. opacity: 1;
  361. transition: all 1.2s ease-out;
  362. -o-transition: all 1.2s ease-out;
  363. -webkit-transition: all 1.2s ease-out;
  364. -moz-transition: all 1.2s ease-out;
  365. -webkit-transition-delay: 2.4s ;
  366. -moz-transition-delay: 2.4s;
  367. -ms-transition-delay: 2.4s ;
  368. -o-transition-delay: 2.4s ;
  369. transition-delay: 2.4s ;}
  370.  
  371. .dick {position: absolute; overflow: hidden;
  372. right: 0px; left:00px; top: 0; bottom: 0; z-index:0; opacity: 1; display: inline-block;}
  373. .dick img {width: ; height: 250;}
  374.  
  375. #cocks {
  376. position: fixed; margin: auto; right: 0px; left:840px; top: 170; bottom: 0;opacity: 0;
  377. width: 110px;
  378. height: 120px;
  379. overflow-y: auto;
  380. text-align: center;
  381. -webkit-transition: all 0.6s ease-out;
  382. -moz-transition: all 0.6s ease-out;
  383. -ms-transition: all 0.6s ease-out;
  384. -o-transition: all 0.6s ease-out;
  385. transition: all 0.6s ease-out;
  386. }
  387. body:hover #cocks{
  388. opacity: 1;
  389. transition: all 1.2s ease-out;
  390. -o-transition: all 1.2s ease-out;
  391. -webkit-transition: all 1.2s ease-out;
  392. -moz-transition: all 1.2s ease-out;
  393. -webkit-transition-delay: 2.4s ;
  394. -moz-transition-delay: 2.4s;
  395. -ms-transition-delay: 2.4s ;
  396. -o-transition-delay: 2.4s ;
  397. transition-delay: 2.4s ;}
  398.  
  399. #cons{
  400. background-color: #823321;opacity: 1;
  401. width: 100px; height: 15px;
  402. border-radius: 0px 8px 0px 8px;
  403. font-family: Questrial; margin-bottom:4;
  404. font-size: 14px;
  405. color: #9E988B;
  406. -webkit-transition: all 0.6s ease-out;
  407. -moz-transition: all 0.6s ease-out;
  408. -ms-transition: all 0.6s ease-out;
  409. -o-transition: all 0.6s ease-out;
  410. transition: all 0.6s ease-out;
  411. }
  412.  
  413. #cons:hover{
  414. background-color: #888888;color: #000000;
  415. -webkit-transition: all 0.6s ease-out;
  416. -moz-transition: all 0.6s ease-out;
  417. -ms-transition: all 0.6s ease-out;
  418. -o-transition: all 0.6s ease-out;
  419. transition: all 0.6s ease-out;}
  420.  
  421.  
  422.  
  423. </style><div id="maindick"><div class="dick"></div></div>
  424. <div id="line"></div>
  425. <a href="#00"><div id="main">
  426. <div id="pic"><img src="http://wayoftheshadows.weebly.com/uploads/9/2/4/5/9245218/6171111.jpg?261"></div>
  427. </div>
  428. <div id="main2"><div class="head">R Y K E R</div><div class="head2">LIGHT DRAFTER</div>
  429. <div id="submain"><div id="botline"></div></div></div>
  430. </a>
  431.  
  432. <div id="top"></div><div id="bottom"></div>
  433.  
  434. <a href="#03"><div id="icon"><div id="subicon"></div><div class="head4"><b>POWER</div><div id="pic3"><img src="http://img15.deviantart.net/8fce/i/2011/169/3/a/prismatic_eye_hdr_by_evrwccn-d3j9fjz.jpg"></div></div></a>
  435. <a href="#02"><div id="icon2"><div id="subicon"></div><div class="head3">STORY</div><div id="pic4"><img src="http://pixelatedgeek.com/wp-content/uploads/2012/09/bp-header.jpg"></div></div></a>
  436. <a href="#01"><div id="icon3"><div id="subicon"></div><div class="head3">STATS</b></div><div id="pic2"><img src="https://pbs.twimg.com/profile_images/419129297522020353/DZYBKrjZ_400x400.png"></div></div></a>
  437.  
  438.  
  439. <div id="01" class="darts"><div class="box"><h1>DOSSIER</h1>
  440. Name - <font style="float: right;">Ryker</font><br>
  441. Moniker (s) - <font style="float: right;">None</font><br>
  442. Sex - <font style="float: right;">Male</font><br>
  443. Age - <font style="float: right;">28</font><br>
  444. Orientation - <font style="float: right;">Heterosexual</font><br>
  445. Occupation - <font style="float: right;">Drafter</font><br>
  446. Height - <font style="float: right;">5'11</font><br>
  447. Weight - <font style="float: right;"> 170 pounds</font><br>
  448. Build - <font style="float: right;">Muscular</font><br>
  449. Marital Status - <font style="float: right;">Single</font><br><br>
  450. <h1>PERSONA</h1>
  451. <i>"A jug of wine a day keeps the doctor at bay, or so they say."</i>
  452. </div></div>
  453.  
  454. <div id="02" class="darts"><div class="box">WIP</div>
  455. </div>
  456.  
  457. <div id="03" class="darts"><div class="box"><b>Full Spectrum and a Super Chromat<br>Superviolet</b><br>Made of wavelengths shorter than most human eyes, this can only be seen by other superviolet drafters. Solid, but not as strong as blue or green, superviolet is the subtlest luxin. It is fine and similar to spidersilk, useful for creating invisible walls and traps, and marking targets.<br><b>Blue</b><br>Blue Luxin is hard, strong and smooth, with a consistency of chalk if it is drafted poorly.
  458. It's used in anything from creating large structures, weapons, armor or projectiles.<br><b>Green</b><br>Green luxin is springy and flexible, like flora. Can vary from a grainy leather or tree bark depending on the will of the drafter.<br><b>Yellow</b><br>Most often a liquid, slightly thicker than seawater, cool and bubbly. It is considered the hardest luxin, though only a superchromat can draft solid yellow luxin. <br><b>Orange</b><br>Orange luxin is slick, soapy, oily and heavy. It is used with machines and traps.<br><b>Red</b><br>Red luxin is sticky, goopy and extremely flammable. All depending how it is drafted, it can be either thick or gel-like.<br><b>Sub-Red</b><br>Sub-red exists more as a form of heat, but is also extremely flammable. By dilating his eyes fully Sub-Red, Ryker can see heat, allowing him almost thermal imagery in the dark.</div>
  459. </div>
  460.  
  461. <div id="boxb">
  462. <h1>OUT OF CHARACTER</h1>
  463. [01] PM Friendly.<br>
  464. [02] I reserve the right to refuse any RP.<br>
  465. [03] Story based.<br>
  466. [04] Smut is earned.<br>
  467. [05] OOC is not IC.<br>
  468. [06] I ain't gonna spoonfeed you all day.<br>
  469. [07] Just edit these.<br>
  470. [08] Heh.
  471. </div>
  472.  
  473. <div id="cocks">
  474. <a href="" target="_blank"><div id="cons">name</div></a>
  475. <a href="" target="_blank"><div id="cons">name</div></a>
  476. <a href="" target="_blank"><div id="cons">name</div></a>
  477. <a href="" target="_blank"><div id="cons">name</div></a>
  478. <a href="" target="_blank"><div id="cons">name</div></a>
  479. <a href="" target="_blank"><div id="cons">name</div></a>
  480. <a href="" target="_blank"><div id="cons">name</div></a>
  481. <a href="" target="_blank"><div id="cons">name</div></a>
  482.  
  483. </div>
  484.  
  485.  
  486. <a href="profile.php?user=Punpun" title="Coded by Punpun." target="_blank"><img src="http://i.imgur.com/acD32sR.png" style="position:fixed; right:10; bottom:0;width:25;"></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement