[HACKERS] CSS file

2005-01-13 Thread Nurlan Mukhanov
Hello! My name is Nurlan Mukhanov. 3 years ago I have made CSS file for PostgreSQL docs reading. Can anybody include it in mainstream? ==CUT START= BODY { font-family : Tahoma; font-size : 8pt; color : #33; background: #FF; } A:LINK { color : #

Re: [HACKERS] CSS

2004-10-20 Thread Thomas Swan
On 10/15/2004 1:02 PM Nurlan M. Mukhanov could be overheard saying:: Hello! I wrote this css file 2 years ago. It's very useful when using docs. Can you add it in mainstream? You might want to consider revising it to include fallbacks to standards (or common aliases) such as Helvetica, Times, C

Re: [HACKERS] CSS

2004-10-19 Thread Peter Eisentraut
Nurlan M. Mukhanov wrote: > I wrote this css file 2 years ago. It's very useful when using docs. > Can you add it in mainstream? http://jigsaw.w3.org/css-validator/ should be your first stop. After that, you can write to [EMAIL PROTECTED] with an explanation about what your stylesheet does and

[HACKERS] CSS

2004-10-19 Thread Nurlan M. Mukhanov
Hello! I wrote this css file 2 years ago. It's very useful when using docs. Can you add it in mainstream? Thanks. Nurlan MukhanovBODY { font-family : Tahoma; font-size : 8pt; color : #33; background: #FF; } A:LINK { color : #66; } A:HOVER { color : #CC;text-decoration : underline