these templates are amazing, I've used them for multiple pets and can't believe they're free! thanks so much. I have one question... I'm using the stripe layout for Wilts and although ive succesfully moved the treasure chest to the first tab like i'd like it to be, the page still has the href=" tab open as the default when opening the page. sorry if this has already been asked! i skimmed through this thread but didn't see anything about this.
A lot of these replies are so horribly overdue and I can't apologize enough! I had a lot going on in real life, both good and bad, and I just haven't had the energy to get back to everyone (or Subeta in general) until now. I'm making an effort to get back into Subeta now, though, and starting things off with replies here!
Sorry for taking so long with this! Just as a quick note there's not really a cheat to automatically center it because of the way I coded it and the tabs, so if you change the tabs around and they end up different sizes than they are now, you may need to adjust the numbers. But to center it, what you'll want to do is tweak the positioning for the div that contains the tabs; it's called 'navpos' and you'll find some code for it that's something like:
{position: fixed;
top: 175px;
left: 635px;
I messed with it a little and changing the left value to 653px instead of 635px had it pretty much centered, as far as I can tell!
Haha, looks like that pet no longer exists, but I did see that your leashed pet is using one of my templates! I love the background pattern so much 'o' I am finally back off my poorly-timed hiatus, so let me know if you have any questions or anything like that.
Oh, I love what you've done with it so far! It looks really great. I love seeing people customize my templates and tweak them a lot, and the wonderful artwork is a really huge plus too! I also adore the story blurb and character description, I'd love to see more of that for him, he sounds so great ;v; Thanks for sharing, and let me know if you need any help figuring out how to tweak things a certain way or anything ^^
I'm glad you like the templates. ;v; I love how purple the profile is, and I think it's awesome that you're using it on an educational pet!! Educational pet profiles are definitely some of my favorites.
Thanks, I'm glad you like the template! I see that Shark already pretty much answered that, but if you need a more thorough explanation or were looking to do different background colors for different tabs or anything like that, let me know and I can give a more detailed explanation.
No need to apologize! I similarly had real life go incredibly hectic for a while and I'm only just recovering, aha. I just looked at Apiology and I love what you're doing with the profile oh my god, the section with the different kinds of bees (and not-bees) is so great! And I appreciate the offer of CSC, but there's really no need for that! I did learn some new things when helping you, after all, so it was worth it. : D
Thanks so much! I'm glad you like them, and I really appreciate the compliment. ;v; I love Wilts's profile so far! It's totally doable, but a little tricky for me to explain! Basically the way I created that layout was by stacking equally-sized divs on top of one another in the same exact position, and what determines which div is on top is the z-index of the div. When you click on a tab link, the URL fragment (such as ) takes you to a page element with the URL fragment name, and you can edit the z-index of the URL fragments. That allows me to make it so that the div called '#one' is on top by default, but clicking on the pet treasure link tab will put '#pet_treasure' on top. It can be confusing but I thought it'd be a good idea to at least try to explain, since that can lead to... better understanding of what to do if you want to make a tweak like this in the future, aha.
Anyway, now that I'm done rambling... what you need to do is change the z-index of the pet treasure. It's actually a pretty easy change to make on this layout. Just search for where it says {z-index: 5}
and change that so that it says {z-index: 5}

Thank you so much! You're just awesome for taking the time to help me and others with this. I'll give your tips a try :)
Ahh, you're welcome! Let me know how it goes. ^^

This board is AMAZING!! One of my most favorite things to do on here is to play around with profiles. I bought one template, but could only go so far with it, as it did not include a lot of the cool transitions and such that I've been seeing with the spotlight winners. I was hesitant to purchase another, as I am not exactly sure what I want. Your making this wonderful variety of profile templates so accessible is really generous! Thank you so much <3<3
Well sincerely, thank you, you've helped me so much in ways I would never have figured out. and lmao thank you for the compliment as well, it's sort of just a jumbled mess rn as I find time between work and rl things to figure out what I want and where lol;; I'm really enjoying working on it though, it's a lot of fun being super indulgent and tossing in anything and everything now that I have so many div sections to work with.
And please, don't feel bad for being mia for a bit; life happens. Take care and I hope things keep calming down/getting better for you! ❤️
Thanks for these profiles. I am having to redo some of mine and these are going to be a huge help. I have already done Saraphyne's to the point that I am happy with it. Thanks again!
[Kiss=SunnFyre]
Thank you so much, and I seriously cannot thank you enough for the gift?! That was incredibly generous, oh my god, thank yooou ;o; I'm really happy to hear that you like them so much, and I'm looking forward to seeing what you make with the templates!! :D If you have any questions or anything, let me know. And if you do end up coming with an idea for what particular kind of profile template you'd want for your pets and it isn't something that you can just edit one of these into, I'd be happy to help you with that ^^
You're very welcome!! Haha I know how it goes to end up with kinda messy profiles until you iron everything out; there's a reason most of my pets are hidden. It'll be so amazing when finished though, I hope you can find the time!! And thank you! Things are definitely calmer now that the holiday madness is over with. Anyway, feel free to keep me updated on how the profile is going. 'u'
You're very welcome!! I really like how you customized her profile, it looks great. Good luck on getting your pets redone, and let me know if you need help with anything!

Just wanted to say thank you for these profiles! All my pets' profiles were all broken so this helped me give them at least something. I only used one type, but I liked its simplistically. Will be going through them to change colors soon.
Also do you happen to know the code for a minion overlay? I can't figure it out. Thanks again!
You are a saint for all the help so far!
If you don't mind, may I please ask two more questions?
I'm really happy to hear that you like them! Good luck getting pet profiles done, and feel free to show me when they're done; I love seeing what people do with these templates c:
The code I use for minion overlays is this:
img{height: 0px;
width: 64px;
padding-bottom: 64px;
padding-top: 0px;
background-image: url("IMAGE URL HERE");
background-position: top left;
background-repeat: no-repeat}
No problem!
For the background, you can use this to make it resize to the screen: body{background-repeat: no-repeat;
background-size: cover;
background-image: url("https://i.imgur.com/MMC8J0t.jpg?4")}
You can also add background-position: top right; to that in order to have the background positioned to the top and right, and of course you can change 'top right' to bottom left, center, etc. Sometimes it's nice to experiment with positioning to get it how you want it!
... I am just now realizing how dumb it was of me to not separate the pet color, owner etc. colors and the div text colors to begin with lol. Add this to change the color for the three divs you have: , , {color: }
If you want to change the link colors within the divs, you can also add this: a:link, a:active, a:visited, a, a:active, a:visited{color: }
a:hover, a:hover{color: }

You're very welcome ^^ And thank you ❤️
Do you want to have a custom pet friend section for easier cutomization, or did you want to try to use the onsite one? With that layout, the default pet friends section would show up underneath the pet treasure. If you want to use a custom one, lemme know how you want it to be arranged and I'll write up some quick code for it.

Use the default onsite one since I don't really know how I would want it customized anyway. Thank you!
Alrighty. So basically you'll want to search for a part in the CSS where it says , and just remove that brief bit -- it's part of a bunch of code that is set to not display.
Then after that, just add this to get the pet friends section to the right size/alignment: {width: 480px;
margin-left: 60px}

You're welcome! Let me know if you need any further help or anything 'u'
