MADDIEISMYSTAR

grid bot card template

Aug 16th, 2025
1,582
2
Never
7
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 2 0
  1. /* --- TEMPLATE BY @MADDIEISMYSTAR. leave credits in bio ------------------------ */
  2. /* --- bot card ------------------------ */
  3. /* --- grid layout --- */
  4. .pp-cc-list-container {
  5. display: flex;
  6. flex-flow: row wrap;
  7. gap: 1.875rem;
  8. justify-content: center; }
  9.  
  10. /* --- formatting --- */
  11. .pp-cc-wrapper {
  12. transition: all .5s ease;
  13. min-height: 350px;
  14. flex: 0 1 380px; }
  15.  
  16. .css-1s5evre > a:nth-of-type(2), .css-1s5evre > div:nth-child(4) { display: none; }
  17.  
  18. .css-1s5evre {
  19. display: grid;
  20. grid-template-columns: 180px auto;
  21. grid-template-rows: auto auto;
  22. gap: 0px 0px;
  23. grid-template-areas:
  24. "image description"
  25. "image tags"; }
  26.  
  27. .css-1s5evre > a:first-of-type { display: contents; }
  28. .css-1s5evre > div:has(ul) { grid-area: tags; }
  29. css-1s5evre > div:nth-child(3) { grid-area: description; }
  30. div:has(> .pp-cc-name), .css-1s5evre > a:first-of-type > div:has(img) { grid-area: image; }
  31.  
  32. /* --- on hover --- */
  33. .pp-cc-wrapper:hover { box-shadow: none; }
  34.  
  35. .pp-cc-wrapper:hover .css-1s5evre > a:first-of-type > div:has(img)::after {
  36. background-position: right;
  37. transition: all .5s ease; }
  38.  
  39. /* --- background --- */
  40. .pp-cc-wrapper > div:empty { background: transparent !important; }
  41.  
  42. .pp-cc-wrapper {
  43. border: 1px solid #e4a5dd91;
  44. backdrop-filter: blur(5px);
  45. background: #160c259c;
  46. border-top-left-radius: 65px; }
  47.  
  48. /* --- bot name --- */
  49. .css-1s5evre > a:first-of-type > div:first-of-type {
  50. width: 170px;
  51. z-index: 10;
  52. align-content: end; }
  53.  
  54. .pp-cc-name {
  55. text-wrap: wrap;
  56. letter-spacing: normal;
  57. text-shadow: 0 0 5px #b660c0;
  58. color: #ffe2fc;
  59. line-height: 0.8;
  60. font-size: 1.5rem; }
  61.  
  62. /* --- bot picture --- */
  63. .css-1s5evre > a:first-of-type > div:has(img) {
  64. transition: all .5s ease;
  65. min-height: 350px;
  66. height: 100%;
  67. width: 180px;
  68. border-radius: 65px 0px;
  69. background: radial-gradient(circle, rgba(133, 63, 165, 1) 0%, rgba(39, 21, 79, 1) 0%, rgba(228, 165, 221, 1) 86%);
  70. border: 3px solid transparent; }
  71.  
  72. .css-1s5evre > a:first-of-type > div:has(img)::after {
  73. transition: all .5s ease;
  74. content: '';
  75. display: block;
  76. height: 100%;
  77. width: 100%;
  78. position: absolute;
  79. top: 0;
  80. left: 0;
  81. background: linear-gradient(12deg, rgba(133, 63, 165, 1) 0%, rgba(0, 0, 0, 0) 62%, #160C25 99%);
  82. background-position: left;
  83. background-size: 400%; }
  84.  
  85. /* --- chat count --- */
  86. .css-1s5evre > a:first-of-type > div:nth-of-type(2) {
  87. left: 180px;
  88. right: auto; }
  89.  
  90. .css-1s5evre > a:first-of-type > div:nth-of-type(2) { color: #ffe2fc !important; }
  91.  
  92. .css-1s5evre > a:first-of-type > div:nth-of-type(2) div:has(> div > svg) {
  93. display: flex;
  94. height: 35px;
  95. padding: 0px 10px 10px;
  96. border-radius: 5px 5px 0px 5px;
  97. background: #853FA5;
  98. align-items: center; }
  99.  
  100. /* --- preview --- */
  101. div:has(> .pp-cc-description) {
  102. padding: 10px;
  103. max-height: 150px;
  104. height: 100%;
  105. overflow: hidden scroll;
  106. display: flex;
  107. justify-content: center;
  108. align-items: center; }
  109.  
  110. .pp-cc-description {
  111. align-content: center;
  112. height: 100%;
  113. margin-top: 0; }
  114.  
  115. /* --- tags --- */
  116. .pp-cc-tags {
  117. max-height: 150px;
  118. height: 100%;
  119. overflow: hidden scroll;
  120. align-content: center; }
  121.  
  122. .css-1s5evre > div:has(ul) > ul {
  123. border-left: 2px solid #853FA5;
  124. position: relative;
  125. padding-left: 10px; }
  126.  
  127. .css-1s5evre > div:has(ul) > ul li:first-of-type span { font-size: 0; }
  128. .css-1s5evre > div:has(ul) > ul li:first-of-type span::after {
  129. font-style: italic;
  130. font-weight: bolder;
  131. content: 'LIMITLESS TEXT';
  132. font-size: 1rem; }
  133.  
  134. .css-1s5evre > div:has(ul) > ul span {
  135. background: transparent; }
  136.  
  137. /* --- tokens --- */
  138. .css-1c9wmts { justify-content: flex-end; }
  139.  
  140. .css-1c9wmts > p {
  141. color: #ffe2fc;
  142. font-size: 2.5rem;
  143. font-style: italic;
  144. font-weight: bolder;
  145. text-shadow: none;
  146. opacity: 0.5; }
Advertisement
Comments
  • User was banned
  • Lerdokon
    109 days
    # CSS 0.83 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1S1iTruSLkgEPO8QtTuo2twS4f2FoJ3_l0-p4GKqeAUY/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8.  
    9. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    10.  
    11. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification).
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment