HellaBlind

memento

Jan 31st, 2022
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.27 KB | None | 0 0
  1. body {
  2. display: block;
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. bottom: 0;
  7. right: 0;
  8. width: 100%;
  9. height: 100%;
  10. border: 0;
  11. margin: 0;
  12. padding: 0;
  13. background-color: #878787;
  14. color: #999;
  15. background-size: 29vw;
  16. background-position: center;
  17. background-repeat: repeat;
  18. overflow: hidden;
  19. cursor: url(https://i.imgur.com/2inIpFX.png), default;
  20. }
  21.  
  22. ::-moz-selection {
  23. color: #B64046;
  24. text-shadow: 0 0 1px #000, 2px 2px 2px rgba(0,0,0,.1);
  25.  
  26. }
  27.  
  28.  
  29. ::selection {
  30. color: #B64046;
  31. text-shadow: 0 0 5px #000, 2px 2px 2px rgba(0,0,0,1);
  32.  
  33. }
  34.  
  35. u {
  36. text-decoration: none;
  37. line-height: 1.4vw;
  38. color: #191324;
  39. opacity: .8;
  40. background-color: #303F58;
  41. padding: .1vw .15vw .05vw .2vw;
  42. }
  43.  
  44. b {
  45. opacity: .7;
  46. color: #000;
  47. text-shadow: 0 0 5px #000, 2px 2px 2px rgb(255,255,255,.8);
  48. letter-spacing: .5vw;
  49. }
  50.  
  51. hr {
  52. border: 0vw;
  53. height: .15px;
  54. background-color: #999;
  55. }
  56.  
  57. a {
  58. color: #999;
  59. text-shadow: 0 0 10px #941D21, 2px 2px 2px rgb(77,77,131);
  60. text-decoration: none;
  61. -webkit-transition: all 0.5s ease-in-out;
  62. -moz-transition: all 0.5s ease-in-out;
  63. -o-transition: all 0.5s ease-in-out;
  64. -ms-transition: all 0.5s ease-in-out;
  65. transition: all 0.5s ease-in-out;
  66. }
  67.  
  68. a:hover {
  69. color: #000;
  70. text-shadow: 0 0 5px #574F6B, 2px 2px 2px rgb(77,77,131,1);
  71. text-decoration: none;
  72. -webkit-transition: all 0.5s ease-in-out;
  73. -moz-transition: all 0.5s ease-in-out;
  74. -o-transition: all 0.5s ease-in-out;
  75. -ms-transition: all 0.5s ease-in-out;
  76. transition: all 0.5s ease-in-out;
  77. }
  78.  
  79. span {
  80. color: #999;
  81. text-shadow: 0 0 10px #941D21, 2px 2px 2px rgb(77,77,131);
  82. text-decoration: none;
  83. -webkit-transition: all 0.5s ease-in-out;
  84. -moz-transition: all 0.5s ease-in-out;
  85. -o-transition: all 0.5s ease-in-out;
  86. -ms-transition: all 0.5s ease-in-out;
  87. transition: all 0.5s ease-in-out;
  88. }
  89.  
  90. span:hover {
  91. color: #000;
  92. text-shadow: 0 0 5px #574F6B, 2px 2px 2px rgb(77,77,131,1);
  93. text-decoration: none;
  94. -webkit-transition: all 0.5s ease-in-out;
  95. -moz-transition: all 0.5s ease-in-out;
  96. -o-transition: all 0.5s ease-in-out;
  97. -ms-transition: all 0.5s ease-in-out;
  98. transition: all 0.5s ease-in-out;
  99. }
  100.  
  101. ::-webkit-scrollbar {
  102. width: .0vw;
  103. height: 0vw;
  104. background:#fff;
  105. }
  106.  
  107. ::-webkit-scrollbar-thumb {
  108. background-color:#000;
  109. -webkit-border-radius: 0vw;
  110. border-radius: 0vw;
  111. }
  112.  
  113. .stattext2text {
  114. transition: .9s ease-out;
  115. position: absolute;
  116. width: 10vw;
  117. height: 3.3vw;
  118. bottom: 11vw;
  119. left: 40vw;
  120. opacity: .5;
  121. background: #transparent;
  122. border: .5vw solid #000;
  123. outline: .1vw solid #fff;
  124. outline-offset: -1vw;
  125. color: #000;
  126. font-family: 'Poppins', sans-serif;
  127. word-wrap: break-word;
  128. font-size: .8vw;
  129. overflow: hidden;
  130. text-align: center;
  131. text-transform: uppercase;
  132. padding: .9vw .5vw .5vw .5vw;
  133. line-height: 1vw;
  134. letter-spacing: .05vw;
  135. z-index: 8001;
  136. }
  137.  
  138. .cornerleft {
  139. transition: .9s ease-out;
  140. position: absolute;
  141. width: 10vw;
  142. height: 3.3vw;
  143. bottom: 13vw;
  144. left: 35vw;
  145. opacity: .5;
  146. background: #transparent;
  147. border-top: .5vw solid #000;
  148. border-left: .5vw solid #fff;
  149. outline: 0vw solid #fff;
  150. outline-offset: -1vw;
  151. color: #000;
  152. font-family: 'Poppins', sans-serif;
  153. word-wrap: break-word;
  154. font-size: .8vw;
  155. overflow: auto;
  156. text-align: center;
  157. text-transform: uppercase;
  158. padding: .9vw .5vw .5vw .5vw;
  159. line-height: 1vw;
  160. letter-spacing: .05vw;
  161. z-index: 5001;
  162. }
  163.  
  164. .cornerleft {
  165. transition: .9s ease-out;
  166. position: absolute;
  167. width: 10vw;
  168. height: 3.3vw;
  169. bottom: 13.25vw;
  170. left: 35vw;
  171. opacity: .5;
  172. background: #transparent;
  173. border-top: .5vw solid #000;
  174. border-left: .5vw dashed #fff;
  175. outline: 0vw solid #fff;
  176. outline-offset: -1vw;
  177. color: #000;
  178. font-family: 'Poppins', sans-serif;
  179. word-wrap: break-word;
  180. font-size: .8vw;
  181. overflow: auto;
  182. text-align: center;
  183. text-transform: uppercase;
  184. padding: .9vw .5vw .5vw .5vw;
  185. line-height: 1vw;
  186. letter-spacing: .05vw;
  187. z-index: 5001;
  188. }
  189.  
  190. .cornerright {
  191. transition: .9s ease-out;
  192. position: absolute;
  193. width: 10vw;
  194. height: 3.3vw;
  195. bottom: 9.3vw;
  196. left: 45.5vw;
  197. opacity: .5;
  198. background: #transparent;
  199. border-bottom: .5vw solid #000;
  200. border-right: .5vw dashed #fff;
  201. outline: 0vw solid #fff;
  202. outline-offset: -1vw;
  203. color: #000;
  204. font-family: 'Poppins', sans-serif;
  205. word-wrap: break-word;
  206. font-size: .8vw;
  207. overflow: auto;
  208. text-align: center;
  209. text-transform: uppercase;
  210. padding: .9vw .5vw .5vw .5vw;
  211. line-height: 1vw;
  212. letter-spacing: .05vw;
  213. z-index: 5001;
  214. }
  215. .image1{
  216. background-image: url(https://cdn.discordapp.com/attachments/808779587697508393/814759419291762758/vu-nguyen-girl75-4-small.jpg);
  217. filter: drop-shadow(0 0 0vw #fff);
  218. background-size: 28vw;
  219. border-left: 0vw solid #426C87;
  220. opacity: 1;
  221. position:absolute;
  222. bottom: 0vw;
  223. left: 5vw;
  224. width: 30vw;
  225. height: 31vw;
  226. background-repeat: no-repeat;
  227. background-position: center;
  228. pointer-events: none;
  229. z-index: 3003;
  230. }
  231.  
  232.  
  233.  
  234.  
  235. <link rel="preconnect" href="https://fonts.gstatic.com">
  236. <link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
  237. <div class="image1"></div>
  238. <div class="stattext2text"><center>I am nothing<br>but a <br><span title="mementos are beings that are given life by a
  239. collective of potent memories occurring in a specific area.
  240.  
  241. these spirits are equipped with enhanced evocation,
  242. and those who encounter them often report instances of:
  243. scattered thoughts; memory loss; hallucinations; phantom pains.
  244.  
  245. This ghost of a girl usually answers to Aelita,
  246. if you can remember her long enough to exchange names."><b>memory.</b></span><p></div>
  247. <div class="cornerleft"></div>
  248. <div class="cornerright"></div>
Advertisement
Add Comment
Please, Sign In to add comment