Google now looks like this to me...



This userContent.CSS ( for FireFox ) has most of the bugs worked out of it.
It wraps lines as much as possible.

www.Cotse.NET/users/jeffrelf/userContent.CSS

Google now looks like this to me:

www.Cotse.NET/users/jeffrelf/CSS.PNG

I've designed my CSS overrides to work well here:

Translation.Paralink.COM
Search.IMTranslator.NET/trans/splr.asp

Wikipedia.org/wiki/Albert_Einstein
News.Yahoo.COM/comics/umedia/cx_monty_umedia/latest

This is an interesting bit of CSS:

script, noscript, * br { display: none !important; }
input br, textarea br, *[class=fixed_width] br {
display: inline !important; }

It disables <BR> by default, only turning it on where needed.
The " *[class=fixed_width] " prevents my Usenet posts ( on Google )
from being wrapped.

The entire userContent.CSS is as follows...

body, body * {
white-space: normal !important; display: inline !important;
margin: 0 0 0 0 !important; margin-right: .5em !important;
border: 0 0 0 0 !important; padding: 0 0 0 0 !important;
text-align: left !important; border-style: none !important;
text-decoration: none !important; text-transform: none !important;
position: static !important; float: none !important;
line-height: 110% !important; letter-spacing: .4px !important;
color: rgb( 155, 111, 111 ) !important; background: black !important;
font: 22px normal Consolas,monospace !important; }

iframe, img, pre, pre *, option, option *, *[class=fixed_width]
, input div, textarea div, textarea, slider, scrollbarbutton, scrollbar {
white-space: pre !important;
display: block !important; margin-right: 0 !important; }

select { width: auto !important; }

script, noscript, * br { display: none !important; }
input br, textarea br, *[class=fixed_width] br {
display: inline !important; }

input div, textarea div { background: rgb( 99, 99, 99 ) !important; }
input div, pre { color: rgb( 166, 111, 111 ) !important; }
:focus *, :inactive { background: rgb( 0, 96, 0 ) !important; }
::-moz-selection, span[class="diffchange"]
, span[class="diff-deletedline"], span[class="diff-addedline"] {
color: rgb( 177, 255, 133 ) !important; background: black !important; }
i, b, em { color: rgb( 177, 155, 133 ) !important; }
h1, h2, h3, h4, h5, h6 { color: rgb( 155, 177, 133 ) !important; }
a[target], a[href], a *, span[id], span[id] *, option, input, button {
color: rgb( 155, 155, 155 ) !important; }
select { color: rgb( 111, 144, 244 ) !important; }
a:visited, a:visited *, span[id]:visited, span[id]:visited *
, option:visited, input:visited, button:visited {
color: rgb( 177, 177, 177 ) !important; }
a:hover, a:hover *, span[id]:hover
, option:hover, input:hover, button:hover {
color: rgb( 155, 255, 111 ) !important; }
marquee { -moz-binding: none !important; }
/** / @-moz-document domain(paralink.com) { iframe { } } /**/


.