Advertisement
Falkstids

Vampire hunter D profile

May 31st, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.73 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Eagle+Lake');
  4.  
  5. @import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
  6.  
  7. body {
  8. padding-top: 80px;
  9. text-align: center;
  10. font-family: monaco, monospace;
  11. background-color:#07261b;
  12. overflow:hidden;
  13. }
  14.  
  15.  
  16. ::-webkit-scrollbar
  17. {
  18. width:0px;
  19. background-color: transparent;
  20. }
  21.  
  22.  
  23. #background{
  24. background: url(https://www.transparenttextures.com/patterns/tileable-wood.png);
  25. background-size: 12%;
  26. width:100%;
  27. height:100%;
  28. top:0px;
  29. left:0px;
  30. position:absolute;
  31. z-index:1;
  32. }
  33.  
  34. #topbar{
  35. width:100%;
  36. height:50%;
  37. top:0px;
  38. left:0px;
  39. position:absolute;
  40. background-color:#000;
  41. transition:2s;
  42. transition-delay:9999999999s;
  43. z-index:8;
  44. }
  45.  
  46. body:hover > #topbar{
  47. height:15%;
  48. transition-delay:2s;
  49.  
  50. }
  51.  
  52. #bottombar{
  53. width:100%;
  54. height:50%;
  55. top:70%;
  56. left:0px;
  57. position:absolute;
  58. background-color:#000;
  59. transition:2s;
  60. transition-delay:999999999s;
  61. z-index:3;
  62. }
  63.  
  64. body:hover > #bottombar{
  65. top:85%;
  66. transition-delay:2s;
  67.  
  68. }
  69.  
  70. @keyframes eyes {
  71. 0% { transform: scaleX(1) scaleY(1); }
  72. 1% { transform: scaleX(1.3) scaleY(0.1); }
  73. 2% { transform: scaleX(1) scaleY(1); }
  74. 60% { transform: scaleX(1) scaleY(1); }
  75. 61% { transform: scaleX(1.3) scaleY(0.1);}
  76. 62% { transform: scaleX(1) scaleY(1); }
  77. 100% { transform: scaleX(1) scaleY(1); }
  78. }
  79.  
  80.  
  81.  
  82.  
  83. .p{
  84. position:fixed;
  85. width:280px;
  86. height:200px;
  87. background-color:transparent;
  88. background-image: url('http://i.imgur.com/sm0u8Vj.png');
  89. background-size:100%;
  90. animation-name:eyes;
  91. animation-timing-function: linear;
  92. animation-iteration-count: infinite;
  93. top:0%;
  94. transition:2s;
  95. transition-delay:9999999s;
  96. }
  97.  
  98. body:hover .p {
  99. transition-delay:2s;
  100. top:-10%
  101. }
  102. .p-1{
  103. animation-duration:5s;
  104. top:-10%;
  105. left:60%;
  106. }
  107.  
  108. body:hover .p-1{
  109. top:-50%;
  110. }
  111.  
  112. .p-2{
  113. animation-duration:3s;
  114. top:10%;
  115. left:20%;
  116. }
  117.  
  118. body:hover .p-2{
  119. top:-30%
  120. }
  121.  
  122. .p-3{
  123. animation-duration:4s;
  124. top:30%;
  125. left:40%;
  126. }
  127.  
  128. body:hover .p-3{
  129. top:-5%;
  130. }
  131. .p-4{
  132. animation-duration:6s;
  133. top:10%;
  134. left:45%;
  135. }
  136.  
  137. body:hover .p-4{
  138. top:-30%;
  139. }
  140.  
  141. .p-5{
  142. animation-duration:1.5s;
  143. top:15%;
  144. left:0%;
  145. }
  146.  
  147. body:hover .p-5{
  148. top:-5%;
  149. }
  150.  
  151. .p-6{
  152. animation-duration:7s;
  153. top:15%;
  154. left:70%;
  155. }
  156.  
  157. body:hover .p-6{
  158. top:-25%;
  159. }
  160.  
  161. .p-7{
  162. animation-duration:4.5s;
  163. top:25%;
  164. left:25%;
  165. }
  166.  
  167. body:hover .p-7{
  168. top:-10%;
  169. }
  170.  
  171. .p2{
  172. position:fixed;
  173. width:280px;
  174. height:200px;
  175. background-color:transparent;
  176. background-image: url('http://i.imgur.com/sm0u8Vj.png');
  177. background-size:100%;
  178. animation-name:eyes;
  179. animation-timing-function: linear;
  180. animation-iteration-count: infinite;
  181. bottom:0%;
  182. transition:2s;
  183. transition-delay:9999999s;
  184. }
  185.  
  186. body:hover .p2 {
  187. transition-delay:2s;
  188. bottom:-10%
  189. }
  190.  
  191. .p2-1{
  192. animation-duration:4s;
  193. bottom:10%;
  194. left:60%;
  195. }
  196.  
  197. body:hover .p2-1{
  198. bottom:-5%;
  199. }
  200.  
  201. .p2-2{
  202. animation-duration:3s;
  203. bottom:0%;
  204. left:0%;
  205. }
  206.  
  207. body:hover .p2-2{
  208. bottom:-10%;
  209. }
  210.  
  211.  
  212. .p2-3{
  213. animation-duration:5s;
  214. bottom:-10%;
  215. left:40%;
  216. }
  217.  
  218. body:hover .p2-3{
  219. bottom:-20%;
  220. }
  221.  
  222. .p2-4{
  223. animation-duration:6.5s;
  224. bottom:0%;
  225. left:50%;
  226. }
  227.  
  228. body:hover .p2-4{
  229. bottom:-10%;
  230. }
  231.  
  232. .p2-5{
  233. animation-duration:7s;
  234. bottom:-5%;
  235. left:75%;
  236. }
  237.  
  238. body:hover .p2-5{
  239. bottom:-10%;
  240. }
  241.  
  242. .p2-6{
  243. animation-duration:10s;
  244. bottom:5%;
  245. left:15%;
  246. }
  247.  
  248. body:hover .p2-6{
  249. bottom:-3%;
  250. }
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258. #image{
  259. position:absolute;
  260. width:500px;
  261. height:450px;
  262. background-image:url('http://i.imgur.com/0JVH2VX.png');
  263. background-size:contain;
  264. background-repeat:no-repeat;
  265. top:50%;
  266. left:50%;
  267. margin-top:-225px;
  268. margin-left:27px;
  269. opacity:1;
  270.  
  271. z-index:5;
  272. }
  273.  
  274. #cross{
  275. background-image:url('http://i.imgur.com/yKkv08R.png');
  276. background-size:contain;
  277. background-repeat:no-repeat;
  278. height:350px;
  279. width:350px;
  280. position:absolute;
  281. top:50%;
  282. left:50%;
  283. margin-left:-285px;
  284. margin-top:-175px;
  285. }
  286.  
  287. #backgroundmenu{
  288. width:700px;
  289. height:400px;
  290. background-color:#999999;
  291. background-image:url('http://img02.deviantart.net/94b4/i/2012/125/3/5/grid___png_file_transparent__by_alexandoria-d4ym86u.png');
  292. background-size:10%;
  293. position:fixed;
  294. top:50%;
  295. left:50%;
  296. margin-top:-200px;
  297. margin-left:-350px;
  298. z-index:10;
  299. border-radius:50px;
  300. border:solid 1px #5B1212;
  301. -webkit-box-shadow: 10px 10px 60px 2px rgba(0,0,0,0.75);
  302. -moz-box-shadow: 10px 10px 60px 2px rgba(0,0,0,0.75);
  303. box-shadow: 10px 10px 60px 2px rgba(0,0,0,0.75);
  304. opacity:0;
  305. transition:2s;
  306. transition-delay:999999s;
  307. }
  308.  
  309. body:hover > #backgroundmenu{
  310. opacity:1;
  311. transition-delay:2.5s;
  312. }
  313.  
  314. #navi{
  315. background-color:transparent;
  316. position:absolute;
  317. top:50%;
  318. left:50%;
  319. height:200px;
  320. width:75px;
  321. margin-top:-135px;
  322. margin-left:-60px;
  323. z-index:10;
  324. }
  325.  
  326. #navi a {
  327. opacity:1;
  328. display:inline-block;
  329. width:65px;
  330. height:70px;
  331. background-color:transparent;
  332. transition:1s
  333. }
  334.  
  335. #navi a:hover{
  336. -webkit-filter: drop-shadow(2px 2px 1px rgba(214, 46, 46, 1));
  337. }
  338.  
  339. #box1{
  340. width:200px;
  341. height:130px;
  342. position:absolute;
  343. top:50%;
  344. left:50%;
  345. background-image:url(https://68.media.tumblr.com/1be20521410218b730f1febfa3c257ff/tumblr_of6t3nzQkJ1umk4ogo1_400.gif);
  346. background-size:120%;
  347. background-position:center;
  348. margin-top:-150px;
  349. margin-left:-300px;
  350. border-radius:10px;
  351. border:solid 1px #5B1212;
  352. opacity:0;
  353. transition:1s;
  354. transition-delay:9999999999s;
  355. }
  356.  
  357. #backgroundmenu:hover > #box1{
  358. opacity:1;
  359. transition-delay:2s;
  360. }
  361.  
  362. #box2{
  363. width:200px;
  364. height:130px;
  365. position:absolute;
  366. top:50%;
  367. left:50%;
  368. background-image:url(https://68.media.tumblr.com/f8460198ad43c319853cc3d10369e6e2/tumblr_ndxq66PCEB1qe10n4o1_500.gif);
  369. background-size:120%;
  370. background-position:center;
  371. margin-top:0px;
  372. margin-left:-300px;
  373. border-radius:10px;
  374. border:solid 1px #5B1212;
  375. opacity:0;
  376. transition:1s;
  377. transition-delay:9999999999s;
  378. }
  379.  
  380. #backgroundmenu:hover > #box2{
  381. opacity:1;
  382. transition-delay:2s;
  383. }
  384.  
  385. #one, #two{
  386. width:190px;
  387. height:120px;
  388. position:absolute;
  389. background-color:#5B1212;
  390. opacity:0;
  391. border-radius:10px;
  392. transition:1s;
  393. z-index:1;
  394. font-family: 'Josefin Sans', sans-serif;
  395. font-size:7pt;
  396. color:#dadada;
  397. text-align:left;
  398. padding:5px;
  399. }
  400.  
  401. #one:target, #two:target{
  402. opacity:1;
  403. z-index:10;
  404. }
  405.  
  406.  
  407. #three, #four{
  408. width:190px;
  409. height:120px;
  410. position:absolute;
  411. background-color:#5B1212;
  412. opacity:0;
  413. border-radius:10px;
  414. transition:1s;
  415. z-index:1;
  416. font-family: 'Josefin Sans', sans-serif;
  417. font-size:7pt;
  418. color:#dadada;
  419. text-align:left;
  420. padding:5px;
  421. }
  422.  
  423. #three:target, #four:target{
  424. opacity:1;
  425. z-index:10;
  426. }
  427.  
  428. h1{
  429. font-family: 'Eagle Lake', cursive;
  430. font-size:8pt;
  431. font-weight:400;
  432. border-bottom:solid .2px #999999;
  433. text-align:center;
  434. color:#999999;
  435. line-height:2px;
  436. margin:0px;
  437. padding:0px;
  438. }
  439.  
  440. b{
  441. text-shadow:1px 1px 2px #97e0b1;
  442. }
  443.  
  444. a{
  445. color:#6F6F6F;
  446. text-decoration:none;
  447. transition:1s;
  448. }
  449.  
  450. a:hover{
  451. color:#dadada;
  452. }
  453. </style>
  454.  
  455. <div id="background">
  456. </div>
  457. <div id="topbar">
  458. <div class="p p-1"></div><div class="p p-2"></div><div class="p p-3"></div><div class="p p-4"></div><div class="p p-5"></div><div class="p p-6"></div><div class="p p-7"></div>
  459. </div>
  460.  
  461. <div id="bottombar">
  462. <div class="p2 p2-1"></div>
  463. <div class="p2 p2-2"></div>
  464. <div class="p2 p2-3"></div>
  465. <div class="p2 p2-4"></div>
  466. <div class="p2 p2-5"></div>
  467. <div class="p2 p2-6"></div>
  468. </div>
  469. <div id="backgroundmenu">
  470. <div id="image"></div>
  471. <div id="cross"></div>
  472. <div id="navi">
  473. <a href="#one"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Peter's_Cross.svg/1200px-Peter's_Cross.svg.png" width="30" height="50"></a><br>
  474. <a href="#two"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Peter's_Cross.svg/1200px-Peter's_Cross.svg.png" width="30" height="50"></a>
  475. <a href="#three"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Peter's_Cross.svg/1200px-Peter's_Cross.svg.png" width="30" height="50"></a><br>
  476. <a href="#four"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Peter's_Cross.svg/1200px-Peter's_Cross.svg.png" width="30" height="50"></a>
  477. </div>
  478.  
  479. <div id="box1">
  480. <div id="one">
  481. <h1>Thing</h1><br>
  482. <span style="float: left;">Thing</span> <span style="float: right;">Thing</span><br>
  483. <span style="float: left;">Thing</span> <span style="float: right;">Thing</span><br>
  484.  
  485. </div>
  486. <div id="two">
  487. <h1>Thing</h1><br>
  488. You write stuff here.
  489. </div>
  490.  
  491. </div>
  492. <div id="box2">
  493. <div id="three">
  494. <h1>Thing</h1><br>
  495. You also write stuff here.
  496.  
  497. </div>
  498. <div id="four">
  499. <h1>Thing</h1><br>
  500. <b>00</b> This profile was commissioned and made by the <a href="https://roleplay.chat/profile.php?user=Hound+of+Tindalos">Hound of Tindalos </a>, send him a rpc mail or PM him for inquiries on codes.
  501.  
  502. </div>
  503. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement