I made an enhancement for gamesas.com:
- it enhances the width to "auto", so the width of the forum is set to your display width
- it fixes the "image-bug" (if an image larger than the forum width is posted, the other posts will be broken)
- the breadcrumbs get fixed, because the forum width is now larger
https://addons.mozilla.org/de/firefox/addon/stylish/
Here's the code:
Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("gamesas.com") {
.front-page {
width: auto !important;
}
.layout {
padding: 2px 5px 2px 13px !important;
}
.postbody {
max-width: none !important;
}
img {
max-width: 800px; /* max width fix */
}
}
How to install:
1. select the code and copy it to your clipboard
2. go to extras -> Addons -> search "Stylish" in the Addons-List and select "Settings"
3. In the upcoming window click on "create new style"
4. Now enter a name for the fix, like "gamesas.com fix" or something like that
5. Paste the copied code into the text input box
6. Click on 'Save'
7. Have fun
Here is how it looks after applying the fix:

Have fun!
I hope it is useful and hopefully the forums get updated soon...
I think I read about that today, where Cry-Tom stated that.
@-moz-document domain("gamesas.com") {
.front-page {
width: auto !important;
}
.layout {
padding: 2px 5px 2px 13px !important;
}
.postbody {
max-width: none !important;
}
img {
max-width: 800px; /* max width fix */
}
}
How to install:
1. select the code and copy it to your clipboard
2. go to extras -> Addons -> search "Stylish" in the Addons-List and select "Settings"
3. In the upcoming window click on "create new style"
4. Now enter a name for the fix, like "gamesas.com fix" or something like that
5. Paste the copied code into the text input box
6. Click on 'Save'
7. Have fun
Here is how it looks after applying the fix:

Have fun!
I hope it is useful and hopefully the forums get updated soon...

-
Juan Cerda - Posts: 3426
- Joined: Thu Jul 12, 2007 8:49 pm