1. customises all Google sites: removes URL underlines, adds hover highlight, font family changed to Verdana, font size set at 12px, input fields highlighted
2. compacts search results, text uses full width of screen, adds border between search results, increase width of search input
P.S. The numbered results are produced by Customize Google (https://addons.mozilla.org/en-US/firefox/addon/743).
In Gmail, one of the text boxes is misaligned:
http://i30.tinypic.com/vn1pbb.jpg
Edit: also this style doesnt block any of the Google sponsored links. How do I block them without CustomizeGoogle?
How do I change the yellow search button back to the default Google Search button for this style.
insertrealname you are great ;) Thank you! :)
Google Search now puts each search result in a <div> with CSS selector .g, not a <p>. Changing the stylesheet's p.g to div.g and adjusting the div.g padding to 1em restores the original appearance of this CSS.
So I have right now:
div.g{
border-top:1px solid #dddddd !important;
padding:1em 0 !important;
}There are probably other things that have changed as well, but this is the quick fix.