Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* --- TEMPLATE BY @MADDIEISMYSTAR. leave credits in bio ------------------------ */
- /* --- bot card ------------------------ */
- /* --- grid layout --- */
- .pp-cc-list-container {
- display: flex;
- flex-flow: row wrap;
- gap: 1.875rem;
- justify-content: center; }
- /* --- formatting --- */
- .pp-cc-wrapper {
- transition: all .5s ease;
- min-height: 350px;
- flex: 0 1 380px; }
- .css-1s5evre > a:nth-of-type(2), .css-1s5evre > div:nth-child(4) { display: none; }
- .css-1s5evre {
- display: grid;
- grid-template-columns: 180px auto;
- grid-template-rows: auto auto;
- gap: 0px 0px;
- grid-template-areas:
- "image description"
- "image tags"; }
- .css-1s5evre > a:first-of-type { display: contents; }
- .css-1s5evre > div:has(ul) { grid-area: tags; }
- css-1s5evre > div:nth-child(3) { grid-area: description; }
- div:has(> .pp-cc-name), .css-1s5evre > a:first-of-type > div:has(img) { grid-area: image; }
- /* --- on hover --- */
- .pp-cc-wrapper:hover { box-shadow: none; }
- .pp-cc-wrapper:hover .css-1s5evre > a:first-of-type > div:has(img)::after {
- background-position: right;
- transition: all .5s ease; }
- /* --- background --- */
- .pp-cc-wrapper > div:empty { background: transparent !important; }
- .pp-cc-wrapper {
- border: 1px solid #e4a5dd91;
- backdrop-filter: blur(5px);
- background: #160c259c;
- border-top-left-radius: 65px; }
- /* --- bot name --- */
- .css-1s5evre > a:first-of-type > div:first-of-type {
- width: 170px;
- z-index: 10;
- align-content: end; }
- .pp-cc-name {
- text-wrap: wrap;
- letter-spacing: normal;
- text-shadow: 0 0 5px #b660c0;
- color: #ffe2fc;
- line-height: 0.8;
- font-size: 1.5rem; }
- /* --- bot picture --- */
- .css-1s5evre > a:first-of-type > div:has(img) {
- transition: all .5s ease;
- min-height: 350px;
- height: 100%;
- width: 180px;
- border-radius: 65px 0px;
- background: radial-gradient(circle, rgba(133, 63, 165, 1) 0%, rgba(39, 21, 79, 1) 0%, rgba(228, 165, 221, 1) 86%);
- border: 3px solid transparent; }
- .css-1s5evre > a:first-of-type > div:has(img)::after {
- transition: all .5s ease;
- content: '';
- display: block;
- height: 100%;
- width: 100%;
- position: absolute;
- top: 0;
- left: 0;
- background: linear-gradient(12deg, rgba(133, 63, 165, 1) 0%, rgba(0, 0, 0, 0) 62%, #160C25 99%);
- background-position: left;
- background-size: 400%; }
- /* --- chat count --- */
- .css-1s5evre > a:first-of-type > div:nth-of-type(2) {
- left: 180px;
- right: auto; }
- .css-1s5evre > a:first-of-type > div:nth-of-type(2) { color: #ffe2fc !important; }
- .css-1s5evre > a:first-of-type > div:nth-of-type(2) div:has(> div > svg) {
- display: flex;
- height: 35px;
- padding: 0px 10px 10px;
- border-radius: 5px 5px 0px 5px;
- background: #853FA5;
- align-items: center; }
- /* --- preview --- */
- div:has(> .pp-cc-description) {
- padding: 10px;
- max-height: 150px;
- height: 100%;
- overflow: hidden scroll;
- display: flex;
- justify-content: center;
- align-items: center; }
- .pp-cc-description {
- align-content: center;
- height: 100%;
- margin-top: 0; }
- /* --- tags --- */
- .pp-cc-tags {
- max-height: 150px;
- height: 100%;
- overflow: hidden scroll;
- align-content: center; }
- .css-1s5evre > div:has(ul) > ul {
- border-left: 2px solid #853FA5;
- position: relative;
- padding-left: 10px; }
- .css-1s5evre > div:has(ul) > ul li:first-of-type span { font-size: 0; }
- .css-1s5evre > div:has(ul) > ul li:first-of-type span::after {
- font-style: italic;
- font-weight: bolder;
- content: 'LIMITLESS TEXT';
- font-size: 1rem; }
- .css-1s5evre > div:has(ul) > ul span {
- background: transparent; }
- /* --- tokens --- */
- .css-1c9wmts { justify-content: flex-end; }
- .css-1c9wmts > p {
- color: #ffe2fc;
- font-size: 2.5rem;
- font-style: italic;
- font-weight: bolder;
- text-shadow: none;
- opacity: 0.5; }
Advertisement