]> git.meshlink.io Git - catta/blob - man/xmltoman.css
6b3235bbb2705fe1acb121730f70d3ce421bca49
[catta] / man / xmltoman.css
1 /***
2   This file is part of avahi.
3
4   avahi is free software; you can redistribute it and/or modify it under
5   the terms of the GNU General Public License as published by the Free
6   Software Foundation; either version 2 of the License, or (at your
7   option) any later version.
8
9   avahi is distributed in the hope that it will be useful, but WITHOUT
10   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11   FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12   for more details.
13
14   You should have received a copy of the GNU General Public License
15   along with avahi; if not, write to the Free Software Foundation,
16   Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 
17 ***/
18
19 body { color: black; background-color: white; } 
20 a:link, a:visited { color: #900000; }       
21 h1 { text-transform:uppercase; font-size: 18pt; } 
22 p { margin-left:1cm; margin-right:1cm; } 
23 .cmd { font-family:monospace; }
24 .file { font-family:monospace; }
25 .arg { text-transform:uppercase; font-family:monospace; font-style: italic; }
26 .opt { font-family:monospace; font-weight: bold;  }
27 .manref { font-family:monospace; }
28 .option .optdesc { margin-left:2cm; }