Chrome - new search bar

Soldato
Joined
31 Jul 2008
Posts
7,904
Location
N/A
Does anyone know how to switch off the incredibly irritating new search box in Chrome?

It drops down when you go any where near the normal search box.

Only Google would think a massive search box that greys out the rest of the screen is helpful. :mad:
 
2a0iazs.png


Whenever you go any where near the web address / search bar this monstrosity appears out and greys out the actual web page.
 
Care to share? :)

Code:
body
{
	background: #EEEEEE !important;
	color: #000000 !important;
	
}
a:link, body_alink
{
	color: #000000 !important;
}
a:visited, body_avisited
{
	color: #000000 !important;
}
a:hover, a:active, body_ahover
{
	color: #000000 !important;
}

a:smallfont
{
color: #FFFFFF;
}

.smallfont
{
color: #000000 !important;
}

.page
{
	background: #EEEEEE !important;
	color: #666666!important;
}
.page a:link, .page_alink
{
	color: #666666!important;
}
.page a:visited, .page_avisited
{
	color: #666666!important;
}
.page a:hover, .page a:active, .page_ahover
{
	color: #0056a8!important;
}

.tborder
{
	background: #000000 !important;
	color: #000000 !important;
}
.tcat
{
	background: #CCCCCC !important;
	color: #666666!important;
	
}
.tcat a:link, .tcat_alink
{
	color: #666666!important;
	text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
	color: #666666!important;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
	color: #0056a8!important;
	text-decoration: underline;
}
.thead
{
	background: #DDDDDD !important;
	color: #000000 !important;

}
.thead a:link, .thead_alink
{
	color: #666666!important;
}
.thead a:visited, .thead_avisited
{
	color: #666666!important;
}
.thead a:hover, .thead a:active, .thead_ahover
{
	color: #0056a8!important;
}
.tfoot
{
	background: #DDDDDD !important;
	color: #000000 !important;
}
.tfoot a:link, .tfoot_alink
{
	color: #666666!important;
}
.tfoot a:visited, .tfoot_avisited
{
	color: #666666!important;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
	color: #0056a8!important;
}
.alt1, .alt1Active
{
	background: #DDDDDD !important;
	color: #000000 !important;
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
{
	color: #666666!important;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
{
	color: #666666!important;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
	color: #0056a8!important;
}
.alt2, .alt2Active
{
	background: #CCCCCC !important;
	color: #000000 !important;
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
{
	color: #000000!important;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
{
	color: #666666!important;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
	color: #0056a8!important;
}
.inlinemod
{
	background: #001224 !important;
	color: #FFFFFF !important;
}
.wysiwyg
{
	background: #DDDDDD !important;
	color: #000000 !important;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.wysiwyg a:link, .wysiwyg_alink
{
	color: #000000 !important;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
	color: #000000 !important;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
	color: #0056a8!important;
}
textarea, .bginput
{
	background: #CFCFCF !important;
	color: #000000!important;

}


select
{
	background: #CFCFCF !important;
	color: #000000 !important;
	}


.time
{
	color: #0056a8!important;
}

.highlight
{
	color: #0056a8 !important;
	font-weight: bold;
}
.fjsel
{
	background: #CFCFCF !important;
	color: #000000 !important;
}
.fjdpth0
{
	background: #CFCFCF !important;
	color: #000000 !important;
}
.fjdpth1
{
	background: #CFCFCF !important;
	color: #000000 !important;
}
.fjdpth2
{
	background: #CFCFCF !important;
	color: #000000 !important;
}
.fjdpth3
{
	background: #CFCFCF !important;
	color: #000000 !important;
}
.fjdpth4
{
	background: #CFCFCF !important;
	color: #000000 !important;
}
.panel
{
	background: #DDDDDD !important;
	color: #000000 !important;
	padding: 10px;
	border: 2px outset;
}
.panelsurround
{
	background: #CCCCCC !important;
	color: #000000 !important;
}
legend
{
	color: #000000 !important;
	}
.vbmenu_control
{
	background: #CCCCCC !important;
	color: #000000 !important;
	}
.vbmenu_control a:link, .vbmenu_control_alink
{
	color: #000000 !important;
	text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
	color: #000000 !important;
	text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
	color: #0056a8!important;
	text-decoration: underline;
}
.vbmenu_popup
{
	background: #000000 !important;
	color: #000000 !important;
	border: 1px solid #CCCCCC!important;
}
.vbmenu_option
{
	background: #CCCCCC !important;
	color: #000000 !important;
	}
.vbmenu_option a:link, .vbmenu_option_alink
{
	color: #000000 !important;
	text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
	color: #000000!important;
	text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
	color: #0056a8!important;
	text-decoration: none;
}
.vbmenu_hilite
{
	background: #CCCCCC!important;
	color: #000000!important;
	}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
	color: #000000!important;
	text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
	color: #000000!important;
	text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
	color: #0056a8!important;
	text-decoration: none;
}

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


.navbord { border-bottom-color:black  !important; }
.navbord { border-right-color:black  !important; }
.navbord { border-left-color:black !important }

Applies to:

URLs on the domain - forums.overclockers.co.uk
URLs on the domain - trust.overclockers.co.uk

Code:
td#header_right_cell, div > div.page > div > br {display:none!important}
img[src$="vBulletin_logo7.gif"]{background: url("http://img257.imageshack.us/img257/8200/ocuk.jpg") no-repeat!important;width:0;height: 0;padding: 90px 0 0 360px;}

font[color="#ffff00"]{display:none!important;color:#000!important;font-weight:bold;}

img[src$="edit.gif"]{background: url("http://ocuk.paradigital.net/forumimages/edit.jpg") no-repeat; width: 0; height: 0; overflow: hidden; padding: 16px 0 0 67px;}

img[src$="buttons/quote.gif"]{background: url("http://ocuk.paradigital.net/forumimages/quote.jpg") no-repeat; width: 0; height: 0; overflow: hidden; padding: 16px 0 0 67px;}

img[src$="trust.gif"]{background: url("http://ocuk.paradigital.net/forumimages/trust.jpg") no-repeat; width: 0; height: 0; overflow: hidden; padding: 16px 0 0 67px;}

img[src$="reply.gif"]{background: url("http://img156.imageshack.us/img156/4999/replygl.jpg") no-repeat; width: 0; height: 0; overflow: hidden; padding: 19px 0 0 99px;}

img[src$="multiquote_on.gif"]{background: url("http://ocuk.paradigital.net/forumimages/multioff.jpg") no-repeat; width: 0; height: 0; overflow: hidden; padding: 16px 0 0 67px;}

img[src$="multiquote_off.gif"]{background: url("http://ocuk.paradigital.net/forumimages/multi.jpg") no-repeat; width: 0; height: 0; overflow: hidden; padding: 16px 0 0 67px;}

img[src$="quickreply.gif"]{background: url("http://ocuk.paradigital.net/forumimages/quick.jpg") no-repeat; width: 0; height: 0; overflow: hidden; padding: 16px 0 0 67px;}

img[src$="newthread.gif"]{background: url("http://img203.imageshack.us/img203/5630/newtz.jpg") no-repeat; width: 0; height: 0; overflow: hidden; padding: 19px 0 0 99px;}

img[src$="threadclosed.gif"]{background: url("http://img171.imageshack.us/img171/1597/closedh.jpg") no-repeat; width: 0; height: 0; overflow: hidden; padding: 19px 0 0 99px;}

img[src$="collapse_tcat.gif"]{background: url("http://img524.imageshack.us/img524/4701/lark.jpg") no-repeat; width: 0; height: 0; overflow: hidden; padding: 16px 0 0 16px;}

img[src$="collapse_thead.gif"]{background: url("http://img213.imageshack.us/img213/6811/sari.jpg") no-repeat; width: 0; height: 0; overflow: hidden; padding: 12px 0 0 12px;}

img[src$="subscribed.gif"]{width: 0; height: 0; overflow: hidden; padding: 12px 0 0 12px;
background: url('data:image/gif;base64,R0lGODlhDAAMALMAAHlyWs+sIJ+MQPXGBqmSOuy/DYN5U7yfLdmyGv/MAIx/TeK5E8WmJpaGRmZmZgAAACH5BAEHAA4ALAAAAAAMAAwAAAQp0MlJHajUIINlQ1cnDCE2cmIiZMXiGMmBBQnRds6QJAp+JAychSAsOiIAOw==') no-repeat;}

Applies to:

URLs on the domain - forums.overclockers.co.uk
URLs on the domain - trust.overclockers.co.uk
 
Back
Top Bottom