I had actually forgotten about having a minion. ^_^" Um, where would it show up if it had one? As another tab? Just threw a random minion on to see where. Um... I don't actually have any plans for a minion at this time, so I guess putting it there would work. I don't suppose it's somehow programmed as two columns and it could go above the minion area? (under the color and owner?)
Okay, took another look at Cherrim and realized she hasn't even read or eaten anything yet. But I had considered this layout for James Barnes, so I guess it would still apply.
:) Thank you for your time and consideration of this!
You can separate out every stat due to each stat having its own ID. c: So I rearranged some things, tweaked a few box sizes, and ended up with this. I tested it on Jarret's profile but only on the pet preview page, so this isn't live! I just have a screenshot. click here
If this looks alright to you, I can send the updated CSS. If you want something different, we can work that out.

:) It looks good! It does feel a little odd having the books and food separate (I guess it makes the food seem more random?), but I could probably get used to it. (btw, :3 Congrats on the spotlight there!) (also, just realized you managed to get the same colors I've been working on. Dude! ^_^' How'd you do that? standing over here in awe of your technological ways )
I'll move it over to be with everything else. At first I thought it was weirder to separate the intelligence and books read, but you're right honestly, it's better with all of them together lol. (Thanks! That was a while ago but I'm still very proud of him.) (And haha I used right click 'view source' to copy and paste your profile directly onto one of my pets to test it out. x) )
So I figured since there are a few things to edit, it would probably be easier to just replace all the CSS if that works for you. This is the updated version: click here
(Hopefully the ping goes through - something got screwed up when I went to post at first orz; )

Took me a bit to be able to get back... Yaaay! :3 It worked! Cherrim I am slowly learning your ways (Very slowly). ^^" Took me a hot minute to figure out what you meant by replace CSS. lol Oh! and thank you for adding in the legacy name! ;) I noticed that. Now I get to fiddle with the colors a bit more. Thank you so much for your help with this! ^^ <3
Thank you thank you thank you! It works and it's exactly what I wanted! I had to do a little bit of fiddling with positions but now it's great. You've helped me a great deal :D I couldn't get the credits to work nicely in the txt div so I added them to both tabs instead.
Hello, I love your profile templates! I was wondering if it's possible to change the navigation icons / div order for the card layout?
Ack, I am so sorry for taking so long to reply, I completely missed this. v_v;; It definitely is! Honestly, you can just move the icon links around as you like by copying and pasting, without worrying about the HTML part of the div order. If you want a different div to be the one that the profile loads on, it might be a little more complicated to make happen since it requires messing around with z-indexes a bit, but let me know if that's what you meant and I'll help you with that! I recommend looking around on Font Awesome to find alternate icons if you haven't yet, though be warned that the version of Font Awesome imported into the profile is not the most recent (it looks like it's version 5.7.2) and that it's also the free version, so not everything will be available.

Do you happen to know how to hide the legacy names on a profile? I've searched as much as I can and I'm unable to find it.
| | | |
Recently came back so it's still fresh in my mind ;)
.legacy-name, h1 br {
display: none;
}
It's odd that it's "legacy-name" instead of "legacy_name" actually, all the rest of the profile HTML uses _ as spaces in the classes and IDs haha
There's also a line break just before it that adds more space, so this code vanishes that too :)
Thank you so much!!
I had typed it in using _ as the space, now I know why it didn't work.
Weird that they didn't use the _ as a space like everything else.
| | | |
As a returning user with the daunting task of getting back into coding after years these templates are life savers!! Tysm for these :3
Thank you for providing these! I learn best through example + trial and error. Printed out one of your templates today, studied how the pieces fit together, and was able to construct my own pet profile for the first time!
All I have left is the details: font style and font colors. Couldn't be happier!
I gave the simple, centered one-column profile a shot, and it's exactly what I needed! There's just one thing that's giving me trouble. The very narrow treasure chest panel throttles a large treasure chest. Is there a simple way to expand it from the default 4 to 5 or 6 wide? I don't mind widening the whole thing. My HTML knowledge is very limited, so my clumsy attempts at widening it end up giving it a scroll bar.
Hi! I'm trying to use your "Night Mode" scrolling profile for my spectrum Kerubi Carlee but I can't figure out how to properly add a background ^^; I tried your background coding at the end, but it still won't show up. I am not sure what I'm doing wrong, but I really like the layout (I am using your codes on basically all my pet profiles at this point LOL) please help. Thank you <3
hello, thank you so much for these profiles! i'd like to ask for a little help you, or anybody on the thread
i was editing code for somber but run into issue with tc items. i don't like having the names visible so i made them show up on hover, problem is that now the names pop up even when i'm resting my mouse on a different tab than the tc, i have no idea how to fix that so it only works in the tc tab, i'm a coding noob orz
like so


This is a VERY belated reply (I accidentally cleared my pings a while ago and I've also been on a bit of a pseudo-hiatus so I am just now realizing it orz;; ) but I just wanted to say that the profile you put together is gorgeous!! I'm so happy that my templates could help someone figure out how to put together their own profile, aaaa, that's amazing!!
I'm so sorry for this belated reply ugh. Yeah, it's definitely possible! Honestly some of these old templates are... really poorly put together so it can be confusing to change things too much. ^^; SO the easiest way to go about this would probably be for you to send over everything on your pet description, and then I can make the edits and send it back to you. That profile template is pretty old and poorly-coded so I'm pretty sure I'll need to tweak multiple things, so I figure that would be less confusing. (This is also reminding me that I was working on a newer version of that layout that's only slightly different, and I think it'd be easier to resize a bit if you think you may end up needing to do that with multiple pets. :') The updated version with a larger width looks like this if you're curious. I could either edit the code on your pet's profile, or send you the code for the newer version of this profile and you could use it instead if you want -- either option works!)
Hey! So I finally am alive on Subeta again and I took a look at your CSS. It looks like the background code might be in the wrong spot, and there's also some missing parentheses! Try removing this: -content {body{background-image: https://st4.depositphotos.com/9545378/20991/v/600/depositphotos_209916980-stock-illustration-vector-illustration-galaxy-fantasy-background.jpg} }
and replacing it with: -content {
background-image: none
} body{
background-image: url(https://st4.depositphotos.com/9545378/20991/v/600/depositphotos_209916980-stock-illustration-vector-illustration-galaxy-fantasy-background.jpg)
}
Let me know if there are any issues or anything. :'D
Wow looking through this made me realize how.. not-great I did with the CSS here :') Saw a few repeated things, aha. So I think the easiest way to fix this issue would be to go to where there's a grouping of [tt], , , [/tt] and add [tt]z-index: -1[/tt] within the CSS, so that it's something like: [tt], , , {min-height: 150px; padding: 5px; z-index: -1}[/tt] That should work, but lemme know if it doesn't!

yess i think that fixed it :D thank you!!
