How to remove the new 'All red' theme at this forum

Status
Not open for further replies.

amitava82

MMO Addict
Re: Opera tutorial

Greasemonkey script for Opera

1. Download this 2 files:
*www.w3hobbyist.com/td/remove_rhs_advt_bar.user.js
*amitava82.googlepages.com/digitforum.user.js

2. Save them to some convenient location. Say, "scripts" folder under Opera installation directory or your home directory in case of linux.

3. Fire up Opera, go to "Tools > Preferences > Advanced tab > Content > JavaScript Options". Chose the location where u saved those scripts. Click OK, OK.

And you are done. You can use any greasemonkey scrpit. Just put them in the same folder.

*img179.imageshack.us/img179/4707/77218855xd3.jpg

Enjoy good old Digit Forum :)
 

narangz

Web developer
Re: Opera tutorial

Greasemonkey script for Opera

1. Download this 2 files:
*www.w3hobbyist.com/td/remove_rhs_advt_bar.user.js
*amitava82.googlepages.com/digitforum.user.js

2. Save them to some convenient location. Say, "scripts" folder under Opera installation directory or your home directory in case of linux.

3. Fire up Opera, go to "Tools > Preferences > Advanced tab > Content > JavaScript Options". Chose the location where u saved those scripts. Click OK, OK.

And you are done. You can use any greasemonkey scrpit. Just put them in the same folder.

*img179.imageshack.us/img179/4707/77218855xd3.jpg

Enjoy good old Digit Forum :)

Thanks a ton :)
 

ajaybc

Youngling
Rohan U r great.Superb work.
Btw u cud have hacked the site again and changed the theme.It is too bad u informed those ______ admins(Any word I fill in that blank seems insufficient:mad:) how u hacked.U shud have atleast kept the admin password with u.It is against our ethics and the ethics of a gud hacker.But such admins must be made to suffer.


Any way thumbs up to u.U r simply great.
 

PcEnthu

Linux Learner
@ amitava82, Thanks a lot for the script. But one question. When I load a forum page, the default style is first loaded and is then changed to the customized style. Is there to way to use the customized style when the page loads the first time.
 

amitava82

MMO Addict
Nope. Thats how user applied js works. So, use stylish for FF if u want the style to be applied as soon as the page starts loading..
 

PcEnthu

Linux Learner
Nope. Thats how user applied js works.

Thats bad. I am returning to the default style now :( coz i could navigate the forum in a faster pace without switching the style for each page

So, use stylish for FF if u want the style to be applied as soon as the page starts loading..

Opera is too much loose for the sake of a customized style :p

Anyways tnx for your time and effort :smile:
 
OP
victor_rambo

victor_rambo

हॉर्न ओके प्लीज़
Updated CSS:[this is not a new theme, but some minor improvements in the basic css]
There are some minor CSS changes which I feel were needed. Some bugs and errors also have been corrected.

Please replace your old CSS file(of stylish) with this new CSS file:

Code:
@namespace url(*www.w3.org/1999/xhtml);

@-moz-document domain("thinkdigit.com")
{

a
{
font-family: Verdana !important;
font-size: 12px !important;
color: #1278DD !important;
}

a:visited
{
font-family: Verdana !important;
font-size: 12px !important;
color: #0D57A2 !important;
}

td.alt2
{
font-family: Verdana !important;
font-size: 11px !important;
color: black !important;
background: white! important;

}

td.thead
{
font-family: Tahoma !important;
font-size: 10px !important;
background: url() !important;
background: #80B7EE !important;
color: black !important;
}

td.tcat
{
font-family: Tahoma !important;
font-size: 11px !important;
color: black !important;
background: white !important;
}


div
{
font-family: Verdana !important;
font-size: 12px !important;
}

td.vbmenu_control
{
background: white !important;
}

div#topAd
{
display: none !important;
}


div.alt2
{
background: white !important;
}

div.smallfont
{
font-family: Tahoma !important;
color: black !important;
font-size: 11px !important;
}

td.tfoot
{
background: #80B7EE !important;
}

td.vbmenu_control
{
color: #1278DD !important;
}

div.thead block_row
{
background: white !important;
background: url() !important;
color: black !important;
}

div.tcat block_title
{
background: url() !important;
background: white !important;
color: black !important;
}


body>table:first-child
{
display: none !important;
}


div.page>div
{
padding: 0px !important;
}

td[width="164"]
{
display: none !important;
}

a[href^="posthistory"]
{
font-size: 11px !important;
color: black !important;
}

a[href^="member"]
{
font-size: 11px !important;
}

a.bigusername
{
font-family: Tahoma !important;
font-size: 16px !important;
color: #0E58A3 !important;
}

}
@ Rohan

I don't know how to thank you. But I will keep it simple.

THANK YOU
:)
 
Last edited:

axxo

99.9% Idle
thx rohan for the awesome css....forum now looks plain, simple and clean...
now there will be no reason for digit to keep the ads and red coloured theme still on as it would become meaningless with this new stylish css

I feel as if amon a forum running punbb(the lightest forum board script)
 

topgear

Super Moderator
Staff member
Thanks Rohan for your great ( % Kind ! ) effort
Thanks amitava82 for your opera tute :D
 
Last edited:
Status
Not open for further replies.
Top Bottom