X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=doc%2Fmuttng.css;h=af7a288d1e6da06f743e6f1743cc3b901a7d26da;hp=fea7693ad6cd9f77d125319f0b2d3ada4d14533d;hb=d0dc8fb657cff90709c15d4b106415b868857f6a;hpb=f7f52358a72c7bc02e201dd03bd7f75869681a52 diff --git a/doc/muttng.css b/doc/muttng.css index fea7693..af7a288 100644 --- a/doc/muttng.css +++ b/doc/muttng.css @@ -3,31 +3,42 @@ body { color: black; background: transparent; - text-align:justify; + text-align: justify; + margin-left: 1cm; + margin-right: 1cm; } - h1,h2,h3,h4,h5,p.abstract, { + h1,h2,h3,h4,h5,p.title,div.toc,span.appendix, + span.chapter,span.sect1,span.sect2,span.sect3, + div.list-of-tables { font-family: sans-serif; } + h1.title,div.author,p.pubdate,div.abstract { + text-align: center; + } + pre.screen { margin-left: 1cm; margin-right: 1cm; padding: 2mm; border-width: 0.4pt; - border-style: dotted; + border-style: solid; border-color: black; background-color: #efefef; } - table { - border: 0pt; - font-family: sans-serif; - } - thead { - color: white; background-color: #efefef; + } + + thead,span.term { font-weight: bold; } + + tr { + border-width: 0.4pt; + border-color: black; + border-style: solid; + } }