Fri Apr 27, 2007 8:54 pm
Fri Apr 27, 2007 8:54 pm
shapu wrote:Well, you can increase and decrease text size, which might help. Just hold down the CTRL key and scroll your mouse wheel or up or down.
If you want to block the sidebar, which is a big help just by itself
-if you have chromedit installed on your browser (Mozilla/firefox users only), go to Tools, then click "Edit User Files," and click on the userContent tab. At the very bottom, type this line:
- Code:
.sidebar{display:none;}
-I have not learned how to do that for just neopets, mind you.
-You can do the same in your user style sheets in Internet Explorer, though I don't know how. Vivian58 brought up the possibility in a post in the first thread.
Finally, the sidebar is in a table data box. So you won't be able to move that to the right side of the page, as far as I know.
Anyway, the dropdown menus, as far as I can tell, aren't flash or Java. I believe they're just a really neat use of CSS involving z-indexing the menu itself. When you mouse over it, that changes the index and brings the menu to the front of the page. Normally, it's the bottom layer.
Fri Apr 27, 2007 9:09 pm
shapu wrote:anjuna wrote:If anyone out there is good with CSS, I wonder if you can tell us if there are external style sheets we can use to at least, say, get rid of the glaring box outlines and perhaps change sizes of things to make them so I don't feel like I have to immediately go to an eye doctor and get a new prescription for glasses that magnify as powerful as a microscope!
Well, you can increase and decrease text size, which might help. Just hold down the CTRL key and scroll your mouse wheel or up or down.
If you want to block the sidebar, which is a big help just by itself
-if you have chromedit installed on your browser (Mozilla/firefox users only), go to Tools, then click "Edit User Files," and click on the userContent tab. At the very bottom, type this line:
- Code:
.sidebar{display:none;}
-I have not learned how to do that for just neopets, mind you.
-You can do the same in your user style sheets in Internet Explorer, though I don't know how. Vivian58 brought up the possibility in a post in the first thread.
@-moz-document domain(neopets.com){
}
#nst{color: white !important;}
.adBox{display:none !important;}
Fri Apr 27, 2007 9:12 pm
We would also like to mention that if you aren't happy with the change to any of your Neopets, don't go hunting for a morphing potion just yet! You may find justice early next week.
Fri Apr 27, 2007 9:21 pm
yvonne_l_d wrote:
I would have been supportive of the changes if it had been just the layout. I can't stand the pet redraws. My xweetok now looks like mickey mouse.
Fri Apr 27, 2007 9:21 pm
vivian58 wrote:You can even change the font size to make everything look bigger, btw!
Finally, they added a new element for ads, so even in Firefox with Adblock, I still see the black ADVERTISEMENT bar, with a blank white area underneath, so I added this to my user style sheet. This works in IE, too, as far as I know:
- Code:
.adBox{display:none !important;}
I spent hours combing through the Neopets CSS yesterday while redoing my user lookup.
Fri Apr 27, 2007 9:25 pm
Matrinka wrote:yvonne_l_d wrote:
I would have been supportive of the changes if it had been just the layout. I can't stand the pet redraws. My xweetok now looks like mickey mouse.
You shouldn't insult Mickey by comparing him to that redraw. The images look more like the Disney movie rip-offs you can find at the Dollar Store or K-Mart discount bin.
I'm *still* annoyed with the Lutari redraw. No, I don't like him standing upright... but the ice-cream seller in Terror Mountain's Happy Valley has been standing upright since before I got my lutari. *HIS* artwork looks fine. *My* pet's artwork looks awful.
Fri Apr 27, 2007 9:25 pm
anjuna wrote:
I am really way more annoyed by the ugly 'boxes' around everything. And the redundent useless things on almost every page. I really admire people that know a lot of CSS tricks and hope that if many of you are as angry as most of the rest of us you're working on some funky codes that you might be able to share with us all later. Neopets is an eyesore now.
.contentModule {
border: 0px;
}
.contentModuleTable {
border: 0px;
}
Fri Apr 27, 2007 9:29 pm