Advertisement
Guest User

Untitled

a guest
Jan 24th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.38 KB | None | 0 0
  1. <style>
  2. @import url(http://fonts.googleapis.com/css?family=Permanent+Marker|Montserrat|Philosopher);
  3.  
  4. .pfor {display: none;}
  5. body {background: #202020 url(textimglink); overflow: hidden;}
  6. #profile {border: 0px; background: transparent;}
  7. /*Inspired, in part, by http://31matrimony.tumblr.com | © The Supreme @ RPC*/
  8. body, a:hover {cursor: url(http://i.picpar.com/1eq.png), progress !important;}
  9. #whole{position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  10.  
  11. ::selection {background: transparent; }
  12. ::-moz-selection {background: transparent; }
  13.  
  14.  
  15. @-webkit-keyframes pulse {
  16. 25% {
  17. -webkit-transform: scale(1.02);
  18. transform: scale(1.02);
  19. }
  20.  
  21. 75% {
  22. -webkit-transform: scale(0.98);
  23. transform: scale(0.98);
  24. }
  25. }
  26.  
  27. @keyframes pulse {
  28. 25% {
  29. -webkit-transform: scale(1.02);
  30. transform: scale(1.02);
  31. }
  32.  
  33. 75% {
  34. -webkit-transform: scale(0.98);
  35. transform: scale(0.98);
  36. }
  37. }
  38.  
  39. .pulse {
  40. display: inline-block;
  41. -webkit-transform: translateZ(0);
  42. transform: translateZ(0);
  43. box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  44. }
  45. .pulse:hover, .pulse:focus, .pulse:active {
  46. -webkit-animation-name: pulse;
  47. animation-name: pulse;
  48. -webkit-animation-duration: .5s;
  49. animation-duration: .5s;
  50. -webkit-animation-timing-function: linear;
  51. animation-timing-function: linear;
  52. -webkit-animation-iteration-count: infinite;
  53. animation-iteration-count: infinite;
  54. }
  55.  
  56.  
  57. /*-----MAIN BOX CODE-----*/
  58.  
  59. #background{
  60. position: fixed;
  61. margin: auto;
  62. left: 0px;
  63. right: 400px;
  64. top: 0px;
  65. bottom: 0px;
  66. width: 340px;
  67. height: 510px;
  68. background: #757575 url(http://i.picpar.com/QPfb.png);
  69. border: 1px #D3D3D3 solid;
  70. }
  71.  
  72. #base{
  73. float: left;
  74. margin-left: 10px;
  75. margin-top: 10px;
  76. width: 320px;
  77. height: 490px;
  78. }
  79.  
  80. /*-----TABS CODE-----*/
  81.  
  82. #top_tabs{
  83. float: left;
  84. margin-top: 90px;
  85. width: 150px;
  86. height: 60px;
  87. background: #4F4F4F;
  88. text-align: center;
  89. box-shadow: #000000 0px 0px 4px 0px;
  90. }
  91.  
  92. #bottom_tabs{
  93. float: right;
  94. width: 150px;
  95. height: 60px;
  96. background: #4F4F4F;
  97. text-align: center;
  98. box-shadow: #000000 0px 0px 4px 0px;
  99. }
  100.  
  101. #top_tabs a, #bottom_tabs a{
  102. display: inline-block;
  103. margin-top: 21px;
  104. margin-left: 2px;
  105. margin-right: 2px;
  106. text-decoration: none;
  107. color: #ffffff;
  108. font-size: 12px;
  109. width: 60px;
  110. height: 18px;
  111. line-height: 16px;
  112. -webkit-transition: background 0.7s ease-in-out;
  113. -moz-transition: background 0.7s ease-in-out;
  114. -transition: background 0.7s ease-in-out;
  115. }
  116.  
  117. #top_tabs a:hover, #bottom_tabs a:hover{
  118. color: white;
  119. background: #757575;
  120. }
  121.  
  122. .bar{
  123. position: absolute;
  124. width: 150px;
  125. height: 10px;
  126. background: #757575;
  127. box-shadow: #000000 0px 0px 2px 0px;
  128. }
  129.  
  130. /*-----ICON CODE-----*/
  131.  
  132. #top_icon{
  133. float: right;
  134. width: 130px;
  135. height: 130px;
  136. border: 10px #D3D3D3 solid;
  137. outline: #4F4F4F 4px double;
  138. outline-offset: -7px;
  139. box-shadow: #000000 0px 0px 4px 1px;
  140. }
  141.  
  142. #bottom_icon{
  143. float: left;
  144. width: 130px;
  145. height: 130px;
  146. border: 10px #D3D3D3 solid;
  147. outline: #4F4F4F 4px double;
  148. outline-offset: -7px;
  149. box-shadow: #000000 0px 0px 4px 1px;
  150. }
  151.  
  152. /*-----MIDDLE BOX CODE-----*/
  153.  
  154. #middle{
  155. float: left;
  156. width: 320px;
  157. height: 130px;
  158. padding-top: 10px;
  159. padding-bottom: 10px;
  160. margin-top: 20px;
  161. margin-bottom: 20px;
  162. background: #757575;
  163. overflow: hidden;
  164. box-shadow: #000000 0px 0px 4px 0px;
  165. }
  166.  
  167. #middle a{
  168. text-decoration: none;
  169. float: left;
  170. margin-left: 10px;
  171. height: 128px;
  172. width: 50px;
  173. background: #372B05;
  174. border: 1px #D3D3D3 solid;
  175. box-shadow: #000000 2px 2px 1px;
  176. }
  177.  
  178. #middle img{
  179. opacity: 0.3;
  180. width: 50px; height: 128px;
  181. transition: 0.5s;
  182. }
  183.  
  184. #middle a:hover img{
  185. opacity: 1;
  186. }
  187.  
  188. /*-----PAGES CODE-----*/
  189.  
  190. .page{
  191. position: fixed;
  192. margin: auto;
  193. left: 0px;
  194. right: 400px;
  195. top: 0px;
  196. bottom: 0px;
  197. width: 342px;
  198. height: 512px;
  199. opacity: 0;
  200. transition: 0.7s;
  201. }
  202.  
  203. .page:target{
  204. left: 400px;
  205. right: 0px;
  206. opacity: 1;
  207. transition: 0.7s;
  208. }
  209.  
  210. .header{
  211. float: left;
  212. width: 300px;
  213. height: 58px;
  214. padding-right: 40px;
  215. font-size: 40px;
  216. font-family: Permanent Marker;
  217. color: #D3D3D3;
  218. text-align: right;
  219. line-height: 70px;
  220. letter-spacing: 3px;
  221. text-shadow: #000000 2px 2px 0px;
  222. border: 1px #D3D3D3 solid;
  223. background: #D3D3D3 url(http://i.picpar.com/cQfb.png);
  224. }
  225.  
  226. #info{
  227. float: left;
  228. margin-top: 5px;
  229. margin-bottom: 5px;
  230. width: 320px;
  231. height: 400px;
  232. padding: 10px;
  233. border: 1px #D3D3D3 solid;
  234. background: #4F4F4F url(http://i.picpar.com/QPfb.png);
  235. overflow: auto;
  236. font-family: verdana;
  237. font-size: 10px;
  238. color: #D3D3D3;
  239. text-align: justify;
  240. line-height: 10px;
  241. }
  242.  
  243. .footer{
  244. float: left;
  245. width: 340px;
  246. height: 18px;
  247. border: 1px #D3D3D3 solid;
  248. background: #D3D3D3 url(http://i.picpar.com/cQfb.png);
  249. }
  250.  
  251. #stat{
  252. float: left;
  253. margin-left: 0px;
  254. width: 318px;
  255. height: 18px;
  256. overflow: hidden;
  257. border: #202020 1px solid;
  258. }
  259.  
  260. .top{
  261. float: left;
  262. width: 318px;
  263. height: 18px;
  264. text-align: center;
  265. letter-spacing: 1px;
  266. font-size: 10px;
  267. line-height: 18px;
  268. font-weight: bold;
  269. background: #202020;
  270. font-family: Montserrat;
  271. color: #888888;
  272. font-variant: small-caps;
  273. text-shadow: #000000 1px 1px 0px;
  274. box-shadow: inset #D3D3D3 0px 0px 4px -1px;
  275. }
  276.  
  277. .bot{
  278. float: left;
  279. width: 318px;
  280. height: 18px;
  281. text-align: center;
  282. letter-spacing: 1px;
  283. font-size: 10px;
  284. line-height: 18px;
  285. font-family: Philosopher;
  286. box-shadow: inset #D3D3D3 0px 0px 10px -2px;
  287. }
  288.  
  289. #stat:hover .top{
  290. margin-top: -18px;
  291. }
  292.  
  293. p{
  294. float: left;
  295. margin-top: 22px;
  296. width: 320px;
  297. height: 180px;
  298. }
  299.  
  300. b{
  301. color: #ffffff;
  302. letter-spacing: 1px;
  303. font-size: 10px;
  304. }
  305. </style>
  306.  
  307.  
  308. <div id="whole" oncontextmenu="return false;">
  309.  
  310. <div class="page" id="first">
  311.  
  312. <div class="header">Stats</div>
  313.  
  314. <div id="info">
  315. <div id="stat"><div class="top">Name</div><div class="bot">Rengar</div></div>
  316. <div id="stat"><div class="top">Age</div><div class="bot">Unknown</div></div>
  317. <div id="stat"><div class="top">Gender</div><div class="bot">Male</div></div>
  318. <div id="stat"><div class="top">Orientation</div><div class="bot">Heterosexual</div></div>
  319. <div id="stat"><div class="top">Hair</div><div class="bot">White Fur</div></div>
  320. <div id="stat"><div class="top">Eyes</div><div class="bot">Blue</div></div>
  321. <div id="stat"><div class="top">Height</div><div class="bot">Huge?</div></div>
  322. <div id="stat"><div class="top">Weight</div><div class="bot">See above</div></div>
  323. <div id="stat"><div class="top">Profession</div><div class="bot">Hunter</div></div>
  324.  
  325. <p></p>
  326. </div>
  327.  
  328. <div class="footer"></div>
  329. </div>
  330.  
  331.  
  332. <div class="page" id="second">
  333.  
  334. <div class="header">Lore</div>
  335.  
  336. <div id="info">
  337. <i>On every wall of his den, the trophy hunter Rengar mounts the heads, horns, claws, and fangs of the most lethal creatures in Valoran. Though his collection is extensive, he remains unsatisfied, tirelessly seeking greater game. He takes time with every kill, studying his prey, learning, and preparing himself for the next encounter with the Kha'Zix one monster he never managed to defeat.</i><br>
  338. <br>
  339. <i>Rengar never knew his real parents, but was raised by a human who was revered as a legendary hunter. He was an ideal pupil, intently absorbing the lessons of his father, and improving them with his uncanny feral instincts. Before his mane had fully grown, Rengar set off on his own and claimed a wide territory for himself. Along its perimeter, he mounted the skulls of his slain prey - a warning to would-be aggressors. He thought undisputed reign of a region would fulfill him, but instead, he grew restless. No beasts in his domain proved challenging prey, and without formidable adversaries to push his limits, Rengar's spirit waned. He feared that no worthwhile game remained, that he would never again feel the thrill of the hunt. Just when things seemed their bleakest, he encountered the monster. It was a disturbing, alien thing, distinctly out of place in his world. It bore huge scything claws and devoured any animal that strayed across its path. Overzealous at the prospect of a challenge, Rengar ambushed the monster in haste. It far outclassed anything he'd hunted before. Their fight was savage, and each suffered crippling wounds. Rengar lost an eye, but the most grievous blow was to his pride. He had never before failed to make the kill. Worse yet, the severity of his injuries forced him to retreat. Over the following days, he hovered on the threshold between life and death. He was wracked with pain, but beneath it, he felt a glimmer of joy. The hunt was on. If such powerful beings existed in the world, he would find them, and stack their heads high. The monster, however, was a kill he wanted to savor. On his den's largest wall, he reserves a space for the beast's head, a trophy he swears will one day be the centerpiece of his collection.</i>
  340. </div>
  341.  
  342. <div class="footer"></div>
  343. </div>
  344.  
  345.  
  346. <div class="page" id="third">
  347.  
  348. <div class="header">Third</div>
  349.  
  350. <div id="info">
  351. Third Page
  352. </div>
  353.  
  354. <div class="footer"></div>
  355. </div>
  356.  
  357.  
  358. <div class="page" id="fourth">
  359.  
  360. <div class="header">OOC</div>
  361.  
  362. <div id="info">
  363. One: PM Friendly<br>
  364. Two: Fine with Smut or Plot rp<br>
  365. Three: I will mount you on my wall. <br>
  366. </div>
  367.  
  368. <div class="footer"></div>
  369. </div>
  370.  
  371.  
  372.  
  373. <div id="background">
  374. <div id="base">
  375.  
  376. <div id="top_tabs">
  377. <div class="bar" style="margin-top: -15px;"></div>
  378. <a href="#first">◆ ◆ ◆</a>
  379. <a href="#second">◆ ◆ ◆</a>
  380. </div>
  381.  
  382. <div id="top_icon"><a href="https://40.media.tumblr.com/78f3d27bda904a74a57d010425473fd7/tumblr_nrmz7nfco91tdm9gso1_1280.jpg" target="_blank"><img src="http://i.picpar.com/6x9b.jpg" width="130"></a></div>
  383.  
  384. <div id="middle">
  385. <a href="http://i.picpar.com/Ix9b.jpg" target="_blank" class="pulse"><img src="http://i.picpar.com/Nx9b.jpg"></a>
  386. <a href="http://i.picpar.com/Jx9b.png" target="_blank" class="pulse"><img src="http://i.picpar.com/Ox9b.jpg"></a>
  387. <a href="http://i.picpar.com/Kx9b.png" target="_blank" class="pulse"><img src="http://i.picpar.com/Px9b.jpg"></a>
  388. <a href="http://i.picpar.com/Lx9b.jpg" target="_blank" class="pulse"><img src="http://i.picpar.com/Rx9b.jpg"></a>
  389. <a href="http://i.picpar.com/Tx9b.png" target="_blank" class="pulse"><img src="http://i.picpar.com/Vx9b.jpg"></a>
  390. </div>
  391.  
  392. <div id="bottom_icon"><a href="http://orig07.deviantart.net/5f5c/f/2014/278/3/6/chbi_rengar_fa_by_silverfox5213-d81p092.jpg" target="_blank"><img src="http://i.picpar.com/9x9b.jpg" width="130"></a></div>
  393. <div id="bottom_tabs">
  394. <div class="bar" style="margin-top: 65px;"></div>
  395. <a href="#third">◆ ◆ ◆</a>
  396. <a href="#fourth">◆ ◆ ◆</a>
  397. </div>
  398.  
  399.  
  400. </div>
  401. </div>
  402.  
  403. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement