On Fri, Oct 07, 2011 at 11:05:03AM +0300, Rogut??s Sparnuotos wrote:
Roger (2011-10-06 19:59):
On Thu, Oct 06, 2011 at 08:24:18PM +0000, corvid wrote: Roger wrote:
2) Should there be at least a style.css template file within the tarball doc folder for users to play with?
This is an interesting idea... Funny how the article was able to make us (in dillo-dev) put some atention in style.css again. I just discovered that the file is re-read each time. There's no need to load another dillo to test changes to it. Just reload the page you're viewing. If the tools menu holds a "My CSS" menu entry, holding a list of custom style sheets (.css files in ~/.dillo/), and allowing to apply it on-the-fly (similar to "Panel Size"), it would be quite handy. We may include some pre-made ones, as the dark background Rogut suggested (readability), larger font, etc.
[...] When browsing at night, I sometimes use the following snippet with Firefox. Works with dillo too. Colors could use some tweaking.
* { font-family: 'M+ 1p' !important; background:#1E2426 !important; color:#C7C7C7 !important; border-color:#6B8299 !important; border-width:0.1em !important; } a { color:#C17B6C !important; } hr, h1, h2, h3, h4 { margin-bottom:0.2em !important; } th, td { padding:0.1em !important; } a { text-decoration:underline !important; border:none !important; } a:hover { text-decoration:none !important; } input, select, button, textarea { color:#548A1E !important; }
Just appended this line: :visited {color: #008080 !important} to it. -- Cheers Jorge.-