I have never liked Bing’s results page style, it is a decided lack of coloring – or anything for that matter. So, using Google Chrome I tweaked the stylesheet.
Here is the before:
Here is the after:
And all it took was a little CSS:
#sw_hdr {
border-bottom: #6190FF 1px solid;
padding-bottom: 12px;
background: #DBE6FF;
}
#id_h {
height: 75px;
background: #DBE6FF;
}
.sw_bd {
background: #FFF;
}
.sb_form_go {
background: #DBE6FF;
height: 25px;
}
.sb_ph .sb_count {
color: #777;
}
.sw_logo {
background-image: url('http://www.logostage.com/logos/bing.png');
background-color: #DBE6FF;
background-size: 75px 26px;
}
It is just a tiny splash of colour and everything looks better. I use the different image because I wanted the transparency. Maybe Microsoft will change it a bit and then we can all celebrate by doing a few extra searches – maybe even click on some ads?
