![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
of varied sizes. The usage for different types of objects seems to be fairly consistent, however, the varied sizes of the different fonts make things very hard to read. |
#3
| |||
| |||
|
|
Elein is correct, our variety of styles does look odd and can cause issues with readability. See, for example, http://www.postgresql.org/docs/curre...ns-string.html Compare with the "original" version: http://developer.postgresql.org/docs...ns-string.html That looks fairly reasonable to me. So the problem appears to be in the CSS stylesheets. |
#4
| |||
| |||
|
|
Can we experiment with different SGML-to-HMTL font styles to find one=20 that's a little easier on the eyes? What I find particularly difficult are the function parameter columns; the mix of "normal" italics with "bold"=20 italics. Comments? Responses? |
. In particular, I find italics often difficult to read=20
#5
| |||
| |||
|
|
On Thursday, November 20, 2003, at 05:10 AM, Josh Berkus wrote: Can we experiment with different SGML-to-HMTL font styles to find one that's a little easier on the eyes? What I find particularly difficult are the function parameter columns; the mix of "normal" italics with "bold" italics. Comments? Responses? As Peter has pointed out, the CSS can handle a lot of it. It doesn't have to be hardcoded into the SGML-to-HTML transformation. One option would be to use colors as well (I'm not talking a rainbow of fruit flavors here . In particular, I find italics often difficult to readon the web. I'll try to get a few styles worked up by tomorrow that |
#6
| |||
| |||
|
|
Michael Glaesemann wrote: On Thursday, November 20, 2003, at 05:10 AM, Josh Berkus wrote: Can we experiment with different SGML-to-HMTL font styles to find one that's a little easier on the eyes? What I find particularly difficult are the function parameter columns; the mix of "normal" italics with "bold" italics. Comments? Responses? As Peter has pointed out, the CSS can handle a lot of it. It doesn't have to be hardcoded into the SGML-to-HTML transformation. One option would be to use colors as well (I'm not talking a rainbow of fruit flavors here . In particular, I find italics often difficult to readon the web. I'll try to get a few styles worked up by tomorrow that I think it is the monospace italics that really look bad. |
#7
| |||
| |||
|
|
http://www.postgresql.org/docs/curre...ns-string.html [sNip] Whatever we had in 7.3 we should switch back to: http://www.postgresql.org/docs/7.3/s...ns-string.html |
#8
| |||
| |||
|
|
On Thursday, November 20, 2003, at 12:56 PM, Bruce Momjian wrote: Michael Glaesemann wrote: On Thursday, November 20, 2003, at 05:10 AM, Josh Berkus wrote: Can we experiment with different SGML-to-HMTL font styles to find one that's a little easier on the eyes? What I find particularly difficult are the function parameter columns; the mix of "normal" italics with "bold" italics. Comments? Responses? As Peter has pointed out, the CSS can handle a lot of it. It doesn't have to be hardcoded into the SGML-to-HTML transformation. One option would be to use colors as well (I'm not talking a rainbow of fruit flavors here . In particular, I find italics often difficult to readon the web. I'll try to get a few styles worked up by tomorrow that I think it is the monospace italics that really look bad. I'd have to agree with you. Making them a color other than the text (black) or the links (blue/purple depending on your eyes) would set them off quite well. Serif fonts at small sizes can also be pretty nasty, though this isn't an issue with the PostgreSQL docs. |
#9
| |||
| |||
|
|
Color works well on-screen with html. Small-point-size italics are hard to read on-screen, agreed. Italics work well on B&W printout with PDF. (In general. I'm not looking at the specific example.) Can you map things somehow to get the best of both worlds? |
#10
| |||
| |||
|
|
On Friday, November 28, 2003, at 05:33 PM, Henry B. Hotz wrote: Color works well on-screen with html. Small-point-size italics are hard to read on-screen, agreed. Italics work well on B&W printout with PDF. (In general. I'm not looking at the specific example.) Can you map things somehow to get the best of both worlds? If you're talking about printing from the browser, you can have separate style sheets with different media targets, so media="screen" could have the color, while media="print" could have italics. It's really flexible. At work I have a form letter that's generated on screen, and includes all of the navigation for moving around the site. When you print the page, the media="print" style sheet omits the navigation, restyles the page with different fonts and sizes, and adds the number we want to fax it to (Yes, I know. We still use fax for a large part of our interoffice correspondence. I'm trying to move us away from that, but it's a hard slog.) As for the PDF docs, they're formatting is indeed different. I assume that the SGML to PDF path is different from the SGML to HTML path (which is of course one of the benefits of using SGML). Is this what you mean? |
![]() |
| Thread Tools | |
| Display Modes | |
| |