ZukoHiyama

mirkonew

Apr 28th, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.25 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');
  3. @import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
  4. body {
  5. background-image: url("https://www.transparenttextures.com/patterns/slash-it.png"), linear-gradient(180deg, #fefefe, #ffc720, #E53845);
  6. background-position: fixed;
  7. background-repeat:repeat;
  8. background-position: right bottom;
  9. animation:move-scrolling-front 90s linear infinite;
  10. }
  11.  
  12. canvas {
  13. z-index: -50;
  14. }
  15.  
  16. h1 {
  17. color: #000;
  18. text-align: center;
  19. font-family: 'Bangers', cursive;
  20. font-size: 2vw;
  21. font-weight: bold;
  22. padding: 1px;
  23. margin:6px;
  24. }
  25.  
  26. ::-webkit-scrollbar {
  27. width: .1px;
  28. }
  29.  
  30. ::-webkit-scrollbar-track {
  31. box-shadow: inset 0 0 5px grey;
  32. border-radius: 10px;
  33. }
  34.  
  35. ::-webkit-scrollbar-thumb {
  36. background: #b95595;
  37. border-radius: 10px;
  38. }
  39. ::-webkit-scrollbar-thumb:hover {
  40. background: #b95591;
  41. }
  42.  
  43. .mirko{
  44. position: fixed;
  45. bottom: 0vw;
  46. left: 33vw;
  47. background-image: url('https://i.imgur.com/dqKmEJU.png') ;
  48. background-size: cover;
  49. background-repeat: no-repeat;
  50. transform: rotate(0deg) ;
  51. z-index: 0;
  52. opacity: 1;
  53. transition: .8s;
  54. height: 51vw;
  55. width: 35vw;
  56. }
  57. .mirkob{
  58. position: fixed;
  59. bottom: 0vw;
  60. left: 33vw;
  61. background-image: url('https://i.imgur.com/lNvT9qQ.png') ;
  62. background-size: cover;
  63. background-repeat: no-repeat;
  64. transform: rotate(0deg) ;
  65. z-index: -1;
  66. opacity: 1;
  67. transition: .8s;
  68. height: 51vw;
  69. width: 36vw;
  70. }
  71.  
  72. .mirkol{
  73. position: fixed;
  74. bottom: 0vw;
  75. left: 0vw;
  76. background-image: url('https://i.imgur.com/oVMFNPW.png') ;
  77. background-size: cover;
  78. background-repeat: no-repeat;
  79. filter: contrast(150%) brightness(.5);
  80. z-index: -5;
  81. opacity: 1;
  82. transition: .8s;
  83. height: 51vw;
  84. width: 45vw;
  85. }
  86.  
  87. .mirkor{
  88. position: fixed;
  89. bottom: 0vw;
  90. right: 0vw;
  91. background-image: url('https://i.imgur.com/Ev2bkel.png') ;
  92. background-size: cover;
  93. background-repeat: no-repeat;
  94. filter: contrast(150%) brightness(.5);
  95. z-index: -5;
  96. opacity: 1;
  97. transition: .8s;
  98. height: 51vw;
  99. width: 32vw;
  100. }
  101.  
  102. #name1{
  103. position: fixed;
  104. bottom: 136vw;
  105. right: -39vw;
  106. transform: rotate(28.7deg);
  107. z-index: 2;
  108. filter: brightness(1);
  109. animation: backtext1 5s infinite;
  110. animation-timing-function:linear;
  111. animation-delay: 0s;
  112. }
  113.  
  114. #name1 img{position: fixed;
  115. display: inline-block;
  116. opacity: 1;
  117. height: 200vw;
  118. width: vw;
  119. }
  120.  
  121.  
  122. #name2{
  123. position: fixed;
  124. bottom: 91vw;
  125. left: -20vw;
  126. transform: rotate(-31deg);
  127. z-index: 2;
  128. filter: brightness(1);
  129. animation: backtext2 3s infinite;
  130. animation-timing-function:linear;
  131. animation-delay: 0s;
  132. }
  133.  
  134. #name2 img{position: fixed;
  135. display: inline-block;
  136. opacity: 1;
  137. height: 200vw;
  138. width: vw;
  139. }
  140.  
  141.  
  142. #bar1{
  143. position: fixed;
  144. bottom: -5vw;
  145. left: 42.5vw;
  146. transform: scaleX(-1) rotate(300deg);
  147. z-index: 1;
  148.  
  149. filter: brightness(1);
  150. }
  151.  
  152. #bar1 img{position: fixed;
  153. display: inline-block;
  154. opacity: 1;
  155. height: 7vw;
  156. width: 200vw;
  157. }
  158.  
  159. #bar2{
  160. position: fixed;
  161. bottom: 0vw;
  162. right: 39.3vw;
  163. transform: rotate(300deg);
  164. z-index: 1;
  165. filter: brightness(1);
  166. }
  167.  
  168. #bar2 img{position: fixed;
  169. display: inline-block;
  170. opacity: 1;
  171. height: 7vw;
  172. width: 100vw;
  173. }
  174.  
  175.  
  176. .navi1{
  177. position: fixed;
  178. left: 80vw;
  179. bottom: 16.4vw;
  180. display: inline-block;
  181.  
  182. z-index: 2;
  183. transition: 1s;
  184.  
  185. }
  186.  
  187. .navi1 .tooltiptext {
  188. visibility: hidden;
  189. opacity: 0;
  190. width: 10vw;
  191. height: 10vw;
  192. font-size: .7vw;
  193. font-family: verdana;
  194. font-variant: small-caps;
  195. color: #000;
  196. text-align: center;
  197. border-radius: 6px;
  198. padding: 5px 0;
  199. position: fixed;
  200. z-index: 2;
  201. bottom: 10vw;
  202. right: 6vw;
  203. transition: opacity .5s;
  204. }
  205.  
  206. .navi1:hover .tooltiptext {
  207. visibility: visible;
  208. opacity: 1;
  209.  
  210. }
  211.  
  212. .navi2{
  213. position: fixed;
  214. left: 77vw;
  215. bottom: 11.4vw;
  216. display: inline-block;
  217.  
  218. z-index: 2;
  219. transition: 1s;
  220.  
  221. }
  222.  
  223. .navi2 .tooltiptext {
  224. visibility: hidden;
  225. opacity: 0;
  226. width: 10vw;
  227. height: 10vw;
  228. font-size: .7vw;
  229. font-family: verdana;
  230. font-variant: small-caps;
  231. color: #000;
  232. text-align: center;
  233. border-radius: 6px;
  234. padding: 5px 0;
  235. position: fixed;
  236. z-index: 2;
  237. bottom: 10vw;
  238. right: 6vw;
  239. transition: opacity .5s;
  240. }
  241.  
  242. .navi2:hover .tooltiptext {
  243. visibility: visible;
  244. opacity: 1;
  245.  
  246. }
  247. .navi3{
  248. position: fixed;
  249. left: 74vw;
  250. bottom: 6.75vw;
  251. display: inline-block;
  252.  
  253. z-index: 2;
  254. transition: 1s;
  255.  
  256. }
  257.  
  258. .navi3 .tooltiptext {
  259. visibility: hidden;
  260. opacity: 0;
  261. width: 10vw;
  262. height: 10vw;
  263. font-size: .7vw;
  264. font-family: verdana;
  265. font-variant: small-caps;
  266. color: #000;
  267. text-align: center;
  268. border-radius: 6px;
  269. padding: 5px 0;
  270. position: fixed;
  271. z-index: 2;
  272. bottom: 10vw;
  273. right: 6vw;
  274. transition: opacity .5s;
  275. }
  276.  
  277. .navi3:hover .tooltiptext {
  278. visibility: visible;
  279. opacity: 1;
  280.  
  281. }
  282.  
  283. .navi4{
  284. position: fixed;
  285. left: 15vw;
  286. bottom: 16vw;
  287. transform: scaleX(-1);
  288. display: inline-block;
  289.  
  290. z-index: 2;
  291. transition: 1s;
  292.  
  293. }
  294.  
  295. .navi4 .tooltiptext {
  296. visibility: hidden;
  297. opacity: 0;
  298. width: 10vw;
  299. height: 10vw;
  300. font-size: .7vw;
  301. font-family: verdana;
  302. font-variant: small-caps;
  303. color: #000;
  304. text-align: center;
  305. border-radius: 6px;
  306. padding: 5px 0;
  307. position: fixed;
  308. z-index: 2;
  309. bottom: -7vw;
  310. left: 9vw;
  311. transition: opacity .5s;
  312. transform: scaleX(-1);
  313. }
  314.  
  315. .navi4:hover .tooltiptext {
  316. visibility: visible;
  317. opacity: 1;
  318.  
  319. }
  320.  
  321. .navi5{
  322. position: fixed;
  323. transform: scaleX(-1);
  324. left: 18vw;
  325. bottom: 11.4vw;
  326. display: inline-block;
  327.  
  328. z-index: 2;
  329. transition: 1s;
  330.  
  331. }
  332.  
  333. .navi5 .tooltiptext {
  334. visibility: hidden;
  335. opacity: 0;
  336. width: 10vw;
  337. height: 10vw;
  338. font-size: .7vw;
  339. font-family: verdana;
  340. font-variant: small-caps;
  341. color: #000;
  342. text-align: center;
  343. border-radius: 6px;
  344. padding: 5px 0;
  345. position: fixed;
  346. z-index: 2;
  347. bottom: -2vw;
  348. left: 12vw;
  349. transition: opacity .5s;
  350. transform: scaleX(-1);
  351. }
  352.  
  353. .navi5:hover .tooltiptext {
  354. visibility: visible;
  355. opacity: 1;
  356.  
  357. }
  358.  
  359. .navi6{
  360. position: fixed;
  361. transform: scaleX(-1);
  362. left: 21vw;
  363. bottom: 6.75vw;
  364. display: inline-block;
  365.  
  366. z-index: 2;
  367. transition: 1s;
  368.  
  369. }
  370.  
  371. .navi6 .tooltiptext {
  372. visibility: hidden;
  373. opacity: 0;
  374. width: 10vw;
  375. height: 10vw;
  376. font-size: .7vw;
  377. font-family: verdana;
  378. font-variant: small-caps;
  379. color: #000;
  380. text-align: center;
  381. border-radius: 6px;
  382. padding: 5px 0;
  383. position: fixed;
  384. z-index: 2;
  385. bottom: 2vw;
  386. left: 14vw;
  387. transition: opacity .5s;
  388. transform: scaleX(-1);
  389. }
  390.  
  391. .navi6:hover .tooltiptext {
  392. visibility: visible;
  393. opacity: 1;
  394.  
  395. }
  396.  
  397.  
  398.  
  399. .content{
  400. position: fixed;
  401. bottom: 0vw;
  402. left: 26vw;
  403.  
  404. z-index: 20;
  405. opacity: 1;
  406.  
  407. }
  408.  
  409. .content:target{
  410. bottom: 17vw;
  411. left: 27vw;
  412. z-index: 50;
  413. opacity: 1;
  414.  
  415. }
  416.  
  417. .contentbox{
  418. background-color: #FFC720;
  419. font-family: 'Caveat Brush', cursive;
  420. font-size: 1.5vw;
  421. line-spacing: 1.5vw;
  422. color: #000;
  423. letter-spacing: 0px;
  424. width: 45vw;
  425. height: 15vw;
  426. overflow: auto;
  427. position: fixed;
  428. line-height: 1.5vw;
  429. padding: 5px;
  430. border: 5px solid #1B2196;
  431. z-index: 1;
  432. text-shadow:none;
  433. opacity: 1;
  434.  
  435. }
  436.  
  437. .contentboxfriend{
  438. background-color: #A03E0D;
  439. width: 23vw;
  440. height: 26vw;
  441. overflow: auto;
  442. position: fixed;
  443. line-height: 15px;
  444. padding: 5px;
  445.  
  446. border: 5px solid #56260d;
  447. z-index: 1;
  448. text-shadow:none;
  449. opacity: 0;
  450. bottom: -9.5vw;
  451. left: 50vw;
  452. }
  453.  
  454. .testbed{
  455. position: fixed;
  456. bottom: 0vw;
  457. left: 0vw;
  458. z-index: 10;
  459. }
  460.  
  461. @keyframes backtext1{
  462. 0% { bottom: 49vw;
  463. right: 9vw; }
  464.  
  465. 100% { bottom: 136.2vw;
  466. right: -38.7vw; }
  467.  
  468. }
  469.  
  470. @keyframes backtext2{
  471. 0% { bottom: 49vw;
  472. left: 5vw; }
  473.  
  474. 100% { bottom: 91.7vw;
  475. left: -20.7vw; }
  476.  
  477. }
  478. @keyframes move-scrolling-front{
  479. from{background-position:600% -200%}
  480. to{background-position:300% 00%}
  481. }
  482. </style>
  483. <body>
  484.  
  485. <div class="mirko">
  486. </div></div>
  487.  
  488. <div class="mirkol">
  489. </div></div>
  490.  
  491. <div class="mirkor">
  492. </div></div>
  493.  
  494. <div class="navi1"><a href="#one"><img src="https://i.imgur.com/vnEB1Wb.png" width="100" height="100"></a>
  495. <span class="tooltiptext"><img src="https://i.imgur.com/352DBNh.png" width="" height="300" >
  496.  
  497.  
  498. </span>
  499. </div></div>
  500. <div class="navi2"><a href="#two"><img src="https://i.imgur.com/vnEB1Wb.png" width="100" height="100"></a>
  501. <span class="tooltiptext"><img src="https://i.imgur.com/Yf9UB5Q.png" width="" height="300" >
  502.  
  503.  
  504. </span>
  505. </div></div>
  506.  
  507. <div class="navi3"><a href="#three"><img src="https://i.imgur.com/vnEB1Wb.png" width="100" height="100"></a>
  508. <span class="tooltiptext"><img src="https://i.imgur.com/V2TF2Bw.png" width="" height="300" >
  509.  
  510.  
  511. </span>
  512. </div></div>
  513.  
  514. <div class="navi4"><a href="#four"><img src="https://i.imgur.com/vnEB1Wb.png" width="100" height="100"></a>
  515. <span class="tooltiptext"><img src="https://i.imgur.com/ZtnXO6v.png" width="" height="300" >
  516.  
  517.  
  518. </span>
  519. </div></div>
  520.  
  521. <div class="navi5"><a href="#five"><img src="https://i.imgur.com/vnEB1Wb.png" width="100" height="100"></a>
  522. <span class="tooltiptext"><img src="https://i.imgur.com/aSuYjRu.png" width="" height="300" >
  523.  
  524.  
  525. </span>
  526. </div></div>
  527.  
  528. <div class="navi6"><a href="#"><img src="https://i.imgur.com/vnEB1Wb.png" width="100" height="100"></a>
  529. <span class="tooltiptext"><img src="https://i.imgur.com/CoI2uLI.png" width="" height="300" >
  530.  
  531.  
  532. </span>
  533. </div></div>
  534.  
  535. <div id="name1">
  536. <img src="https://i.imgur.com/d3IjSrq.png" width="" height="">
  537. </div></div>
  538.  
  539. <div id="name2">
  540. <img src="https://i.imgur.com/KXvXLYu.png" width="" height="">
  541. </div></div>
  542.  
  543.  
  544.  
  545.  
  546. <div id="bar1">
  547. <img src="https://i.imgur.com/4SVHXlb.png" width="" height="">
  548. </div></div>
  549.  
  550. <div id="bar2">
  551. <img src="https://i.imgur.com/4SVHXlb.png" width="" height="">
  552. </div></div>
  553.  
  554. <div class="contentboxfriend">
  555. </div></div>
  556.  
  557.  
  558. </span>
  559. </div>
  560. <div id="one" class="content"><div class="contentbox">
  561. <h1>1</h1>
  562. TEXT HERE
  563. </div></div>
  564.  
  565. <div id="two" class="content"><div class="contentbox">
  566. <h1>2</h1>
  567. TEXT HERE
  568. </div>
  569. </div>
  570.  
  571. <div id="three" class="content"><div class="contentbox">
  572. <h1>3</h1>
  573.  
  574. TEXT HERE
  575.  
  576.  
  577. </div>
  578. </div>
  579.  
  580. <div id="four" class="content"><div class="contentbox">
  581. <h1>4</h1>
  582. TEXT HERE
  583.  
  584. </div>
  585. </div>
  586. <div id="five" class="content"><div class="contentbox">
  587. <h1>5</h1>
  588. TEXT HERE
  589.  
  590. </div>
  591. </div>
  592.  
  593.  
  594. <div class="testbed">
  595. <a target="_blank" href="https://roleplay.chat/profile.php?user=testbed" title="Made by TestBed Codes."><img src="https://cdn.discordapp.com/attachments/649485777893326869/856393583761031199/image0.png" width="88" class="circle" ></a>
  596. </div></div>
  597. </body>
  598. </body>
Advertisement
Add Comment
Please, Sign In to add comment