I prefer Dark themes .. seems to be a bit easier on my eyes i guess.. I have found this little trick that works here as well as elsewhere, so if you want to darken this site a bit.. give this a try...
1. Add stylish to Firefox from here:
2. Add this script:
click the add to stylish button
3. In the very bottom right corner of firefox you will see the sylish icon, right click, select "Manage styles"
4. Select "2 + 2 vbulletin dark skin" and click the edit button.
5. ok.. Now look for this code near the top
now replace that with:
now enjoy the super cool dark skin for the site, which should stay through all updates...
1. Add stylish to Firefox from here:
Code:
https://addons.mozilla.org/en-US/firefox/addon/2108
2. Add this script:
Code:
http://userstyles.org/styles/4365
3. In the very bottom right corner of firefox you will see the sylish icon, right click, select "Manage styles"
4. Select "2 + 2 vbulletin dark skin" and click the edit button.
5. ok.. Now look for this code near the top
Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forumserver.twoplustwo.com") {
now replace that with:
Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forumserver.twoplustwo.com"),
url-prefix(http://www.offtopicz.net)
{
now enjoy the super cool dark skin for the site, which should stay through all updates...