fixed width?

Oh shit call the admin !!
Post Reply
User avatar
Del
Posts: 1829
Joined: Wed Mar 26, 2008 11:27 pm
Location: kneedeep in a config file

fixed width?

Post by Del » Mon May 12, 2008 11:07 am

did I just never notice or are the pages changed to fixed width? I have to scroll all the screenies, cant remember having to do that before...

Even a lowly 8x6 cap needs scrolling?
Image

User avatar
Supernova
Posts: 1530
Joined: Fri Mar 14, 2008 8:43 pm
What is 3hirty p1us 4orty?: 4

Re: fixed width?

Post by Supernova » Mon May 12, 2008 11:39 pm

If bandwidth is an issue I can sort that out :P

The theme is set at 1000 px wide, i'm not going to make it any wider.

I could add a custom upload to imageshack box with a little bit of tinkering, so you could post thumbnails if needed, or edit phpbb3's script to resize the images. Jase do you know if you have the imagemagick binaries on the server? let me guess, you don't? :P
Image

User avatar
Del
Posts: 1829
Joined: Wed Mar 26, 2008 11:27 pm
Location: kneedeep in a config file

Re: fixed width?

Post by Del » Tue May 13, 2008 12:25 am

nah, I was just wondering if I'd always seen scroll bars and not noticed them before, or if something had indeed changed.

Another tick in the dwindling sanity counter. Nice one
Image

Azrael
Posts: 24
Joined: Thu Apr 24, 2008 7:58 am

Re: fixed width?

Post by Azrael » Tue May 13, 2008 7:46 am

GO GO GREASEMONKEY

This also gets rid of the header, giving you EVEN MORE room for content. (Just get rid of the last line if you want the header)

Code: Select all

// ==UserScript==
// @name           Make It Bigger Damnit
// @namespace      asdfjkl
// @description    Makes Fester's forums bigger
// @include        http://festers.clanservers.com/*
// ==/UserScript==

GM_addStyle("#maintable { width: 100% !important; }")
GM_addStyle("#logorow { display: none !important; }")
"Sometimes with Microsoft products, up is left and down is purple."

Post Reply