I've managed to write a fixed width css, but doesnt works well
with all webs..so if somebody wants to hack it.. here's: a modified
version of the black css.
It's great for reading text without getting affected by zoom. the
lines get wrapped.
Here'r some shots of the css running in my laptop:
http://lolcathost.org/b/fixwidth.png
http://lolcathost.org/b/fixwidth2.png
http://lolcathost.org/b/nofixwidth.png
---------------------
textarea,body,td,tr,p,select,option,font,pre {
background-color: black !important;
color: #e0e0e0 !important;
/* fix width */
display: block !important;
width:99% !important;
}
div {
background-color: #202020 !important;
color: #e0e0e0 !important;
/* fix width */
display: block !important;
width:99% !important;
}
input {
background-color: #f00000 !important;
color: #000000 !important;
}
span,pre {
display: block !important;
background-color: black !important;
color: #e0e0e0 !important;
}
h1,h2,h3,h4 {
background-color: black !important;
color: #e02020 !important;
}
a {
color: #5050f0 !important;
}
Received on Sun May 30 2010 - 16:54:47 UTC
This archive was generated by hypermail 2.2.0 : Sun May 30 2010 - 17:12:02 UTC