CALUCKO GALLERY - live preview screenshots!
alternative category style & ability to show quantity for your single-item hoard
all colours are easily customisable at the beginning of the CSS
the image in the corner will do a little bouncybounce ! (check the live preview)
there are two versions of the category links, one that works well for if you have few categories, and one that works better if you have a lot! (check the last preview for the second version)
custom styling to make categories where you hoard One Single Item centered & show off the quantity of it you have. (check the last preview)
optional CSS to change the name of the "None" category to something else!
please note: subeta galleries are affected by a person's customCSS! so it's possible that it may look wonky to you. please do let me know if any part of it looks weird (with screenshots, or your customCSS code) and i'll fix it up!!
please don't use this for your shop, only galleries. i mean i can't stop you but it hides prices and the wishlist search function so it'd be annoying. i would love to make a shop-specific code if there's interest though!!
does it look weird with your category names? do you wish something was adjustable that isn't? please let me know, i'm more than happy to make little fixes to make this more accessible!! also check out my free pet profile codes! and join the group i just made for when i post codes if you like
click for code
/* categories type 1 start */
-categories .nav{justify-content:space-between!important;}
.nav-item{flex:1 0 auto;width: 33%;}
.nav-link[href]{
background:var(--catbg);
border:0px !important;
margin:0px !important;
padding:0px !important;
border-radius:initial !important;
height:100px;
display: flex;
justify-content: center;
align-items: center;
color:var(--cattext)!important;
font-weight:bold;
}
.nav-link[href]:hover,.nav-link[href]:focus{
background-color:var(--catbghover)!important;
border:0px !important;
margin:0px !important;
}
.nav-link[href].active{
background-color:var(--catbg-active)!important;
border:0px !important;
}
.nav-link[href].active:hover{
background-color:var(--catbghover-active)!important;
border:0px !important;
}
/* categories type 1 end */
/* categories type 2 start */
-categories .nav{justify-content:space-between!important;align-content:space-between;gap:5px;}
@/media (min-width: 870px) {-categories{max-height:100px;overflow:auto;}}
.nav-item{flex:1 0 auto;flex-wrap:wrap;}
.nav-link[href]{
background:var(--catbg);
border:0px !important;
margin:0px !important;
padding:10px!important;
border-radius:initial !important;
color:var(--cattext)!important;
font-weight:bold;
}
.nav-link[href]:hover,.nav-link[href]:focus{
background-color:var(--catbghover)!important;
border:0px !important;
margin:0px !important;
}
.nav-link[href].active{
background-color:var(--catbg-active)!important;
border:0px !important;
}
.nav-link[href].active:hover{
background-color:var(--catbghover-active)!important;
border:0px !important;
}
/* categories type 2 end */
/* bouncy pic start */
.container-fluid::after {
content:'';
background:var(--bouncyimg) center;
width:var(--imgwidth);
height:var(--imgheight);
position:fixed;
animation: bounce 2s infinite;
bottom:0;
right:0;
}
@/keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
/* bouncy pic end */
/* code for showing the quantity for a single item start */
div[data-itemid=190912] ~ .item-qty {
font-size:1rem;
}
/* code for showing the quantity for a single item end */
/* code to change the name of the "None" category start /
.nav-link[href=/category/None]{
font-size:0px;
}
.nav-link[href*=/category/None]::before{
content:"caluckos"; /* add your new category name here!!! /
font-size:1.4rem;
}
/ code to change the name of the "None" category end */
.item-name{font-size:1rem;}
add this for quantities:
.item-qty{font-size:1rem;}
edits: 25/12/24: it should now be fully compatible with Hongske's customCSS build, let me know if it's not !! i persomally use Sorcerer's customCSS so it should be compatible with that as well 26/12: added/fixed the pagination now [:
rules:
STORMY - PREVIEW - CODE HERE - pet profile template one
SWEETIE - PREVIEW - CODE HERE - pet profile template two
SIMPLY - PREVIEW - CODE HERE - pet profile template three
if you have any issues or minor edit requests, i'm happy to help (except for anything about spotlight/spotlight trophies, sorry!)
Hii! I've used your sweetie code (and edited some things!) on my pet Scyrizia <3 I LOVE the code so much, and hope you don't mind the changes I made <3
your edits look amazing, i don't mind at all!!! i'm so happy you like it! <3 thank you for using it and showing me it makes me happy!
Hey , I used the sweetie code for Yure with some small changes and I will use it for all of my pets later! Thank you so much for the code I loved it! Could I request you something? Can you add the pet's minion to the template please? If not that's ok <3
i'm glad you like the code! i've whipped up some code for adding the minion, let me know if this works.
find this line and remove "," (with the comma)
,,,,,,,{display:none;}
then add this in:
{
z-index: 999;
position: fixed;
left: calc(50% - 541px);
padding-top: 0;
width: 270px;
}
h2{display:none;}
::first-line {
font-size: 0;
}
{
position: relative;
top: 265px;
left: -5px;
}
img{
width: 50px;
}