timas
March 15th, 2006, 08:44 AM
The original post was in the thread about how well we like, or don't like the changes to the forum that have been made, see this link to find it: http://ubuntuforums.org/showthread.php?t=144754&page=13#121
This is a fix for Firefox users that contains:
> Full width page;
> Drop-down sub-forms on the main page
And 3 fixes that became appearant right of the bat as other things were changed:
> the page navigation within a multipaged thread is its proper size again
> the dropdown menu's width is fixed
> Quickreply is half the page-size and centered.
Check out this site to find info and to download the FF extension: http://userstyles.org/stylish
Follow these steps:
1. Download and install the Stylish extension
2. Restart Firefox (pitty that)
3. Goto ubuntuforums.org
4. Click on the little icon that should be in the right bottom of your statusbar (paper with a pencil)
5. Click 'add style for ubuntuforums.org'
6. Give the new style a name, make sure the enabled box is checked
7. Copy the bellow code into the code area of Stylish and hit save
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(ubuntuforums.org) {
/* Fixes the page size back to the full width */
table {width: 100% !important;}
/* Fixes the size of the pagenav and vbmenu_popup boxes after the above was set */
div.pagenav table {width: auto !important;}
div.vbmenu_popup table {width: auto !important;}
/* Makes quickreply 50% of the total page size */
#qrform {width: 50% !important; margin: 0 auto !important; display: block !important;}
#qrform textarea {width: 100% !important;}
/* Makes the sub-forum in the main-page work as a mouse-over dropdown */
td.alt1Active div.smallfont {width: 400px !important;}
td.alt1Active div.smallfont ul {display: none;}
td.alt1Active div.smallfont:hover ul{display: block;}
td.smallfont table div.smallfont form {display: block !important;}
}
From hereon forward, the page will stretch again, the pagenav table thing is a quick fix to make sure the page navigation doesn't get stretched 100% as well.. the !important tags are required by stylish to instantly apply them while browsing the site.
I'll attempt to fix the subforum hide/unhide thing as well, but not too sure how possible that is going to be..
Disclaimer: I am not trying to battle the mods or the redesign, it's really just because I like it better like this and it gives the other folks who also want it a chance to use it too..
Suggestions, additions, ideas, requests, I'm all for it :)
This is a fix for Firefox users that contains:
> Full width page;
> Drop-down sub-forms on the main page
And 3 fixes that became appearant right of the bat as other things were changed:
> the page navigation within a multipaged thread is its proper size again
> the dropdown menu's width is fixed
> Quickreply is half the page-size and centered.
Check out this site to find info and to download the FF extension: http://userstyles.org/stylish
Follow these steps:
1. Download and install the Stylish extension
2. Restart Firefox (pitty that)
3. Goto ubuntuforums.org
4. Click on the little icon that should be in the right bottom of your statusbar (paper with a pencil)
5. Click 'add style for ubuntuforums.org'
6. Give the new style a name, make sure the enabled box is checked
7. Copy the bellow code into the code area of Stylish and hit save
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(ubuntuforums.org) {
/* Fixes the page size back to the full width */
table {width: 100% !important;}
/* Fixes the size of the pagenav and vbmenu_popup boxes after the above was set */
div.pagenav table {width: auto !important;}
div.vbmenu_popup table {width: auto !important;}
/* Makes quickreply 50% of the total page size */
#qrform {width: 50% !important; margin: 0 auto !important; display: block !important;}
#qrform textarea {width: 100% !important;}
/* Makes the sub-forum in the main-page work as a mouse-over dropdown */
td.alt1Active div.smallfont {width: 400px !important;}
td.alt1Active div.smallfont ul {display: none;}
td.alt1Active div.smallfont:hover ul{display: block;}
td.smallfont table div.smallfont form {display: block !important;}
}
From hereon forward, the page will stretch again, the pagenav table thing is a quick fix to make sure the page navigation doesn't get stretched 100% as well.. the !important tags are required by stylish to instantly apply them while browsing the site.
I'll attempt to fix the subforum hide/unhide thing as well, but not too sure how possible that is going to be..
Disclaimer: I am not trying to battle the mods or the redesign, it's really just because I like it better like this and it gives the other folks who also want it a chance to use it too..
Suggestions, additions, ideas, requests, I'm all for it :)