HellaBlind

awilix code

Jun 27th, 2020 (edited)
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.90 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: #D970CA;
  14. background: -moz-linear-gradient(top, #D970CA 0%, #7871AA 70%, #4E5283 100%);
  15. background: -webkit-linear-gradient(top, #D970CA 0%, #7871AA 70%, #4E5283 100%);
  16. background: linear-gradient(to bottom, #D970CA 0%, #7871AA 70%, #4E5283 100%);
  17. background-size: 10vw ;
  18. background-position: center;
  19. background-repeat: repeat;
  20. overflow: hidden;
  21. cursor: url(https://i.imgur.com/2inIpFX.png), default;
  22. }
  23.  
  24. ::-webkit-scrollbar {
  25. width: 0px;
  26. height: 0px;
  27. background:#000;
  28. }
  29.  
  30. ::-webkit-scrollbar-thumb {
  31. background-color:#9fbfcc;
  32. -webkit-border-radius: 10px;
  33. border-radius: 10px;
  34. }
  35.  
  36. u {
  37. text-decoration: none;
  38. line-height: 1.1vw;
  39. border-bottom: .1vw dotted #E4FDE1;
  40.  
  41. }
  42.  
  43. a {color: #D9BBF9;
  44. text-decoration: none;
  45. -webkit-transition: all 0.5s ease-in-out;
  46. -moz-transition: all 0.5s ease-in-out;
  47. -o-transition: all 0.5s ease-in-out;
  48. -ms-transition: all 0.5s ease-in-out;
  49. transition: all 0.5s ease-in-out;
  50. }
  51.  
  52. a:hover {color: #000;
  53. text-decoration: bold;
  54. -webkit-transition: all 0.5s ease-in-out;
  55. -moz-transition: all 0.5s ease-in-out;
  56. -o-transition: all 0.5s ease-in-out;
  57. -ms-transition: all 0.5s ease-in-out;
  58. transition: all 0.5s ease-in-out;
  59. }
  60.  
  61. span {color: #D9BBF9;
  62. text-decoration: none;
  63. -webkit-transition: all 0.5s ease-in-out;
  64. -moz-transition: all 0.5s ease-in-out;
  65. -o-transition: all 0.5s ease-in-out;
  66. -ms-transition: all 0.5s ease-in-out;
  67. transition: all 0.5s ease-in-out;
  68. }
  69.  
  70. span:hover {color: #000;
  71. text-decoration: bold;
  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. .topborder {
  80. filter: brightness(120%) saturate(100%) contrast(70%) blur(.6vw);
  81. position: absolute;
  82. border-top: .15vw solid #E4FDE1;
  83. border-bottom: .15vw solid #E4FDE1;
  84. width: 36vw;
  85. top: 4.4vw;
  86. left: 27vw;
  87. height: .3vw;
  88. opacity: 1;
  89. background-color: #E4FDE1;
  90. background-size: 5vw;
  91. color: #000;
  92. font-family: 'lato', sans-serif;
  93. font-size: .8vw;
  94. overflow: hidden;
  95. text-align: center;
  96. padding: .1vw .1vw .1vw .1vw;
  97. line-height: .82vw;
  98. z-index: 54;
  99. }
  100.  
  101. .bottomborder {
  102. filter: brightness(120%) saturate(100%) contrast(70%) blur(.6vw);
  103. position: absolute;
  104. border-top: .15vw solid #E4FDE1;
  105. border-bottom: .15vw solid #E4FDE1;
  106. width: 35.5vw;
  107. top: 39.4vw;
  108. left: 27vw;
  109. height: .3vw;
  110. opacity: 1;
  111. background-color: #E4FDE1;
  112. background-size: 5vw;
  113. color: #000;
  114. font-family: 'lato', sans-serif;
  115. font-size: .8vw;
  116. overflow: hidden;
  117. text-align: center;
  118. padding: .1vw .1vw .1vw .1vw;
  119. line-height: .82vw;
  120. z-index: 54;
  121. }
  122. .leftborder {
  123. filter: brightness(120%) saturate(100%) contrast(70%) blur(.6vw);
  124. position: absolute;
  125. border-left: .15vw solid #C56CE1;
  126. border-right: .15vw solid #C56CE1;
  127. width: .3vw;
  128. top: 4.5vw;
  129. left: 27vw;
  130. height: 35vw;
  131. opacity: 1;
  132. background-color: #E4FDE1;
  133. background-size: 5vw;
  134. color: #000;
  135. font-family: 'lato', sans-serif;
  136. font-size: .8vw;
  137. overflow: hidden;
  138. text-align: center;
  139. padding: .1vw .1vw .1vw .1vw;
  140. line-height: .82vw;
  141. z-index: 54;
  142. }
  143.  
  144.  
  145. .rightborder {
  146. filter: brightness(120%) saturate(100%) contrast(70%) blur(.6vw);
  147. position: absolute;
  148. border-left: .15vw solid #E4FDE1;
  149. border-right: .15vw solid #E4FDE1;
  150. width: .3vw;
  151. top: 4.5vw;
  152. left: 62.1vw;
  153. height: 35vw;
  154. opacity: 1;
  155. background-color: #E4FDE1;
  156. background-size: 5vw;
  157. color: #000;
  158. font-family: 'lato', sans-serif;
  159. font-size: .8vw;
  160. overflow: hidden;
  161. text-align: center;
  162. padding: .1vw .1vw .1vw .1vw;
  163. line-height: .82vw;
  164. z-index: 54;
  165. }
  166.  
  167. .namebox1 {
  168. transition: .9s ease-out;
  169. position: absolute;
  170. border: .vw solid #fff;
  171. width: 60vw;
  172. top: 1vw;
  173. left: 13.7vw;
  174. height: 2vw;
  175. background: #E4FDE1;
  176. background: -moz-linear-gradient(top, #E4FDE1 0%, #E4FDE1 50%, #4E5283 100%);
  177. background: -webkit-linear-gradient(top, #E4FDE1 0%, #E4FDE1 50%, #4E5283 100%);
  178. background: linear-gradient(to bottom, #E4FDE1 0%, #E4FDE1 50%, #4E5283 100%);
  179. -webkit-text-fill-color: transparent;
  180. -webkit-background-clip: text;
  181. -webkit-text-stroke-width: .05vw;
  182. -webkit-text-stroke-color: #4E5283;
  183. opacity: 1;
  184. color: #fff;
  185. font-family: 'Cinzel', serif;
  186. font-size: 4.5vw;
  187. overflow: hidden;
  188. text-align: center;
  189. line-height: 1vw;
  190. z-index: 54;
  191. padding: 2.5vw 1vw 1vw 1vw
  192. }
  193.  
  194. .namebox2 {
  195. transition: .9s ease-out;
  196. position: absolute;
  197. border-left: .vw solid #000;
  198. border-right: .vw solid #000;
  199. width: 5vw;
  200. top: 3vw;
  201. left: 45.05vw;
  202. height: 8.2vw;
  203. opacity: 1;
  204. background-color: #transparent;
  205. background-size: 5vw;
  206. color: #000;
  207. font-family: 'Raleway', sans-serif;
  208. font-size: .9vw;
  209. overflow: auto;
  210. text-align: center;
  211. padding: .1vw .1vw .1vw .1vw;
  212. line-height: 1vw;
  213. letter-spacing: .1vw;
  214. z-index: 64;
  215. }
  216.  
  217. .statbox1 {
  218. transition: .9s ease-out;
  219. position: absolute;
  220. border-left: .1vw solid #000;
  221. border-right: .1vw solid #000;
  222. width: 15vw;
  223. top: 29vw;
  224. left: 46vw;
  225. height: 8vw;
  226. opacity: 1;
  227. background-color: #transparent;
  228. background-size: 5vw;
  229. color: #D970CA;
  230. font-family: 'Raleway', sans-serif;
  231. font-size: .8vw;
  232. overflow: auto;
  233. text-align: center;
  234. padding: 1vw .1vw .1vw .1vw;
  235. line-height: 1vw;
  236. letter-spacing: .1vw;
  237. z-index: 54;
  238. }
  239.  
  240. body:hover .statbox1 {
  241. opacity: 0;
  242. transition: .5s ease-in;
  243. transition-delay: 2s;
  244. transition-timing-function: ease-in;
  245. }
  246.  
  247. .statbox2 {
  248. transition: .9s ease-out;
  249. position: absolute;
  250. border-left: .1vw solid #000;
  251. border-right: .1vw solid #000;
  252. width: 15vw;
  253. top: 29vw;
  254. left: 46vw;
  255. height: 8.5vw;
  256. opacity: 0;
  257. background-color: #transparent;
  258. background-size: 5vw;
  259. color: #D970CA;
  260. font-family: 'Raleway', sans-serif;
  261. font-size: .8vw;
  262. overflow: auto;
  263. text-align: center;
  264. padding: .5vw .1vw .1vw .1vw;
  265. line-height: 1.2vw;
  266. letter-spacing: .1vw;
  267. z-index: 55;
  268. }
  269.  
  270. body:hover .statbox2 {
  271. opacity: 1;
  272. transition: .5s ease-in;
  273. transition-delay: 2s;
  274. transition-timing-function: ease-in;
  275. }
  276.  
  277. .backbox1 {
  278. transition: .9s ease-out;
  279. position: absolute;
  280. border-left: .vw solid #000;
  281. border-right: .vw solid #000;
  282. width: 15.2vw;
  283. top: 29vw;
  284. left: 46vw;
  285. height: 8.9vw;
  286. opacity: .2;
  287. background-color: #000;
  288. background-size: 1vw;
  289. color: #D970CA;
  290. font-family: 'Raleway', sans-serif;
  291. font-size: 1vw;
  292. overflow: auto;
  293. text-align: center;
  294. padding: .1vw .1vw .1vw .1vw;
  295. line-height: 1vw;
  296. letter-spacing: .1vw;
  297. z-index: 22;
  298. }
  299.  
  300. .backbox2 {
  301. transition: .9s ease-out;
  302. position: absolute;
  303. border-left: .vw solid #000;
  304. border-right: .vw solid #000;
  305. width: 35.8vw;
  306. top: 41vw;
  307. left: 26.95vw;
  308. height: 1.5vw;
  309. opacity: .2;
  310. background-color: #000;
  311. background-size: 1vw;
  312. color: #D970CA;
  313. font-family: 'Raleway', sans-serif;
  314. font-size: 1vw;
  315. overflow: auto;
  316. text-align: center;
  317. padding: .7vw .1vw .1vw .1vw;
  318. line-height: 1vw;
  319. letter-spacing: .1vw;
  320. z-index: 22;
  321. }
  322.  
  323. .image1 {
  324. transition: 1.5s ease-out;
  325. filter: brightness(120%) saturate(100%) contrast(70%) blur(0vw);
  326. background-image: url(https://i.pinimg.com/originals/07/d9/02/07d9024d34209d5e9be5c4be2a260bde.gif);
  327. background-size: 35vw;
  328. position:absolute;
  329. top: 5vw;
  330. left: 28vw;
  331. width: 34vw;
  332. height: 34.4vw;
  333. opacity: 1;
  334. border: .vw solid #000;
  335. border-top: .vw solid #000;
  336. border-left: vw solid #000;
  337. border-right: .vw solid #000;
  338. outline: vw solid #000;
  339. outline-offset: vw;
  340. -webkit-box-shadow: 5px 5px 30px 34px rgba(228,253,225,0.17);
  341. box-shadow: 5px 5px 30px 34px rgba(228,253,225,0.17);
  342. background-repeat: no-repeat;
  343. background-position: bottom;
  344. z-index: -3;
  345.  
  346.  
  347. }
  348.  
  349.  
  350.  
  351. <link href="https://fonts.googleapis.com/css?family=Cinzel|Lato|Raleway&display=swap" rel="stylesheet">
  352. <div class="image1"></div>
  353. <div class="topborder"></div>
  354. <div class="leftborder"></div>
  355. <div class="rightborder"></div>
  356. <div class="bottomborder"></div>
  357. <div class="namebox1">Goddess Moon</div>
  358. <div class="namebox2"><i>of<br>the</i></div>
  359. <div class="statbox1"><i>"Pale white shines the light from her sentinel high above Earth. She watches, the eye that pierces shadow, and listens with the ears of birds and beasts that use the darkness to hunt and revel."</div>
  360. <div class="statbox2"><font style ="float:left"><u></i>Name<i></u></font><font style ="float:right">Awilix</font><br>
  361. <font style ="float:left"><u></i>Designation<i></u></font><font style ="float:right"><span title="Queen of the Night.
  362. Patron of Xibalba + that one game you see them playing in the Road to El Dorado.
  363. Escorts the deceased over the Milky Way to the Spirit World.">Moon Deity</span></font><br>
  364. <font style ="float:left"><u></i>Age</u><i></font><font style ="float:right">Old as the night</font><br>
  365. <font style ="float:left"><u></i>Pantheon<i></u></font><font style ="float:right">Mayan</font><br>
  366. <font style ="float:left"><u></i>Totem Animal<i></u></font><font style ="float:right"><span title="Often goes hunting with her favorite feline companion, Suku.
  367. She also holds sway over eagles, and uses them to communicate.
  368. Finds cellphones to be 'too futuristic' for her taste.">Jaguar</font><br>
  369. <font style ="float:left"><u></i>Weapon<i></u></font><font style ="float:right">Shadowlit Spear</font><br>
  370. <font style ="float:left"><u></i>Appearance<i></u></font><font style ="float:right"><a target="_blank" href="https://cdn.discordapp.com/attachments/580312013889339393/689663410392399933/d926dbb0691eecb1518a54124e034d57.png"><span title="Her hair color waxes and wanes with the light of the moon.
  371. When it is full, strands give off a silver hue.
  372. When no moonlight shines, tresses mirror the blackest of nights.">Click Here.</span></a></font></div>
  373. <div class="backbox1"></div>
  374. <div class="backbox2"><center>wip • shitpost-novella • often tabbed • dm friendly </div>
Add Comment
Please, Sign In to add comment