Pet I'm workin' on - Eliwood Anderson Note: I don't plan on doing anything complicated...but I don't like the pure basic pet description...at least not for this pet.
*Edit: Also, is there a way to center the page? I mean to where it is centered no matter what size of display the computer screen has. I mean, I can get it partly centered but it seems to still count in the sidebar despite the sidebar being 'display:none'...so the 'center' isn't accurate...is there something I'm missing to get it to center properly?
Wormwood falls from the sky
a soul denied, twice will die
{background:url(URL);} ^ for your pet image (if you change the size, it's a little different, but I'm assuming you're keeping the original image which is 200x200px) img {background:url(URL) no-repeat; height:0px; width:64px; padding:0px 0px 64px 0px;} ^ for your minion (also for original size)
Treasure items are a lot different. You /can/ technically edit each image and replace all the codes, but I highly doubt you want to do that. So the best option (which I use when I code other people's profiles) is just adding opacity effect to it. .treasure_item img {opacity:___;} ^ opacity can be 0-1. I usually do 0.7 or so. But you can experiment. (Note, this selector can also be used to change the size of the TC items as well as add borders and other things!)
I'm not sure what you're talking about so can you elaborate a bit more? :3
To change the color (and also the height) of the stat bars: .statbar div.stat {background-color:COLOR; height:10px;} ^ make sure you use a hex code and don't forget the # before the six digit number!
4a. To change hover link color: a:hover {color:COLOR;}
4b. As for scrollbars, it's a bit trickier than that. The only code you're going to find is a webkit code, which means it's only going to work in Chrome browsers. Most profile commissioners user scrollbar image covers so that they can seamlessly cover the scrollbars in all browsers. However, if you want to mess with the webkit stuff, there is a generator here that you can play with, and it'll give you the code.
Centering: Erm, I can't really help you on the centering issue, because honestly I don't know how to center the entire page beyond adjusting each element individually. But hopefully someone else can help you. (I hope you don't mind me pinging you but I notice you center profiles way different than me so many you have an magical solution to this!)
-
Uh...okay, and if I ain't got Photoshop? For the foreseeable future, yeah...you'd be right. Opacity? Ermkay...that'll be fun to play with.
Well, it actually shows up on almost all Subeta's pages (still haven't figured out what it actually is though)...there's a way to remove it at least on Pet Description's (either that or it's REALLY WELL HIDDEN)...but with me not knowing what it IS to begin with...I wouldn't have the first clue how.
| | | + | |____| ^It's about that big...give or take and that + sign is more centered. (Edit: That don't show up right...once it's posted...oh boy.)
Okay...hex codes are one thing I am familiar with so that'll be simple enough.
I used to have the basic hover code on another site but when the hover quit workin' right for me on the other site...I forgot it...never did realize how similar coding was from site to site...so thanks for that! Chrome? Well...I think I'm droppin' that idea then...I don't have a problem with Chrome...don't get me wrong but as far as I remember...I've only ever signed into Subeta on Firefox.
blink Ooookay. That explains that.
Wormwood falls from the sky
a soul denied, twice will die
Hm, are you talking about the things on the right hand side of the page? The bookmark things?
- Yeah! That thing.
Wormwood falls from the sky
a soul denied, twice will die
LOL OKAY here ya go! {display:none;}
also not sure if you plan on changing your pet/minion anytime soon, but atleast for now!
- Apparently, I already had a bookmarks code but it was had something to do with transparency not 'display:none' so I just had to move it but if it wasn't for you...I wouldn't've known it was that simple of a fix...thanks! Opacity is fun to play with! Minion - Not if my Subeta life depended on it! Pet - Any clue when they're releasing a Storm Darkonite? If so, THAT'S when...otherwise, no real plans. Also, THANKS SO MUCH! Those two are purrfect! Um...do you want coding credit/mention of you're help on the description?
Wormwood falls from the sky
a soul denied, twice will die
It doesn't matter to me! I just like helping :3 wiggles Coding's my favorite.
And no idea about the storm darkonite, sorry :c But when they do, just nudge me and I can edit out the background too. It's a super quick fix.
- Okay. Figured it was worth a shot asking :p ... I'll be sure to keep track of your UN so I remember to ask. Also, the hover code works great...but um...I've kinda got it only half-workin'...I mean I've got the hover color right...but what about what the link looks like (the color) when you're not hovering? Also, is there a way to change the color of the border for the statbar...to match the color of the bar?
Wormwood falls from the sky
a soul denied, twice will die
a:link,a:visited {color:___;}
Also if you don't want it to underline for the hover, just add "text-decoration:none"
HEX CODE GENERATOR aka the best thing to ever exist
[edit] also for the stat bar, I would assume just add a border. So "border:1px solid COLOR" but you can change the size and the effect (so it can be dashed, double, etc). I don't usually code in stat stuff but that sounds right.
- Thanks again and again...and again. Yeah, I don't. Yup, that generator is...one of the best...:P
Edit: Um...the border code for the statbar didn't work...it's still got a white border.
Wormwood falls from the sky
a soul denied, twice will die
LEMME LOOK AT IT HOLD ON
Oops I see what you did. You forgot the # before your hex code :p
- I went and fixed that but it's still a white border.
Please stand-by...somehow...when I resaved...it went back to like 7 saves ago :cries:
Wormwood falls from the sky
a soul denied, twice will die
Ah okay I see now (like I said, I hardly ever have to code stats stuff). So just remove what I said because I lied you don't need that.
Do this:
.statbar {height:12px; border:1px solid COLOR;}
- I actually had to use both statbar codes...one for the bar color and the other for the border but it worked...THANKS! And, thank the good lord that getting everything set back to before the '7 saves ago' incident worked quick. Edit: One final note since the only thing left is to add the story (and to keep workin' on the TC) and that'll take a little while. Made sure I gave ya credit where credit is due.
Wormwood falls from the sky
a soul denied, twice will die
Too lazy to read all this so I don't know if you got the centering thing figured out yet, but what I do is size and center a containing div (for pet profiles I usually use pet_info, relative positioning and auto margin should do that) and then I position the content (with absolute) inside that. It keeps everything in check even with different resolutions. I can probably find an example in my coding files if you need it. :)
Ew why you so lazy (nah that's fine everything else was just other codes stuff) But yea I'd love to see an example just because wow I don't think I've ever done it like that at all c_c
Lazy feels good though. :P
Okay let's see if I can explain this.
This is what I do for the centered containing div. Before this I've basically stripped the page of any and all paddings or margins so it actually gets centered on the page and not 'centered but slightly off to one side'.
{
position:relative; margin:auto !important;
height:690px; width:1000px; overflow:hidden;
background-image:url(URLHERE); }
The one downside I've found of this is that if you're using a background pattern (I add the to body) the main graphic needs to have a transparent background for the pattern to always look correct. But for me that's a small price to pay for the content not going outside the background boxes on any screen resolution I didn't code on.
Any content I just code with psotion:absolute; like I would on a regular left-aligned profile because they are contained within (and are relative to the top left corner of)
= Ummm...I think I did something wrong...because now part of it's disappeared (I think that's due to the set height though and the width has caused a vertical scrollbar)...and it's aligned more to the left. Note: I don't have a background-image...it was okay to remove that little line of the code, wasn't it? Is that what messed it up? Edit: I tweaked the height and width until I got that part fixed. The part of it with the stats/pet/minion/etc. is positioned different then the 'pd1/pd2/pet treasure' sections...but I double checked the coding...I can't find where the coding I already had would be overriding yours. Also, what's with that gap below the pet treasure section? Edit 2: I noticed something by picking the coding apart, piece by piece. Your code does nothing for the pd1/pd2/pet treasure sections...they don't even move a pixel...and the alignment that the pet info section gets is to the left...if the sidebar was there...they'd almost be touching. Soooo...what am I doing wrong? I had to seperate those three parts from the pet info or they'd align god only knows where...I couldn't get them to align correctly otherwise...and now, apparently by doing that...none of it wants to center basically to the display/screen.
Wormwood falls from the sky
a soul denied, twice will die
So I actually tried this in a profile I'm currently working on and and worked fine. There was a slight discrepancy on my end. Everything was shifted 10 pixels but that's probably because I already had it coded.
But looking at yours, it looks mostly centered when I zoom out. I would try "1200px" for the width and see if that helps at all?