Advertisement
ChaZayari

That Grey Cat, Revised

Apr 3rd, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Megrim|Saira');
  4.  
  5. ::-webkit-scrollbar{width:0.5vh;height:0.1vh;}
  6. ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  7. ::-webkit-scrollbar-thumb{border-radius:0;background:transparent;}
  8.  
  9. body{
  10. background: #040305;
  11. }
  12.  
  13. *{font-family: 'Saira', sans-serif;font-size: 2.2vh;color:#fff;}
  14. a{color:#787878;text-decoration:none;transition-duration:0.5s;}
  15. a:hover{color: #686868; transition-duration:0.5s;}
  16. h1{font-family: 'Megrim', cursive;font-size:5vh;color:#dce7f2;font-size: 5vh; border-bottom: 1px #fff solid;}
  17. h2{font-family: 'Megrim', cursive;font-size:3vh;color:#dce7f2;}
  18. b{color:#625ec5;}
  19. i{color:#00abff;}
  20. .r{float:right;}
  21.  
  22.  
  23.  
  24.  
  25.  
  26. #image{
  27. position: fixed;
  28. left:15vw;
  29. bottom: 200vh;
  30. opacity:0;
  31. animation: blurin 2s 1;
  32. animation-fill-mode: forwards;
  33. }
  34. #image img{
  35. height: 100vh;
  36. border: 0vh solid #363536;
  37. }
  38. @keyframes blurin{
  39. from{-webkit-filter:blur(50px);opacity:0;}
  40. to{-webkit-filter:blur(0px);opacity:1;bottom: -0px;}
  41. }
  42.  
  43.  
  44.  
  45.  
  46.  
  47. #box1, #box2{
  48. position:absolute;
  49. border: 0vh double #345c81;
  50. background-color:#1b1323;
  51. padding:1%;
  52. -o-transition:.8s;
  53. -ms-transition:.8s;
  54. -moz-transition:.8s;
  55. -webkit-transition:.8s;
  56. transition:1.5s;
  57. box-shadow: 0 0 1vh 1vh #1b1323;
  58. text-shadow:1px 0px 2px #747474;
  59. }
  60.  
  61.  
  62. #box1{
  63. z-index:5;
  64. top:3vw;
  65. right:20vw;
  66. height:15vw;
  67. width:30vw;
  68. opacity: 0;
  69. overflow:auto;
  70. animation: blurin 2s 1;
  71. animation-fill-mode: forwards;
  72. animation-delay: 2s;
  73. }
  74.  
  75.  
  76.  
  77. #box2{
  78. z-index:5;
  79. top:25vw;
  80. right:15vw;
  81. height:15vw;
  82. width:30vw;
  83. opacity: 0;
  84. overflow:auto;
  85. animation: blurin 2s 1;
  86. animation-fill-mode: forwards;
  87. animation-delay: 4s;
  88. }
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95. #credit {
  96. z-index:1;
  97. position:fixed;
  98. height:20vh;
  99. right:1%;
  100. bottom:0%;
  101. }
  102.  
  103. </style>
  104. <div id="image">
  105. <img src="IMAGE HERE">
  106. </div>
  107.  
  108.  
  109.  
  110. <div id="box1">
  111. <h1>That Grey Cat.</h1>
  112.  
  113.  
  114. Stats here.
  115. </div>
  116.  
  117.  
  118. <div id="box2">
  119. <h1>Files.</h1>
  120.  
  121.  
  122. More stats here.
  123. </div>
  124.  
  125. <a href="https://roleplay.chat/profile.php?user=From+Shadows+Codes" target="_blank" title="CC#02
  126. Firefox 1366x768
  127. Inform me of issues.">
  128. <img src="https://i.imgur.com/A9wLMgS.png" id="credit"/>
  129. </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement