X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz.css;h=3ba85433e453804371725af2fb868de17e108e32;hb=8d92137c228ec24df2d62a8039635bb8ad19558d;hp=00901562286f32c5e856fe75baeaaab6101f734d;hpb=282f6995f72787ec08d70dd4c5ada29728ba49f3;p=yaz-moved-to-github.git diff --git a/doc/yaz.css b/doc/yaz.css index 0090156..3ba8543 100644 --- a/doc/yaz.css +++ b/doc/yaz.css @@ -1,8 +1,4 @@ -.author { - color: green; -} - .table table { border-collapse; border: 1px solid black; @@ -12,6 +8,14 @@ margin-right: auto; } +.author { + font-style: italic; +} + +.TITLEPAGE, .LOT, .TOC { + font-family: sans-serif; +} + .table th { padding: 3px 6px; border: 1px solid black; @@ -21,6 +25,23 @@ padding: 3px 6px; } +h1, h3, h4 { + font-family: sans-serif; +} + +h2 { + font-style: italic; + font-family: sans-serif; +} + +.figure b, .table b, .example b { + font-style: italic; +} + +.example , .figure { + margin-left: 2%; +} + .screen, .synopsis, .programlisting { margin-left: 4%; margin-right: 4%;