CornyGoose

Sucrose CSS

Mar 2nd, 2022
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.16 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: #E6E6E6;
  14. background-size: 100%;
  15. background-repeat: repeat;
  16. z-index: 0;
  17. cursor: url(), default;
  18. }
  19.  
  20. .picturebg {
  21. background-image: url(https://cdn.discordapp.com/attachments/386708033155366915/948664763179745300/sucrose2.png);
  22. background-size: 30vw;
  23. background-repeat: no-repeat;
  24. position: absolute;
  25. bottom: 0vw;
  26. left: 0vw;
  27. width: 35vw;
  28. height: 43.5vw;
  29. z-index: 3;
  30. transition: .9s ease-out;
  31. pointer-events: none;
  32. }
  33.  
  34. .picture {
  35. background-image: url(https://cdn.discordapp.com/attachments/386708033155366915/948035007174303754/sucrose.png);
  36. background-size: 30vw;
  37. background-repeat: no-repeat;
  38. position: absolute;
  39. bottom: 0vw;
  40. left: 0vw;
  41. width: 35vw;
  42. height: 43.5vw;
  43. z-index: 5;
  44. transition: .9s ease-out;
  45. pointer-events: none;
  46. }
  47.  
  48. .gif1 {
  49. background-image: url(https://64.media.tumblr.com/6b6e45f577d63dad50bc24c3537ac3b1/65f49c14a2e4e5f7-cd/s540x810/e86cd1cdc33f7bd82c2b6fabdbf7d2647001dbe0.gifv);
  50. background-size: 25vw;
  51. background-repeat: no-repeat;
  52. position: absolute;
  53. bottom: 20vw;
  54. left: 22.5vw;
  55. width: 25vw;
  56. height: 12vw;
  57. z-index: 2;
  58. opacity: .9;
  59. transition: .9s ease-out;
  60. transition-delay: 1s;
  61. border: .3vw solid #BDFCEC;
  62. pointer-events: none;
  63. }
  64.  
  65. body:hover .gif1{
  66. width: 5vw;
  67. height: 11.75vw;
  68. bottom: 19vw;
  69. left: 13vw;
  70. opacity: 0.9;
  71. transition: 1.5s;
  72. }
  73.  
  74. .gif2 {
  75. background-image: url(https://c.tenor.com/CtfT34PgDVcAAAAC/genshin-impact-genshin.gif);
  76. background-size: 25vw;
  77. background-repeat: no-repeat;
  78. position: absolute;
  79. bottom: 5.5vw;
  80. left: 15.2vw;
  81. width: 24.9vw;
  82. height: 12vw;
  83. z-index: 2;
  84. opacity: .9;
  85. transition: .9s ease-out;
  86. transition-delay: 1s;
  87. border: .3vw solid #BDFCEC;
  88. pointer-events: none;
  89. }
  90.  
  91. body:hover .gif2{
  92. bottom: 5vw;
  93. left: 13.3vw;
  94. width: 3vw;
  95. height: 10vw;
  96. opacity: 0.9;
  97. transition: 1.5s;
  98. }
  99.  
  100. .gif3 {
  101. background-image: url(https://i.imgur.com/moJ4Gqb.gif);
  102. background-size: 10vw;
  103. background-repeat: no-repeat;
  104. position: absolute;
  105. bottom: 0vw;
  106. left: 92vw;
  107. width: 24.9vw;
  108. height: 7.8vw;
  109. z-index: 2;
  110. opacity: .9;
  111. transition: .9s ease-out;
  112. transition-delay: 1s;
  113. pointer-events: none;
  114. }
  115.  
  116. .box1 {
  117. position: absolute;
  118. width: 21vw;
  119. height: 12vw;
  120. bottom: 18.5vw;
  121. left: 27vw;
  122. font-family: 'Lusitana', serif;
  123. background: #;
  124. background-size: 50%;
  125. text-align: left;
  126. font-size: 1.5vw;
  127. color: #886773;
  128. z-index: 5;
  129. opacity: 0;
  130. transition: .9s ease-in;
  131. transform: rotate(0deg);
  132. overflow-y: scroll;
  133. }
  134.  
  135. body:hover .box1{
  136. width: 20.5vw;
  137. height: 11vw;
  138. bottom: 19.5vw;
  139. left: 29vw;
  140. opacity: 1;
  141. transition: 1.5s;
  142. transition-delay: .8s;
  143. }
  144.  
  145. .boxbg {
  146. position: absolute;
  147. width: 2vw;
  148. height: 12vw;
  149. bottom: 19vw;
  150. left: 13vw;
  151. font-family: 'Rajdhani', sans-serif;
  152. border: .5vw solid #BDFCEC;
  153. background: #;
  154. background-size: 50%;
  155. text-align: left;
  156. font-size: 2.5v;
  157. background-color: #ffffff;
  158. z-index: 2;
  159. opacity: 1;
  160. transition: .9s ease-out;
  161. transition-delay: 0.9s;
  162. transform: rotate(0deg);
  163. }
  164.  
  165. body:hover .boxbg{
  166. width: 37vw;
  167. height: 12vw;
  168. bottom: 19vw;
  169. left: 13vw;
  170. opacity: 1;
  171. transition: 1.5s;
  172. }
  173.  
  174. .box2 {
  175. position: absolute;
  176. width: 26vw;
  177. height: 12.5vw;
  178. bottom: 3.5vw;
  179. left: 18vw;
  180. font-family: 'Lusitana', serif;
  181. background: #;
  182. background-size: 50%;
  183. text-align: left;
  184. font-size: 1.5vw;
  185. color: #886773;
  186. z-index: 5;
  187. opacity: 0;
  188. transition: .9s ease-in;
  189. transform: rotate(0deg);
  190. }
  191.  
  192. body:hover .box2{
  193. width: 26vw;
  194. height: 11.5vw;
  195. bottom: 4.5vw;
  196. left: 19vw;
  197. opacity: 1;
  198. transition: 1.5s;
  199. transition-delay: .8s;
  200. }
  201.  
  202. .boxbg2 {
  203. position: absolute;
  204. width: 0vw;
  205. height: 12.5vw;
  206. bottom: 4vw;
  207. left: 13vw;
  208. font-family: 'Rajdhani', sans-serif;
  209. border: .5vw solid #BDFCEC;
  210. background: #;
  211. background-size: 50%;
  212. text-align: left;
  213. font-size: 3.2vh;
  214. background-color: #ffffff;
  215. z-index: 4;
  216. opacity: 1;
  217. transition: .9s ease-out;
  218. transition-delay: 0.9s;
  219. transform: rotate(0deg);
  220. }
  221.  
  222. body:hover .boxbg2{
  223. width: 32vw;
  224. height: 12.5vw;
  225. bottom: 4vw;
  226. left: 13vw;
  227. opacity: 1;
  228. transition: 1.5s;
  229. }
  230.  
  231. .barright {
  232. position: absolute;
  233. width: 1vw;
  234. height: 40vw;
  235. bottom: -3vw;
  236. left: 46.5vw;
  237. font-family: 'Rajdhani', sans-serif;
  238. border: .5vw solid #BDFCEC;
  239. background: #;
  240. background-size: 50%;
  241. text-align: left;
  242. font-size: 3.2vh;
  243. background-color: #ffffff;
  244. z-index: 4;
  245. opacity: 1;
  246. transition: .9s ease-out;
  247. transition-delay: 0.9s;
  248. transform: rotate(25deg);
  249. }
  250.  
  251. body:hover .barright{
  252. opacity: 0;
  253. transition: 1.5s;
  254. }
  255.  
  256. .name {
  257. background-image: url(https://i.imgur.com/a9vP5tB.png);
  258. background-size: 30vw;
  259. background-repeat: no-repeat;
  260. position: absolute;
  261. left: 17vw;
  262. bottom: 32.75vw;
  263. width: 75vw;
  264. height: 5.5vw;
  265. color: #886773;
  266. font-family: 'Rajdhani', sans-serif;
  267. font-size: 8vw;
  268. text-align: center;
  269. letter-spacing: .2vw;
  270. transition: .9s ease-out;
  271. z-index: 10;
  272. opacity: 1;
  273. filter: drop-shadow(.4vw .4vw #FFFFFF);
  274. transform: rotate(0deg);
  275. }
  276.  
  277.  
  278.  
  279.  
  280.  
  281. ::-webkit-scrollbar-track
  282. {
  283. -webkit-box-shadow: inset 0 0 0.6vw rgba(0,0,0,0.3);
  284. border-radius: 0vw;
  285. background-color: #;
  286. }
  287.  
  288. ::-webkit-scrollbar
  289. {
  290. width: 0vh;
  291. background-color: #;
  292. }
  293.  
  294. ::-webkit-scrollbar-thumb
  295. {
  296. border-radius: 0vw;
  297. -webkit-box-shadow: inset 0 0 0.6vw rgba(0,0,0,.3);
  298. background-color: #;
  299. }
  300.  
  301. u {
  302. text-transform: uppercase;
  303. text-decoration: none;
  304. line-height: .82vw;
  305. opacity: 1;
  306. border: .25vw solid #3B0612;
  307. background: #843106;
  308. padding: .2vw .4vw .1vw .4vw;
  309. }
  310.  
  311. a {color: #BCDAE2;
  312. text-decoration: none;
  313. -webkit-transition: all 0.5s ease-in-out;
  314. -moz-transition: all 0.5s ease-in-out;
  315. -o-transition: all 0.5s ease-in-out;
  316. -ms-transition: all 0.5s ease-in-out;
  317. transition: all 0.5s ease-in-out;
  318. }
  319.  
  320. a:hover {color: #CE490C;
  321.  
  322. -webkit-transition: all 0.5s ease-in-out;
  323. -moz-transition: all 0.5s ease-in-out;
  324. -o-transition: all 0.5s ease-in-out;
  325. -ms-transition: all 0.5s ease-in-out;
  326. transition: all 0.5s ease-in-out;
  327. }
  328.  
  329. .lights {
  330. background-image: url(https://pbs.twimg.com/media/EUYNtqpXsAYoLSh.png);
  331. background-size: 100%;
  332. background-repeat: no-repeat;
  333. position:absolute;
  334. top: 0vh;
  335. left: 0vh;
  336. width: 100vw;
  337. height: 75vw;
  338. left: vh;
  339. z-index: -1;
  340. opacity: .4;
  341. }
Advertisement
Add Comment
Please, Sign In to add comment