no problem! the easiest way to change the text size so they all size up with each other, would be adding this to the bottom of your code (again, between the <style> and </style> tags): * {font-size: 110%;}
110% is pretty readable, but it's there as an example--play around with it until you get a value you like :)
awesome thank you so much!!
(art by KayBit on Dappervolk)Thank you so much for this! I've been tinkering with it and am really digging what I've ended up with and I know I couldn't have gotten anything even half as nice if not for this premade!
I do have one question though; there seems to be a lot of padding above and below the bulk of the whole profile; is there anyway to decrease/remove that? I'm trying to decrease the amount of scroll on [utl=https://subeta.net/pets/Neutral]Neutral's page[/url], since I threw in anchors and that makes the main desc box scroll and I'm not really a fan of the double scrolling it has going on. (Even though it's pretty minor, at least for me.) (Linking to my pet just in case the changes I've made are to blame/would change how to fix this. idk enough about css to know one way or the other haha) Either way I'm still loving this profile regardless, so thank you again!
(psst that looks great! Lovely name for him too; nice snag. Can't find the like button on it though, if that's something you care about. I just really wanted to give your McCree a like haha~)
i'm so glad you like it!! ;__; you can remove it by adding in, which removes some space from the top and bottom (esp. the bottom): { padding-top: 0px; padding-bottom: 0px; }
there'll still be a bit of space left at the top, and if you want to eliminate it, add this in: { margin-top: 0px; }
you can change the value of margin-top to your liking if you feel it's too close to the top of the page! hope this wasn't confusing. if you have any questions/need clarifications feel free to ask ^___^
Not at all-- thank you so much! I did actually have one more question. I can't seem to get text bold, using or tags. Is there another way I can do this? and work and I can't find in the original css what's blocking the / tags. (Simply because I don't know enough coding to know what to look for to change anything.)
What a lovely and clean profile! I'm using it for Pelorum, but I don't see the noemi @ subeta thing. I'll just add it to his profile c:
Thank you!
i'm so sorry it took ages to get a reply back to you ;O; if you'd like and/or to work, you can add this to your CSS:
b, strong {font-weight: bold;}
aw, thank you--i'm glad you like it!!
I have question for the stat bar colors. How can I make it so that I can make each stat have a different color? Sry am nub.
This is the gorgeous, minimalist pet layout I have been looking for. Thank you so much for sharing the code! <3
![]() |
Hi so I really like this theme, it has a very nice feel to it and seems to be pretty easy to work with, but there's a couple things I'd like to do with it to individualize it a bit more from pet to pet:
Sorry if I'm asking for a lot, I'm kind of a noob at CSS and am still figuring out what goes where and what switch does what, yaknow.
hi! i'm glad you like it ;v; no problem! sorry i took a while, i'm not very good at explaining and i'm not sure how much you already know, but i'll do what i can:
to change background color of the page, for example, it's {background: ;}.
example: {background: ;} selector: this is basically the THING you want to change that's visible on the page. it can be a block of text, a box, etc. i think most people who aren't familiar yet have trouble w/ this one, since there's really no all-in-one, definite resource to find out what the names are. do you know how to inspect the code on a page (ctrl+shift+i on chrome)? i can go a little more in-depth if you need. property: this modifies the selector and is the one to change the appearances visually! it makes boxes blue, font sizes appear bigger or smaller or bolder, etc. it's basically the adjective, and the selector is a noun. if that makes sense :l
:before {
content: ' ';
background: url(https://i.imgur.com/pb7sg01.png) no-repeat 50% 100%;
background-size: contain;
position: fixed;
width: 15%;
height: 60%;
right: 0;
bottom: 0;
}this places your image on the bottom right and scales down as the height of the page decreases. change right to left if you want to move it to the left side, and bottom to top, if you want it to cling to the top instead of bottom of the page.
This is so good of you, Im a css complete novice, I love your pet profile, but I was wondering if I could put a picture in as the background instead of plain? would i put the url of the picture in here?
background: url(https://i.imgur.com/pb7sg01.png) no-repeat 50% 100%;
or does a picture need different code? Im sorry if this is much harder than im hoping lol. Eccles has a profile, and I added the picture but it doesnt have a text box for a story, whereas your's does and its pretty :0) thank you for any help.
Of course if you wouldnt want yours changed in that way, thats fine!
aw thank you! and sure thing!! your code would look like this:
<style>/* noemi @ subeta */
url('https://dl.dropboxusercontent.com/s/zifzchfwjalalyt/sbt-basicpet.css');
{margin: 0;}
{background: url(https://imgur.com/Ke7ZthR.jpg) no-repeat center center fixed; background-size: cover;}
</style>
-- i've copied over the background in Eccles' code so you don't have to replace anything, but yes, if you wanted to change the background, you would replace the bolded part there: background: url(https://imgur.com/Ke7ZthR.jpg)
by the way--if you don't want your background to stretch, you can simply remove that last bit of code that says background-size: cover;!
thank you very much, you helped a lot! i mostly knew what i needed to do, i just didn't know how to word the code. i'll tinker with it and see what i can figure out.
You are the best! thank you so very much, this is wonderful, Im trying to learn stuff about it all lol, but my old brain is letting it leak out the back I think 😁
I learnt today that my browser size is 1376 x 682 px so any picture I use has to be at least that size, or it distorts. anyway thank you once again, I will use this on more pets but with different bg if that is ok with you.
Aw you've no wishlist? and I tried to send you a gift, but cant, you sneaky girly lol. then a million thanks instead.
i'm glad to be of help!
no problem! actually i'm glad for these questions because i'm finding out some mistakes that would otherwise go unnoticed! between the style tags, please delete the and lines and replace it with this code instead--it's a much better way to go about it since there was an issue of it cutting off on a larger screen.
body {background: url(https://imgur.com/Ke7ZthR.jpg) no-repeat center center fixed !important; background-size: cover !important;}
{margin: 0!important;}
{background: transparent;}
(and of course you are free to change the backgrounds or anything as you wish!)
no worries about gifting, but it was very sweet of you to think about doing so! thank you :)
I really like the profile for Nicolais and i'd like to use that one on Lavinio's profile. Which of the codes is it, from the 1st post? and do i have to sign up on pastebin to have access to the code? [i'm sorry i don't know how that site it works and the code i see there is just TOO short to be complete u.u]
whatever else i need or want done, i'm pretty sure i can figure out on my own though.
I really have to update my blog ObscureJourney and my review site BeingObscure. French speakers can read my reviews here.
hi! the one i have for nic is a little larger so i'll share his. you don't have to copy anything from the main post this way.
<style type="text/css">
url('https://dl.dropboxusercontent.com/s/zifzchfwjalalyt/sbt-basicpet.css');
.statbar { border: 1px solid ; }
.statbar div.stat { background-color: ; }
a { color: !important }
{ min-width: 410px; width: 410px; }
{ opacity: 0; width: 0px; }
img:hover { opacity: 1; }
{ display: none; }
{ padding-left: 0; padding-right: 0; } </style>
text goes here
and then more text goes here
ooh, thank you so much, you're an angel! <3
I really have to update my blog ObscureJourney and my review site BeingObscure. French speakers can read my reviews here.
- oh I really love the simplicity of your profiles, they are gorgeous! :D
I'm not very good with coding, so I wondered if you could explain in more detail about removing the lower case text? I can't see to figure out how to do it!
And also, I would like to remove the pet friends section, how would I do that please?
Thank you very much!!
EDIT: I'd also like to remove the 'adopted' date, is that possible too? Sorry to be a pain xD