1

Topic: punBB Resolution Size

My laptop runs at 1920x1200 and my desktop monitor runs at 1280x1024, I was wondering if there was anyway to shrink the website down on 1280x1024 to how it looks at 1920x1200 in a second skin for lower resolution users. So the high-resolution members could use the original skin and lower-rez members could run the smaller version.

Re: punBB Resolution Size

Mmm, isn't that the definition of a fluid width skin?

3

Re: punBB Resolution Size

Well essentially, but how would I make http://reviewstash.com look like that?

Re: punBB Resolution Size

It looks to me like it already expands fluidly. What's wrong with it specifically?

5

Re: punBB Resolution Size

I was interested in shrinking the actual theme down by like 40% essentially how it looks on 1920x1200, except it would show on lower resolutions. And I just reinstalled so It's using a default theme. I'm going to have oxygen back up. http://209.85.173.104/search?q=cache:hW … &gl=us

Re: punBB Resolution Size

Oxygen is actually the default theme for normal PunBB installs wink
But Oxygen still is fluid width. You'll have to be more specific about what you're looking for.

7 (edited by xsdmx 2007-12-26 07:46)

Re: punBB Resolution Size

Okay, http://reviewstash.com is back to normal, anyway, at 1920x1200 Reviewstash looks 20% smaller than on 1280x1024, I'd like to make it 20% on 1280x1024. How would I easily change the .css files of oxygen to reflect this?

Re: punBB Resolution Size

OK, THAT is not fluid width tongue

#punwrap {width: 800px; margin: 12px auto}

That's from Oxygen.css. That's not the default. Try removing the width declaration.

Re: punBB Resolution Size

Smartys wrote:

OK, THAT is not fluid width tongue

#punwrap {width: 800px; margin: 12px auto}

That's from Oxygen.css. That's not the default. Try removing the width declaration.

if you set a % instead of a 800px for the width and set a margin of say 20px for left and right it will be fine..


Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

10 (edited by xsdmx 2007-12-26 19:02)

Re: punBB Resolution Size

In your browser, zoom to 80% and look at how the website looks size-wise. That's essentially how I'd like it to look. I'm just not sure what changes I'd need to make to allow everything to scale down, not just the width.