Hi, thanks so much for these profiles! I'm using your tabbed profile for my pet Randi0. I was wondering if there was a way I could add her date of birth and occupation into the side bar?
Oh, yeah, it was no trouble; I actually had the stat-less version sitting for like a week but I forgot to post it. :'D Yeah, definitely feel free to experiment however you want with it! It's really awesome to see how people customize these profiles dgdgf
I'm so glad you're getting use out of it ;v; Yeah, I basically started making pet profile templates because the idea of making individual profiles for my 88 pets makes me wish for death, but I want them all to eventually have nice, considerably customized profiles. And I thought Webkit scrollbars are amazing! There are so many cool effects that you can do with them. g I love the rainbow gradient idea for Queer, omg.
Hey! Glad you like them. c:
Yeah, that's doable. Are you familiar at all with editing CSS to begin with? What you'll need to do is go to the section of the CSS that I used to hide things that I didn't want to display, where it says this:
, , , , , , .statbar, h2, h2, h2, .pet_wco_info_date, .pet_age_info_date, , , , , a, .pet_wco_info_date, .pet_age_info_date, , .hustler, .owner img{display: none}
and remove the two things that you don't want hidden, so basically replace that code with this:
, , , , , , .statbar, h2, h2, h2, .pet_wco_info_date, , , , a, .pet_wco_info_date, , .hustler, .owner img{display: none}
You'll also need to add this so that you can position the birthday, as it isn't aligned with everything else very well:
.pet_age_info_date{position: relative;
top: -23px}
You might also want to move the section up a little bit so that the job doesn't overlap the minion!

Thanks! I don't know anything about CSS. I made those edits you gave me, and it says "Job:" but it doesn't actually list her job. How do I fix that?
OOPS I'm sorry, I completely forgot something that I had for removing the 'enable/disable weapons' !! That should be:
, , , , , , .statbar, h2, h2, h2, .pet_wco_info_date, , , , .pet_wco_info_date, , .hustler, .owner img{display: none}
Sorry about that!

Those templates are great! I managed to use them on two of my pets now. <3
You're welcome! Let me know if there are any other issues. c:
Thank you, both for the compliment and the gift! ;v; Very appreciated! I went snooping through your pets and they're lovely, omg.

I just wanted to pop in and say I used one of your layouts on two of my pets so far.
Neither are finished. I'm working on both of them at the same time since it's the same layout.
| | | |
Asdfghl. Thank you! I have created four pets with your templates now. I do have a question though. I used your first template for Rajbir Singh's profile. Is there a way to color those two see through stripes?
Thank you for pinging me! I love the background choices, and Isolated seems like such a sad character ;v;
Aaaah that's great to hear, I'm so glad these templates are getting used!
Oh, yes, sorry, I forgot to actually go through with the color guide. Search for and in the CSS and you'll see RGBA colors for the background and borders. The larger stripe is stripe1. There's a hex color to RGBA converter in my OP for convenience if you need it~

Thank you so much. :D I'll change that then. I might give all my pets profiles now on my own thanks to your templates. ;3;
Loving the profiles =D though I do have a question: Using the Anchor link layout with left navigation + pet info column (without stats) layout, is there a way to readd the stats in but in the first Slide section?
That's so great to hear! Pets are my main love here on Subeta and I adore looking through peoples' pets, so the idea that my templates are encouraging people to work on their pets... omg, that makes me so happy ;v; Please let me know how it goes if you do work on them more!!
You're so welcome! I love your background choices. g
Hi! Glad you like them. Yes, that should be possible; I'm doing something similar on my WIP pet Yvetta's profile if I understand you right! That would require a bit of fiddling, though. Did you want there to be more information in the first content box, or just the stats? The pet stats don't really cover a lot of room, lol, so thought I'd ask.

I love you, I've had no time at all to work on figuring out pet profile code so all mine just have the same template stuck on them atm, so awesome to see templates with different layouts to choose from! Looks like I'll have a late night tonight making my pets a bit more presentable <3
@ Lea
I now also gave profiles to my pets Jabbers, Karamasov, Tocsain and Rajbir Singh thanks to you. <3
And now also Lafayette and Huitzilopotchli. c:
I was sorta just hoping for the stat bars since it's for my battle pet =) the other info is in other slides ;)
[e] This was answered earlier, thank you!
@ Hi there! I am currently trying to use the left column profile with stats showing for my pet BABA, but im getting a lil flustered trying to figure out the coding.
There doesnt appear to be any scrolling (which I actually kind of appreciate) but the buttons are hidden until I zoom out on the page size.
I have tried fixing it by hiding the minion box and moving everything up, but I only seem to be able to move the Stats section. I was able to do this:
.button, .buttonlast{height: 20px; padding-top: 3px; width: 210px; text-align: center; margin-bottom: -50px; margin-left: 9px}
which seemed to fill in the space, but the buttons were upside down and the credit was misplaced.
Im pretty new to CSS coding so any help would be greatly appreciated, Thank you!
whoops accidental double post ....