]> git.llucax.com Git - software/mutt-debian.git/blob - doc/mutt.css
Imported Upstream version 1.5.21
[software/mutt-debian.git] / doc / mutt.css
1 body { margin-left:2%; margin-right:2%; font-family:serif; }
2 .toc, .list-of-tables, .list-of-examples { font-family:sans-serif; }
3 h1, h2, h3, h4, h5, h6 { font-family:sans-serif; }
4 p { text-align:justify; }
5 div.table p.title, div.example p.title { font-size:smaller; font-family:sans-serif; }
6 .email, .email a { font-family:monospace; }
7 div.table-contents table, div.informaltable table { border-collapse:collapse; border:1px solid #c0c0c0; }
8 div.table-contents table td, div.informaltable td, div.table-contents table th, div.informaltable table th { padding:5px; text-align:left; }
9 div.table-contents table th, div.informaltable table th {
10     font-family:sans-serif;
11     background:#d0d0d0;
12     font-weight:normal;
13     vertical-align:top;
14 }
15 div.cmdsynopsis { border-left:1px solid #707070; padding-left:5px; }
16 li div.cmdsynopsis { border-left:none; padding-left:0px; }
17 pre.screen, div.note { background:#f0f0f0; border:1px solid #c0c0c0; padding:5px; margin-left:2%; margin-right:2%; }
18 div.example p.title { margin-left:2%; }
19 div.note h3 { font-size:small; font-style:italic; font-variant: small-caps; }
20 div.note h3:after { content: ":" }
21 div.note { margin-bottom: 5px; }
22 .command { font-family: monospace; font-weight: normal; }
23 .command strong { font-weight: normal; }
24 tr { vertical-align: top; }
25 .comment { color:#707070; }