Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- /* code by puppy/@permanent, emoji-only default tags by tigerdropped! */
- .profile-character-card-star-line, .profile-character-card-creator-name-link{
- display: none !important;
- }
- .pp-cc-wrapper,
- .pp-cc-wrapper>*:not(.profile-character-card-stack) {
- background: transparent !important;
- }
- .profile-character-card-stack a:first-of-type{
- display: flex;
- flex-direction: column-reverse;
- }
- .profile-character-card-avatar-aspect-ratio{
- height: 360px;
- transition: all 1s ease;
- }
- .profile-character-card-description-box, .pp-cc-tags{
- opacity: 0;
- height: 0;
- transition: all 1s ease;
- }
- .profile-character-card-stack:hover .profile-character-card-avatar-aspect-ratio{
- height: 200px;
- transition: all 1s ease;
- }
- .profile-character-card-stack:hover .profile-character-card-description-box, .profile-character-card-stack:hover .pp-cc-tags{
- opacity: 1;
- height: 100%;
- transition: all 3s ease;
- }
- .pp-tag-limitless{
- background: transparent;
- }
- .pp-tag-limitless, .pp-cc-tags-item{
- border: 1px solid transparent;
- }
- .pp-tag-limitless{
- display: inline-block;
- font-size: 0px;
- line-height: unset;
- }
- .pp-cc-tags-item {
- display: inline-block;
- font-size: 0;
- line-height: unset;
- }
- .pp-cc-tags-item:not(.pp-tag-limitless)::first-letter {
- font-size: 1rem;
- }
- .pp-tag-limitless::after{
- content:"🔞";
- font-size:1rem;
- }
- .pp-tag-limitless{font-size:0;}
- .profile-character-card-stack-link-component-box{
- height: 0;
- z-index: 2;
- position: relative;
- bottom: 34px;
- }
- .profile-character-card-stack{
- height: 377px;
- }
- .profile-character-card-stack:hover .pp-cc-description{
- max-height: 80px;
- overflow: hidden auto;
- }
- .profile-character-card-description-box *{
- pointer-events: none;
- }
- .profile-character-card-stack:hover .profile-character-card-description-box *{
- pointer-events: auto;
- }
- .pp-cc-tags-wrap-custom span{
- display: none;
- }
- .pp-cc-tags-wrap:has(.pp-tag-limitless){
- margin-top: 0;
- }
- .pp-cc-tags>ul span{
- padding: 0;
- }
- .pp-cc-tags>ul{
- justify-content: center;
- gap: 0 !important;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment