cogimyun

/neapolitan (bundlrs)

Jun 15th, 2024
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.90 KB | None | 0 0
  1. <style>
  2.  
  3. @media screen and (max-width: 600px){
  4. #top, #top-footer, #cont, #foot,#bottom{
  5. width: 85vw !important;
  6. grid-template-rows: 10vh 5vh 11vh auto !important;
  7. padding: 0px;
  8. }
  9. #cont{
  10. height: 45vh !important;
  11. font-size: 9px !important;
  12. }
  13. .image-center{
  14. height: 16vh !important;
  15. width: 47vw !important;
  16. }
  17. }
  18.  
  19. body{
  20. background-image: url('https://foollovers.com/mat/circle02/ha01-bg-randomdot.jpg') !important;
  21. background-size: 20%;
  22. background-repeat: repeat;
  23. color: #545454;
  24. font-size: 15px;
  25. }
  26.  
  27. .tab-container{
  28. background: transparent !important;
  29. max-width: 600px;
  30. margin: auto;
  31. padding: auto;
  32. min-height: 80vh;
  33. display: grid;
  34. place-content: center;
  35. }
  36.  
  37. :root{
  38. --border: #545454;
  39. }
  40.  
  41. @font-face{
  42. src: url('https://file.garden/Ze_zdVVdmFtXO7cR/Mali-Regular.ttf');
  43. font-family: 'font';
  44. font-size: 13px;
  45. }
  46.  
  47. *:not(body){
  48. font-family: 'font';
  49. src: url('https://file.garden/Ze_zdVVdmFtXO7cR/Mali-Regular.ttf');
  50. font-size: 13px;
  51. }
  52.  
  53. #top{
  54. width: 400px;
  55. height: 35px;
  56. border-top-left-radius: 20px;
  57. border: solid 1px var(--border);
  58. border-bottom: 0px;
  59. margin: auto;
  60. background: #ffd1e3;
  61. }
  62.  
  63. #top-footer{
  64. border: solid 1px var(--border);
  65. border-bottom: none;
  66. width: 400px;
  67. background: #fff0f6;
  68. margin: auto;
  69. padding-left: 10px;
  70. height: 22px;
  71. text-align: center;
  72. }
  73.  
  74. .title{
  75. border-radius: 3px;
  76. border: solid 1px var(--border);
  77. background: #fff;
  78. width: 190px;
  79. height: 22px;
  80. padding: 2px;
  81. margin-left: 20px;
  82. margin-top: 8px;
  83. padding-left: 5px;
  84. font-size: 12px;
  85. text-decoration: underline dotted 1.5px #545454;
  86. z-index: 100;
  87. }
  88.  
  89. #cont{
  90. display: grid;
  91. gap: 5px;
  92. padding: 10px;
  93. padding-top: 0px;
  94. grid-template-rows: 25% 30% 14%;
  95. grid-template-areas:
  96. 'one one one two'
  97. 'three four four five'
  98. 'three four four five'
  99. 'seven seven eight eight'
  100. 'seven seven eight eight';
  101. background: #fffbf0;
  102. border: solid 1px var(--border);
  103. width: 400px;
  104. height: 400px;
  105. margin: auto;
  106. padding-top: 6px;
  107. }
  108.  
  109. #foot{
  110. border: solid 1px var(--border);
  111. border-top: none;
  112. width: 400px;
  113. background: #663b32;
  114. margin: auto;
  115. padding-left: 10px;
  116. height: 25px;
  117. }
  118.  
  119. #bottom{
  120. width: 400px;
  121. height: 35px;
  122. border: solid 1px var(--border);
  123. border-top: none;
  124. margin: auto;
  125. border-bottom-left-radius: 20px;
  126. border-bottom-right-radius: 20px;
  127. background-image: url('https://foollovers.com/mat/food/g04-bg-chocolate.gif');
  128. background-repeat: repeat;
  129. background-size: 6%;
  130. }
  131.  
  132. .scroll-1{
  133. grid-area: one;
  134. background: linear-gradient(180deg, hsla(360, 100%, 100%, 1), hsla(337, 100%, 96%, 1));
  135. border: solid 1px var(--border);
  136. border-bottom-left-radius: 10px;
  137. border-bottom-right-radius: 10px;
  138. border-top-left-radius: 10px;
  139. margin: 5px;
  140. margin-bottom: 0px;
  141. padding: 10px;
  142. overflow: auto;
  143.  
  144. }
  145.  
  146. .scroll-2{
  147. grid-area: three;
  148. background: #fff;
  149. border: solid 1px var(--border);
  150. border-radius: 10px;
  151. border-bottom-right-radius: 0px;
  152. margin: 5px;
  153. padding: 5px;
  154. overflow: auto;
  155. }
  156.  
  157. .image-top-left{
  158. grid-area: two;
  159. width: 100%;
  160. margin-top: 5px;
  161. margin-bottom: 0px;
  162. margin-left: 0px;
  163. border: solid 1px var(--border);
  164. border-radius: 100px;
  165. animation: circle infinite 5s linear;
  166. }
  167.  
  168. .image-middle-left{
  169. grid-area: three;
  170. margin-bottom: 5px;
  171. overflow: auto;
  172. animation: scroll-up 15s linear infinite;
  173. }
  174.  
  175. .image-center{
  176. grid-area: four;
  177. margin-top: 5px;
  178. border: solid 1px var(--border);
  179. border-radius: 10px;
  180. background: #fff;
  181. width: 95%;
  182. margin: auto;
  183. }
  184.  
  185. .scroll-3{
  186. background: #fff;
  187. border: solid 1px var(--border);
  188. border-radius: 10px;
  189. border-bottom-left-radius: 0px;
  190. grid-area: five;
  191. overflow: auto;
  192. padding: 5px;
  193. margin-top: 5px;
  194. height: 93%;
  195. }
  196.  
  197. .image-right{
  198. grid-area: five;
  199. margin-bottom: 5px;
  200. overflow: auto;
  201. animation: scroll-up 15s linear infinite;
  202. }
  203.  
  204. .scroll-5{
  205. background: #fff;
  206. border: solid 1px var(--border);
  207. margin: 5px;
  208. margin-bottom: 15px;
  209. margin-top: 0px;
  210. padding: 10px;
  211. border: solid 1px var(--border);
  212. border-radius: 10px;
  213. grid-area: seven;
  214. overflow: auto;
  215. }
  216.  
  217. .scroll-6{
  218. background-image: url('https://foollovers.com/mat/slantstripe/ga28-bg-slantstripe.gif');
  219. background-repeat: repeat;
  220. background-size: 35%;
  221. border: solid 1px var(--border);
  222. margin: 5px;
  223. margin-bottom: 10px;
  224. margin-top: 0px;
  225. margin-left: 0px;
  226. padding: 10px;
  227. border-radius: 10px;
  228. grid-area: eight;
  229. overflow: auto;
  230. height: 83%;
  231. }
  232.  
  233. @keyframes circle{
  234. from{
  235. transform: rotate(0deg);
  236. }
  237. to{
  238. transform: rotate(360deg);
  239. }
  240. }
  241.  
  242. @keyframes scroll-up {
  243. from {
  244. transform: translatey(0);
  245. }
  246. to {
  247. transform: translatey(calc(-200px * 5));
  248. }
  249. }
  250.  
  251. ::-webkit-scrollbar{
  252. background: transparent !Important;
  253. width: 0px !important;
  254. }
  255.  
  256. ::-webkit-scrollbar-thumb{
  257. background: transparent !Important;
  258. width: 0px !important;
  259. }
  260.  
  261. ::selection{
  262. background: #b8958e;
  263. color: #fff;
  264. }
  265.  
  266. a{
  267. align-text: center;
  268. color: #d8c1bb;
  269. size: 14px;
  270. text-decoration: underline solid 2px;
  271. transition: 0.7s;
  272. display: inline-block;
  273. font-size: 85%;
  274. margin-right: 5px;
  275. }
  276.  
  277. a:hover{
  278. opacity: 0.6;
  279. text-decoration: underline solid;
  280. text-align: center;
  281. align-item: center;
  282. margin: auto;
  283. transform: translateY(-20%);
  284. cursor:help;
  285. }
  286.  
  287. .highlight{
  288. background: #fff0f6 !important;
  289. border-radius: 4px;
  290. border: solid 1px var(--border);
  291. padding: 0px 7px 0px 7px !important;
  292. margin-right: 3px;
  293. color: #525252;
  294. }
  295.  
  296. </style>
  297.  
  298. <div id="top">
  299. <div class="title"> https://mrrp-meow.jp/ </div>
  300. </div>
  301. <div id="top-footer"> last updated 5/8/24 : mobile sucks ass
  302. </div>
  303. <div id="cont">
  304. <div class="scroll-1"> ==byi== im cake or mugi.. im 13 turning 14, my prns are she-her and i use eng/indo ^_^!!
  305. </div>
  306. <img src="https://i.pinimg.com/564x/79/1b/3c/791b3ce5e96c41e3badf629cfef9c40b.jpg" class="image-top-left"/>
  307. <div class="scroll-2">
  308. <img src="https://i.pinimg.com/564x/68/3d/ee/683dee41f93a016215c4b4da088b5271.jpg" class="image-middle-left"/>
  309. <img src="https://i.pinimg.com/564x/c6/30/4e/c6304e273b050b735cb5395062042d5d.jpg" class="image-middle-left"/>
  310. <img src="https://i.pinimg.com/736x/5e/0f/03/5e0f0306b25cd321cbc1be8f149308f4.jpg" class="image-middle-left"/>
  311. <img src="https://i.pinimg.com/564x/bc/e4/fb/bce4fb28e2ff85f88be45cc84d9c05fd.jpg" class="image-middle-left"/>
  312. <img src="https://i.pinimg.com/564x/34/16/d0/3416d098084dde762e95ba2f54520aa0.jpg" class="image-middle-left"/>
  313. <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSv4EnunHobBMDVolS1vKil6qPrbDh6y0I4sJ2JbHM2fA&s" class="image-middle-left"/>
  314. <img src="https://i.pinimg.com/564x/fe/b6/81/feb6810bee583c13e6628c7f8c989f99.jpg" class="image-middle-left"/>
  315. <img src="https://images.genius.com/4892b436d8b67a68279cbab39349cef9.1000x1000x1.jpg" class="image-middle-left"/>
  316. <img src="https://i.pinimg.com/564x/d8/f6/66/d8f666deb68a19bacf9399d6d40ae36b.jpg" class="image-middle-left"/>
  317. <img src="https://i.pinimg.com/736x/c1/76/fa/c176fac7ac8d8a1e2dd721300116ad81.jpg" class="image-middle-left"/>
  318. <img src="https://i.pinimg.com/564x/e7/41/02/e74102adc0e65df1be242ce508b10bd9.jpg" class="image-middle-left"/>
  319. <img src="https://i.pinimg.com/564x/b6/87/9b/b6879b6dc581896e7c169bbb0d216e56.jpg" class="image-middle-left"/>
  320. <img src="https://i.pinimg.com/564x/5c/cb/f7/5ccbf7a77d43cbfebd47942201d3d301.jpg" class="image-middle-left"/>
  321. </div>
  322. <img src="https://i.pinimg.com/564x/d2/aa/91/d2aa9156b026669dc5dce3140033d6f9.jpg" class="image-center">
  323. <div class="scroll-3">
  324. <img src="https://i.pinimg.com/564x/00/69/59/0069595f84b0f992a913b3a73a2cce61.jpg" class="image-right"/>
  325. <img src="https://i.pinimg.com/564x/6a/3c/c4/6a3cc4b78cee87b7552fbe1ef47f0b02.jpg" class="image-right"/>
  326. <img src="https://i.pinimg.com/736x/fe/a7/3b/fea73b3560dad9c0e41a3b3d6d47e4cf.jpg" class="image-right">
  327. <img src="https://i.pinimg.com/564x/7b/a2/16/7ba2168bb88d541959c08a7d5159c9d9.jpg"class="image-right">
  328. <img src="https://i.pinimg.com/564x/5f/70/c6/5f70c66db184ba2c151b63244b840616.jpg" class="image-right">
  329. <img src="https://i.pinimg.com/736x/fc/f7/eb/fcf7ebfc002a44be5dba7fd4435a9a6c.jpg" class="image-right">
  330. <img src="https://i.pinimg.com/736x/ed/37/89/ed37897f6de63723049d503a2a621d62.jpg" class="image-right">
  331. <img src="https://i.pinimg.com/474x/a2/08/6b/a2086b32d686c678790510397624d4b5.jpg" class="image-right">
  332. <img src="https://i.pinimg.com/564x/c2/9b/9b/c29b9b2479c4e29b16d098e71ad66914.jpg" class="image-right">
  333. <img src="https://i.pinimg.com/736x/83/eb/62/83eb62291050fb0816b33cc5b129b6a8.jpg" class="image-right">
  334. <img src="https://i.pinimg.com/564x/95/ca/0c/95ca0c33a991e9bad6146bef59c01c26.jpg" class="image-right">
  335. <img src="https://i.pinimg.com/564x/2a/f1/82/2af182b9b9652e0ea622d0d4a2cd3a1b.jpg" class="image-right">
  336. <img src="https://i.pinimg.com/736x/6e/ba/90/6eba90a8286aac52249cd0d0b930ce17.jpg" class="image-right">
  337. <img src="https://i.pinimg.com/564x/2e/94/3a/2e943a57bdc6f698c67b8b4bd78c10e3.jpg" class="image-right">
  338. </div>
  339. <div class="scroll-5"> boom test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test
  340. </div>
  341. <div class="scroll-6"> ==likes== test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test
  342. </div>
  343. </div>
  344. <div id="foot">
  345. -> <a href="https://t.me/nekozirushi"> telegram </a> <a href="https://twitter.com/cogimywn"> twitter </a> <a href="https://bundlrs.cc/danish"> hoard </a> <a href="https://bundlrs.cc/"> credits </a>‎ ‎ ‎->
  346. </div>
  347. <div id="bottom"></div>
  348. <lit>100%
Advertisement
Add Comment
Please, Sign In to add comment