Advertisement
Falkstids

Yandere profile

Oct 3rd, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.54 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Raleway');
  4. @import url('https://fonts.googleapis.com/css?family=Lobster');
  5.  
  6. body {
  7. background-color:#000;
  8. overflow:hidden;
  9. }
  10.  
  11. ::-webkit-scrollbar
  12. {
  13. width:0px;
  14. background-color: transparent;
  15. }
  16.  
  17. #backgroundmenu{
  18. width:600px;
  19. height:400px;
  20. background-color:transparent;
  21. position:absolute;
  22. top:50%;
  23. left:50%;
  24. margin-top:-200px;
  25. margin-left:-300px;
  26. transition:1s;
  27. transition-delay:99999999s;
  28. background-image:url(#);
  29. background-size:30px;
  30. }
  31.  
  32. body:hover #backgroundmenu{
  33. background-color:#8d905b;
  34. transition-delay:4s;
  35. animation: turn-off 0.55s linear ;
  36. background-size:30px;
  37. box-shadow:0px 0px 50px 0px #ffddb8;
  38. }
  39.  
  40. #line1{
  41. background-color:#fff;
  42. height:2px;
  43. width:0px;
  44. transition:1s;
  45. transition-delay:99999999s;
  46. z-index:99;
  47. }
  48.  
  49. body:hover #line1{
  50. width:600px;
  51. transition-delay:0s;
  52. }
  53.  
  54. #line3{
  55. background-color:#fff;
  56. height:2px;
  57. width:0px;
  58. transition:1s;
  59. transition-delay:99999999s;
  60. position:absolute;
  61. bottom:0px;
  62. right:0px;
  63. z-index:99;
  64. }
  65.  
  66. body:hover #line3{
  67. width:600px;
  68. transition-delay:2s;
  69. }
  70.  
  71. #line2{
  72. background-color:#fff;
  73. height:0px;
  74. width:2px;
  75. position:absolute;
  76. transition:1s;
  77. transition-delay:99999999s;
  78. right:0px;
  79. top:0px;
  80. z-index:99;
  81. }
  82.  
  83. body:hover #line2{
  84. height:400px;
  85. transition-delay:1s;
  86. }
  87.  
  88. #line4{
  89. background-color:#fff;
  90. height:0px;
  91. width:2px;
  92. position:absolute;
  93. transition:1s;
  94. transition-delay:99999999s;
  95. left:0px;
  96. bottom:0px;
  97. z-index:99;
  98. }
  99.  
  100. body:hover #line4{
  101. height:400px;
  102. transition-delay:3s;
  103. }
  104.  
  105. #image{
  106. background-image:url(https://cdn.discordapp.com/attachments/234066061547274240/364515336034189312/11b4428553204f7281e79ec55bba2bbf5fbc6c1a_s2_n2.png);
  107. background-size:contain;
  108. width:300px;
  109. height:370px;
  110. background-repeat:no-repeat;
  111. position:absolute;
  112. top:30px;
  113. right:100px;
  114. transition:2s;
  115. opacity:0;
  116. transition-delay:9999999999s;
  117. z-index:98;
  118. }
  119.  
  120. body:hover #image{
  121. right:-55px;
  122. opacity:1;
  123. transition-delay:5s;
  124. }
  125.  
  126. #x{
  127. width:0px;
  128. height:100px;
  129. background-color:#ff9f14;
  130. position:absolute;
  131. top:50%;
  132. margin-top:-50px;
  133. transition:1s;
  134. background-image:url(https://www.transparenttextures.com/patterns/graphy-dark.png);
  135. background-size:30px;
  136. background-position:105px 100px;
  137. opacity:1;
  138. transition-delay:99999999s;
  139. }
  140.  
  141. body:hover #x{
  142. width:600px;
  143. transition-delay:5s;
  144. }
  145.  
  146. #y{
  147. width:100px;
  148. height:0px;
  149. background-color:#ff9f14;
  150. position:absolute;
  151. left:50%;
  152. margin-left:-50px;
  153. top:2px;
  154. z-index:0;
  155. transition:1s;
  156. background-image:url(https://www.transparenttextures.com/patterns/graphy-dark.png);
  157. background-size:30px;
  158. opacity:;
  159. transition-delay:9999999999s;
  160. }
  161.  
  162. body:hover #y{
  163. height:398px;
  164. transition-delay:5s;
  165. }
  166.  
  167. h1{
  168. font-family: 'Lobster', cursive;
  169. font-size:50pt;
  170. font-weight:bold;
  171. color:#fff;
  172. position:absolute;
  173. top:50%;
  174. left:50%;
  175. margin-top:-260px;
  176. margin-left:-400px;
  177. z-index:10;
  178. background-position:0px -100px;
  179. -webkit-text-stroke: px white;
  180. z-index:999;
  181. transform:rotate(-10deg);
  182. text-shadow: 1px 1px 0 white,
  183. 2px 2px 0 white,
  184. 3px 3px 0 white,
  185. 4px 4px 0 white,
  186. 5px 5px 0 white
  187. ;
  188. opacity:0;
  189. transition:1s;
  190. transition-delay:9999999999s;
  191. }
  192.  
  193. body:hover h1{
  194. opacity:1;
  195. transition-delay:5s;
  196. }
  197.  
  198. h2{
  199. font-family: 'Lobster', cursive;
  200. font-size:50pt;
  201. font-weight:bold;
  202. color:#fff;
  203. position:absolute;
  204. top:50%;
  205. left:50%;
  206. margin-top:-260px;
  207. margin-left:-400px;
  208. z-index:10;
  209. background-position:0px -100px;
  210. -webkit-text-stroke: px white;
  211. z-index:1000;
  212. background: url('http://www.freewebs.com/kcdi/f%20100.jpg') ;
  213. background-size:100%;
  214. -webkit-background-clip: text;
  215. -webkit-text-fill-color: transparent;
  216. background-position:0px -70px;
  217. transform:rotate(-10deg);
  218. opacity:0;
  219. transition:1s;
  220. transition-delay:9999999999s;
  221. }
  222.  
  223. body:hover h2{
  224. opacity:1;
  225. transition-delay:5s;
  226. }
  227.  
  228. h3{
  229. font-family: 'Lobster', cursive;
  230. color:#fff;
  231. margin-top:10px;
  232. margin-bottom:0px;
  233. font-size:30pt;
  234. border-bottom:solid 5px #fff;
  235. text-align:center;
  236. }
  237.  
  238. #background{
  239. background-color:#8d905b;
  240. border:solid 1px #fff;
  241. width:250px;
  242. height:350px;
  243. position:absolute;
  244. z-index:99;
  245. top:25px;
  246. left:15px;
  247. box-shadow:2px 2px 30px 0px;
  248. opacity:0;
  249. transition:1s;
  250. transition-delay:999999999s;
  251. background-image:url(https://i.imgur.com/8dgZIh0.png);
  252. background-size:70%;
  253. background-repeat:no-repeat;
  254. background-position:center;
  255. }
  256.  
  257. body:hover #background{
  258. opacity:1;
  259. transition-delay:6s;
  260.  
  261. }
  262.  
  263. #one, #two, #three, #four{
  264. background-color:#8d905b;
  265. border:solid 1px #fff;
  266. width:240px;
  267. height:340px;
  268. opacity:0;
  269. z-index:1;
  270. position:absolute;
  271. color:#fff;
  272. font-family: 'Raleway', sans-serif;
  273. font-size:10pt;
  274. padding:5px;
  275. overflow:auto;
  276. }
  277.  
  278. #one:target,#two:target,#three:target,#four:target{
  279. opacity:1;
  280. }
  281.  
  282. a{
  283. text-decoration:none;
  284. color:#dadada;
  285. transition:1s;
  286. }
  287.  
  288. a:hover{
  289. color:gold;
  290. }
  291.  
  292. #navi{
  293. width:50px;
  294. height:200px;
  295. position:absolute;
  296. background-color:transparent;
  297. top:50%;
  298. left:50%;
  299. z-index:999;
  300. margin-top:-100px;
  301. margin-left:-15px
  302. }
  303.  
  304. #navi a {
  305. width:50px;
  306. height:50px;
  307. background-image:url('https://i.imgur.com/Zp5Um9o.png');
  308. background-size:100%;
  309. display:inline-block;
  310. -webkit-animation: monsterAnimation 1s infinite;
  311. animation: monsterAnimation 1s infinite;
  312. -webkit-animation-timing-function: linear;
  313. -webkit-animation-play-state: paused; /* Chrome, Safari, Opera */
  314. animation-play-state: paused;
  315. opacity:0;
  316. transition:1s;
  317. transition-delay:999999999s;
  318.  
  319. }
  320.  
  321. body:hover #navi a{
  322. opacity:1;
  323. transition-delay:6s;
  324. }
  325.  
  326. #navi a:hover{
  327. -webkit-animation-play-state: running;
  328. animation-play-state: running;
  329. }
  330.  
  331. @keyframes monsterAnimation {
  332. 100% { -webkit-transform: rotate(360deg); }
  333. }
  334.  
  335. .cssload-thecube {
  336. width: 73px;
  337. height: 73px;
  338. margin: 0 auto;
  339. margin-top: 49px;
  340. position: absolute;
  341. top:100px;
  342. left:250px;
  343. transform: rotateZ(45deg);
  344. opacity:1;
  345. transition:.5s;
  346. transition-delay:99999999s;
  347. }
  348.  
  349. body:hover .cssload-thecube{
  350. opacity:0;
  351. transition-delay:4s;
  352. }
  353. .cssload-thecube .cssload-cube {
  354. position: relative;
  355. transform: rotateZ(45deg);
  356.  
  357. }
  358. .cssload-thecube .cssload-cube {
  359. float: left;
  360. width: 50%;
  361. height: 50%;
  362. position: relative;
  363. transform: scale(1.1);
  364.  
  365. }
  366. .cssload-thecube .cssload-cube:before {
  367. content: "";
  368. position: absolute;
  369. top: 0;
  370. left: 0;
  371. width: 100%;
  372. height: 100%;
  373. background-color: #fff;
  374. animation: cssload-fold-thecube 2.76s infinite linear both;
  375.  
  376. transform-origin: 100% 100%;
  377.  
  378. }
  379. .cssload-thecube .cssload-c2 {
  380. transform: scale(1.1) rotateZ(90deg);
  381.  
  382. }
  383. .cssload-thecube .cssload-c3 {
  384. transform: scale(1.1) rotateZ(180deg);
  385.  
  386. }
  387. .cssload-thecube .cssload-c4 {
  388. transform: scale(1.1) rotateZ(270deg);
  389.  
  390. }
  391. .cssload-thecube .cssload-c2:before {
  392. animation-delay: 0.35s;
  393.  
  394. }
  395. .cssload-thecube .cssload-c3:before {
  396. animation-delay: 0.69s;
  397.  
  398. }
  399. .cssload-thecube .cssload-c4:before {
  400. animation-delay: 1.04s;
  401.  
  402. }
  403.  
  404.  
  405.  
  406. @keyframes cssload-fold-thecube {
  407. 0%, 10% {
  408. transform: perspective(136px) rotateX(-180deg);
  409. opacity: 0;
  410. }
  411. 25%,
  412. 75% {
  413. transform: perspective(136px) rotateX(0deg);
  414. opacity: 1;
  415. }
  416. 90%,
  417. 100% {
  418. transform: perspective(136px) rotateY(180deg);
  419. opacity: 0;
  420. }
  421. }
  422.  
  423.  
  424.  
  425. </style>
  426.  
  427. <div id="backgroundmenu">
  428. <h2>That's all Folks!</h2>
  429. <h1>That's all Folks!</h1>
  430. <div id="background">
  431.  
  432. <div id="one">
  433. <h3>One</h3>
  434. <br><span style="float: left; font-weight: bold;">Information</span> <span style="float: right; font-style: italic;">Stat</span>
  435. </div>
  436. <div id="two">
  437. <h3>Two</h3>
  438.  
  439. </div>
  440. <div id="three">
  441. <h3>Three</h3>
  442.  
  443. </div>
  444. <div id="four">
  445. <h3>Four</h3>
  446. <b>00</b> This profile was made by the <a href="https://roleplay.chat/profile.php?user=Hound+of+Tindalos">Hound of Tindalos</a> send him a message or an rpc mail for comission inquiries.
  447. </div>
  448.  
  449. </div>
  450. <div id="navi">
  451. <a href="#one"></a><br>
  452. <a href="#two"></a><br>
  453. <a href="#three"></a><br>
  454. <a href="#four"></a><br>
  455.  
  456. </div>
  457.  
  458. <div id="x"></div>
  459. <div id="y"></div>
  460. <div id="line1"></div>
  461. <div id="line2"></div>
  462. <div id="line3"></div>
  463. <div id="line4"></div>
  464. <div id="Image"></div>
  465. <div class="cssload-thecube">
  466. <div class="cssload-cube cssload-c1"></div>
  467. <div class="cssload-cube cssload-c2"></div>
  468. <div class="cssload-cube cssload-c4"></div>
  469. <div class="cssload-cube cssload-c3"></div>
  470. </div>
  471. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement