Advertisement
HellaBlind

thiqquita

Aug 11th, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.46 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: #2D3045;
  14. background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-dark.png");
  15. background-position: center;
  16. background-repeat: repeat;
  17. overflow: hidden;
  18. cursor: url(https://i.imgur.com/2inIpFX.png), default;
  19. }
  20.  
  21. ::-moz-selection {
  22. color: #3D3B48;
  23. text-shadow: 0 0 0px #000, 2px 2px 2px rgba(0,0,0,..5);
  24.  
  25. }
  26.  
  27.  
  28. ::selection {
  29. color: #3D3B48;
  30. text-shadow: 0 0 0px #000, 2px 2px 2px rgba(0,0,0,.5);
  31.  
  32. }
  33.  
  34. u {
  35. text-decoration: none;
  36. line-height: 1.4vw;
  37. color: #191324;
  38. opacity: .8;
  39. background-color: #303F58;
  40. padding: .1vw .15vw .05vw .2vw;
  41. }
  42.  
  43. b {
  44. opacity: .95;
  45. color: #000;
  46. letter-spacing: .1vw;
  47. }
  48.  
  49. hr {
  50. border: 0vw;
  51. height: .15px;
  52. background-color: #999;
  53. }
  54.  
  55. a {
  56. color: #999;
  57. text-shadow: 0 0 10px #941D21, 2px 2px 2px rgb(77,77,131);
  58. text-decoration: none;
  59. -webkit-transition: all 0.5s ease-in-out;
  60. -moz-transition: all 0.5s ease-in-out;
  61. -o-transition: all 0.5s ease-in-out;
  62. -ms-transition: all 0.5s ease-in-out;
  63. transition: all 0.5s ease-in-out;
  64. }
  65.  
  66. a:hover {
  67. color: #000;
  68. text-shadow: 0 0 5px #574F6B, 2px 2px 2px rgb(77,77,131,1);
  69. text-decoration: none;
  70. -webkit-transition: all 0.5s ease-in-out;
  71. -moz-transition: all 0.5s ease-in-out;
  72. -o-transition: all 0.5s ease-in-out;
  73. -ms-transition: all 0.5s ease-in-out;
  74. transition: all 0.5s ease-in-out;
  75. }
  76.  
  77. span {
  78. color: #999;
  79. text-shadow: 0 0 10px #941D21, 2px 2px 2px rgb(77,77,131);
  80. text-decoration: none;
  81. -webkit-transition: all 0.5s ease-in-out;
  82. -moz-transition: all 0.5s ease-in-out;
  83. -o-transition: all 0.5s ease-in-out;
  84. -ms-transition: all 0.5s ease-in-out;
  85. transition: all 0.5s ease-in-out;
  86. }
  87.  
  88. span:hover {
  89. color: #000;
  90. text-shadow: 0 0 5px #574F6B, 2px 2px 2px rgb(77,77,131,1);
  91. text-decoration: none;
  92. -webkit-transition: all 0.5s ease-in-out;
  93. -moz-transition: all 0.5s ease-in-out;
  94. -o-transition: all 0.5s ease-in-out;
  95. -ms-transition: all 0.5s ease-in-out;
  96. transition: all 0.5s ease-in-out;
  97. }
  98.  
  99. ::-webkit-scrollbar {
  100. width: .0vw;
  101. height: 0vw;
  102. background:#fff;
  103. }
  104.  
  105. ::-webkit-scrollbar-thumb {
  106. background-color:#000;
  107. -webkit-border-radius: 0vw;
  108. border-radius: 0vw;
  109. }
  110.  
  111. .stattext2text {
  112. transition: .9s ease-out;
  113. position: absolute;
  114. width: 33vw;
  115. height: 22vw;
  116. bottom: 5vw;
  117. left: 0vw;
  118. opacity: 1;
  119. background: #485D86;
  120. border: .5vw solid #639C96;
  121. outline: .1vw solid #fff;
  122. outline-offset: 1vw;
  123. color: #D8FCE2;
  124. font-family: 'Heebo', sans-serif;
  125. word-wrap: break-word;
  126. font-size: 1vw;
  127. overflow: auto;
  128. text-align: center;
  129. text-transform: none;
  130. padding: .9vw .2vw .2vw .2vw;
  131. line-height: 1vw;
  132. letter-spacing: .05vw;
  133. z-index: 1005;
  134. }
  135.  
  136. .blah {
  137. transition: .9s ease-out;
  138. position: absolute;
  139. width: 12vw;
  140. height: 4vw;
  141. bottom: 16vw;
  142. left: 35vw;
  143. opacity: .7;
  144. background: #transparent;
  145. border-left: 0vw dashed #8FE2BF;
  146. color: #140404;
  147. font-family: 'Roboto', sans-serif;
  148. word-wrap: break-word;
  149. font-size: .8vw;
  150. overflow: auto;
  151. text-align: center;
  152. text-transform: uppercase;
  153. padding: .9vw .2vw .5vw .6vw;
  154. line-height: 1vw;
  155. letter-spacing: .05vw;
  156. z-index: 3000000;
  157. -moz-transform: rotate(-15deg);
  158. -webkit-transform: rotate(-15deg);
  159. -o-transform: rotate(-15deg);
  160. -ms-transform: rotate(-15deg);
  161. transform: rotate(-15deg);
  162. }
  163.  
  164. .blah00c {
  165. transition: .9s ease-out;
  166. position: absolute;
  167. width: 15vw;
  168. height: 4vw;
  169. bottom: 19.1vw;
  170. left: 34vw;
  171. opacity: .7;
  172. background: #transparent;
  173. border-left: 0vw dashed #8FE2BF;
  174. color: #140404;
  175. font-family: 'Roboto', sans-serif;
  176. word-wrap: break-word;
  177. font-size: .8vw;
  178. overflow: auto;
  179. text-align: center;
  180. text-transform: uppercase;
  181. padding: .9vw .2vw .5vw .6vw;
  182. line-height: 1vw;
  183. letter-spacing: .05vw;
  184. z-index: 3000000;
  185. -moz-transform: rotate(-15deg);
  186. -webkit-transform: rotate(-15deg);
  187. -o-transform: rotate(-15deg);
  188. -ms-transform: rotate(-15deg);
  189. transform: rotate(-15deg);
  190. }
  191.  
  192. .blah00ctop {
  193. transition: .9s ease-out;
  194. position: absolute;
  195. width: 12vw;
  196. height: 4vw;
  197. bottom: 21.7vw;
  198. left: 35vw;
  199. opacity: .7;
  200. background: #transparent;
  201. border-left: 0vw dashed #8FE2BF;
  202. color: #140404;
  203. font-family: 'Roboto', sans-serif;
  204. word-wrap: break-word;
  205. font-size: .8vw;
  206. overflow: auto;
  207. text-align: left;
  208. text-transform: uppercase;
  209. padding: .9vw .2vw .5vw .6vw;
  210. line-height: 1vw;
  211. letter-spacing: .05vw;
  212. z-index: 3000000;
  213. -moz-transform: rotate(-15deg);
  214. -webkit-transform: rotate(-15deg);
  215. -o-transform: rotate(-15deg);
  216. -ms-transform: rotate(-15deg);
  217. transform: rotate(-15deg);
  218. }
  219.  
  220. .blah111 {
  221. transition: .9s ease-out;
  222. position: absolute;
  223. width: 55vw;
  224. height: 4vw;
  225. bottom: 18vw;
  226. left: 0vw;
  227. opacity: 1;
  228. background: #transparent;
  229. border-TOP: .1vw SOLID #8FE2BF;
  230. border-BOTTOM: .1vw SOLID #8FE2BF;
  231. filter: drop-shadow(0 0vw .1vw #fff);
  232. color: #7C75A5;
  233. font-family: 'Roboto', sans-serif;
  234. word-wrap: break-word;
  235. font-size: .8vw;
  236. overflow: auto;
  237. text-align: center;
  238. text-transform: uppercase;
  239. padding: .9vw .2vw .5vw .6vw;
  240. line-height: 1vw;
  241. letter-spacing: .05vw;
  242. z-index: 300;
  243. -moz-transform: rotate(-15deg);
  244. -webkit-transform: rotate(-15deg);
  245. -o-transform: rotate(-15deg);
  246. -ms-transform: rotate(-15deg);
  247. transform: rotate(-15deg);
  248. }
  249.  
  250. .blah1111 {
  251. transition: .9s ease-out;
  252. position: absolute;
  253. width: 45vw;
  254. height: 4vw;
  255. bottom: 13.8vw;
  256. left: 0vw;
  257. opacity: 1;
  258. background: #transparent;
  259. border-TOP: .1vw SOLID #8FE2BF;
  260. border-BOTTOM: .1vw SOLID #8FE2BF;
  261. filter: drop-shadow(0 0vw .1vw #fff);
  262. color: #7C75A5;
  263. font-family: 'Poppins', sans-serif;
  264. word-wrap: break-word;
  265. font-size: .8vw;
  266. overflow: auto;
  267. text-align: center;
  268. text-transform: uppercase;
  269. padding: .9vw .2vw .5vw .6vw;
  270. line-height: 1vw;
  271. letter-spacing: .05vw;
  272. z-index: 300;
  273. -moz-transform: rotate(-15deg);
  274. -webkit-transform: rotate(-15deg);
  275. -o-transform: rotate(-15deg);
  276. -ms-transform: rotate(-15deg);
  277. transform: rotate(-15deg);
  278. }
  279.  
  280. .blah2 {
  281. transition: .9s ease-out;
  282. position: absolute;
  283. width: 10vw;
  284. height: 25vw;
  285. bottom: 3.85vw;
  286. left: 22vw;
  287. opacity: .5;
  288. background: #transparent;
  289. border-left: 1vw dashed #120304;
  290. filter: drop-shadow(0 0vw .1vw #fff);
  291. color: #7C75A5;
  292. font-family: 'Poppins', sans-serif;
  293. word-wrap: break-word;
  294. font-size: .8vw;
  295. overflow: auto;
  296. text-align: center;
  297. text-transform: uppercase;
  298. padding: .9vw .2vw .5vw .6vw;
  299. line-height: 1vw;
  300. letter-spacing: .05vw;
  301. z-index: 3000000;
  302. }
  303.  
  304. .blah2text {
  305. transition: .9s ease-out;
  306. position: absolute;
  307. width: 10vw;
  308. height: 22.1vw;
  309. bottom: 5.5vw;
  310. left: 23vw;
  311. opacity: .6;
  312. background: #transparent;
  313. border: 0vw dashed #000;
  314. color: #8FE2BF;
  315. font-family: 'Roboto', sans-serif;
  316. word-wrap: break-word;
  317. font-size: .8vw;
  318. overflow: auto;
  319. text-align: center;
  320. padding: .5vw .2vw .5vw .6vw;
  321. line-height: 1vw;
  322. letter-spacing: .05vw;
  323. z-index: 3000000;
  324. }
  325.  
  326. .title1{
  327. background-image: url(https://i.imgur.com/9oiGCvg.png);
  328. background-size: 15vw;
  329. opacity: 1;
  330. position:absolute;
  331. bottom: 4vw;
  332. left:8.5vw;
  333. width: 22vw;
  334. height: 33vw;
  335. background-repeat: no-repeat;
  336. background-position: center;
  337. pointer-events: none;
  338. z-index: 3001;
  339. -moz-transform: rotate(-90deg);
  340. -webkit-transform: rotate(-90deg);
  341. -o-transform: rotate(-90deg);
  342. -ms-transform: rotate(-90deg);
  343. transform: rotate(90deg);
  344. }
  345.  
  346. .title2{
  347. background-image: url(https://i.imgur.com/XVLmleK.png);
  348. background-size: 15.5vw;
  349. opacity: 1;
  350. position:absolute;
  351. border: 0vw solid white;
  352. bottom: 15.3vw;
  353. left: -12.5vw;
  354. width: 28vw;
  355. height: 10vw;
  356. background-repeat: no-repeat;
  357. background-position: bottom;
  358. pointer-events: none;
  359. z-index: 3001;
  360. -moz-transform: rotate(-90deg);
  361. -webkit-transform: rotate(-90deg);
  362. -o-transform: rotate(-90deg);
  363. -ms-transform: rotate(-90deg);
  364. transform: rotate(-90deg);
  365. }
  366.  
  367.  
  368.  
  369. .image1{
  370. background-image: url(https://cdn.discordapp.com/attachments/386708033155366915/846822080103055400/image_2021-05-25_153716.png);
  371. filter: drop-shadow(0 0 .5vw #000);
  372. background-size: 23vw;
  373. opacity: 1;
  374. position:absolute;
  375. bottom: 0vw;
  376. left:0vw;
  377. width: 23vw;
  378. height: 45vw;
  379. background-repeat: no-repeat;
  380. background-position: bottom;
  381. pointer-events: none;
  382. z-index: 3003;
  383. }
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390. <link rel="preconnect" href="https://fonts.gstatic.com">
  391. <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
  392. <div class="image1"></div>
  393. <div class="stattext2text"></div>
  394. <div class="blah">harry potter with guns</div>
  395. <div class="blah00c">ooc shit here when I care</div>
  396. <div class="blah00ctop">top line, idk.</div>
  397. <div class="blah2"></div>
  398. <div class="blah111"></div>
  399. <div class="blah1111"></div>
  400. <div class="blah2text">I've ordered a veggie bowl (regular sized, not the mini bowl) the past 2 days for lunch and both were barely even half full. Not sure if they have changed their portions recently or accidentally put the mini bowl portions in my regularly sized bowl but I've never had it to where it super skimpy and barely anything in the bowlI've ordered a veggie bowl (regular sized, not the mini bowl) the past 2 days for lunch and both were barely even half full. Not sure if they have changed their portions recently or accidentally put the mini bowl portions in my regularly sized bowl but I've never had it to where it super skimpy and barely anything in the bowl :</div>
  401.  
  402. <div class="title2"></div>
  403. <div class="title1"></div>
  404.  
  405.  
  406.  
  407. CHIQUITA CODE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement