OffTopixz Theme and You

Users who are viewing this thread

Neflhiem

Member
Messages
480
Reaction score
0
Tokenz
0.07z
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:

Code:
https://addons.mozilla.org/en-US/firefox/addon/2108

2. Add this script:
Code:
http://userstyles.org/styles/4365
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

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...
nef.gif
 
  • 3
    Replies
  • 249
    Views
  • 0
    Participant count
    Participants list

Neflhiem

Member
Messages
480
Reaction score
0
Tokenz
0.07z
sorry.. couple more changes for some clean up.

change the following code:

Code:
.panel
{
       background-color: #333333 !important;
       color: #CCCCCC !important;
       padding: 10px !important;
       border: 2px outset !important;
}

to:


Code:
.panel
{
       background: #333333 !important;
       color: #CCCCCC !important;
       padding: 10px !important;
       border: 2px outset !important;
}


Again... if anyone wants to do this.. it looks great..and really isnt that hard. Feel free to PM with questions.

enjoy
 
78,874Threads
2,185,387Messages
4,959Members
Back
Top