Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Allan|Happy+Monkey|Vampiro+One');
  3. ::-webkit-scrollbar { width: 0.3vw; height: 0.3vw;}
  4. ::-webkit-scrollbar-track { border-radius: 0px; background-color: transparent;}
  5. ::-webkit-scrollbar-thumb { border-radius:0px; background-color: transparent;}
  6.  
  7. body{
  8. background: #fff;
  9. }
  10.  
  11.  
  12.  
  13. *{font-family: 'Happy Monkey', cursive;color: #d6fffd;font-size: 2.4vh;}
  14. h1{font-family: 'Vampiro One', cursive;font-size: 6.4vh;color: #fff;}
  15. a{font-family: 'Allan', cursive;text-decoration:none;transition:0.5s;}
  16. a:hover{transition:0.5s;color: #a5fffc;letter-spacing: 2px;}
  17.  
  18.  
  19. @keyframes sepia{
  20. from{filter:sepia(100%);opacity:0;}
  21. to{filter:sepia(0%);opacity:1;right:0vw;}
  22. }
  23.  
  24. @keyframes sepiacredit{
  25. from{filter:sepia(100%);opacity:0;}
  26. to{filter:sepia(0%);opacity:1;left:2vw;}
  27. }
  28.  
  29.  
  30. @keyframes sepia1{
  31. from{filter:sepia(100%);opacity:0;}
  32. to{filter:sepia(0%);opacity:1;left:8vw;}
  33. }
  34.  
  35. @keyframes sepia2{
  36. from{filter:sepia(100%);opacity:0;}
  37. to{filter:sepia(0%);opacity:1;left:13vw;}
  38. }
  39.  
  40. @keyframes sepia3{
  41. from{filter:sepia(100%);opacity:0;}
  42. to{filter:sepia(0%);opacity:1;left:18vw;}
  43. }
  44.  
  45. #image{
  46. position: fixed;
  47. right:-5vw;
  48. bottom: 0vh;
  49. opacity:1;
  50. animation: sepia 2s 1;
  51. animation-fill-mode:both;
  52. }
  53.  
  54. #image img{
  55. height: 100vh;
  56. }
  57.  
  58.  
  59.  
  60. #box1, #box2, #box3{
  61. position: fixed;
  62. background:linear-gradient(-45deg, #4286f4, #89c1bf, #4eceb2);
  63. padding: 1%;
  64. overflow: auto;
  65. box-shadow: -.5vh 0.5vh 0.5vh black;
  66. text-shadow: -.25vh 0.25vh 0.25vh black;
  67. }
  68.  
  69. #box1{
  70. z-index: 1;
  71. top: 2vw;
  72. left: 0vw;
  73. height: 12vw;
  74. width: 24vw;
  75. opacity: 0;
  76. animation: sepia1 2s 1;
  77. animation-fill-mode: both;
  78. animation-delay: 1s;
  79. }
  80.  
  81. #box2{
  82. z-index: 1;
  83. top: 17vw;
  84. left: 5vw;
  85. height: 12vw;
  86. width: 24vw;
  87. opacity: 0;
  88. animation: sepia2 2s 1;
  89. animation-fill-mode: both;
  90. animation-delay: 1.5s;
  91. }
  92.  
  93. #box3{
  94. z-index: 1;
  95. top: 32vw;
  96. left: 10vw;
  97. height: 12vw;
  98. width: 24vw;
  99. opacity: 0;
  100. animation: sepia3 2s 1;
  101. animation-fill-mode: both;
  102. animation-delay: 2s;
  103. }
  104.  
  105. #credit {
  106. z-index:1;
  107. position:fixed;
  108. height:15vh;
  109. left:-5vw;
  110. bottom:0vw;
  111. animation: sepiacredit 2s 1;
  112. animation-fill-mode:both;
  113. }
  114.  
  115.  
  116. </style>
  117.  
  118. <div id="image">
  119. <img src="https://i.imgur.com/Rj2LYjD.png">
  120. </div>
  121.  
  122. <div id="box1">
  123. <center>
  124. <br>
  125. <h1>Just</h1>
  126. <br><br><br>
  127. <a href=""></a>
  128. <br><br>
  129. Name: Meszline Ducant<br>
  130. Age: Twenty<br>
  131. Status: Single<br>
  132. Height: 5'5"<br>
  133.  
  134. </div>
  135.  
  136. <div id="box2">
  137. <center>
  138. <br>
  139. <h1>A</h1>
  140. <br><br><br>
  141. <p>There's nothing too alarming to know about Meszline, she's your run of the mill feline with a knack for socializing. She's a fondness for the supernatural and a knack for getting herself into mischief, though every woman has their own special secrets to keep. <br>
  142. <br>
  143. She's partial to her mother and father, with additional love for her older sister having been something of a role model throughout her life despite their difference in hobbies. Trusting to a fault yet sharper than a whip, Meszline is a either a force to be reckoned with, or the warm best friend one can think back fondly on for the remainder of their years. Life is what you make of it after all!</p>
  144. </div>
  145.  
  146. <div id="box3">
  147. <center>
  148. <br>
  149. <h1>Cat</h1>
  150. <br><br><br>
  151. <li>I can't really think of any interesting OOC notes to place, so uh... Neat.</li>
  152. </div>
  153.  
  154. <a target="_blank" href="https://roleplay.chat/profile.php?user=From+Shadows+Codes" target="_blank" title="Thanks so much for using this layout! Please inform me of any issues if they should arise.">
  155. <img src="https://i.imgur.com/vpoOTsg.png" id="credit"/>
  156. </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement