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

Status
Not open for further replies.
OP
victor_rambo

victor_rambo

हॉर्न ओके प्लीज़
ok, if you wish so, I can write an simple greasemonkey user script to hide the entire header. Even the upper red bar that contains the logo and those 4 links-Edit profile, Newsletter, Subscribe, Logout will be hidden by that.

Should I do it for you?
 

axxo

99.9% Idle
dude that would be very much helpful..will be glad if you do one for us..useless links @ top although i will be missing profile edit link..but ok..i can live without that
 

nvidia

-----ATi-----
Awesome work Rohan!!
Thanks for the tut...
Could you hack the site again and change the entire theme to the old one?;):D
 

amitava82

MMO Addict
IF u want old forum style, then here is the one.. :)

Preview:

*img241.imageshack.us/img241/9552/digitforumyc0.th.jpg

Load up this code into stylish:
Code:
@namespace url(*www.w3.org/1999/xhtml);

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

{

#header {
display: none !important;
}

#mainNavPart {
display: none !important;
}

#submenu {
display: none !important;
}

#topAd {
display: none !important;
}

table[align="right"] {

	display: none !important;
}

#footer {
display: none !important;
}

.tfoot {
display: none !important;
}

body
{
	background: #FFFFFF url(*www.thinkdigit.com/forum/images/kirsch/gradients/background.jpg) repeat !important;
	color: #000000 !important;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px !important;
}
a:link, body_alink
{
	color: #0049AA !important;
}
a:visited, body_avisited
{
	color: #23488C !important;
}
a:hover, a:active, body_ahover
{
	color: #0067F0 !important;
}
.page
{
	background: #FFFFFF !important;
	color: #000000 !important;
}
td, th, p, li
{
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
}
.tborder
{
	background: #FFFFFF !important;
	color: #000000 !important;
	border: 1px solid #BEC9D1 !important;
}
.tcat
{
	background: #869BBF url(*www.thinkdigit.com/forum/images/kirsch/gradients/gradient_tcat.jpg) repeat-x top left !important;
	color: #000000 !important;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
}
.tcat a:link, .tcat_alink
{
	color: #0049AA !important;
	text-decoration: underline !important;
}
.tcat a:visited, .tcat_avisited
{
	color: #23488C !important;
	text-decoration: underline !important;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
	color: #0067F0 !important;
	text-decoration: none !important;
}
.thead
{
	background: #5C7099 url(*www.thinkdigit.com/forum/images/kirsch/gradients/gradient_thead.jpg) repeat-x top left !important;
	color: #000000 !important;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
}
.thead a:link, .thead_alink
{
	color: #0049AA !important;
	text-decoration: underline !important;
}
.thead a:visited, .thead_avisited
{
	color: #23488C !important;
	text-decoration: underline !important;
}
.thead a:hover, .thead a:active, .thead_ahover
{
	color: #0067F0 !important;
	text-decoration: none !important;
}
.tfoot
{
	background: #31688E !important;
	color: #FFFFFF !important;
}
.tfoot a:link, .tfoot_alink
{
	color: #FFFFFF !important;
	text-decoration: underline !important;
}
.tfoot a:visited, .tfoot_avisited
{
	color: #FFFFFF !important;
	text-decoration: underline !important;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.alt1, .alt1Active
{
	background: #F5F7F9 !important;
	color: #000000 !important;
}
.alt2, .alt2Active
{
	background: #EEF0F2 !important;
	color: #000000 !important;
}
td.inlinemod
{
	background: #FFFFCC !important;
	color: #000000 !important;
}
.wysiwyg
{
	background: #FFFFFF !important;
	color: #000000 !important;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
}
textarea, .bginput
{
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
}
.button
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
}
select
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
}
option, optgroup
{
	font-size: 11px !important;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
}
.smallfont
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
}
.time
{
	color: #999999 !important;
}
.navbar
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
}
.highlight
{
	color: #FF0000 !important;
	font-weight: bold !important;
}
.fjsel
{
	background: #3E5C92 !important;
	color: #E0E0F6 !important;
}
.fjdpth0
{
	background: #F7F7F7 !important;
	color: #000000 !important;
}
.panel
{
	background: #E4E7F5 url(*www.thinkdigit.com/forum/images/kirsch/gradients/gradient_panel.jpg) repeat !important;
	color: #000000 !important;
	padding: 10px !important;
	border: 2px outset !important;
}
.panelsurround
{
	background: #D5D8E5 url(*www.thinkdigit.com/forum/images/kirsch/gradients/gradient_panelsurround.jpg) repeat !important;
	color: #000000 !important;
}
legend
{
	color: #22229C !important;
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
}
.vbmenu_control
{
	background: #31688E !important;
	color: #FFFFFF !important;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
	padding: 3px 6px 3px 6px !important;
	white-space: nowrap !important;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
	color: #FFFFFF !important;
	text-decoration: underline !important;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
	color: #FFFFFF !important;
	text-decoration: underline !important;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.vbmenu_popup
{
	background: #FFFFFF !important;
	color: #000000 !important;
	border: 1px solid #0B198C !important;
}
.vbmenu_option
{
	background: #F5F7F9 !important;
	color: #000000 !important;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
	white-space: nowrap !important;
	cursor: pointer !important;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
	color: #0049AA !important;
	text-decoration: underline !important;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
	color: #23488C !important;
	text-decoration: underline !important;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
	color: #0067F0 !important;
	text-decoration: none !important;
}
.vbmenu_hilite
{
	background: #EEF0F2 !important;
	color: #FFFFFF !important;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
	white-space: nowrap !important;
	cursor: pointer !important;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
	color: #0049AA !important;
	text-decoration: underline !important;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
	color: #23488C !important;
	text-decoration: underline !important;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
	color: #0067F0 !important;
	text-decoration: none !important;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt !important; }

/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px !important; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none !important; }
.pagenav td { padding: 2px 4px 2px 4px !important; }

/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777 !important; text-decoration: none !important; }
a.shade:active, a.shade:hover { color: #FF4400 !important; text-decoration: underline !important; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD !important; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px !important; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px !important; }

/* ***** don't change the following ***** */
form { display: inline !important; }
label { cursor: default !important; }
.normal { font-weight: normal !important; }
.inlineimg { vertical-align: middle !important; }
.underline { text-decoration: underline !important; }
}
modified from original kirsch theme.
Coming up next: Only Greasemonkey scrpit for kalpik.. :grin:
 

narangz

Web developer
@phreakout: I am trying

@narangz:


Preview: You new theme will look like something as shown in below linked pic.
*www.w3hobbyist.com/files/preview.bmp
Warning: Bitmap(.bmp) format, 972 KB == Bandwidth hungry

*www.w3hobbyist.com/files/preview2.bmp
Preview 2 Warning: Bitmap(.bmp) format, 1.34 MB == Super Bandwidth hungry

LOL! Dude you almost killed my patience :D Why not JPG/PNG? Teasing people like me on 128kbps? :D

Coming back to topic- Simply awesome :) Can I do anything in IE/Opera? That would be great :)
 
OP
victor_rambo

victor_rambo

हॉर्न ओके प्लीज़
@Amitava, thanks a lot for the addition.

And since you are doing that greasemonkey script for Kalpik and other, I won't be doing it. I will instead focus on Opera :)

@Narangz
Ya, there is surely something for Opera, but you will have to wait(not for long though) for some. :)
 

amitava82

MMO Addict
Which FF u have? are u trying the Stylish or greasemonkey script? Make sure u have removed old style first.
 

kalpik

In Pursuit of "Happyness"
Talking of Stylish, have a look at this: *userstyles.org/styles/5867

SUPERRRRRRRR SEXYYYYYYY!
 

iMav

The Devil's Advocate
no probs it worked I have some weird stuff happening with ISP and comp :oops:

Talking of Stylish, have a look at this: *userstyles.org/styles/5867

SUPERRRRRRRR SEXYYYYYYY!
that is like OMFG! super cool find
 
Last edited:

gary4gar

GaurishSharma.com
Awesome!
Thanks a Ton!, rohan
I know you have put in lot of efforts in this.

Thanks, its appreciated
Keep up the good work;)
 
Status
Not open for further replies.
Top Bottom