Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- /* simple flip style card base, full image front by @Permanent / Puppy on JAI, if using, credit pls and link back to this pastebin for others to benefit! */
- .pp-cc-wrapper>*{background:transparent!important;}
- .pp-cc-wrapper{background:black;}
- .profile-character-card-stack-link-component>*{
- display: flex;
- flex-direction: column-reverse;
- perspective: 1000px;
- transform-style: preserve-3d;
- transform: rotateY(0deg);
- backface-visibility: hidden;
- transition: all 1s ease;
- }
- .profile-character-card-avatar-aspect-ratio, .profile-character-card-avatar-aspect-ratio img{height:350px;}
- .profile-character-card-stack-link-component-box{
- position:absolute;
- bottom: 0;
- z-index: 2;
- width:100%;
- text-align:center;
- }
- .profile-character-card-description-box{
- position:absolute;
- top:1rem;
- pointer-events:none;
- }
- .pp-cc-tags{
- position:absolute;
- bottom:0;
- }
- .profile-character-card-box, .pp-cc-tags, .profile-character-card-description-box{
- perspective: 1000px;
- transform-style: preserve-3d;
- transform: rotateY(180deg);
- backface-visibility: hidden;
- transition: all 1s ease;
- }
- .profile-character-card-creator-name-link, .profile-character-card-star-line{display:none;}
- .pp-cc-wrapper:hover .profile-character-card-box, .pp-cc-wrapper:hover .pp-cc-tags, .pp-cc-wrapper:hover .profile-character-card-description-box{
- transform:rotateY(0deg);
- }
- .pp-cc-wrapper:hover .profile-character-card-stack-link-component>*{
- transform:rotateY(180deg);
- }
- </style>
Advertisement