facepalms
I can't get the image to not repeat. I thought for sure I knew the code for that, but all my tricks aren't working. I feel like such a noob right now D:
-Starbell
background-repeat:no-repeat;
Maybe you'll want to freshen your memory by reading the html and css tutorials here
And you're welcome to comment/smail me if you need more help. :)
lol the W3 schools. That's like the place my web design teacher directed us to. I've got like 3 different threads on coding for Subeta open in new tabs and my own website that I coded for my web design class as reference but none of the threads address how to do images at all and my website had one but the repeat was x so that didn't help any. I might have to keep the W3 schools website up too, just so this doesn't keep on happening to me.
-Starbell
Well it's a very helpful site. Sure there are other tutorial sites out there, but this is the one I go to. :) It has served me well. (And then of course the occasional blog with tips on fun css tricks)
I'm having trouble finding somewhere I can learn how to write a code that allows me to change a specific section within a profile, so that it overs up what was previously in that spot. As in.. Imagine a box that has some writing in it, and you click something else ( as in, a link ) on the page, and then the content in that box changes to something new?
I don't know how to describe it any better than that.. and I have no idea what I would search to find a guide for coding something like that. OTL
Help would be really appreciated. Thanks in advance!
, or really anyone else:
I'm curious if, with the new Pets page, it's still possible to overlay the official art with your overlay. With such pets as my Vargasson for example, it's really annoying to see a Darkmatter Kumos when he's been totally recolored ;;
I tried the custom CSS currently listed and it doesn't work. I'm not sure if I did it wrong, or if it just doesn't play nicely with the new Pets page layout, or what. If someone could throw me a bone (haha) about this, I'd really appreciate it! (And I'll probably stop by again to pick a few brains when it finally comes time to give most of my pets their proper layouts...
UGHHH PROCRASTINATORS UNITE... TOMORROW.)
[font=Bookman Old Style]
Okay, that's fashinably late OTL but in case you are still curious what you're talking about seems to be something called 'anchor links' (you can see a very basic example on my pet Bodyguard's profile) You can find info on coding them in this guide, near the bottom.
Judging from the profile in question you've found a way to deal with that, or...? :)
No no, the part of the OP that talked about overlaying the pet on your actual Pets page, so that you see your overlay around the site rather than only on its profile. (Unless I misunderstood that part...)
Here's the quote of what I meant, anyway:
td > a[href$="petid=petIdHere"] img {background: url(&;urlhere&;) no-repeat; width: 0; height: 0; padding: 100px;}
.petinfo_leash {display: none;}Make sense? ;; Thank you so much for being willing to help, anyway—it means a lot :) I'm not a newcomer to CSS but it's been so many years since I've last practiced it that I certainly feel like one, so having the availability and willingness of real people to look over my code and help out is invaluable, to say the least. You guys are all fantastic! ❤
[font=Bookman Old Style]
Oh god. Sorry, derp -_-
Okay, I'm no expert at custom CSS, but I played with the original code and
div.well > a[href$="/pet.php?act=active&petid=968270"] img {background: url('http://i167.photobucket.com/albums/u150/Fioletowooka/Rosenbach.png') no-repeat; width: 0; height: 0; padding: 100px;}
works for pets page :)
Things to edit as before...
I see no logical way to do it for the training page my skill probably isn't up to the task but if you need anything else, resort etc I can at least try looking into it.
PSHHH, I am the QUEEN of derp, it is no problem at all and in fact I am SUPERBLY flattered that you worked on this for me at all ;u; snugs ❤
Oh, that's perfect! Thank you so much. It would be great if it would work on the training page too (I'm taking the new Pet Employment system pretty seriously, so I'm seeing a lot of my pets, lol), but I don't use the resort so much except for my battle pet, who doesn't have an overlay at all. ^_^;
asdlkfjgh though seriously thank you so much YOU ARE THE GREATEST, ALL MY INTERNETS ♥
[edit] Okay, now that I've gone through and added all the pets that I have overlays for, I've noticed a problem... nothing gamebreaking or anything, just a little weird... o_o
My Pets page now looks * FANTASTIC! * but a lot of the overlays (read: most of them) are actually a feeeeww pixels (I'd say maybe 10, 15) too far to the right, so that they kind of "bump into" the stat info, but fortunately the stats seem to be on a higher layer so they're not actually obscuring anything—as I said, it's not a problem that breaks anything, and I am happily overlooking it just to see my lovely overlays on my Pets page, but I thought you might be interested in hearing about it! My knowledge of CSS is NOWHERE NEAR this level, so I have no idea what I'm doing or what I'm looking at. 8D
Seriously though, asdlkfjakshg thank you so much ;u; ❤
[edit] ANOTHER PING, FOR ANOTHER EDIT s-since you said you wouldn't mind at least looking into other places than the training center fffff I am so wibbly asking but
Any chance you could see if there's anything you could do with the Employment page and all its children-pages? I haven't actually taken a look at the CSS there so I don't know if that's any easier than the training center, but if it is alskdjfhg that would be MAGNIFICENT. ❤
[font=Bookman Old Style]
my knowledge of CSS is definitely insufficient for this, I'm a pet profile coder, goddammit D= (I like the challenge. Honest) Okay, self, that should be logical, shouldn't it... Could you screenshot how it's looking for you? I'm not exactly on my best internet connection right now so my testing capabilities are limited, but I'll look into it in the evening/tomorrow morning if I can.
NOW. Good news or bad news? I have something that should hopefully work for Training Centre, Healer and all Employment pages.
.sp-table> center > a[href$="/petinfo.php?petid=999263"] img {background: url('http://i167.photobucket.com/albums/u150/Fioletowooka/Rosenbach.png') no-repeat; width: 0; height: 0; padding: 100px;}
.sp-table>center>b+br+img[src*="bhakoru_nightmare"], .container-fluid>center>b+br+br+img[src*="bhakoru_nightmare"], tr+tr>td>img[src*="bhakoru_nightmare"] {content: url(http://i167.photobucket.com/albums/u150/Fioletowooka/Rosenbach.png);}
Replace "petid= ", "species_color" and url as necessary...
That was the good news. bad news... err... since that second half replaces content of every img that has the words species_color inside (or you can also make it react to experiment pets, I guess...) it potentially screws up every image of this color/species on the site. I've tried to be as specific with the selectors as possible and praying nothing else has the exact same formatting so that you don't start seeing other's pets with your overlays. Where can you see other's pets anyway...? Pet spotlight page appears to be unaffected after some effort, same for pet profiles...
But would you test it a little, also for px being off etc? Because I can't do this atm and promise nothing XD
[edit] okay, works in Opera too.
Will definitely test for you! Thank you SO MUCH for tackling this challenge, you are awesome and a sweetheart and gushes ❤
I actually am already using Chrome, yay! I'd heard conflicting reports on whether it was the best browser to use with Subeta so this makes me feel TRIUMPHANT.
Will take screenshots of what I mean (the "bleeding" of the overlay) and edit this post with them in a few minutes. Just woke up, gotta try to get with it a little more xD
[font=Bookman Old Style]
Wait, I think I know what is causing the 'bleeding'. Your page resolution. My monitor is 1366 px wide and the page is made for something similar; it is also coded to shrink with the screen. The image normally would too, but not the way we coded it. Soo, I'd have to just replace the species_color image too and it should be fine...
If you confirm that the other fixes work for you maybe I can just make a topic with these, maybe someone else would have an use for it too? (coded stuff for resort and battle colliseum as well btw, might as well do it properly XD)
ASDLFKHG IT WORKS IT WORKS AAAAAAAAAAAA
I think you're right about the page resolution, mine is only 1280 wide.
DOING RIGOROUS TESTING NOW: it does NOT work in the Resort, but it does work in the Employment Center, Training Center, and all Employment Center/Job Agency/WTF-EVER children pages (Job Listings, Ask for Promotion, Collect Income, etc). Coincidentally, I also discovered that you can quit a job when you don't have one.
Trying desperately to find another Arid Irion—thought I'd found one on an UFA thread but someone changed it to an Arid Legeica. TESTING CONTINUES, WILL EDIT/POST AGAIN/WHATEVER because I like the idea of making a special thread just for this, I think a lot of people would like to see their overlays around the site rather than just on their pet's page :D
[edit] derp derp I see that you've already coded stuff for the Resort / Coliseum. DISREGARD THOSE REPORTS THEN HAHAhahaha ha
[edit] HOT DANG IT WORKS
I finally cottoned on to the notion of SEARCHING THE PET POUND for the right species/color combo and it looks like this poor Arid Irion is not overlaid! (she has a pretty name too, hmmmm)
ANYWAY, YOUR CODE APPEARS TO BE A SUCCESS CONFETTI \o/
YOU GET ANOTHER PING BECAUSE I'M EXCITED
[font=Bookman Old Style]
Blah, I hate user profiles some days... well mainly the pet section.
How do I get my pets to be more uniform (and centered)? My profile is up right now for anyone to see what I mean.
Okay, I think my brain just died. I'm trying to make my pet profile cool, but just about all I can do is change the color. I'm reading the instructions, doing everything I'm supposed to, but nothing's working. Except changing the color of things. I'm considering just commissioning someone to do this for me because for the life of me I can't do a darn thing. If there's someone willing to help my tied-in-knots brain unravel itself, I'm willing to try again, but... I don't know. Should I just try again? Or just leave it to someone better than me at comprehending this?
Thanks so much, A Very Confused Person
(I'm sorry if this breaks rules or something, or if you guys get annoyed at me; I'm still new-ish and learning my way around the forums.)
[font=times new roman]