For Neopets ONLY discussion.
Topic locked

Thu May 17, 2007 3:31 am

I like the new look inventory - it looks much neater and easy to see what you have.

Thu May 17, 2007 4:05 am

I don't like the new gray boxes either - seeing the orange-outlined images and the white grid and the little horizontal rules (between the names and the attributes, eg. "(special)") all at the same time seems too cluttering to the eye, especially contrasted to the look it had before. I'd rather they get rid of the horizontal rules and collapse the attributes closer to the items' names again, then increase the vertical gaps such that the white-on-gray grid structure would be unnecessary.

Thu May 17, 2007 4:16 am

AySz88 wrote:I don't like the new gray boxes either - seeing the orange-outlined images and the white grid and the little horizontal rules (between the names and the attributes, eg. "(special)") all at the same time seems too cluttering to the eye, especially contrasted to the look it had before. I'd rather they get rid of the horizontal rules and collapse the attributes closer to the items' names again, then increase the vertical gaps such that the white-on-gray grid structure would be unnecessary.


The second part of your paragraph made my brain shut off because I got kinda confused, but I'm pretty sure I agree. When I look at my inventory now, it just bothers and kinda hurts my eyes. Like..the grey color is too light so having it ontop of the white just doesn't work for me. And (I think this is what you were saying) I don't like the white gaps between the items and the side bar. Visually, it's too jumpy and bothers my eyes.

Thu May 17, 2007 4:34 am

I can't see what is so bad about it - anything is better than the straight white page.

Having it boxed makes it neater - I don't find it eye-wrenching. It is neat and tidy.

Thu May 17, 2007 2:28 pm

Um- where did my SDB link go to on my inventory page?

Jump to : Closet | Quick Stock | Equipped Items | Stamps | TCG Album | Item Gallery | Item Event Log | Customise!
NEW!! Neopets Tool Bar | Neopets Mobile

I am tired, am I overlooking it? Ended up going to my gallery then using the SDB link there. Oh and I don't care for the new inventory page also. It looks too cluttered to my eyes with the grey boxes. Just my opinion though.

Thu May 17, 2007 3:29 pm

I see a reason for the boxes:

Image

The boxes will be coloured for special items.

On a side note: Why can we take the backgrounds out of the closet if we can't sell them, but they do go in the SDB and Gallery?

SDB box link has gone from the Quick Links . It was probably removed because it was not needed - we have a SDB link on our yellow menu bar (toolbar or shop bar - whatever it is called).

Thu May 17, 2007 10:20 pm

I wonder when they're going to release more backgrounds? Like the Haunted Woods one we had during beta?

Thu May 17, 2007 10:55 pm

Hmm, I was on my boyfriend's computer this morning and when I checked my inventory it was in the same new style but there was no grey box around each item, and I get back home and the boxes are still there.

And when they do release more backgrounds I hope they don't charge us for them. Attach them to paintbrushes, sure..but buying backgrounds seems really lame.

Fri May 18, 2007 12:27 am

Some of the links on the top of the page are not clickable for me, such as User Lookup and Event Notification. Is there something I need to adjust on my CSS sheet?? Currently, I have this:

div.ban,div#ban, #ban, .ban, #ban_spacer {display: none !important;}
.adBox {display: none !important;}
.ad_wrapper {display: none !important;}

Thanks for your help!

Fri May 18, 2007 3:03 am

Code:
div.ban_bottom,div#ban_bottom {
display: none !important;
}
div.ad_wrapper,div#ad_wrapper {
display: none !important;
}
td.neofriend,td#neofriend{
display: none !important;
}

Just updated mine to correct the most recent changes TNT made. Now you can block the ad, and leave the links intact, but it also leaves the giant image which is part of the theme you have set. :\

Fri May 18, 2007 11:54 am

Ok, I use firefox and adblock, which has been a great combination so far - blocking the ads and leaving the sidebar etc.
Today all of a sudden I get this weird little thingie:
Image
Anybody else got that?

EDIT: Hm, funny thing - the advertisment sign which I've markedand which overlays my topbar (figured out that "sidebar" is no longer a good word for it ;)) can be adblocked, but the others on the site can't. o_O

Fri May 18, 2007 12:20 pm

Unitylejean wrote:EDIT: Hm, funny thing - the advertisment sign which I've markedand which overlays my topbar (figured out that "sidebar" is no longer a good word for it ;)) can be adblocked, but the others on the site can't. o_O


It's because the regular horizontal ones are just text, but they had to make that one an image so it would display sideways. :P

Fri May 18, 2007 12:45 pm

SierraRaven wrote:Some of the links on the top of the page are not clickable for me, such as User Lookup and Event Notification. Is there something I need to adjust on my CSS sheet??


Even after updating my CSS sheet as noted by GIR, I still can't click on user lookup, event notification, etc. on the topbar. I'm on Firefox v2 though, rather than IE. The new CSS sheet works a treat on IE :)

Fri May 18, 2007 4:35 pm

satiran wrote:
SierraRaven wrote:Some of the links on the top of the page are not clickable for me, such as User Lookup and Event Notification. Is there something I need to adjust on my CSS sheet??


Even after updating my CSS sheet as noted by GIR, I still can't click on user lookup, event notification, etc. on the topbar. I'm on Firefox v2 though, rather than IE. The new CSS sheet works a treat on IE :)

You changed the one in your Firefox's chrome folder, right? Not just the IE stylesheet? Because those changes I made were to my Firefox stylesheet; I never use IE, so I didn't even bother with modifying its stylesheet.

Unitylejean wrote:Ok, I use firefox and adblock, which has been a great combination so far - blocking the ads and leaving the sidebar etc.
Today all of a sudden I get this weird little thingie:
Image
Anybody else got that?

EDIT: Hm, funny thing - the advertisment sign which I've markedand which overlays my topbar (figured out that "sidebar" is no longer a good word for it ;)) can be adblocked, but the others on the site can't. o_O

Did you try making the changes I mentioned above?

Fri May 18, 2007 6:45 pm

GIR wrote:
Code:
div.ban_bottom,div#ban_bottom {
display: none !important;
}
div.ad_wrapper,div#ad_wrapper {
display: none !important;
}
td.neofriend,td#neofriend{
display: none !important;
}

Just updated mine to correct the most recent changes TNT made. Now you can block the ad, and leave the links intact, but it also leaves the giant image which is part of the theme you have set. :\


Thank you thank you thank you!!! *many hugs* It's SO nice to be able to see my whole theme without those ads. :hug:
Topic locked