X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz.css;h=a343107e9a0e2ee5dbcc303830f073a0e8c95dc4;hb=6f5c63a8b759040d31028a4f1437a9cbc7a21fd6;hp=00901562286f32c5e856fe75baeaaab6101f734d;hpb=282f6995f72787ec08d70dd4c5ada29728ba49f3;p=yaz-moved-to-github.git diff --git a/doc/yaz.css b/doc/yaz.css index 0090156..a343107 100644 --- a/doc/yaz.css +++ b/doc/yaz.css @@ -1,15 +1,31 @@ -.author { - color: green; -} - .table table { border-collapse; border: 1px solid black; border-spacing: 0; - width: 92%; + width: 94%; margin-left: auto; - margin-right: auto; + margin-right: 0; +} + +.author { + font-style: italic; +} + +.TITLEPAGE, .LOT, .TOC { + font-family: sans-serif; +} + +.TITLEPAGE .abstract { + margin: 0 150px 1em 0; + font-style: oblique; +} + +.TITLEPAGE .inlinemediaobject { + position: absolute; + top: 60px; + right: 0; + width: 140px; } .table th { @@ -21,9 +37,25 @@ 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: 3%; +} + .screen, .synopsis, .programlisting { - margin-left: 4%; - margin-right: 4%; + margin-left: 6%; padding: 4px; border-style: solid; border-width: 1px;